index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
c_start.S
Age
Commit message (
Expand
)
Author
2022-11-12
cpu/x86: Set thread local storage in C code
Arthur Heymans
2022-11-07
cpu/x86: Drop !CPU_INFO_V2 code
Arthur Heymans
2021-12-13
arch/x86/c_start.S: Remove duplicated "the" in comments
Elyes HAOUAS
2021-10-21
arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors
Raul E Rangel
2021-10-05
arch/x86,cpu/x86: Introduce new method for accessing cpu_info
Raul E Rangel
2021-10-05
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-09-29
arch/x86,cpu/x86: Disable the %gs and %fs segments
Raul E Rangel
2021-09-27
arch/x86,cpu/x86: Move cpu_info initialization instructions into macro
Raul E Rangel
2021-07-26
lib/thread,arch/x86: Move thread stacks into C bss
Raul E Rangel
2021-07-06
arch/x86: Use ENV_X86_64 instead of _x86_64_
Patrick Rudolph
2021-06-15
treewide: Disable R_AMD64_32S relocation support
Patrick Rudolph
2021-05-12
include/console: Fix duplicate entry of postcode 0x79
Subrata Banik
2021-02-19
memlayout: Store region sizes as separate symbols
Julius Werner
2020-12-16
arch/x86: Link gdt_init.S into bootblock
Kyösti Mälkki
2020-12-11
Drop many cases of .previous directive use
Kyösti Mälkki
2020-08-21
lib: Add ASan support to ramstage on x86 arch
Harshit Sharma
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-03-06
src/arch/x86: Convert to SPDX license header
Patrick Georgi
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-11-03
arch/x86: Use the stage argument to implement cbmem_top
Arthur Heymans
2019-10-29
arch/x86/*.S: use defines instead of hardcoded values
Patrick Rudolph
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-14
arch/x86: Enforce CPU stack alignment
Kyösti Mälkki
2018-12-28
arch/x86/c_start.S: Use tabs instead of white spaces
Elyes HAOUAS
2018-04-26
arch/x86: allow idt to be available to link in all stages
Aaron Durbin
2018-04-24
arch/x86: prepare for having an idt in other stages
Aaron Durbin
2017-07-07
arch/*: Update Kconfig symbol usage
Martin Roth
2017-03-19
ramstage: Align stack to 16 bytes
Kyösti Mälkki
2017-03-17
arch/x86: Wrap lines at 80 columns
Lee Leahy
2016-07-31
src/arch: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-01-26
arch/x86: move SetCodeSelector to .text segment
Patrick Georgi
2016-01-23
arch/x86: remove .intel_syntax
Patrick Georgi
2016-01-19
arch/x86: Indent using tabs not spaces
Martin Roth
2016-01-14
arch/x86: add missing license headers
Martin Roth
2015-09-09
rmodule: use program.ld for linking
Aaron Durbin
2015-07-13
x86: flatten hierarchy
Stefan Reinauer