summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/apollolake: Implement stage cache to improve resume timeBrandon Breitenstein2016-10-072-0/+2
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-062-11/+15
* TPM2: Fill in empty tlcl_resume function in TPM2 tlclFurquan Shaikh2016-10-021-14/+20
* selfboot: Move the usable-RAM check into a functionSimon Glass2016-09-201-8/+18
* arch/x86,lib: make cbmem console work in postcar stageAaron Durbin2016-09-194-3/+6
* Add minimal GNAT run time system (RTS)Nico Huber2016-09-1920-0/+2401
* edid: Fix a function signatureNico Huber2016-09-081-1/+1
* lib: Enable hexdump in verstageDuncan Laurie2016-09-081-0/+1
* src/lib: Fix checkpatch warningsStefan Reinauer2016-09-072-228/+228
* tpm2: Fix tlcl and marshaling code for CAR usageDuncan Laurie2016-09-062-12/+13
* Provide CAR decoration for tpm2 staticsVictor Prupis2016-08-312-9/+15
* cbmem: Always maintain backing store struct in a global on non-x86Julius Werner2016-08-271-6/+18
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+21
* memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG()Julius Werner2016-08-231-0/+1
* lib/fmap: provide RW region device supportAaron Durbin2016-08-191-0/+10
* drivers/spi: ensure SPI flash is boot device for coreboot tablesAaron Durbin2016-08-191-3/+10
* lib/boot_device: add RW boot device constructAaron Durbin2016-08-191-6/+18
* drivers/spi: move cbfs_spi.c locationAaron Durbin2016-08-192-85/+0
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-191-1/+1
* Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin2016-08-181-1/+1
* Revert "Kconfig: separate memory mapped boot device from SPI"Aaron Durbin2016-08-151-1/+1
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-151-1/+1
* lib/timestamp: Add timestamps to CBMEM in POSTCAR stageFurquan Shaikh2016-08-041-1/+1
* Remove non-ascii & unprintable charactersMartin Roth2016-08-011-2/+2
* src/lib: Capitalize ROM, RAM, NVRAM and CPUElyes HAOUAS2016-07-314-4/+4
* skylake/mainboard: Define mainboard hook in bootblockSubrata Banik2016-07-281-0/+1
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-281-18/+0
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-283-7/+7
* lib: Don't require ULZMA compression for postcarLee Leahy2016-07-261-2/+2
* src/lib: Enable display of cbmem during romstage and postcarLee Leahy2016-07-261-2/+6
* lib/bootmode: Use newly-add recovery moduleFurquan Shaikh2016-07-251-23/+1
* vboot: Clean up vboot codeFurquan Shaikh2016-07-251-5/+5
* tpm2_tlcl: Use signed integer for tpm2_marshal_command return valueDuncan Laurie2016-07-201-1/+2
* lib: provide memrange library in romstageAaron Durbin2016-07-191-0/+1
* AGESA: Use common romstage ram stackKyösti Mälkki2016-07-151-0/+1
* lib/version: Correct whitespace alignmentPaul Menzel2016-07-151-7/+7
* tpm2: implement and use pcr_extend commandVadim Bendebury2016-07-143-2/+86
* tpm2: implement locking firmware rollback counterVadim Bendebury2016-07-143-12/+34
* tpm2: fix tpm_write() error reportingVadim Bendebury2016-07-131-4/+4
* tpm2: add tlcl_force_clear and use it before factory initVadim Bendebury2016-07-131-1/+9
* tpm2: use pcr0 dependent nvram space policy definitionsVadim Bendebury2016-07-131-7/+21
* tpm2: add TPM_Clear command processingVadim Bendebury2016-07-132-0/+15
* tpm2: refactor session header marshallingVadim Bendebury2016-07-131-22/+31
* tpm2: clean up tpm_marshal_command()Vadim Bendebury2016-07-131-6/+10
* tpm2: avoid comparison between signed and unsigned intsVadim Bendebury2016-07-132-34/+63
* tpm2: drop unused structuresVadim Bendebury2016-07-131-22/+0
* tpm2: remove unused buffer size definitionVadim Bendebury2016-07-131-1/+1
* lib/selfboot: clear BSS segmentsAaron Durbin2016-07-121-77/+71
* lib/selfboot: remove duplicate prog_set_area()Aaron Durbin2016-07-121-3/+0
* lib/selfboot: don't open code linked list operationsAaron Durbin2016-07-121-12/+19