Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
f0bbc95f12c99ac956c9d8a85bac38db4ad6bcb4
/
src
/
arch
30cda7e
arm64: provide early SoC initialization
by Aaron Durbin
· 9 years ago
9c8cfc5
coreboot arm64: Add proper masks for setting SCTLR and SCR regs to 0 at init
by Furquan Shaikh
· 9 years ago
bc772c3
arm64: Set 16 byte alignment and ramstage start address
by Aaron Durbin
· 9 years ago
00263d0
arm64: remove assembly code string functions
by Aaron Durbin
· 9 years ago
0df877a
arm64: use one stage_entry for all stages
by Aaron Durbin
· 9 years ago
6ba1b62
arm64: ensure vital sections aren't garbage collected
by Aaron Durbin
· 9 years ago
73307e0
Add stage information to coreboot banner
by Stefan Reinauer
· 9 years ago
d42b3fc
coreboot rush: Add support for basic romstage
by Furquan Shaikh
· 9 years ago
67b0374
coreboot arm64: Correct cache function names
by Furquan Shaikh
· 9 years ago
d653ae8
coreboot arm: Define function for setting cntfrq register
by Furquan Shaikh
· 9 years ago
26a8747
coreboot arm64: Add library for system access
by Furquan Shaikh
· 9 years ago
d8ea0ba
arm64: Remove early_console.c
by Marc Jones
· 9 years ago
1f565b4
Remove */cpu/amd/agesa/* from excluded illegal globals file
by Dave Frodin
· 9 years ago
033bb4b
acpi: Generate valid ACPI processor objects
by Timothy Pearson
· 9 years ago
f20c6e8
nvram: Add option to reset NVRAM to default parameters on every boot
by Timothy Pearson
· 9 years ago
bde6d30
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
by Kevin Paul Herbert
· 9 years ago
ddea942
arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end`
by Paul Menzel
· 10 years ago
a02c265
arm64: Cleanup arch io header files
by Furquan Shaikh
· 9 years ago
ad4fa21
Get rid of .car.global_data warnings for GCC build
by Martin Roth
· 9 years ago
a583924
src/arch/*/include/stdint.h: Provide definitions for bool type
by Alexandru Gagniuc
· 9 years ago
ae98e83
CBMEM: Always use DYNAMIC_CBMEM
by Kyösti Mälkki
· 9 years ago
2fb6b40
CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT
by Kyösti Mälkki
· 9 years ago
f1e3c76
CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM
by Kyösti Mälkki
· 9 years ago
91fac61
CBMEM: Tidy up CAR migration
by Kyösti Mälkki
· 9 years ago
3bf3854
CBMEM: Tag chipsets with LATE_CBMEM_INIT
by Kyösti Mälkki
· 9 years ago
8659e40
CBMEM console: Fix and enhance pre-RAM support
by Kyösti Mälkki
· 9 years ago
4d10750
CBMEM: Add timestamp_reinit()
by Kyösti Mälkki
· 9 years ago
0a11a61
CBMEM: Move cbmemc_reinit()
by Kyösti Mälkki
· 9 years ago
e455425
CBMEM console: Fix CAR migration step
by Kyösti Mälkki
· 9 years ago
823edda
CBMEM: Implement cbmem_run_init_hooks() stub
by Kyösti Mälkki
· 9 years ago
bcc1d42
vboot2: implement select_firmware for pre-romstage verification
by Daisuke Nojiri
· 9 years ago
77b1655
vboot2: add verstage
by Stefan Reinauer
· 9 years ago
17b9c19
arm64: Prepare ARM64 for building
by Marc Jones
· 9 years ago
5780d6f
Revert "vboot2: add verstage"
by Paul Menzel
· 9 years ago
320647a
vboot2: add verstage
by Daisuke Nojiri
· 9 years ago
78c5d58
ACPI: Add acpi_is_wakeup_s3() for romstage
by Kyösti Mälkki
· 9 years ago
7a846e7
ACPI: Prepare for HAVE_ACPI_RESUME changes
by Kyösti Mälkki
· 9 years ago
d686522
misc: Drop print_ implementation from non-romcc boards
by Stefan Reinauer
· 9 years ago
3a6550d
timestamps: Switch from tsc_t to uint64_t
by Stefan Reinauer
· 10 years ago
24e2e95
atomic.h: Fix doxygen errors
by Martin Roth
· 9 years ago
c1f7cbe
arm: lpae: Set XN and PXN bits for noncacheable regions
by Jimmy Zhang
· 9 years ago
3ae558f
ARM64: Always has DYNAMIC_CBMEM
by Kyösti Mälkki
· 9 years ago
a38d1b2
ARMv7: Always has DYNAMIC_CBMEM
by Kyösti Mälkki
· 9 years ago
989e12b
arm: Fix stored PC value when handling exceptions
by Julius Werner
· 10 years ago
922b3ca
ARM: Fix ARM_LPAE to not be selectable as a menu item.
by Ronald G. Minnich
· 9 years ago
bae775a
arch/x86: Declare GDT symbols and move_gdt()
by Kyösti Mälkki
· 9 years ago
0b341b3
ipq/arm: Redesign hooks for bootblock
by Vadim Bendebury
· 10 years ago
87acccc
CBMEM: Always build for x86 romstage
by Kyösti Mälkki
· 9 years ago
134f504
RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI
by Kyösti Mälkki
· 9 years ago
569bd3f
cpu/armltd/cortex-a9: Remove stub func dead code
by Edward O'Callaghan
· 9 years ago
41877d8
i82371eb & qemu: Move to per-device ACPI.
by Vladimir Serbinenko
· 9 years ago
f574a32
ARM: Use LPAE for Virtual Address Translation
by Daisuke Nojiri
· 10 years ago
2339a30
arm: Add support for a preram_cbmem_console symbol.
by Gabe Black
· 10 years ago
638015b
arm: Fix minor mistake in cache maintenance assembly
by Julius Werner
· 10 years ago
703e507
armv7: provide compiler options for rmodules
by Aaron Durbin
· 10 years ago
f72f9e7
x86: provide symmetry between arm for cache_sync_instructions()
by Aaron Durbin
· 10 years ago
c09cf0b
libpayload: arm: Pass the coreboot table location to the payload.
by Gabe Black
· 10 years ago
aca2150
UCB RISCV: Switch to DYNAMIC_CBMEM
by Kyösti Mälkki
· 9 years ago
3cf6aea
x86: Update the check for Forbidden global variables
by Furquan Shaikh
· 9 years ago
c3d4998
RISCV: one last little nit to make it build and run
by Ronald G. Minnich
· 9 years ago
fc5dc1c
RISCV: get RISCV to build again
by Ronald G. Minnich
· 9 years ago
546953c
Replace hlt with halt()
by Patrick Georgi
· 9 years ago
24cca75
build system: remove ROMSTAGE_ELF variable
by Patrick Georgi
· 9 years ago
e0e784a
Add UCB RISCV support for architecture, soc, and emulation mainboard..
by Ronald G. Minnich
· 9 years ago
4f75af9
Unify remaining binutils invocations
by Patrick Georgi
· 9 years ago
8d70e94
Make acpi_fill_dmar into parameter
by Vladimir Serbinenko
· 9 years ago
9594893
build system: unify linker use across gcc and clang
by Patrick Georgi
· 9 years ago
3ce96bd
build system: use a single variable name for compiler runtimes
by Patrick Georgi
· 9 years ago
a09f4db
acpigen: Use implicit length patching in acpigen.c
by Vladimir Serbinenko
· 9 years ago
c36af7b
Replace includes of build.h with version.h
by Kyösti Mälkki
· 9 years ago
9acc1e8
acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer
by Vladimir Serbinenko
· 9 years ago
663be6e
acpigen: Add and use acpigen_write_device.
by Vladimir Serbinenko
· 9 years ago
80fb8ed
acpigen: Add and use acpigen_write_method.
by Vladimir Serbinenko
· 9 years ago
f9cdb48
console: Isolate console_init() for ROMCC
by Kyösti Mälkki
· 9 years ago
eaee6e2
AMD: Move RAMBASE and RAMTOP
by Kyösti Mälkki
· 10 years ago
7c6e489
arm: Put assembly functions into separate sections
by Julius Werner
· 10 years ago
fd9defc
arm: Redesign, clarify and clean up cache related code
by Julius Werner
· 10 years ago
27cf247
car globals: add "used" attribute
by Patrick Georgi
· 9 years ago
25a282d
arm: Thumb ALL the things!
by Julius Werner
· 10 years ago
a38ccfd
build: Add ccopts back into the build
by Marc Jones
· 9 years ago
430363a
acpigen: Add new function acpigen_pop_len
by Vladimir Serbinenko
· 9 years ago
169c0df
ARM: Use local versions of libgcc functions instead of linking against libgcc.
by Gabe Black
· 10 years ago
ab83ef0
i82801gx: Handle whole FADT in southbridge.
by Vladimir Serbinenko
· 9 years ago
b4ce4d4
romstage: Pass .car.data as ignored section while adding romstage
by Furquan Shaikh
· 9 years ago
dd91c7f
build: Allow clang build linkage to use libcompiler-rt
by Edward O'Callaghan
· 9 years ago
2c9d2cf
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
by Edward O'Callaghan
· 9 years ago
dc878b4
include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs
by Edward O'Callaghan
· 9 years ago
7b14f08
ACPI: Allocate S3 resume backup in CBMEM earlier
by Kyösti Mälkki
· 9 years ago
1729cd8
x86 romstage: Move stack just below RAMTOP
by Kyösti Mälkki
· 9 years ago
c21e073
i945: Consolidate FADT code
by Vladimir Serbinenko
· 9 years ago
classic-2014.10
b752e4f
acpi_add_ssdt_pstates: Remove function.
by Vladimir Serbinenko
· 9 years ago
a9db82f
smbios: Mark laptops as such
by Vladimir Serbinenko
· 9 years ago
822bc65
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
by Vladimir Serbinenko
· 10 years ago
9310df8
acpi: Don't add an empty SSDT.
by Vladimir Serbinenko
· 9 years ago
0a66991
acpi: Remove explicit pointer tracking in per-device ssdt.
by Vladimir Serbinenko
· 9 years ago
334fd8e
bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.
by Vladimir Serbinenko
· 9 years ago
bf3e2df
early section: Don't add empty .car.cbmem_console.
by Vladimir Serbinenko
· 9 years ago
60fccdc
acpi_create_mcfg_mmconfig: Zero-out the structure before filling.
by Vladimir Serbinenko
· 9 years ago
35382a6
cbmem console: Locate the preram console with a symbol instead of a section.
by Gabe Black
· 10 years ago
a296f9e
Kconfig: Allow native vga init to be selectable for SeaBIOS payload
by Edward O'Callaghan
· 9 years ago
Next »