Age | Commit message (Expand) | Author |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-25 | security/vboot: Add measured boot mode | Philipp Deppenwiese |
2018-12-07 | cbfs: Alert if something goes wrong in cbfs_boot_locate() | Nico Huber |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-06-28 | vboot: Fix linking error with USE_OPTION_TABLE enabled | Patrick Rudolph |
2018-06-04 | lib/cbfs: Optimise LZMA away from romstage | Kyösti Mälkki |
2018-05-02 | lib/cbfs.c: fix typo | Patrick Georgi |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-17 | cbfs: Add cbfs_boot_load_file() | T Michael Turney |
2017-07-06 | src/lib: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-03-09 | src/lib: Fix space between type, * and variable name | Lee Leahy |
2016-12-10 | cbfs: Add API to locate a file from specific region | Pratik Prajapati |
2016-11-09 | ACPI S3: Remove HIGH_MEMORY_SAVE where possible | Kyösti Mälkki |
2016-08-27 | cbfs: Add "struct" file type and associated helpers | Julius Werner |
2016-08-19 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-15 | Revert "Kconfig: separate memory mapped boot device from SPI" | Aaron Durbin |
2016-08-15 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-07-28 | vboot: Separate vboot from chromeos | Furquan Shaikh |
2016-07-26 | lib: Don't require ULZMA compression for postcar | Lee Leahy |
2016-06-02 | cbfs: Use NO_XIP_EARLY_STAGES to decide if stage is XIP | Furquan Shaikh |
2016-05-03 | lib/cbfs: Use fmap derived information about the COREBOOT region | Patrick Georgi |
2016-04-02 | lib/prog_loading: introduce prog_segment_loaded() | Aaron Durbin |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |
2016-01-06 | commonlib: Add common cbfs parsing logic to coreboot and cbfstool. | Aaron Durbin |
2015-12-10 | lib: remove assets infrastructure | Aaron Durbin |
2015-12-10 | cbfs/vboot: remove firmware component support | Aaron Durbin |
2015-12-04 | cbfs: Fix typo in cbfs_prog_stage_load() | Julius Werner |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-11 | cbfs: don't load x86 programs over the top of read-only media | Aaron Durbin |
2015-10-07 | cbfs: add struct cbfsf | Aaron Durbin |
2015-07-15 | cbfs: hardcode file alignment | Patrick Georgi |
2015-06-02 | assets: abstract away the firmware assets used for booting | Aaron Durbin |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-05 | cbfs: make cbfs_load_prog_stage_by_offset() public | Aaron Durbin |
2015-04-21 | cbfs: Print absolute offsets of loaded files | Vadim Bendebury |
2015-04-07 | cbfs: Enforce media->map() result checking, improve error messages | Julius Werner |
2015-04-03 | program loading: introduce struct prog | Aaron Durbin |
2015-04-01 | cbfs: more accurate size check for simple buffer mapping | Daisuke Nojiri |
2015-03-31 | program loading: provide one cache maintenance callback | Aaron Durbin |
2015-03-31 | cbfs: remove run_address() | Aaron Durbin |
2015-03-27 | cbfs/rmodule: add architecture specific operations at stage load | Ionela Voinescu |
2015-03-24 | cbfs: expose init_backing_media() | Aaron Durbin |
2015-03-24 | vboot2: load decompressed stage directly to load address | Daisuke Nojiri |
2014-12-09 | aarch64: Fix 64-bit pointer related casts | Marcelo Povoa |
2014-11-19 | lib/cbfs: Use linker symbols over .c include in cbfs.c | Edward O'Callaghan |
2014-10-16 | lib/cbfs: more cleanup for 32/64 issues | Ronald G. Minnich |
2014-03-03 | coreboot: unify infrastructure for loading payloads | Aaron Durbin |
2014-02-25 | Kill ALT_CBFS_LOAD_PAYLOAD | Vladimir Serbinenko |
2014-02-15 | coreboot: infrastructure for different ramstage loaders | Aaron Durbin |
2014-01-30 | coreboot: config to cache ramstage outside CBMEM | Aaron Durbin |
2014-01-28 | rmodule: consolidate rmodule stage loading | Aaron Durbin |
2014-01-12 | lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content | Vladimir Serbinenko |
2013-12-23 | Coding style: punctuation cleanup [1/2]. | Idwer Vollering |
2013-11-18 | cbfs: remove unused code and prototype | Ronald G. Minnich |
2013-08-19 | Don't include LZMA in romstage if ramstage is not compressed. | Andrew Wu |
2013-08-15 | CBFS: Change how the bss is zeroed when loading a stage. | Gabe Black |
2013-08-15 | CBFS: Change the signature of cbfs_decompress. | Gabe Black |
2013-03-23 | cbfs: fix relocation ramstage compiler errors | Aaron Durbin |
2013-03-22 | romstage: add support for vboot firmware selection | Aaron Durbin |
2013-03-22 | coreboot: dynamic cbmem requirement | Aaron Durbin |
2013-03-21 | coreboot: add caching loaded ramstage interface | Aaron Durbin |
2013-03-21 | ramstage: cache relocated ramstage in RAM | Aaron Durbin |
2013-03-21 | romstage_handoff: provide common logic for setup | Aaron Durbin |
2013-03-21 | coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE | Aaron Durbin |
2013-03-20 | x86: don't clear bss in ramstage entry | Aaron Durbin |
2013-03-19 | cbfs: alternative support for cbfs_load_payload() | Aaron Durbin |
2013-02-06 | cbfs: Revise debug messages. | Hung-Te Lin |
2013-02-03 | armv7: Add 'bootblock' build class. | Hung-Te Lin |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2012-05-04 | Make CBFS output more consistent | Stefan Reinauer |
2011-10-21 | Use ntohll where appropriate. | Stefan Reinauer |
2011-08-04 | split CBFS support into shared core and extended functions | Patrick Georgi |
2011-06-15 | X60: trigger save cmos on volume/brightness change | Sven Schnelle |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-02-22 | YABEL update | Stefan Reinauer |
2009-11-11 | Help track down enable_rom issues in CBFS. If the magic | Patrick Georgi |
2009-10-28 | Create lib.h for homeless prototypes. | Myles Watson |
2009-10-26 | reasonable output for cbfs loading.. | Stefan Reinauer |
2009-10-09 | Move the ulzma prototype out of the function to make the code easier to read. | Myles Watson |
2009-08-20 | 20090819-2-trim-down-cbfs: | Patrick Georgi |
2009-07-23 | CBFS stuff: | Stefan Reinauer |
2009-07-18 | strdup the input of dirname, as dirname is free | Patrick Georgi |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-05-26 | Attached patch moves the CBFS payload loader to selfboot.c as it's | Patrick Georgi |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-25 | Make the CBFS file lookup skip file data instead of brute-forcing | Patrick Georgi |
2009-04-24 | These are some really horrible bugs that got through. | Ronald G. Minnich |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |