aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2015-05-29Remove leftover smi_get_tseg_baseVladimir Serbinenko
2015-05-26fmap: new API using region_deviceAaron Durbin
2015-05-26coreboot: introduce boot_deviceAaron Durbin
2015-05-26cbmem: remove cbmem_set_top()Aaron Durbin
2015-05-26CBMEM console: Fix buffer without EARLY_CBMEM_INITKyösti Mälkki
2015-05-26timestamp: Fix collection without EARLY_CBMEM_INITKyösti Mälkki
2015-05-26CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki
2015-05-26consoles: remove unused infrastructureAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-19regions: add more helpersAaron Durbin
2015-05-14regions: add mmap helper deviceAaron Durbin
2015-05-14regions: add memory region device supportAaron Durbin
2015-05-14coreboot: add memory pool infrastructureAaron Durbin
2015-05-14coreboot: add region infrastructureAaron Durbin
2015-05-13secmon: allow for serial consoleAaron Durbin
2015-05-13verstage: provide support for serial consoleAaron Durbin
2015-05-13cbmem: Add initial allocation supportLee Leahy
2015-05-11vboot: inject vboot loader for stage loadingAaron Durbin
2015-05-11imd: don't recover on limit == 0Aaron Durbin
2015-05-11secmon: Add some missing filesPatrick Georgi
2015-05-07timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMERAaron Durbin
2015-05-05timestamp: provide weak default implementation of timestamp_getAaron Durbin
2015-05-05vboot: add cbfs_coreAaron Durbin
2015-05-05timestamp: refine boot CPU testAaron Durbin
2015-05-05cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-30program loading: add optional is_loader_active() callbackAaron Durbin
2015-04-28chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin
2015-04-28lib: When used, add timestamp.c to bootblock and verstage, tooPatrick Georgi
2015-04-27cbmem: add and use a function to dump console bufferVadim Bendebury
2015-04-27lib/tlcl: Provide mock implementationYen Lin
2015-04-23ramstage: don't drop cbmem consoleAaron Durbin
2015-04-23cbmem_console: fix it for x86Aaron Durbin
2015-04-23memlayout: Make sure preram_cbmem_console symbols existPatrick Georgi
2015-04-22cbmem: switch over to imd-based cbmemAaron Durbin
2015-04-22coreboot: common stage cacheAaron Durbin
2015-04-22coreboot: tiered imdAaron Durbin
2015-04-22coreboot: add imd libraryAaron Durbin
2015-04-22coreboot: add a place to choose romstage loaderAaron Durbin
2015-04-22build system: add manual board id supportStefan Reinauer
2015-04-22lib: add base64 decoderVadim Bendebury
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21cbfs: Print absolute offsets of loaded filesVadim Bendebury
2015-04-20chromeos: vboot2: Add TPM PCR extension supportJulius Werner
2015-04-17cbfs: look for CBFS header in a predefined placeVadim Bendebury
2015-04-17uart: pass register width in the coreboot tableVadim Bendebury
2015-04-17drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg
2015-04-17Add delay before reading GPIOs in gpio_base2_value()David Hendricks
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