Age | Commit message (Expand) | Author |
2014-04-18 | build rules: Identify build stage with simple variables | Kyösti Mälkki |
2014-03-03 | coreboot: introduce arch_payload_run() | Aaron Durbin |
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: Don't use const pointers with the write functions | Gabe Black |
2013-10-13 | Rename cpu/x86/car.h to arch/early_variables.h | Stefan Reinauer |
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-11 | arm: Add a W() macro for use in kernel assembler. | Gabe Black |
2013-07-10 | ARMv7: Drop duplicate call to bootblock_cpu_init() | Stefan Reinauer |
2013-07-10 | arm: Fix memory barrier usage in IO operation | Hung-Te Lin |
2013-07-10 | Drop ELF remains from boot code | Stefan Reinauer |
2013-07-10 | arch: Fix spelling | Martin Roth |
2013-07-10 | ARMv7: De-uboot-ify Exynos5250 code | Stefan Reinauer |
2013-07-10 | Wield battle axe at ARM port | Stefan Reinauer |
2013-05-14 | coreboot: add thread cooperative multitasking | Aaron Durbin |
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-04-17 | armv7/exynos5250: Deprecate sdelay in favor of udelay | David Hendricks |
2013-04-10 | armv7: replace read/write macros with inlines | David Hendricks |
2013-03-30 | armv7: change some unsigned ints to uint32_t | David Hendricks |
2013-03-29 | armv7: add functions for reading/writing L2CTLR | David Hendricks |
2013-03-29 | armv7: added paranoia for cache library | David Hendricks |
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: 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-19 | armv7/exynos/snow: new cache maintenance API | David Hendricks |
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-02-25 | google/snow: enable GPIO entries and CHROMEOS in building | Ronald G. Minnich |
2013-02-25 | ARMv7: Simplify div64 | Stefan Reinauer |
2013-02-20 | Whitespace: Replace tab character in license text with two spaces | Paul Menzel |
2013-02-15 | ARMv7: Drop u-boot type remains | Stefan Reinauer |
2013-02-15 | ARMv7: straighten out reset code | Stefan Reinauer |
2013-02-15 | ARMv7: Drop sr32, and wait_on_value | Stefan Reinauer |
2013-02-15 | ARMv7: Drop more unused files | Stefan Reinauer |
2013-02-14 | ARMv7: Drop SKIP_LOWLEVEL_INIT | Stefan Reinauer |
2013-02-09 | armv7: update coreboot tables for armv7 | David Hendricks |
2013-02-08 | armv7: Use same console initialization procedure for all ARM stages | Hung-Te Lin |
2013-02-07 | armv7: Clean up arm/snow bootblock build process. | Hung-Te Lin |
2013-02-06 | armv7: Clean up: replace hang() by hlt(). | Hung-Te Lin |
2013-02-03 | armv7: Add 'bootblock' build class. | Hung-Te Lin |
2013-02-01 | armv7: unify stage hand-off routines | David Hendricks |