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
/
armv7
Age
Commit message (
Expand
)
Author
2014-01-06
CBMEM: Drop cbmem_base_check()
Kyösti Mälkki
2014-01-06
CBMEM ACPI: Move resume handler
Kyösti Mälkki
2013-12-21
exynos5250: Implement support to boot with USB A-A firmware upload
Julius Werner
2013-12-21
armv7: Allow accessing ACTLR (Auxiliary Control Register)
Hung-Te Lin
2013-12-21
armv7: Add CPU & MP primitive instructions
Hung-Te Lin
2013-12-21
armv7: add wrappers to read/write L2ACTLR
David Hendricks
2013-12-21
ARM: Don't inject nobits since we actually want to load these bits
Gabe Black
2013-12-21
ARM: Remove (NOLOAD) from the .car section
Gabe Black
2013-12-21
ARMv7: Fix location of CBMEM console in romstage
Stefan Reinauer
2013-12-21
arm: Remove __image_copy_end from the ARM linker script
Gabe Black
2013-12-21
armv7: Prepare tables code for dynamic CBMEM
Patrick Georgi
2013-12-21
Enable CAR migration on Exynos 5250 and 5420
Stefan Reinauer
2013-12-21
arm: Don't use const pointers with the write functions
Gabe Black
2013-12-12
armv7: Fix dcache_clean_by_mva.
Hung-Te Lin
2013-12-02
Makefile: Drop obsolete rules
Kyösti Mälkki
2013-10-13
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-09-17
ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.
Gabe Black
2013-09-11
CBMEM: Add cbmem_locate_table()
Kyösti Mälkki
2013-09-11
CBMEM tables: Remove references to global high_tables_base
Kyösti Mälkki
2013-09-11
CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base
Kyösti Mälkki
2013-08-01
Add directive __SIMPLE_DEVICE__
Kyösti Mälkki
2013-07-25
Redefine pci_bus_default_ops as function
Kyösti Mälkki
2013-07-15
ARM: Define custom ELF headers for ARM.
Gabe Black
2013-07-14
arm: Add and enable an arch specific version of memmove.
Gabe Black
2013-07-11
Move the HAVE_ARCH_* config options from src/arch/x86 to src/.
Gabe Black
2013-07-11
arm: Add a W() macro for use in kernel assembler.
Gabe Black
2013-07-10
Don't try to use CBMEM console in bootblock
Stefan Reinauer
2013-07-10
ARMv7: Drop duplicate call to bootblock_cpu_init()
Stefan Reinauer
2013-07-10
ARM: Don't leave alignment checking on after the exception test.
Gabe Black
2013-07-10
arm: Fix memory barrier usage in IO operation
Hung-Te Lin
2013-07-10
armv7a: Enable native memcpy / memset
Stefan Reinauer
2013-07-10
ARM: Tell the linker memset and memcpy are functions.
Gabe Black
2013-07-10
ARM: Separate the early console (romstage) from the bootblock console.
Gabe Black
2013-07-10
arch: clean up Kconfig and Makefile
Stefan Reinauer
2013-07-10
armv7: Reserve space BL1 and checksum header by specifying bootblock offset.
Hung-Te Lin
2013-07-10
cpu: Add CPU microcode file to cbfs with 16-byte alignment
Aaron Durbin
2013-07-10
Drop ELF remains from boot code
Stefan Reinauer
2013-07-10
ARMv7: flatten arch/armv7 source tree
Stefan Reinauer
2013-07-10
ARM: Fix up page table/cachability management.
Gabe Black
2013-07-10
arch: Fix spelling
Martin Roth
2013-07-10
ARM: Fix the way the space for the page tables is allocated.
Gabe Black
2013-07-10
ARMv7: Clean up console code
Stefan Reinauer
2013-07-10
ARMv7: De-uboot-ify Exynos5250 code
Stefan Reinauer
2013-07-10
Wield battle axe at ARM port
Stefan Reinauer
2013-07-10
Rename hardwaremain() to main()
Stefan Reinauer
2013-06-10
ARM: Put the ROM stage into the image before other bits.
Gabe Black
2013-05-20
Drop llshell
Stefan Reinauer
2013-05-14
coreboot: add thread cooperative multitasking
Aaron Durbin
2013-05-01
armv7: invalidate TLB entries as they are added/modified
David Hendricks
2013-05-01
ARMV7: add a function to disable MMU entries
Ronald G. Minnich
2013-05-01
armv7: add wrapper for tlbimvaa
David Hendricks
2013-05-01
boot state: schedule static callbacks
Aaron Durbin
2013-04-26
armv7: invoke intermediate build rules
David Hendricks
2013-04-17
armv7/exynos5250: Deprecate sdelay in favor of udelay
David Hendricks
2013-04-13
Exynos5250: add a microsecond timer
Ronald G. Minnich
2013-04-11
ARM: Unmask aborts very early in the bootblock.
Gabe Black
2013-04-10
armv7: replace read/write macros with inlines
David Hendricks
2013-04-08
armv7: specify condition code for msr instruction
David Hendricks
2013-03-30
x86: Drop BOARD_HAS_FADT
Kyösti Mälkki
2013-03-30
armv7: change some unsigned ints to uint32_t
David Hendricks
2013-03-29
armv7: remove loop from dcache_mmu_disable()
David Hendricks
2013-03-29
armv7: update sync barrier usage in dcache_op_set_way()
David Hendricks
2013-03-29
armv7: set cache level explicitly for dcache/unified cache case
David Hendricks
2013-03-29
armv7: invalidate TLB after changing translation table entries
David Hendricks
2013-03-29
armv7: iterate thru all levels when doing dcache ops
David Hendricks
2013-03-29
armv7: add functions for reading/writing L2CTLR
David Hendricks
2013-03-29
armv7: use stdint.h in cache and MMU files
David Hendricks
2013-03-29
armv7: added paranoia for cache library
David Hendricks
2013-03-28
armv7: clean+invalidate all cache levels when disabling MMU
David Hendricks
2013-03-28
armv7: cosmetic changes to dcache_op_mva()
David Hendricks
2013-03-28
armv7: fix a bad variable assignment
David Hendricks
2013-03-28
armv7: pass incremented value to dccimvac
David Hendricks
2013-03-26
armv7: fixes for dcache_op_by_mva()
David Hendricks
2013-03-26
ARMv7: Drop ROMSTAGE_BASE from Makefile.inc
Stefan Reinauer
2013-03-26
ARMv7: Drop XIP relocation code for romstage
Stefan Reinauer
2013-03-26
armv7: add new dcache and MMU setup functions
David Hendricks
2013-03-22
Unify coreboot table generation
Stefan Reinauer
2013-03-21
cbmem: dynamic cbmem support
Aaron Durbin
2013-03-21
armv7: add function for dcache_clean_by_mva()
David Hendricks
2013-03-21
armv7: add a helper function for dcache ops by MVA
David Hendricks
2013-03-21
armv7: cosmetic changes to new cache code
David Hendricks
2013-03-21
armv7: remove old isb() and dsb() macros
David Hendricks
2013-03-21
armv7: move armv7_invalidate_caches() to cache.c
David Hendricks
2013-03-20
ARM: remove assembly code dump when stages.o is built
Ronald G. Minnich
2013-03-20
ARM: Fix the ldscripts so that exit/enter stage work correctly.
Ronald G. Minnich
2013-03-19
armv7/exynos/snow: new cache maintenance API
David Hendricks
2013-03-19
cbfstool locate: Rename -a align switch to -P for page size
Hung-Te Lin
2013-03-08
Eliminate do_div().
David Hendricks
2013-03-08
ARMV7 and Google/Snow: Add exception support code to the ramstage
Ronald G. Minnich
2013-03-07
Revert "ARMv7: Simplify div64"
David Hendricks
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-28
Revert "ARMv7: drop special handling for stages.c"
Ronald G. Minnich
2013-02-28
ARMv7: drop special handling for stages.c
Stefan Reinauer
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-25
google/snow: enable GPIO entries and CHROMEOS in building
Ronald G. Minnich
2013-02-25
ARMv7: Simplify div64
Stefan Reinauer
2013-02-21
ARMV7: create a correct LB_SERIAL table entry
Ronald G. Minnich
2013-02-20
Whitespace: Replace tab character in license text with two spaces
Paul Menzel
2013-02-20
ARMV7: minor tweaks to inter-stage calling and payload handling.
Ronald G. Minnich
2013-02-19
armv7/snow: add CPU and RAM resources via allocator
David Hendricks
[next]