Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
3756de0762108f01abd9c7260be17f8d40d853a8
/
src
/
arch
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
· 9 years ago
a384c28
arm64: Add support for loading secure os
by Furquan Shaikh
· 9 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
· 9 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
· 9 years ago
7ffc71e
x86: Make stdint.h x64 proof
by Stefan Reinauer
· 9 years ago
181b773
x86: Make x86 architecture makefiles x64 aware
by Stefan Reinauer
· 9 years ago
6867120
Add x64 support to src/arch/x86/Kconfig
by Stefan Reinauer
· 9 years ago
0afdec4
lenovo: Hide SMBIOS config
by Vladimir Serbinenko
· 9 years ago
1a1a826
mips: implement arch_segment_loaded callback
by Ionela Voinescu
· 9 years ago
82efc76
mips: CBMEM table reference is passed to payload
by Ionela Voinescu
· 9 years ago
f43ba9c
smbios: Fix type1 family setting
by Marc Jones
· 9 years ago
41607a4
cbmem: add indicator to hooks if cbmem is being recovered
by Aaron Durbin
· 9 years ago
4fbac46
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
by Kyösti Mälkki
· 9 years ago
5264862
Remove empty lines at end of file
by Elyes HAOUAS
· 9 years ago
4ba3b79
smbios: Use smbios_mainboard_manufacturer instead MAINBOARD_SMBIOS_MANUFACTURER.
by Vladimir Serbinenko
· 9 years ago
83fc32f
device_ops: add device_t argument to write_acpi_tables
by Alexander Couzens
· 9 years ago
5eea458
device_ops: add device_t argument to acpi_fill_ssdt_generator
by Alexander Couzens
· 9 years ago
a90dad1
device_ops: add device_t argument to acpi_inject_dsdt_generator
by Alexander Couzens
· 9 years ago
7a8a4ab
lib: Unify log2() and related functions
by Julius Werner
· 9 years ago
45dd591
arch/x86: No need to specify -Wa,--divide in a Makefile
by Patrick Georgi
· 9 years ago
a4cf83d
cbfs: Fix mismerge.
by Vladimir Serbinenko
· 9 years ago
36f8d27
Make DSDT a file in CBFS rather than embedding it into ramstage.
by Vladimir Serbinenko
· 9 years ago
ac12c66c
assets: abstract away the firmware assets used for booting
by Aaron Durbin
· 9 years ago
899d13d
cbfs: new API and better program loading
by Aaron Durbin
· 9 years ago
2e01e8d
arm64: correct cacheable/non-cacheable tag string in print_tag
by Jimmy Huang
· 9 years ago
3553119
arm64: Guard prints in mmu.c
by Furquan Shaikh
· 9 years ago
6233681
arm64: Decouple MMU functions from memranges
by Julius Werner
· 9 years ago
2cb2978
SLIC: Check SLIC signature.
by Vladimir Serbinenko
· 9 years ago
f44ac13
Add TCPA table.
by Vladimir Serbinenko
· 9 years ago
f728408
AGESA: Split S3 backup in CBMEM
by Kyösti Mälkki
· 9 years ago
49d3066
arm64: Add weak implementation of soc_get_bl31_plat_params
by Furquan Shaikh
· 9 years ago
b9215ab
arm64: Remove PLAT= variable initialization based on Kconfig variable
by Furquan Shaikh
· 9 years ago
e45a3eb
arm64: Pass in CROSS_COMPILE_arm64 for ARM TF compilation
by Furquan Shaikh
· 9 years ago
c6588c5
coreboot: introduce boot_device
by Aaron Durbin
· 9 years ago
807127f
Make acpi_fill_hest into parameter
by Vladimir Serbinenko
· 9 years ago
9bb5c5c
acpigen: Remove all explicit length tracking
by Vladimir Serbinenko
· 9 years ago
8104da7
acpigen: Remove acpigen_patch_len
by Vladimir Serbinenko
· 9 years ago
7138ee4
cbmem: remove cbmem_set_top()
by Aaron Durbin
· 9 years ago
1de648e
CBMEM console: Fix buffer without EARLY_CBMEM_INIT
by Kyösti Mälkki
· 9 years ago
e1fb052
CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT
by Kyösti Mälkki
· 9 years ago
28d5ec9
x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INIT
by Aaron Durbin
· 9 years ago
351fefc
ACPI: slic support
by Vladimir Serbinenko
· 9 years ago
83f81ca
acpi: Remove monolithic ACPI
by Vladimir Serbinenko
· 9 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 9 years ago
5e59757
acpi: make fill_slit and fill_srat into arguments.
by Vladimir Serbinenko
· 9 years ago
eec8dfb
build system: use archives, not linker action to shorten command lines
by Patrick Georgi
· 9 years ago
342535c
Remove Kconfig variable that has no effect
by Patrick Georgi
· 9 years ago
a6225fa
Remove Kconfig variable that has no effect
by Patrick Georgi
· 9 years ago
da3a146
arm64: Make SPSR exception masking on EL2 transition explicit
by Julius Werner
· 9 years ago
745a75f
arm64: Add support for using ARM Trusted Firmware as secure monitor
by Julius Werner
· 9 years ago
bbca3a9
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
883ec98
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
b436ce1
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
f52602a
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
786b122
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
f1df50e
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
75515ea
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
59e7b42
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
404df44
arm64: Reorganize payload entry code and related Kconfigs
by Julius Werner
· 9 years ago
b7d0ffd
arm64: psci: add cpu_suspend support
by Joseph Lo
· 9 years ago
bc40933
arm64: update verstage linking
by Aaron Durbin
· 9 years ago
52a530d
arm: update verstage linking
by Aaron Durbin
· 9 years ago
a9ee61e
cache: Add arch_program_segment_loaded call to arm and arm64
by Furquan Shaikh
· 9 years ago
168eda5
arch/arm64: provide boot_cpu()
by Aaron Durbin
· 9 years ago
c41fd4b
arm/armv7: drop merge left-over
by Patrick Georgi
· 9 years ago
27ef602
vboot: split class in library and stage
by Patrick Georgi
· 9 years ago
8ef8afb
arch/arm: only include subdirectories for ARM builds
by Patrick Georgi
· 9 years ago
815f4bf
Use __ROMSTAGE__ to denote romstage
by Patrick Georgi
· 9 years ago
804c139
arm: guard verstage rules
by Aaron Durbin
· 9 years ago
ba80887
vboot2: Build verstage archive, then use that for building the stage
by Patrick Georgi
· 9 years ago
ddcd9bd
arch/arm: Move inclusion of timestamps.c to the right directory
by Patrick Georgi
· 9 years ago
dea4597
arch/arm64: update mmu translation table granule size, logic and macros
by Jimmy Huang
· 9 years ago
d8a5017
arm64: save/restore cptr_el3 and cpacr_el1 registers
by Joseph Lo
· 9 years ago
c38d3e8
arm64: implement CPU power down sequence as per A57/A53/A72 TRM
by Joseph Lo
· 9 years ago
c4301f7
arm64: introduce data cache ops by set/way to the level specified
by Joseph Lo
· 9 years ago
53a2f607
arm64: perform early setup in secmon too
by Joseph Lo
· 9 years ago
36d3586
arm64: Allow cpu specific early setup
by Furquan Shaikh
· 9 years ago
1e2abe0
armv8/secmon: Disable and Enable GIC in PSCI path
by Furquan Shaikh
· 9 years ago
3c526b1
armv8/secmon: Correct PSCI function ids
by Furquan Shaikh
· 9 years ago
97a20ca
armv8/secmon: Correct names for SMC macros
by Furquan Shaikh
· 9 years ago
6e41523
arm64: save and restore cntfrq for secondary cpus
by Jimmy Huang
· 9 years ago
d1a21d7
arm64: add arm64_arch_timer_init function
by Joseph Lo
· 9 years ago
e197748
arch/armv7: Add API to disable MMU pages.
by Deepa Dinamani
· 9 years ago
55aa17b
arm64: Correct shareability option for normal memory
by Furquan Shaikh
· 9 years ago
2fdc61a
google/urara: use board ID information to set up hardware
by Ionela Voinescu
· 9 years ago
900059a
arch/arm64: allow floating-point registers access
by Yen Lin
· 9 years ago
a612fc1
arm64: provide icache_invalidate_all()
by Aaron Durbin
· 9 years ago
be7124e
armv7: preserve bootblock invocation parameter
by Vadim Bendebury
· 9 years ago
9ff8f6f
Unify byte order macros and clrsetbits
by Julius Werner
· 9 years ago
1f60f97
arm(64): Change write32() argument order to match x86
by Julius Werner
· 9 years ago
Next »