Age | Commit message (Expand) | Author |
2015-11-10 | arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD | Albert ARIBAUD |
2015-11-10 | arm: fix compile warnings when semihosting is enabled on ARMv7M target. | Vadzim Dambrouski |
2015-11-10 | arm: add support for semihosting for ARMv7M targets | Vadzim Dambrouski |
2015-10-24 | arm: Switch 32-bit ARM to using generic global_data setup | Simon Glass |
2015-10-24 | arm: Switch aarch64 to using generic global_data setup | Simon Glass |
2015-10-15 | armv8/gic: Fix GIC v2 initialization | Thierry Reding |
2015-10-14 | Merge remote-tracking branch 'u-boot/master' | Albert ARIBAUD |
2015-09-28 | arm: Drop old non-generic-board code | Simon Glass |
2015-09-12 | arm: Correct comments in crt0.S for the recent SPL improvements | Simon Glass |
2015-09-03 | Merge git://git.denx.de/u-boot-rockchip | Tom Rini |
2015-09-02 | arm: reset: Avoid a build error when the reset uclass is enabled | Simon Glass |
2015-09-01 | armv8: Add framework for CCN-504 interconnect configuration | Bhupesh Sharma |
2015-08-12 | ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DM | Tom Rini |
2015-08-12 | ARM: cache: implement a default weak flush_cache() function | Wu, Josh |
2015-08-12 | ARM: cache: add an empty stub function for invalidate/flush dcache | Wu, Josh |
2015-08-12 | spl, common, serial: build SPL without serial support | Heiko Schocher |
2015-07-27 | arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN values | Thierry Reding |
2015-07-07 | arm: Add ENTRY/ENDPROC to private libgcc functions | Simon Glass |
2015-05-28 | common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() | Matt Porter |
2015-05-14 | arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> | Tom Rini |
2015-05-13 | virt-dt: Allow reservation of secure region when in a RAM carveout | Jan Kiszka |
2015-05-13 | ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions | Jan Kiszka |
2015-05-05 | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2015-04-24 | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2015-04-23 | armv8/ls2085aqds: NAND boot support | Scott Wood |
2015-04-22 | ARM: Add ARMv7-M support | rev13@wp.pl |
2015-04-18 | net: Remove the bd* parameter from net stack functions | Joe Hershberger |
2015-04-18 | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger |
2015-04-16 | ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching | Bryan Brinsko |
2015-04-03 | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini |
2015-03-28 | armv8: semihosting: delete external interface | Linus Walleij |
2015-03-28 | armv8: semihosting: add a command to load semihosted images | Linus Walleij |
2015-03-28 | armv8: semihosting: do not inline trap call | Linus Walleij |
2015-03-27 | ARMv8: enable pre-allocation malloc | David Feng |
2015-03-10 | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini |
2015-03-09 | ARM: PSCI: Rework the DT handler slightly | Tom Rini |
2015-03-09 | arm: relocation: clear .bss section with arch memset if defined | Przemyslaw Marczak |
2015-03-04 | arm: spl: Allow board_init_r() to run with a larger stack | Simon Glass |
2015-03-04 | arm: spl: Avoid setting up a duplicate global data structure | Simon Glass |
2015-02-25 | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2015-02-24 | ARM: remove jadecpu board support | Masahiro Yamada |
2015-02-24 | armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack | York Sun |
2015-02-24 | Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2015-02-17 | common/board_f: factor out reserve_stacks | Andreas Bießmann |
2015-02-03 | arm: Show relocated PC/LR in the register dump | Simon Glass |
2015-01-26 | Merge branch 'master' of git://git.denx.de/u-boot-atmel | Tom Rini |
2015-01-19 | arm, arm926ejs: make thumb mode compileable | Heiko Schocher |
2015-01-16 | arm: Add warnings about using gdata | Simon Glass |
2015-01-09 | arm: build arch memset/memcpy in Thumb2 mode | Stefan Agner |
2015-01-05 | ARM: bootm: do not add PSCI to fdt when booting in secure mode. | Ian Campbell |