aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/c_start.S
AgeCommit message (Expand)Author
2022-12-23cpu/x86: Set up a separate stack for APsArthur Heymans
2022-11-12cpu/x86: Set thread local storage in C codeArthur Heymans
2022-11-07cpu/x86: Drop !CPU_INFO_V2 codeArthur Heymans
2021-12-13arch/x86/c_start.S: Remove duplicated "the" in commentsElyes HAOUAS
2021-10-21arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errorsRaul E Rangel
2021-10-05arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-09-29arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel
2021-09-27arch/x86,cpu/x86: Move cpu_info initialization instructions into macroRaul E Rangel
2021-07-26lib/thread,arch/x86: Move thread stacks into C bssRaul E Rangel
2021-07-06arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph
2021-06-15treewide: Disable R_AMD64_32S relocation supportPatrick Rudolph
2021-05-12include/console: Fix duplicate entry of postcode 0x79Subrata Banik
2021-02-19memlayout: Store region sizes as separate symbolsJulius Werner
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