aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Makefile.inc
AgeCommit message (Expand)Author
2021-01-28cpu/x86: Link entry32.incKyösti Mälkki
2021-01-24arch/x86: Use wildcard for mb/smihandler.cKyösti Mälkki
2021-01-08arch/x86/Makefile.inc: Clean up generated assembly stubsArthur Heymans
2020-12-16arch/x86: Link gdt_init.S into bootblockKyösti Mälkki
2020-11-19ACPI S3: Split arch-agnostic partsKyösti Mälkki
2020-08-19arch/x86/boot: Jump to payload in protected modePatrick Rudolph
2020-08-14arch/x86/postcar: Add x86_64 supportPatrick Rudolph
2020-07-30arch/x86/smbios.c: Split out weak functionsAngel Pons
2020-07-20src: Make HAVE_CF9_RESET set the FADT reset registerAngel Pons
2020-07-11arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki
2020-07-08arch/x86: Add memmove.c to x86 bootblockMartin Roth
2020-07-06arch/x86: Remove RELOCATABLE_RAMSTAGEKyösti Mälkki
2020-07-05arch/x86/Makefile.inc: Drop unused reset.c ruleAngel Pons
2020-06-30src/arch/x86: Ensure $(objgenerated) exists before it's usedPatrick Georgi
2020-06-15Makefile.inc: Remove all-y with CONFIG_ARCH_xx guardsMartin Roth
2020-06-13treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh
2020-06-10arch/x86: Remove some x86_32 vs x86_64 noiseKyösti Mälkki
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (5/5)Furquan Shaikh
2020-05-02acpi: Move ACPI table support out of arch/x86 (1/5)Furquan Shaikh
2020-04-20arch/x86/acpi: Add code to generate ACPI for PS2 keyboardsRajat Jain
2020-03-25arch/x86: Add Kconfig option for 2nd VGA BIOS imageMartin Roth
2020-03-06src/arch/x86: Convert to SPDX license headerPatrick Georgi
2020-01-14console/post: Split parts to arch/Kyösti Mälkki
2019-12-27cpu/intel/microcode: Apply more strict guard for assembly filesKyösti Mälkki
2019-12-27arch/x86: Remove walkcbfs()Kyösti Mälkki
2019-12-27bootblock: Support normal/fallback mechanism againKyösti Mälkki
2019-12-20arch/x86: Drop romcc bootblockArthur Heymans
2019-12-19src/arch/x86: Build mainboard acpi_tables source if presentKarthikeyan Ramasubramanian
2019-11-25Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans
2019-11-22Makefiles: Remove -D__PRE_RAM__Kyösti Mälkki
2019-11-21arch/x86: Remove copy_and_run()Kyösti Mälkki
2019-11-10arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans
2019-11-06arch/x86: Create preprocessed __ROMCC__ bootblock sourceKyösti Mälkki
2019-11-03arch/x86: Use the stage argument to implement cbmem_topArthur Heymans
2019-10-30arch/x86/Makefile.inc: Use the 'all' target to add common sourcesArthur Heymans
2019-09-30arch/x86: Fix __ROMCC__ automatic prerequisitiesKyösti Mälkki
2019-09-10AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-06-06Makefile.inc: Compile smm files independent ARCH_RAMSTAGE_X86_32/64Subrata Banik
2019-06-02Makefile.inc: Remove unnecessary CONFIG dependencySubrata Banik
2019-03-16device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki
2019-03-07src/device/Kconfig: Include the discrete VGA OpROM at config UIMike Banon
2019-02-20walkcbfs: Only compile on x86_32Patrick Rudolph
2019-01-08arch/x86: Link walkcbfs.S instead of including itArthur Heymans
2019-01-04amdfam10 boards: Add Makefiles and fix resourcemap.cKyösti Mälkki
2018-12-30arch/x86: Prevent romcc bootblock from using MMX registersKyösti Mälkki
2018-11-29arch/x86/Makefile.inc: Fix typoPatrick Rudolph
2018-11-08toolchain: Add POSTCAR as a stage we have a toolchain forPatrick Georgi
2018-10-22arch/x86: Implement common CF9 resetNico Huber
2018-10-04arch/x86: Make mb/romstage.c optionalRizwan Qureshi
2018-09-07arch/x86: Add BERT region support functionsMarshall Dawson
2018-09-05arch/x86/Makefile: include dependencies for romcc bootblockNico Huber
2018-08-09src/arch: Fix typoElyes HAOUAS
2018-06-28arch/x86: include verstage.c only when verstage is a separate stageArthur Heymans
2018-06-06arch/x86: Drop leftover ROMCC supportKyösti Mälkki
2018-05-11acpi: Add support for writing ACPI _PLD structuresDuncan Laurie
2018-05-08Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber
2018-05-03arch/x86: Relocate GDT in verstage, romstage, and postcarHannah Williams
2018-05-02pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph
2018-04-26arch/x86: allow idt to be available to link in all stagesAaron Durbin
2018-04-24arch/x86: prepare for having an idt in other stagesAaron Durbin
2018-01-25arch/x86: allow timestamp source to not be TSCAaron Durbin
2018-01-15Intel i82830 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth
2017-09-22arch/x86: Enable ebda library for romstage and postcarSubrata Banik
2017-09-22arch/x86: Include acpi_s3.c support in postcar stageSubrata Banik
2017-09-08arch/x86/postcar: Support CBMEM_TOP_BACKUPKyösti Mälkki
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2017-02-20arch/x86: add functions to generate random numbersRobbie Zhang
2016-10-25arch/x86/acpigen_dsm: Add support for DSM typesFurquan Shaikh
2016-09-21Makefiles: update cbfs types from bare numbers to valuesMartin Roth
2016-09-19arch/x86: move postcar main logic into CAaron Durbin
2016-09-12arch/x86: Always compile postcar library in romstageRizwan Qureshi
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-06-22ACPI S3: Add common recovery codeKyösti Mälkki
2016-06-22ACPI S3: Split support for HAVE_ACPI_RESUMEKyösti Mälkki
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-19arch/x86: Include timestamp.c in all stagesAlexandru Gagniuc
2016-05-03arch/x86: Drop CBFS_BASE_ADDRESSPatrick Georgi
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-21arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstageAaron Durbin
2016-03-15x86: Drop CONFIG_COMPILE_IN_DSDTStefan Reinauer
2016-02-25x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblockFurquan Shaikh
2016-02-17arch/x86: Add option to disable default mmap_boot implementationAlexandru Gagniuc
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-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-23arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCKAaron Durbin
2016-01-21arch/x86: Add files needed for C environment bootblock on x86Alexandru Gagniuc
2016-01-19arch/x86/Makefile.inc: Add a comment to fix syntax highlightingMartin Roth
2016-01-18arch/x86/Makefile.inc: Update symbol check macroMartin Roth
2015-12-16build system/x86: depend on directories before touch /empty targetsAlexander Couzens
2015-12-02build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi