summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-04build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi
2015-04-04Add table driven way to add platform specific reg_script routinesLee Leahy
2015-04-03rmodule: use struct prog while loading rmodulesAaron Durbin
2015-04-03program loading: unify on struct progAaron Durbin
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-04-03program loading: introduce struct progAaron Durbin
2015-04-02vpd: retrieve mac addresses and pass them to bootloaderVadim Bendebury
2015-04-02chromeos: Add WiFi calibration CBMEM entry pointer to coreboot tableVadim Bendebury
2015-04-01cbfs: more accurate size check for simple buffer mappingDaisuke Nojiri
2015-03-31cbfs: remove cbfs_core.h includesAaron Durbin
2015-03-31program loading: provide one cache maintenance callbackAaron Durbin
2015-03-31payload loading: remove passing of struct payloadAaron Durbin
2015-03-31loading: move ramstage cache function declarationsAaron Durbin
2015-03-31cbfs: remove run_address()Aaron Durbin
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-27cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu
2015-03-26cbfs: support concurrent media channels properlyVadim Bendebury
2015-03-26fix how to interpret board id read from gpiosDaisuke Nojiri
2015-03-26Restore name of the function reading tertiary GPIO statesVadim Bendebury
2015-03-24cbfs: expose init_backing_media()Aaron Durbin
2015-03-24vboot2: load decompressed stage directly to load addressDaisuke Nojiri
2015-03-23vboot2: translate shared data to hand off to depthchargeDaisuke Nojiri
2015-03-23vboot2: read secdata and nvdataDaisuke Nojiri
2015-03-23Publish the board ID value in coreboot table, when configuredVadim Bendebury
2015-03-23Generalize revision number calculation functionVadim Bendebury
2015-03-21ramstage: remove rela_time useAaron Durbin
2015-03-21cbfs: change 1 message level to WARNING if cbfs can't find specific dataKane Chen
2015-03-20loaders: add run_romstage() function to bootblockAaron Durbin
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2015-03-20verstage should include the CBFS SPI wrapper, when configuredVadim Bendebury
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-03-17coreboot: x86: enable gc-sectionsAaron Durbin
2015-03-17lib: Add Kconfig option to enable/disable auto fallback controlTimothy Pearson
2015-03-09Add and consistently use wrapper macro for romstage static variablesJulius Werner
2015-03-09build.h: remove variable for the builduser, -hostname and -domainAlexander Couzens
2015-03-09coreboot: fix munged license textAaron Durbin
2015-03-04coreboot memrange: Two changes for zero size or empty memrangeFurquan Shaikh
2015-03-04Add stage information to coreboot bannerStefan Reinauer
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-06TPM: Fix whitespaceKyösti Mälkki
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki
2015-01-27CBMEM: Change some types to uintptr_tKyösti Mälkki
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27CBMEM: Add timestamp_reinit()Kyösti Mälkki
2015-01-27CBMEM: Move cbmemc_reinit()Kyösti Mälkki