summaryrefslogtreecommitdiffstats
path: root/src/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Use __ROMSTAGE__ to denote romstagePatrick Georgi2015-04-291-2/+2
* Unify byte order macros and clrsetbitsJulius Werner2015-04-214-23/+3
* x86: Allow builds without ACPI tablesLee Leahy2015-04-211-0/+5
* rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner2015-04-141-1/+1
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-1/+2
* x86: Support reset routines in bootblockLee Leahy2015-04-102-0/+7
* build system: Fix SeaBIOS integration with multilib compilersPatrick Georgi2015-04-101-1/+3
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-0/+5
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-065-119/+16
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-063-13/+12
* acpi: protect acpi generators from PRE_RAM & SMMAlexander Couzens2015-04-051-3/+6
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-2/+2
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-041-17/+16
* build system: use full (in-tree) pathsPatrick Georgi2015-04-041-9/+4
* x86: rename ldscript_failover.ld to failover.ldPatrick Georgi2015-04-042-1/+1
* program loading: unify on struct progAaron Durbin2015-04-031-7/+11
* program loading: add prog_run() functionAaron Durbin2015-04-032-1/+10
* program loading: introduce struct progAaron Durbin2015-04-031-2/+3
* Clean up architecture-specific KconfigsJulius Werner2015-04-021-4/+0
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-021-3/+3
* smbios: add a family id in smbios type1 familyKane Chen2015-04-021-0/+10
* x86: set smbios rom size based on CONFIG_ROM_SIZEAaron Durbin2015-04-011-9/+1
* cbfs: add cbfs_serialized.h header fileAaron Durbin2015-03-311-1/+4
* arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make publicTimothy Pearson2015-03-291-2/+2
* arch/x86/boot/smbios: Add additional SMBIOS defines and enumsTimothy Pearson2015-03-291-2/+15
* arch/x86: Guard option table specific rules with HAVE_OPTION_TABLEPatrick Georgi2015-03-281-13/+14
* build system: normalize linker script file namesPatrick Georgi2015-03-283-6/+6
* smbios: add funtion for smbios type17Kane Chen2015-03-271-0/+115
* x86: fix romstage_null.debug link w/o --gc-sectionsAaron Durbin2015-03-211-1/+1
* loaders: add program_loading.h header fileAaron Durbin2015-03-202-2/+2
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-0/+1
* arch/x86/Kconfig: Add license headerStefan Reinauer2015-03-171-0/+15
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-173-12/+14
* ACPI: Get S3 resume state from romstage_handoffKyösti Mälkki2015-03-101-2/+18
* x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki2015-03-101-8/+0
* x86: simplify early_variables.h headerAaron Durbin2015-03-101-11/+5
* AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki2015-03-091-1/+1
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-1/+1
* Remove */cpu/amd/agesa/* from excluded illegal globals fileDave Frodin2015-02-231-1/+1
* acpi: Generate valid ACPI processor objectsTimothy Pearson2015-02-161-1/+1
* nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson2015-02-161-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-159-50/+51
* arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end`Paul Menzel2015-02-141-2/+1
* Get rid of .car.global_data warnings for GCC buildMartin Roth2015-02-091-0/+4
* src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc2015-02-021-0/+3
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-272-29/+1
* CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki2015-01-271-5/+9
* CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki2015-01-271-6/+3
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-272-0/+19
* CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki2015-01-271-1/+1
OpenPOWER on IntegriCloud