summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* cbfs_spi: Initialize spi_flash when initializing cbfs_cacheMary Ruthven2015-12-032-4/+4
* intel/fsp: Add post codes for FSP phasesDuncan Laurie2015-12-031-0/+42
* cbfs_spi: enable CBFS access in early romstageMary Ruthven2015-12-032-3/+9
* x86/smm: don't hide harmless declarationsPatrick Georgi2015-11-291-2/+0
* southbridge/amd/sr5650: Add IOMMU supportTimothy Pearson2015-11-231-0/+1
* cpu/amd: de-duplicate MSR include filesStefan Reinauer2015-11-232-28/+3
* rules.h: Add ENV_STRING and use it in console_init()Ben Gardner2015-11-201-0/+7
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-171-0/+100
* cpu/amd: Add CC6 supportTimothy Pearson2015-11-111-0/+2
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-111-0/+24
* southbridge/amd/sb700: Add AHCI supportTimothy Pearson2015-11-111-0/+2
* edid: add hdmi_monitor_detected in data struct edidYakir Yang2015-11-101-0/+2
* arm64: remove secmonAaron Durbin2015-11-073-19/+3
* drivers/pc80: Rework normal / fallback selector codeTimothy Pearson2015-11-031-0/+2
* cbmem: add coreboot table records for each cbmem entryAaron Durbin2015-11-032-2/+18
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-021-0/+7
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3185-338/+0
* Drop geode_post_code.hStefan Reinauer2015-10-301-0/+0
* cpu/amd: Fix cbtypes.h to match UINTN conventionStefan Reinauer2015-10-301-9/+13
* include/timer.h: Guard `timer_monotonic_get()` calls by `CONFIG_HAVE_MONOTONI...Paul Menzel2015-10-271-2/+9
* coreboot: make lb_framebuffer a weak functionrobbie zhang2015-10-271-0/+3
* drivers/aspeed: Add native text mode VGA support for the AST2050Timothy Pearson2015-10-241-0/+3
* southbridge/amd/sb700: Allow use of auxiliary SMBUS controllerTimothy Pearson2015-10-241-0/+5
* include/smbios: Update SMBIOS memory structures to version 2.8Timothy Pearson2015-10-231-2/+4
* allocator: Page align memory mapped PCI resourcesNico Huber2015-10-221-0/+7
* cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc2015-10-151-43/+40
* cbmem console: make verstage first class citizenAaron Durbin2015-10-111-2/+4
* Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko2015-10-111-0/+1
* cbfs: add struct cbfsfAaron Durbin2015-10-071-7/+13
* Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth2015-10-051-0/+72
* AMD Bettong: Fix usb device in devicetree for Carrizozbao2015-09-301-0/+1
* chromeos: vboot and chromeos dependency removal for sw write protect statePaul Kocialkowski2015-09-231-0/+1
* coreboot: introduce commonlibAaron Durbin2015-09-2219-1354/+14
* endian: fix le64toh()Aaron Durbin2015-09-111-1/+1
* endian: add portable endian functionsAaron Durbin2015-09-101-0/+66
* rmodule: use program.ld for linkingAaron Durbin2015-09-093-4/+20
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-0/+27
* linking: move romstage and bootblock to use program.ldAaron Durbin2015-09-091-6/+6
* linking: lay the groundwork for a unified linking approachAaron Durbin2015-09-092-18/+32
* rules.h: add fall through where no ENV_<STAGE> is setAaron Durbin2015-09-091-1/+15
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-072-6/+0
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-052-4/+4
* bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin2015-09-041-3/+7
* bootmode: add display_init_required()Aaron Durbin2015-09-041-0/+2
* timestamp: add tick frequency to exported tableAaron Durbin2015-08-312-3/+5
* edid: add function to manually specify modeDavid Hendricks2015-08-281-1/+8
* edid: Use edid_mode struct to reduce redundancyDavid Hendricks2015-08-281-13/+26
* edid: Clean-up the edid structDavid Hendricks2015-08-281-24/+0
* stdlib: don't hide the malloc et all declarationsAaron Durbin2015-08-271-2/+0
* stage_cache: make prog const in stage_cache_add()Aaron Durbin2015-08-141-1/+1