aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2016-08-28src/arch: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-28src/arch: Capitalize CPU and ACPIElyes HAOUAS
2016-08-06acpi: Generate object for coreboot table regionDuncan Laurie
2016-08-03ACPI: Add code to create root port entry in DMAR tableWerner Zeh
2016-08-03ACPI: Add code to include ATSR structure in DMAR tableWerner Zeh
2016-08-01Remove non-ascii & unprintable charactersMartin Roth
2016-08-01arch/x86: Enable postcar consoleLee Leahy
2016-08-01arch/x86: Display MTRRs after MTRR update in postcarLee Leahy
2016-07-31src/arch: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-07-27arch/x86: Add bootblock and postcar support for SOC MTRR accessLee Leahy
2016-07-26arch/x86: Generate a map file for the postcar stageLee Leahy
2016-07-26arch/x86: Organize ramstage to match other stagesLee Leahy
2016-07-26arch/x86: Move romstage files into romstage sectionLee Leahy
2016-07-26arch/x86: Move postcar stage commands into placeLee Leahy
2016-07-17acpi: Change API called to write the name for ACPI_DP_TYPE_CHILDHarsha Priya
2016-07-15arch/x86: provide common Intel ACPI hardware definitionsAaron Durbin
2016-07-15arch/x86: provide common ACPI_Sx constantsAaron Durbin
2016-07-08acpi: Change device properties to work as a treeDuncan Laurie
2016-07-07acpigen_write_package: Return pointer to package element counterDuncan Laurie
2016-07-02acpi_device: Have acpi_device_scope() use a separate bufferDuncan Laurie
2016-07-02gpio: Add support for translating gpio_t into ACPI pinDuncan Laurie
2016-06-24region: Add writeat and eraseat supportAntonello Dettori
2016-06-24arch/x86/smbios: Correct manufacturer IDElyes HAOUAS
2016-06-22ACPI S3: Add common recovery codeKyösti Mälkki
2016-06-22ACPI S3: Fix prohibited wakeupKyösti Mälkki
2016-06-22ACPI S3: Split support for HAVE_ACPI_RESUMEKyösti Mälkki
2016-06-22ACPI S3: Move SMP trampoline recoveryKyösti Mälkki
2016-06-22Ignore RAMTOP for MTRRsKyösti Mälkki
2016-06-20ACPI S3: Cleanup RSDP referenceKyösti Mälkki
2016-06-20arch/x86/smbios: Add DRAM manufacturerPatrick Rudolph
2016-06-17Move definitions of HIGH_MEMORY_SAVEKyösti Mälkki
2016-06-17Define RAMTOP for x86 onlyKyösti Mälkki
2016-06-11arch/x86: Support "weak" BIST and timestamp save routinesLee Leahy
2016-06-11arch/x86: Add debug spinloops in assembly_entry.SLee Leahy
2016-06-11arch/x86: Add debug spinloopLee Leahy
2016-06-09mainboard: Support ROM_SIZE > 16 MiBLee Leahy
2016-06-09arch/x86: Enable SSE in bootblock_crt0.SLee Leahy
2016-06-02SMBIOS: Implement SKU fieldKyösti Mälkki
2016-05-28acpi_device: Add support for writing ACPI Device PropertiesDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI SPI descriptorsDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI I2C descriptorsDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI GPIO descriptorsDuncan Laurie
2016-05-28acpi_device: Add support for writing ACPI Interrupt descriptorsDuncan Laurie
2016-05-27arch/x86: provide verstage support for CONFIG_C_ENVIRONMENT_BOOTBLOCKAaron Durbin
2016-05-21device: Add an ACPI device name and path concept to devicesDuncan Laurie
2016-05-21acpigen: Add function to generate ToUUID() from a stringDuncan Laurie
2016-05-19arch/x86: Include timestamp.c in all stagesAlexandru Gagniuc
2016-05-17acpigen: Fix ?: operator confusionJonathan Neuschäfer
2016-05-16acpigen: Add functions to generate _STA() and _PRW()Duncan Laurie
2016-05-16acpigen: Add an abstracted integer output methodDuncan Laurie
2016-05-16acpigen: Add helper functions for stringsDuncan Laurie
2016-05-16acpigen: Add helpers for word/dword outputDuncan Laurie
2016-05-09smbios: Add SuperTalent SPD IDTimothy Pearson
2016-05-03arch/x86: Drop CBFS_BASE_ADDRESSPatrick Georgi
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-05-02arch/x86/assembly_entry: allow early post CAR stages to use common codeAaron Durbin
2016-05-02arch/x86/asembly_entry: reorder conditional stage entry macrosAaron Durbin
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-05-02x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCKFurquan Shaikh
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21arch/x86: remove low coreboot table supportAaron Durbin
2016-04-21arch/x86: clean up write_tables()Aaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-04-15bootblock_crt0: Use CR* macros from cpu/x86/cr.hFurquan Shaikh
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-04-02arch/x86: notify the system when the postcar parameter was updatedAaron Durbin
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-21arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstageAaron Durbin
2016-03-18src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI tableJacob Laska
2016-03-15x86: Drop CONFIG_COMPILE_IN_DSDTStefan Reinauer
2016-03-11arch/x86/smbios: fix length calculation for SMBIOS type 17Iru Cai
2016-03-05arch/x86: Add common assembly code for stages that run in CARAndrey Petrov
2016-03-05arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov
2016-03-05Kconfig: hide useless options on ARM.Vladimir Serbinenko
2016-03-04arch/x86: always use _start as entry symbol for all stagesAaron Durbin
2016-03-04arch/x86: rename reset_vector -> _startAaron Durbin
2016-03-03arch/x86: Allow soc/chipset to set linking addressAndrey Petrov
2016-03-02src/arch/x86/smbios: Add vendorsPatrick Rudolph
2016-02-25x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblockFurquan Shaikh
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-19x86: add coreboot table entry for TSC infoAaron Durbin
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-17arch/x86: Add option to disable default mmap_boot implementationAlexandru Gagniuc
2016-02-13x86: make bootblock size for C_ENVIRONMENT_BOOTBLOCK configurableAaron Durbin
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-02-11arch/x86: Change how BOOTBLOCK_CUSTOM is selected by defaultAndrey Petrov
2016-02-11arch/x86: Allow bootblock code to use CAR_GLOBAL variablesAndrey Petrov
2016-02-11arch/x86: Reserve space for stack in CAR layoutAndrey Petrov
2016-02-03xcompile: Add a way to specify -march=i586Martin Roth
2016-02-02arch/x86: Add second paragraph to license headerMartin Roth
2016-01-30arch/x86: Implement minimal bootblock for C_ENVIRONMENT_BOTOBLOCKAlexandru Gagniuc
2016-01-30arch/x86: Rename bootblock.S to bootblock_romcc.SAlexandru Gagniuc
2016-01-28Move object files to $(obj)/<class>/Nico Huber
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-26arch/x86: Drop arch/pciconf.hStefan Reinauer