summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/nhlt: add support for setting the oem_revisionAaron Durbin2016-12-011-2/+4
* lib: put romstage_handoff implementation in own compilation unitAaron Durbin2016-12-012-0/+83
* romstage_handoff: add helper to determine resume statusAaron Durbin2016-12-011-13/+12
* lib: Add library to handle SPD data in CBFS or DIMMNaresh G Solanki2016-11-302-0/+186
* Hook up libhwbase in ramstageNico Huber2016-11-293-1/+59
* intel post-car: Increase stacktop alignmentKyösti Mälkki2016-11-181-0/+3
* vboot: TPM2 - report attempts to re-create NVRAM spacesVadim Bendebury2016-11-161-2/+9
* lib/tpm2: do not create all NVRAM spaces with the same set of attributesVadim Bendebury2016-11-141-22/+42
* lib/tlcl: Ensure tlcl library is initialized only onceFurquan Shaikh2016-11-112-4/+20
* TPM: Add TPM driver files to romstageFurquan Shaikh2016-11-101-0/+8
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-092-1/+25
* quick_ram_check: Remove reference to RAMBASEKyösti Mälkki2016-11-081-11/+16
* Add option to use Ada code in ramstageNico Huber2016-11-062-0/+17
* lib/prog_loaders: use common ramstage_cache_invalid()Aaron Durbin2016-10-311-1/+10
* lib/program.ld: add .sdata sectionsAaron Durbin2016-10-311-0/+2
* 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