summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Link walkcbfs.S instead of including itArthur Heymans2019-01-081-0/+3
* amdfam10 boards: Add Makefiles and fix resourcemap.cKyösti Mälkki2019-01-041-3/+0
* arch/x86: Prevent romcc bootblock from using MMX registersKyösti Mälkki2018-12-301-1/+1
* arch/x86/Makefile.inc: Fix typoPatrick Rudolph2018-11-291-1/+1
* toolchain: Add POSTCAR as a stage we have a toolchain forPatrick Georgi2018-11-081-0/+4
* arch/x86: Implement common CF9 resetNico Huber2018-10-221-0/+6
* arch/x86: Make mb/romstage.c optionalRizwan Qureshi2018-10-041-1/+1
* arch/x86: Add BERT region support functionsMarshall Dawson2018-09-071-0/+1
* arch/x86/Makefile: include dependencies for romcc bootblockNico Huber2018-09-051-0/+1
* src/arch: Fix typoElyes HAOUAS2018-08-091-1/+1
* arch/x86: include verstage.c only when verstage is a separate stageArthur Heymans2018-06-281-2/+2
* arch/x86: Drop leftover ROMCC supportKyösti Mälkki2018-06-061-39/+0
* acpi: Add support for writing ACPI _PLD structuresDuncan Laurie2018-05-111-0/+1
* Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber2018-05-081-2/+1
* arch/x86: Relocate GDT in verstage, romstage, and postcarHannah Williams2018-05-031-0/+5
* pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph2018-05-021-0/+1
* arch/x86: allow idt to be available to link in all stagesAaron Durbin2018-04-261-0/+10
* arch/x86: prepare for having an idt in other stagesAaron Durbin2018-04-241-0/+1
* arch/x86: allow timestamp source to not be TSCAaron Durbin2018-01-251-5/+5
* Intel i82830 boards & chips: Remove - using LATE_CBMEM_INITMartin Roth2018-01-151-4/+0
* arch/x86: Enable ebda library for romstage and postcarSubrata Banik2017-09-221-0/+2
* arch/x86: Include acpi_s3.c support in postcar stageSubrata Banik2017-09-221-0/+1
* arch/x86/postcar: Support CBMEM_TOP_BACKUPKyösti Mälkki2017-09-081-0/+1
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-1/+1
* arch/x86: add functions to generate random numbersRobbie Zhang2017-02-201-0/+1
* arch/x86/acpigen_dsm: Add support for DSM typesFurquan Shaikh2016-10-251-0/+1
* Makefiles: update cbfs types from bare numbers to valuesMartin Roth2016-09-211-1/+1
* arch/x86: move postcar main logic into CAaron Durbin2016-09-191-0/+1
* arch/x86: Always compile postcar library in romstageRizwan Qureshi2016-09-121-1/+1
* arch/x86: Add bootblock and postcar support for SOC MTRR accessLee Leahy2016-07-271-0/+2
* arch/x86: Generate a map file for the postcar stageLee Leahy2016-07-261-0/+2
* arch/x86: Organize ramstage to match other stagesLee Leahy2016-07-261-51/+44
* arch/x86: Move romstage files into romstage sectionLee Leahy2016-07-261-18/+12
* arch/x86: Move postcar stage commands into placeLee Leahy2016-07-261-25/+30
* ACPI S3: Add common recovery codeKyösti Mälkki2016-06-221-0/+1
* ACPI S3: Split support for HAVE_ACPI_RESUMEKyösti Mälkki2016-06-221-0/+1
* arch/x86: provide verstage support for CONFIG_C_ENVIRONMENT_BOOTBLOCKAaron Durbin2016-05-271-0/+4
* device: Add an ACPI device name and path concept to devicesDuncan Laurie2016-05-211-0/+1
* arch/x86: Include timestamp.c in all stagesAlexandru Gagniuc2016-05-191-0/+2
* arch/x86: Drop CBFS_BASE_ADDRESSPatrick Georgi2016-05-031-3/+0
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-031-5/+0
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-0/+25
* arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstageAaron Durbin2016-03-211-1/+1
* x86: Drop CONFIG_COMPILE_IN_DSDTStefan Reinauer2016-03-151-14/+0
* x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblockFurquan Shaikh2016-02-251-1/+0
* arch/x86: Add option to disable default mmap_boot implementationAlexandru Gagniuc2016-02-171-4/+4
* arch/x86: Implement minimal bootblock for C_ENVIRONMENT_BOTOBLOCKAlexandru Gagniuc2016-01-301-0/+1
* arch/x86: Rename bootblock.S to bootblock_romcc.SAlexandru Gagniuc2016-01-301-5/+5
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-10/+10
* arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCKAaron Durbin2016-01-231-43/+66