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
/
arm
Age
Commit message (
Expand
)
Author
2015-04-21
armv7: preserve bootblock invocation parameter
Vadim Bendebury
2015-04-21
Unify byte order macros and clrsetbits
Julius Werner
2015-04-21
arm(64): Change write32() argument order to match x86
Julius Werner
2015-04-21
arm(64): Replace write32() and friends with writel()
Julius Werner
2015-04-17
armv7: set CBFS header to zero
Vadim Bendebury
2015-04-17
armv7: work around hang in bootblock startup code
Daisuke Nojiri
2015-04-17
rk3288: Handle framebuffer through memlayout, not the resource system
Julius Werner
2015-04-17
arm: allow custom stage entry code
Daisuke Nojiri
2015-04-15
Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64
Julius Werner
2015-04-14
arm: Fix checkstack() to use correct stack size
Julius Werner
2015-04-14
rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE
Julius Werner
2015-04-14
timer: Reestablish init_timer(), consolidate timer initialization calls
Julius Werner
2015-04-14
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-04-14
CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool
Julius Werner
2015-04-13
arm: Add bootblock_mainboard_early_init() for pre-console initialization
Julius Werner
2015-04-13
arch: armv7: Fix cache sync instructions.
Deepa Dinamani
2015-04-10
armv7-m: set stack pointer to _estack
Daisuke Nojiri
2015-04-10
armv7-m: add bootblock entry point
Daisuke Nojiri
2015-04-10
armv7-m: add empty cache routines
Daisuke Nojiri
2015-04-10
armv7-m: add armv7-m configuration
Daisuke Nojiri
2015-04-08
arm: Dump additional fault registers in abort handlers
Julius Werner
2015-04-08
arm: Add timestamp.c to bootblock and verstage
Furquan Shaikh
2015-04-08
armv7: Change all memory domains to Client so XN bits work
Julius Werner
2015-04-08
armv7: Add fine-grained page table support
Julius Werner
2015-04-07
armv4: correct ARMV4 VERSTAGE guard
Aaron Durbin
2015-04-07
arm: Include types.h in clock.h
Patrick Georgi
2015-04-07
kconfig: drop intermittend forwarder files
Stefan Reinauer
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
build system: run linker scripts through the preprocessor
Patrick Georgi
2015-04-04
armv4: Add verstage to armv4
Furquan Shaikh
2015-04-04
armv7: Add config option guard for verstage class
Furquan Shaikh
2015-04-03
program loading: unify on struct prog
Aaron Durbin
2015-04-03
program loading: add prog_run() function
Aaron Durbin
2015-04-03
program loading: introduce struct prog
Aaron Durbin
2015-04-02
Clean up architecture-specific Kconfigs
Julius Werner
2015-04-02
arm: Prevent compilation of old, experimental SMP support
Julius Werner
2015-03-28
arch/arm: drop extra comment
Patrick Georgi
2015-03-27
armv4: Build in SMP settings with non-SMP armv4 CPUs
Patrick Georgi
2015-03-24
vboot2: separate verstage from bootblock
Daisuke Nojiri
2015-03-21
arm: add _end symbol to bootblock.ld
Aaron Durbin
2015-03-20
bootblocks: use run_romstage()
Aaron Durbin
2015-03-20
loaders: add program_loading.h header file
Aaron Durbin
2015-03-18
bootstate: use structure pointers for scheduling callbacks
Aaron Durbin
2015-03-17
rmodules: Make rmodules inclusion for vboot dependent on romstage_arch
Furquan Shaikh
2015-03-17
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2015-03-04
coreboot rush: Add support for basic romstage
Furquan Shaikh
2015-03-02
coreboot arm: Define function for setting cntfrq register
Furquan Shaikh
2015-02-02
src/arch/*/include/stdint.h: Provide definitions for bool type
Alexandru Gagniuc
2015-01-27
CBMEM: Tidy up CAR migration
Kyösti Mälkki
2015-01-27
CBMEM console: Fix and enhance pre-RAM support
Kyösti Mälkki
2015-01-27
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2015-01-27
CBMEM: Implement cbmem_run_init_hooks() stub
Kyösti Mälkki
2015-01-27
vboot2: implement select_firmware for pre-romstage verification
Daisuke Nojiri
2015-01-27
vboot2: add verstage
Stefan Reinauer
2015-01-14
Revert "vboot2: add verstage"
Paul Menzel
2015-01-13
vboot2: add verstage
Daisuke Nojiri
2015-01-05
timestamps: Switch from tsc_t to uint64_t
Stefan Reinauer
2015-01-04
arm: lpae: Set XN and PXN bits for noncacheable regions
Jimmy Zhang
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-30
ipq/arm: Redesign hooks for bootblock
Vadim Bendebury
2014-12-19
cpu/armltd/cortex-a9: Remove stub func dead code
Edward O'Callaghan
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
libpayload: arm: Pass the coreboot table location to the payload.
Gabe Black
2014-12-02
Replace hlt with halt()
Patrick Georgi
2014-11-30
Unify remaining binutils invocations
Patrick Georgi
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
arm: Thumb ALL the things!
Julius Werner
2014-11-09
build: Add ccopts back into the build
Marc Jones
2014-11-05
ARM: Use local versions of libgcc functions instead of linking against libgcc.
Gabe Black
2014-10-07
cbmem console: Locate the preram console with a symbol instead of a section.
Gabe Black
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-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
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-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
[prev]