aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19regions: add more helpersAaron Durbin
2015-05-15spi_flash: document expected return valuesAaron Durbin
2015-05-14superio: Replace the indexed I/O functionsDave Frodin
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: allow for dynamic work buffersAaron Durbin
2015-05-11vboot: inject vboot loader for stage loadingAaron Durbin
2015-05-05cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin
2015-05-05console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin
2015-04-30program loading: add optional is_loader_active() callbackAaron Durbin
2015-04-30cbmem: Add FSP timestampsLee Leahy
2015-04-30cbmem: Identify the FSP areas in CBMEMLee Leahy
2015-04-29Use __ROMSTAGE__ to denote romstagePatrick Georgi
2015-04-29rules.h: add verstage macroPatrick Georgi
2015-04-27cbmem: add and use a function to dump console bufferVadim Bendebury
2015-04-23cbmem_console: fix it for x86Aaron Durbin
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-22armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh
2015-04-22device: Add class and subclass name supportLee Leahy
2015-04-22lib: add base64 decoderVadim Bendebury
2015-04-22google/urara: use board ID information to set up hardwareIonela Voinescu
2015-04-22vpd: populate coreboot table with serialnoStephen Barber
2015-04-22vboot: when configured, pass the wipeout request to vbootVadim Bendebury
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21romstage_handoff: Fix for changing CBMEM structureDuncan Laurie
2015-04-21Arrange CBMEM table entries' IDs alphanumericallyVadim Bendebury
2015-04-20chromeos: vboot2: Add TPM PCR extension supportJulius Werner
2015-04-17Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig optionJulius 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-17exynos: return correct value when init_default_cbfs_media failsDaisuke Nojiri
2015-04-17rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner
2015-04-17spi: Add function to read flash status registerDuncan Laurie
2015-04-17drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg
2015-04-14Add console wrapper for UART driverVadim Bendebury
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-13spi: support controllers with limited transfer size capabilitiesVadim Bendebury
2015-04-10PCI - Add interrupt disable bit definitionLee Leahy
2015-04-10baytrail: Switch from ACPI mode to PCI mode for legacy supportMarc Jones
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: 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-08armv7: Add fine-grained page table supportJulius Werner
2015-04-08timestamp: Add bootblock start and end to timestamp constantsFurquan Shaikh
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06Add predefined __ROMSTAGE__ and __RAMSTAGE__ macrosJulius Werner
2015-04-04build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi
2015-04-04stddef: Add KHz, MHz and GHz constantsAaron Durbin
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-02smbios: add a family id in smbios type1 familyKane Chen
2015-04-01cbfs: correct types used for accessing filesAaron Durbin
2015-04-01northbridge/amd/amdfam10: Collect DIMM information for ramstage useTimothy Pearson
2015-03-31cbfs: add cbfs_serialized.h header fileAaron 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-29arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make publicTimothy Pearson
2015-03-29arch/x86/boot/smbios: Add additional SMBIOS defines and enumsTimothy Pearson
2015-03-28arm64: add spin table supportAaron Durbin
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-28drivers: add GIC supportAaron Durbin
2015-03-27cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu
2015-03-27smbios: add funtion for smbios type17Kane Chen
2015-03-26timer: remove rela_time typeAaron Durbin
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: factory-initialize kernel space in tpmDaisuke Nojiri
2015-03-24vboot2: load decompressed stage directly to load addressDaisuke 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-23PCIe: Add L1 Sub-State support.Kenji Chen
2015-03-21timer: add stopwatch constructAaron Durbin
2015-03-20loaders: add run_romstage() function to bootblockAaron Durbin
2015-03-20loaders: add program_loading.h header fileAaron Durbin