Age | Commit message (Expand) | Author |
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 |
2013-02-19 | armv7: init stack to 0xdeadbeef to detect stack overflows | David Hendricks |
2013-02-16 | armv7/exynos5250: fix usage of _stack and _estack | David Hendricks |
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: Fix include file names in memset & memcpy | Stefan Reinauer |
2013-02-15 | ARMv7: Drop more unused files | Stefan Reinauer |
2013-02-14 | ARMv7: drop multiboot support | Stefan Reinauer |
2013-02-14 | ARMv7: Drop SKIP_LOWLEVEL_INIT | Stefan Reinauer |
2013-02-14 | armv7: don't write a forward entry in coreboot tables | David Hendricks |
2013-02-13 | armv7/exynos: remove some stale files leftover from initial import | David Hendricks |
2013-02-13 | armv7: use start and size parameters in mmu_setup() | David Hendricks |
2013-02-12 | armv7: stages.c: Fix grammar: s,The is to,This is to, | Paul Menzel |
2013-02-12 | armv7: jump to ELF image using stage_exit() | David Hendricks |
2013-02-11 | armv7/exynos5250/snow: deprecate CONFIG_{RAMBASE,RAMTOP} | David Hendricks |
2013-02-10 | armv7/exynos5250: place .id between .start and bootblock main | David Hendricks |
2013-02-10 | armv7: make bootblock linker script more explicit | David Hendricks |
2013-02-09 | armv7/exynos: make BL1_SIZE_KB consistent with numbers used... | David Hendricks |
2013-02-09 | armv7: update coreboot tables for armv7 | David Hendricks |
2013-02-09 | armv7/snow: add BL1_SIZE_KB and get rid of magic constants | David Hendricks |
2013-02-09 | armv7: include $(obj)/config.h when building bootblock | David Hendricks |
2013-02-08 | armv7: Use same console initialization procedure for all ARM stages | Hung-Te Lin |
2013-02-08 | console: Revise serial console configuration names. | Hung-Te Lin |
2013-02-07 | armv7: Clean up arm/snow bootblock build process. | Hung-Te Lin |
2013-02-06 | armv7: Clean up: remove deprecated SPL. | Hung-Te Lin |
2013-02-06 | armv7: Clean up: replace hang() by hlt(). | Hung-Te Lin |
2013-02-06 | armv7: Prevent CBFS data overlapping bootblock. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "create" command. | Hung-Te Lin |
2013-02-04 | exynos/snow: partial clean-up of snow bootblock using build class | David Hendricks |
2013-02-03 | armv7: Add 'bootblock' build class. | Hung-Te Lin |
2013-02-01 | armv7: Fix entry point in ram stage. | Hung-Te Lin |
2013-02-01 | clean-up for arch/armv7/Makefile.inc | David Hendricks |
2013-02-01 | armv7: unify stage hand-off routines | David Hendricks |
2013-01-30 | armv7: don't hang on divide by zero | Ronald G. Minnich |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2013-01-29 | cbfstool: Change "locate" output to prefix "0x". | Hung-Te Lin |
2013-01-29 | armv7: Clean up the mmu setup a bit | Ronald G. Minnich |
2013-01-29 | armv7: nuke global_data.h and remove some references to gd struct | David Hendricks |
2013-01-29 | armv7: Clean out weak symbols and unnecessary #ifdef's in cache files | David Hendricks |
2013-01-22 | armv7: add ARM-encoded bootblock_exit() stub | David Hendricks |
2013-01-19 | armv7/snow: get to romstage | David Hendricks |
2013-01-18 | armv7: add a wrapper for romstage's main() for ARM ISA | Gabe Black |
2013-01-18 | Snow bootblock (bloated/debug version) | David Hendricks |
2013-01-17 | Fix the stack setup code so we can use an arbitrary 32-bit value | Ronald G. Minnich |