aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/c_start.S
AgeCommit message (Expand)Author
2020-12-16arch/x86: Link gdt_init.S into bootblockKyösti Mälkki
2020-12-11Drop many cases of .previous directive useKyösti Mälkki
2020-08-21lib: Add ASan support to ramstage on x86 archHarshit Sharma
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/x86: Convert to SPDX license headerPatrick Georgi
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-11-03arch/x86: Use the stage argument to implement cbmem_topArthur Heymans
2019-10-29arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-14arch/x86: Enforce CPU stack alignmentKyösti Mälkki
2018-12-28arch/x86/c_start.S: Use tabs instead of white spacesElyes HAOUAS
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
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-03-19ramstage: Align stack to 16 bytesKyösti Mälkki
2017-03-17arch/x86: Wrap lines at 80 columnsLee Leahy
2016-07-31src/arch: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-01-26arch/x86: move SetCodeSelector to .text segmentPatrick Georgi
2016-01-23arch/x86: remove .intel_syntaxPatrick Georgi
2016-01-19arch/x86: Indent using tabs not spacesMartin Roth
2016-01-14arch/x86: add missing license headersMartin Roth
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-07-13x86: flatten hierarchyStefan Reinauer