aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-06-30arm64: Add support for loading secure osFurquan Shaikh
2015-06-30Expose get_lid_switch() in romstagePatrick Georgi
2015-06-24cpu/x86: Add more MTRR symbolsLee Leahy
2015-06-22AMD Merlin Falcon: Add northbridge files for new AMD processorWANG Siyuan
2015-06-22device: DDR3 generic code 64bit fixStefan Reinauer
2015-06-20x86: Make reading / writing of CRx registers 64bit proofStefan Reinauer
2015-06-17coreboot_tables: Add CBMEM ID and tag for MTCFurquan Shaikh
2015-06-13Move remap_bsp_lapic to AMD specific codeStefan Reinauer
2015-06-13southbridge/amd/pi: Add support for new AMD southbridge KernWANG Siyuan
2015-06-11Clearly define printk log level use cases.Nicky Sielicki
2015-06-10resource: Refactor IORESOURCE flags useKyösti Mälkki
2015-06-09stage_cache: use cbmem init hooksAaron Durbin
2015-06-09cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-09cbmem: Break out CBMEM_ID to a separate header fileMarc Jones
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-05device_ops: add device_t argument to write_acpi_tablesAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-06-05AMD K8 fam10: Drop extra HT scan_chain() parametersKyösti Mälkki
2015-06-05AMD K8 fam10: Refactor HT link connection testKyösti Mälkki
2015-06-05devicetree: Add fields for HyperTransport scansKyösti Mälkki
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04devicetree: Single scan_bridges()Kyösti Mälkki
2015-06-04PCI subsystem: Drop parameter max from scan_busKyösti Mälkki
2015-06-04PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki
2015-06-04devicetree: Discriminate device ops scan_bus()Kyösti Mälkki
2015-06-04HyperTransport: Move pci_scan_bus() callKyösti Mälkki
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02prog_loading: add region_device representing memoryAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-29Remove leftover smi_get_tseg_baseVladimir Serbinenko
2015-05-28smm: Merge configs SMM_MODULES and SMM_TSEGVladimir Serbinenko
2015-05-28Remove leftover tseg_relocateVladimir Serbinenko
2015-05-28Add TCPA table.Vladimir Serbinenko
2015-05-27Move TPM code out of chromeosVladimir Serbinenko
2015-05-27AGESA: Split S3 backup in CBMEMKyösti Mälkki
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-26x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INITAaron Durbin
2015-05-26consoles: remove unused infrastructureAaron Durbin
2015-05-26acpi: Remove monolithic ACPIVladimir Serbinenko
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