summaryrefslogtreecommitdiff
path: root/src/arch/x86/Makefile.inc
AgeCommit message (Expand)Author
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
2015-11-24Unify OBJCOPY arguments throughout various x86 stagesStefan Reinauer
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-31arch/x86: avoid race condition on build.hPatrick Georgi
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-10-08arch/x86/bootblock: Do not include non-code files in bootblock.SAlexandru Gagniuc
2015-10-08arch/x86: Link walkcbfs.S instead on including it in bootblock.SAlexandru Gagniuc
2015-10-08arch/x86/bootblock: Link in object files selected with bootblock-yAlexandru Gagniuc
2015-10-08arch/x86/Makefile.inc: Simplify rule for bootblock.debugAlexandru Gagniuc
2015-10-07x86/bootblock: Use LDFLAGS_bootblock to enable garbage collectionAlexandru Gagniuc
2015-09-30x86: provide common macro for linking early stagesAaron Durbin
2015-09-29Makefile: Replace the way to test if a string is emptyzbao