aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2015-04-14arm: Fix checkstack() to use correct stack sizeJulius Werner
2015-04-14timestamps: You can never have enough of them!Julius Werner
2015-04-14timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-10vboot: Include vb2_api.h, instead of lower-level vboot2 header filesRandall Spangler
2015-04-10ramoops: Add support for passing ramoops region through cb tables.Furquan Shaikh
2015-04-10cbtables: Add RAM config informationDavid Hendricks
2015-04-10gpio: compile gpio.c at all stagesDavid Hendricks
2015-04-10gpio: decouple tristate gpio support from board IDDavid Hendricks
2015-04-10gpio: add a function to read GPIO array as base-2 valueDavid Hendricks
2015-04-10gpio: cosmetic changes to tristate_gpios.cDavid Hendricks
2015-04-10gpio: Remove non-ternary tristate mode, make ternaries easierJulius Werner
2015-04-10gpio: Extend common GPIO header, simplify function namesJulius Werner
2015-04-10chromeos: move VPD MAC address retrieval functionVadim Bendebury
2015-04-08timer: Add generic udelay() implementationAaron Durbin
2015-04-07rmodule: remove cbmem_entry usageAaron Durbin
2015-04-07hardwaremain: explicitly call cbmem_initialize() earlyAaron Durbin
2015-04-07cbfs: Enforce media->map() result checking, improve error messagesJulius Werner
2015-04-07rmodules: fix linkingAaron Durbin
2015-04-07baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner
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
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-27rmodule: Correct the typecast with proper parenthesisFurquan Shaikh
2015-01-27vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integrationDaisuke Nojiri
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-16rmodule: Fix 64-bit related typecast errorsFurquan Shaikh
2015-01-13cbfs: add cbfs_read()Aaron Durbin
2015-01-13cbfs: add cbfs_locate_file()Aaron Durbin
2015-01-09Primitive memory testDavid Hendricks
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-07CBMEM: Rename utility fileKyösti Mälkki
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2014-12-31Print segment clean up information only when required.Vadim Bendebury
2014-12-30ipq8064: SOC UART driver belongs in the SOC directoryVadim Bendebury
2014-12-30Provide a common CBFS wrapper for SPI storageVadim Bendebury
2014-12-30cbmem: use a single id to name mapping tableVadim Bendebury
2014-12-30CBMEM: Always build for x86 romstageKyösti Mälkki
2014-12-29edid: fill reserved bits fields in cb_framebufferPatrick Georgi
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki
2014-12-22lib/edid.c: Fix mismatch between format string and variable typeAlexandru Gagniuc
2014-12-17lib/edid.c: Use 'hh' instead of 'h' length modifier in printkAlexandru Gagniuc
2014-12-17edid: initialize has_valid_detailed_blocks as 1Vince Hsu
2014-12-17edid: Change static variables to auto variables.Hung-Te Lin
2014-12-16edid: remove float usePatrick Georgi
2014-12-16CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-12-09x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin
2014-12-09aarch64: Fix 64-bit pointer related castsMarcelo Povoa
2014-12-08edid: fill reserved bits fields in cb_framebufferPatrick Georgi
2014-12-05ipq8064: prepare UART driver for use in corebootVadim Bendebury