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
Age
Commit message (
Expand
)
Author
2015-01-03
ARM64: Always has DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-03
ARMv7: Always has DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-03
arm: Fix stored PC value when handling exceptions
Julius Werner
2015-01-01
ARM: Fix ARM_LPAE to not be selectable as a menu item.
Ronald G. Minnich
2014-12-31
arch/x86: Declare GDT symbols and move_gdt()
Kyösti Mälkki
2014-12-30
ipq/arm: Redesign hooks for bootblock
Vadim Bendebury
2014-12-30
CBMEM: Always build for x86 romstage
Kyösti Mälkki
2014-12-28
RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI
Kyösti Mälkki
2014-12-19
cpu/armltd/cortex-a9: Remove stub func dead code
Edward O'Callaghan
2014-12-18
i82371eb & qemu: Move to per-device ACPI.
Vladimir Serbinenko
2014-12-17
ARM: Use LPAE for Virtual Address Translation
Daisuke Nojiri
2014-12-15
arm: Add support for a preram_cbmem_console symbol.
Gabe Black
2014-12-15
arm: Fix minor mistake in cache maintenance assembly
Julius Werner
2014-12-15
armv7: provide compiler options for rmodules
Aaron Durbin
2014-12-09
x86: provide symmetry between arm for cache_sync_instructions()
Aaron Durbin
2014-12-09
libpayload: arm: Pass the coreboot table location to the payload.
Gabe Black
2014-12-09
UCB RISCV: Switch to DYNAMIC_CBMEM
Kyösti Mälkki
2014-12-05
x86: Update the check for Forbidden global variables
Furquan Shaikh
2014-12-05
RISCV: one last little nit to make it build and run
Ronald G. Minnich
2014-12-04
RISCV: get RISCV to build again
Ronald G. Minnich
2014-12-02
Replace hlt with halt()
Patrick Georgi
2014-12-02
build system: remove ROMSTAGE_ELF variable
Patrick Georgi
2014-12-01
Add UCB RISCV support for architecture, soc, and emulation mainboard..
Ronald G. Minnich
2014-11-30
Unify remaining binutils invocations
Patrick Georgi
2014-11-27
Make acpi_fill_dmar into parameter
Vladimir Serbinenko
2014-11-25
build system: unify linker use across gcc and clang
Patrick Georgi
2014-11-25
build system: use a single variable name for compiler runtimes
Patrick Georgi
2014-11-22
acpigen: Use implicit length patching in acpigen.c
Vladimir Serbinenko
2014-11-20
Replace includes of build.h with version.h
Kyösti Mälkki
2014-11-19
acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer
Vladimir Serbinenko
2014-11-19
acpigen: Add and use acpigen_write_device.
Vladimir Serbinenko
2014-11-19
acpigen: Add and use acpigen_write_method.
Vladimir Serbinenko
2014-11-19
console: Isolate console_init() for ROMCC
Kyösti Mälkki
2014-11-14
AMD: Move RAMBASE and RAMTOP
Kyösti Mälkki
2014-11-13
arm: Put assembly functions into separate sections
Julius Werner
2014-11-10
arm: Redesign, clarify and clean up cache related code
Julius Werner
2014-11-09
car globals: add "used" attribute
Patrick Georgi
2014-11-09
arm: Thumb ALL the things!
Julius Werner
2014-11-09
build: Add ccopts back into the build
Marc Jones
2014-11-08
acpigen: Add new function acpigen_pop_len
Vladimir Serbinenko
2014-11-05
ARM: Use local versions of libgcc functions instead of linking against libgcc.
Gabe Black
2014-11-04
i82801gx: Handle whole FADT in southbridge.
Vladimir Serbinenko
2014-11-04
romstage: Pass .car.data as ignored section while adding romstage
Furquan Shaikh
2014-10-28
build: Allow clang build linkage to use libcompiler-rt
Edward O'Callaghan
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-10-26
include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs
Edward O'Callaghan
2014-10-19
ACPI: Allocate S3 resume backup in CBMEM earlier
Kyösti Mälkki
2014-10-19
x86 romstage: Move stack just below RAMTOP
Kyösti Mälkki
2014-10-18
i945: Consolidate FADT code
Vladimir Serbinenko
2014-10-17
acpi_add_ssdt_pstates: Remove function.
Vladimir Serbinenko
2014-10-16
smbios: Mark laptops as such
Vladimir Serbinenko
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-10-11
acpi: Don't add an empty SSDT.
Vladimir Serbinenko
2014-10-11
acpi: Remove explicit pointer tracking in per-device ssdt.
Vladimir Serbinenko
2014-10-11
bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.
Vladimir Serbinenko
2014-10-11
early section: Don't add empty .car.cbmem_console.
Vladimir Serbinenko
2014-10-10
acpi_create_mcfg_mmconfig: Zero-out the structure before filling.
Vladimir Serbinenko
2014-10-07
cbmem console: Locate the preram console with a symbol instead of a section.
Gabe Black
2014-10-04
Kconfig: Allow native vga init to be selectable for SeaBIOS payload
Edward O'Callaghan
2014-09-29
arm: Fix up new cache flush algorithm and replace dcache_*_all() with it
Julius Werner
2014-09-29
arm: Import armv7_dcache_wbinv_all function from NetBSD
Julius Werner
2014-09-24
arm: add missing gc-sections for ramstage
Isaac Christensen
2014-09-23
coreboot arm64: Add support for arm64 into coreboot framework
Furquan Shaikh
2014-09-22
arm: Update mem* functions to newer versions
Julius Werner
2014-09-22
arm: Move libgcc assembly macros to arch/asm.h
Julius Werner
2014-09-22
arm: Have the linker garbage-collect unused functions and variables
Julius Werner
2014-09-15
arm: Remove CAR_MIGRATE Kconfig and associated cruft
Julius Werner
2014-09-13
arm: Move exception_init() close to console_init()
Julius Werner
2014-09-13
arm: Put exception_stack into BSS
Julius Werner
2014-09-12
payloads/external/SeaBIOS: Allow setting buffers below 0xC0000
Martin Roth
2014-09-12
arm: Remove some pointless CFLAGS
Julius Werner
2014-09-12
tegra124/nyan: various fixes and additions
Hung-Te Lin
2014-09-11
tegra124/nyan: rougly stable code base
Gabe Black
2014-09-11
Increase space for ACPI tables when using dynamic CBMEM
Stefan Reinauer
2014-09-09
arm: Update a stale comment in bootblock .S files
David Hendricks
2014-09-09
exynos: Install the BL1 and set the checksum in the Makefile.
Gabe Black
2014-09-09
ARMv4: Add a minimal version of cpu.h.
Gabe Black
2014-09-09
ARM: Add an ARMv4 architecture version.
Gabe Black
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-09-05
Implement ACPI in a per device way
Vladimir Serbinenko
2014-09-02
acpigen: Correctly handle root scope
Vladimir Serbinenko
2014-09-02
smbios.c: Fix mismerge which led to laptop being default type
Vladimir Serbinenko
2014-08-30
smbios: reorganise OEM strings handling.
Vladimir Serbinenko
2014-08-29
smbios: Define and use enclosure types.
Vladimir Serbinenko
2014-08-29
arm: libpayload: Make cache invalidation take pointers instead of integers
Julius Werner
2014-08-28
ARM: Make it possible to use a custom bootblock implementation.
Gabe Black
2014-08-22
ARM: Overhaul the ARM Makefile.
Gabe Black
2014-08-14
armv7: mark EABI compatibility symbols as used
Stefan Reinauer
2014-08-14
ARMv7/Exynos: Fix memory location assumptions
Stefan Reinauer
2014-08-13
ARMv7: drop dead code from Makefile.inc
Stefan Reinauer
2014-08-12
armv7/Makefile.inc, cpu/Makefile.inc: align output of printf
Daniele Forsi
2014-08-11
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2014-08-10
armv7: Support stack dump after exceptions
Julius Werner
2014-08-10
ARM: Eliminate the unused interrupts.c.
Gabe Black
2014-08-08
ARMv7: Add stdint types needed for vboot library
Stefan Reinauer
2014-08-08
ARMV7: threading support for cooperative multitasking
Ronald G. Minnich
2014-08-07
armv7: Fix dcache writethrough policy handling
David Hendricks
2014-08-07
Possible thread stack implementation.
Ronald G. Minnich
2014-08-07
exynos: Set up caching in the bootblock.
Gabe Black
2014-08-06
Set armv7 up for cpu_info to work as on x86 (so threads can work)
Ronald G. Minnich
[prev]
[next]