Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b
/
src
/
arch
3414561
armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write
by Paul Kocialkowski
· 8 years ago
cfbcba5
arch/x86/smbios: Add Crucial DIMM manufacturer ID
by Timothy Pearson
· 8 years ago
ace3525
arch/x86/boot/smbios: Add SPD IDs for Kingston and Corsair
by Timothy Pearson
· 8 years ago
75c51d9
x86: add standalone verstage support
by Aaron Durbin
· 8 years ago
e957832b
vboot: remove remnants of VBOOT_STUB
by Aaron Durbin
· 8 years ago
ee2740b
arch/x86/bootblock: Do not include non-code files in bootblock.S
by Alexandru Gagniuc
· 8 years ago
c46a392
arch/x86: Link walkcbfs.S instead on including it in bootblock.S
by Alexandru Gagniuc
· 8 years ago
dbeedbe
arch/x86/bootblock: Link in object files selected with bootblock-y
by Alexandru Gagniuc
· 8 years ago
0017b00
arch/x86/Makefile.inc: Simplify rule for bootblock.debug
by Alexandru Gagniuc
· 8 years ago
72bb66e
x86/bootblock: Use LDFLAGS_bootblock to enable garbage collection
by Alexandru Gagniuc
· 8 years ago
dd6fa93
x86: prepare cache-as-ram to allow multiple stages
by Aaron Durbin
· 8 years ago
1bc6a79
x86: provide common macro for linking early stages
by Aaron Durbin
· 8 years ago
46a7c82
Makefile: Replace the way to test if a string is empty
by zbao
· 8 years ago
c159a0e
arm64: mmu: Prevent CPU prefetch instructions from device memory
by Jimmy Huang
· 8 years ago
f47f5fb
RISCV: modify arch_prog_run to handle payloads correctly.
by Ronald G. Minnich
· 8 years ago
dc9f5cd
coreboot: introduce commonlib
by Aaron Durbin
· 8 years ago
08c10a9
riscv-virtual-memory: move page tables into virtual address space
by Thaminda Edirisooriya
· 8 years ago
a47738d
riscv-memlayout: fix existing memlayout issues, add sbi interface
by Thaminda Edirisooriya
· 8 years ago
294ce85
x86: remove double link step for romstage
by Aaron Durbin
· 8 years ago
d9653e1
riscv-trap-handling: Add functionality, prevent stack corruption
by Thaminda Edirisooriya
· 8 years ago
95ba4c8
riscv-trap-handling: Add implementation for trap calls in riscv
by Thaminda Edirisooriya
· 8 years ago
b094583
riscv-virtual-memory: Add virtual memory setup
by Thaminda Edirisooriya
· 8 years ago
83bc0db
x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGE
by Aaron Durbin
· 8 years ago
d4dd44c
linking: add and use LDFLAGS_common
by Aaron Durbin
· 8 years ago
956c4f2
x86: link romstage and ramstage with 1 file
by Aaron Durbin
· 8 years ago
dde7629
rmodule: use program.ld for linking
by Aaron Durbin
· 8 years ago
14714e1
x86: link romstage like the other architectures
by Aaron Durbin
· 8 years ago
cce557b
x86: link ramstage like the other architectures
by Aaron Durbin
· 8 years ago
4de29d4
linking: lay the groundwork for a unified linking approach
by Aaron Durbin
· 8 years ago
4b34909
x86: provide minimum alignment for romstage
by Aaron Durbin
· 8 years ago
d2cd7f6
x86: remove unused sections from romstage.ld
by Aaron Durbin
· 8 years ago
e581b06
x86: add romstage.S to bind program flow and ordering
by Aaron Durbin
· 8 years ago
85982cd
x86: don't create MAINBOARDDIR/romstage.inc for !ROMCC boards
by Aaron Durbin
· 8 years ago
3953e39
x86: bootblock: remove linking and program flow from build system
by Aaron Durbin
· 8 years ago
4460703
Drop "See file CREDITS..." comment
by Stefan Reinauer
· 8 years ago
0375815
symbols: add '_' to pci_drivers and cpu_drivers symbols
by Aaron Durbin
· 8 years ago
439356f
x86: remove cpu_incs as romstage Make variable
by Aaron Durbin
· 8 years ago
c49014e
timestamp: add tick frequency to exported table
by Aaron Durbin
· 8 years ago
107d1fb
armv7/arm64: remove timestamp.c
by Aaron Durbin
· 8 years ago
4bfa29e
arm64: xcompile: Add support for A53 erratum 843419
by Julius Werner
· 8 years ago
3d09230
arm64: Fix 'verstage-objs: command not found' error
by Yidi Lin
· 8 years ago
46502c9
arm64: declare do_dcsw_op as function
by Jimmy Huang
· 8 years ago
31f0521
riscv-trap-handling: Add preliminary trap handling for riscv
by Thaminda Edirisooriya
· 8 years ago
dbb50c4
x86: Get rid of empty loadable segment warning
by Martin Roth
· 8 years ago
71a3018
acpi: 64bit fixes
by Stefan Reinauer
· 8 years ago
ab454c6
x86: parameterize asl_template for CBFS inclusion
by Aaron Durbin
· 8 years ago
0dc7354
amd: raminit sysinfo offset fix
by Aaron Durbin
· 8 years ago
8fad21d
riscv-spike: support for Spike emulation of riscv
by Thaminda Edirisooriya
· 8 years ago
133108a
acpi: Align FACS to 64 bytes
by Patrick Georgi
· 8 years ago
fb82ebe
x86: Make sure boot device is mapped below 4G
by Stefan Reinauer
· 8 years ago
8d8799a
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
by Julius Werner
· 8 years ago
ef0158e
arch/x86: make dependency explicit
by Patrick Georgi
· 8 years ago
3332f33
riscv: Link in libgcc
by Patrick Georgi
· 8 years ago
87d492f
arm64: Set LOG_LEVEL=0 for BL31 if coreboot does not use serial
by Furquan Shaikh
· 8 years ago
4d3e4c4
cbfs: hardcode file alignment
by Patrick Georgi
· 8 years ago
6cb3a59
x86: flatten hierarchy
by Stefan Reinauer
· 8 years ago
4.1
4.1
9693885
x86: Port x86 over to compile cleanly with x86-64
by Stefan Reinauer
· 8 years ago
6e1dc0c
arm64: Define stage_entry as weak symbol
by Furquan Shaikh
· 8 years ago
8799fde
arm64/a57: Move cortex_a57.h under include directory
by Furquan Shaikh
· 8 years ago
c4e49f6
Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()
by Martin Roth
· 8 years ago
16bc7e8
arch/x86/Makefile.inc: Calculate CBFS_BASE_ADDRESS variable
by Martin Roth
· 8 years ago
db03c22
arm: add __umoddi3() to libgcc implementation
by Stefan Reinauer
· 8 years ago
808f784
arm: enhance eabi compat functions
by Stefan Reinauer
· 8 years ago
dc19761
arm64: Print sp value when dumping registers for exception
by Furquan Shaikh
· 8 years ago
0fa5d8f
payloads: Reorganize Makefile.incs for external payloads
by Stefan Reinauer
· 8 years ago
06f1f8f
timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPS
by Aaron Durbin
· 9 years ago
1936f6c
timestamp: add generic cache region
by Aaron Durbin
· 8 years ago
ac630f7
x86 makefile: Use preprocessed linker files
by Marc Jones
· 8 years ago
10ef872
smbios: fix copy&paste error
by Patrick Georgi
· 8 years ago
4a45ec4
x86: Drop -Wa,--divide
by Stefan Reinauer
· 8 years ago
4c8fa2a
Unconditionally compile romstage with -Wa,--divide
by Stefan Reinauer
· 8 years ago
72af5d7
smbios: Calculate SMBIOS Max Struct size
by Ben Frisch
· 8 years ago
2268b3b
arch/arm64: Avoid race condition when building bl31
by Patrick Georgi
· 8 years ago
fbc45a6
arch/arm64: Fix compilation without CONFIG_SMP
by Patrick Georgi
· 8 years ago
67246f4
arm64: Fix Kconfig issues for secure OS loading
by Furquan Shaikh
· 8 years ago
a384c28
arm64: Add support for loading secure os
by Furquan Shaikh
· 8 years ago
9874933
x86: Move architecture selection from linker script to Makefile.inc
by Stefan Reinauer
· 8 years ago
c32a52c
acpi: bring back ability to link DSDT into ramstage
by Patrick Georgi
· 8 years ago
920f2e6
SeaBIOS: Clean up build command line.
by Martin Roth
· 8 years ago
464f5ca
Revert "arm64: remove assembly code string functions"
by Furquan Shaikh
· 8 years ago
b0bb8a1
x86: make PCI MMIO CFG functions 64bit proof
by Stefan Reinauer
· 8 years ago
a412d39
Remove obsolete EARLY_CONSOLE usage
by Martin Roth
· 8 years ago
defee17
x86: Make ACPI 64bit clean
by Stefan Reinauer
· 8 years ago
7c35af2
x86: make memcpy 64bit safe
by Stefan Reinauer
· 8 years ago
2da9524
x86 cpu: Allow some cpuid functions during romstage
by Lee Leahy
· 8 years ago
121b4c0
arm64: Move enabling floating point ahead of dev init
by Jimmy Zhang
· 8 years ago
7ffc71e
x86: Make stdint.h x64 proof
by Stefan Reinauer
· 8 years ago
181b773
x86: Make x86 architecture makefiles x64 aware
by Stefan Reinauer
· 8 years ago
6867120
Add x64 support to src/arch/x86/Kconfig
by Stefan Reinauer
· 8 years ago
0afdec4
lenovo: Hide SMBIOS config
by Vladimir Serbinenko
· 8 years ago
1a1a826
mips: implement arch_segment_loaded callback
by Ionela Voinescu
· 8 years ago
82efc76
mips: CBMEM table reference is passed to payload
by Ionela Voinescu
· 8 years ago
f43ba9c
smbios: Fix type1 family setting
by Marc Jones
· 8 years ago
41607a4
cbmem: add indicator to hooks if cbmem is being recovered
by Aaron Durbin
· 8 years ago
4fbac46
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
by Kyösti Mälkki
· 8 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 8 years ago
4ba3b79
smbios: Use smbios_mainboard_manufacturer instead MAINBOARD_SMBIOS_MANUFACTURER.
by Vladimir Serbinenko
· 8 years ago
83fc32f
device_ops: add device_t argument to write_acpi_tables
by Alexander Couzens
· 8 years ago
5eea458
device_ops: add device_t argument to acpi_fill_ssdt_generator
by Alexander Couzens
· 8 years ago
a90dad1
device_ops: add device_t argument to acpi_inject_dsdt_generator
by Alexander Couzens
· 8 years ago
Next »