Age | Commit message (Expand) | Author |
2018-01-28 | arm: bootm-fdt.c: fix compiler warning | Heiko Schocher |
2018-01-22 | efi_selftest: test start image | Heinrich Schuchardt |
2018-01-12 | ARM: bootm: don't assume sp is in DRAM bank 0 | Stephen Warren |
2018-01-12 | ARMv8: Allow dynamic early stack pointer | Stephen Warren |
2017-12-24 | arm: Add support of updating dts before fix-up | Prabhakar Kushwaha |
2017-12-16 | efi_loader: helloworld.c: Reduce file size | Alexander Graf |
2017-12-07 | armv8: fix gd after relocation | York Sun |
2017-12-04 | arm64 :show_regs: show the address before relocation | Peng Fan |
2017-11-21 | arm: provide a PCS-compliant setjmp implementation | Philipp Tomsich |
2017-11-21 | arm: boot0 hook: move boot0 hook before '_start' | Philipp Tomsich |
2017-11-17 | armv8: update gd after relocate | Kever Yang |
2017-11-17 | arm64: support running at addr other than linked to | Stephen Warren |
2017-10-12 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2017-10-09 | armv8: layerscape: Enable falcon boot | York Sun |
2017-10-08 | ARMv8: fix error in freeing stack frame | zijun_hu |
2017-10-08 | ARMv8: get new GD address from gd->new_gd directly | zijun_hu |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-16 | env: Rename setenv() to env_set() | Simon Glass |
2017-08-13 | armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK | Philipp Tomsich |
2017-08-13 | armv8: spl: Support separate stack for TPL | Philipp Tomsich |
2017-06-29 | Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel" | Tom Rini |
2017-06-12 | ARM: provide a valid exception stack address for startup code | Lothar Waßmann |
2017-06-12 | arm: adjust PC displayed in exception handlers to point to the failing instru... | Lothar Waßmann |
2017-06-12 | ARM: remove bogus cp_delay() function | Lothar Waßmann |
2017-06-10 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2017-06-09 | armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel | tnishinaga.dev@gmail.com |
2017-06-09 | arm: Disable LPAE if not enabled | Simon Glass |
2017-06-09 | arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T | Simon Glass |
2017-06-09 | arm: Rename HCTR to HTCR | Simon Glass |
2017-06-05 | arm: Add Kconfig symbols used for Linux asm compatibility | Phil Edworthy |
2017-06-05 | arm: Add declarations to avoid needing to include headers | Simon Glass |
2017-06-05 | arm: Add explicit include of <asm/mach-types.h> | Simon Glass |
2017-06-01 | dm: Use dm.h header when driver mode is used | Simon Glass |
2017-05-17 | armv8: fsl: move ccn504 code into FSL Makefile | Andre Przywara |
2017-05-17 | armv8: SPL: only compile GIC code if needed | Andre Przywara |
2017-05-11 | spl: fdt: support for fdt fixup for falcon boot | B, Ravi |
2017-05-08 | spl: make image arg or fdt blob address reconfigurable | Vikas Manocha |
2017-04-27 | arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux() | Patrice Chotard |
2017-04-18 | ARM: adjust arm-smccc code for use in U-Boot | Masahiro Yamada |
2017-04-08 | armv7m: add instruction & data cache support | Vikas Manocha |
2017-04-06 | Remove various unused interrupt related code | Tom Rini |
2017-04-04 | arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup() | Stefan Roese |
2017-03-18 | arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD | Tom Rini |
2017-03-17 | arm: use common instructions applicable to armv7m & other arm archs | Vikas Manocha |
2017-03-09 | do_smhload: fix return code | Ryan Harkin |
2017-03-01 | armv8: spl: Call spl_relocate_stack_gd for ARMv8 | Philipp Tomsich |
2017-02-08 | arm64: fix comment in relocate_64.S | Masahiro Yamada |
2017-02-08 | arm64: use store with auto-increment | Masahiro Yamada |
2017-02-08 | arm64: use xzr to zero-out the bss section | Masahiro Yamada |
2017-01-20 | ARM: Default to using optimized memset and memcpy routines | Tom Rini |