summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-1/+1
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-1/+1
* Add table driven way to add platform specific reg_script routinesLee Leahy2015-04-041-14/+73
* rmodule: use struct prog while loading rmodulesAaron Durbin2015-04-032-10/+6
* program loading: unify on struct progAaron Durbin2015-04-035-40/+36
* program loading: add prog_run() functionAaron Durbin2015-04-035-8/+19
* program loading: introduce struct progAaron Durbin2015-04-039-100/+122
* vpd: retrieve mac addresses and pass them to bootloaderVadim Bendebury2015-04-021-0/+74
* chromeos: Add WiFi calibration CBMEM entry pointer to coreboot tableVadim Bendebury2015-04-021-0/+1
* cbfs: more accurate size check for simple buffer mappingDaisuke Nojiri2015-04-011-1/+1
* cbfs: remove cbfs_core.h includesAaron Durbin2015-03-311-1/+1
* program loading: provide one cache maintenance callbackAaron Durbin2015-03-314-20/+15
* payload loading: remove passing of struct payloadAaron Durbin2015-03-312-21/+9
* loading: move ramstage cache function declarationsAaron Durbin2015-03-311-1/+1
* cbfs: remove run_address()Aaron Durbin2015-03-311-14/+0
* arm64: Add support for secure monitorFurquan Shaikh2015-03-281-0/+1
* cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu2015-03-275-2/+58
* cbfs: support concurrent media channels properlyVadim Bendebury2015-03-261-11/+15
* fix how to interpret board id read from gpiosDaisuke Nojiri2015-03-261-1/+1
* Restore name of the function reading tertiary GPIO statesVadim Bendebury2015-03-261-1/+1
* cbfs: expose init_backing_media()Aaron Durbin2015-03-242-4/+12
* vboot2: load decompressed stage directly to load addressDaisuke Nojiri2015-03-241-29/+43
* vboot2: translate shared data to hand off to depthchargeDaisuke Nojiri2015-03-231-1/+1
* vboot2: read secdata and nvdataDaisuke Nojiri2015-03-233-384/+243
* Publish the board ID value in coreboot table, when configuredVadim Bendebury2015-03-232-1/+19
* Generalize revision number calculation functionVadim Bendebury2015-03-232-0/+80
* ramstage: remove rela_time useAaron Durbin2015-03-211-12/+8
* cbfs: change 1 message level to WARNING if cbfs can't find specific dataKane Chen2015-03-211-1/+1
* loaders: add run_romstage() function to bootblockAaron Durbin2015-03-202-0/+43
* loaders: add program_loading.h header fileAaron Durbin2015-03-206-6/+6
* verstage should include the CBFS SPI wrapper, when configuredVadim Bendebury2015-03-201-0/+3
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-184-20/+12
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-172-5/+7
* lib: Add Kconfig option to enable/disable auto fallback controlTimothy Pearson2015-03-171-2/+3
* Add and consistently use wrapper macro for romstage static variablesJulius Werner2015-03-091-6/+1
* build.h: remove variable for the builduser, -hostname and -domainAlexander Couzens2015-03-092-13/+0
* coreboot: fix munged license textAaron Durbin2015-03-092-2/+2
* coreboot memrange: Two changes for zero size or empty memrangeFurquan Shaikh2015-03-041-1/+9
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-5/+0
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-6/+6
* TPM: Fix whitespaceKyösti Mälkki2015-02-061-250/+250
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-051-0/+2
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-273-305/+4
* CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki2015-01-272-5/+35
* CBMEM: Change some types to uintptr_tKyösti Mälkki2015-01-271-20/+20
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-272-9/+4
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-272-35/+46
* CBMEM: Add timestamp_reinit()Kyösti Mälkki2015-01-272-2/+4
* CBMEM: Move cbmemc_reinit()Kyösti Mälkki2015-01-273-4/+5
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-1/+1
OpenPOWER on IntegriCloud