summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2016-10-02TPM2: Fill in empty tlcl_resume function in TPM2 tlclFurquan Shaikh
2016-09-20selfboot: Move the usable-RAM check into a functionSimon Glass
2016-09-19arch/x86,lib: make cbmem console work in postcar stageAaron Durbin
2016-09-19Add minimal GNAT run time system (RTS)Nico Huber
2016-09-08edid: Fix a function signatureNico Huber
2016-09-08lib: Enable hexdump in verstageDuncan Laurie
2016-09-07src/lib: Fix checkpatch warningsStefan Reinauer
2016-09-06tpm2: Fix tlcl and marshaling code for CAR usageDuncan Laurie
2016-08-31Provide CAR decoration for tpm2 staticsVictor Prupis
2016-08-27cbmem: Always maintain backing store struct in a global on non-x86Julius Werner
2016-08-27cbfs: Add "struct" file type and associated helpersJulius Werner
2016-08-23memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()Julius Werner
2016-08-19lib/fmap: provide RW region device supportAaron Durbin
2016-08-19drivers/spi: ensure SPI flash is boot device for coreboot tablesAaron Durbin
2016-08-19lib/boot_device: add RW boot device constructAaron Durbin
2016-08-19drivers/spi: move cbfs_spi.c locationAaron Durbin
2016-08-19Kconfig: separate memory mapped boot device from SPIAaron Durbin
2016-08-18Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin
2016-08-15Revert "Kconfig: separate memory mapped boot device from SPI"Aaron Durbin
2016-08-15Kconfig: separate memory mapped boot device from SPIAaron Durbin
2016-08-04lib/timestamp: Add timestamps to CBMEM in POSTCAR stageFurquan Shaikh
2016-08-01Remove non-ascii & unprintable charactersMartin Roth
2016-07-31src/lib: Capitalize ROM, RAM, NVRAM and CPUElyes HAOUAS
2016-07-28skylake/mainboard: Define mainboard hook in bootblockSubrata Banik
2016-07-28bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh
2016-07-28vboot: Separate vboot from chromeosFurquan Shaikh
2016-07-26lib: Don't require ULZMA compression for postcarLee Leahy
2016-07-26src/lib: Enable display of cbmem during romstage and postcarLee Leahy
2016-07-25lib/bootmode: Use newly-add recovery moduleFurquan Shaikh
2016-07-25vboot: Clean up vboot codeFurquan Shaikh
2016-07-20tpm2_tlcl: Use signed integer for tpm2_marshal_command return valueDuncan Laurie
2016-07-19lib: provide memrange library in romstageAaron Durbin
2016-07-15AGESA: Use common romstage ram stackKyösti Mälkki
2016-07-15lib/version: Correct whitespace alignmentPaul Menzel
2016-07-14tpm2: implement and use pcr_extend commandVadim Bendebury
2016-07-14tpm2: implement locking firmware rollback counterVadim Bendebury
2016-07-13tpm2: fix tpm_write() error reportingVadim Bendebury
2016-07-13tpm2: add tlcl_force_clear and use it before factory initVadim Bendebury
2016-07-13tpm2: use pcr0 dependent nvram space policy definitionsVadim Bendebury
2016-07-13tpm2: add TPM_Clear command processingVadim Bendebury
2016-07-13tpm2: refactor session header marshallingVadim Bendebury
2016-07-13tpm2: clean up tpm_marshal_command()Vadim Bendebury
2016-07-13tpm2: avoid comparison between signed and unsigned intsVadim Bendebury
2016-07-13tpm2: drop unused structuresVadim Bendebury
2016-07-13tpm2: remove unused buffer size definitionVadim Bendebury
2016-07-12lib/selfboot: clear BSS segmentsAaron Durbin
2016-07-12lib/selfboot: remove duplicate prog_set_area()Aaron Durbin
2016-07-12lib/selfboot: don't open code linked list operationsAaron Durbin
2016-07-11tpm2: add marshaling/unmarshaling layerVadim Bendebury
2016-07-11tpm2: implement tlcl layerVadim Bendebury