| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Add new config option ARCH_VERY_EARLY_INIT | Pali Rohár | 2022-05-16 | 1 | -0/+5 |
* | arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabled | Pali Rohár | 2022-04-21 | 1 | -0/+6 |
* | arm: init: save previous bootloader data | Dzmitry Sankouski | 2022-04-04 | 2 | -0/+96 |
* | arm64: Catch non-emulated semihosting calls | Sean Anderson | 2022-04-01 | 1 | -0/+47 |
* | arm: smh: Add option to detect semihosting | Sean Anderson | 2022-04-01 | 1 | -0/+21 |
* | arm64: Save esr in pt_regs | Sean Anderson | 2022-04-01 | 1 | -16/+17 |
* | arm: smh: Add some functions for working with the host console | Sean Anderson | 2022-04-01 | 1 | -0/+18 |
* | arm: smh: Remove smhload command | Sean Anderson | 2022-04-01 | 1 | -76/+0 |
* | cmd: fdt: Use start/size for chosen instead of start/end | Sean Anderson | 2022-04-01 | 1 | -8/+8 |
* | spl: Add semihosting boot method | Sean Anderson | 2022-04-01 | 1 | -1/+1 |
* | arm: smh: Add some file manipulation commands | Sean Anderson | 2022-04-01 | 1 | -11/+56 |
* | arm: smh: Document functions in header | Sean Anderson | 2022-04-01 | 1 | -9/+0 |
* | arm: smh: Return errno on error | Sean Anderson | 2022-04-01 | 1 | -31/+36 |
* | arm: smh: Use numeric modes for smh_open | Sean Anderson | 2022-04-01 | 1 | -18/+3 |
* | arm: smh: Export semihosting functions | Sean Anderson | 2022-04-01 | 1 | -5/+6 |
* | efi_loader: fix SectionAlignment, FileAlignment | Heinrich Schuchardt | 2022-01-15 | 4 | -8/+10 |
* | Merge tag 'v2022.01-rc3' into next | Tom Rini | 2021-11-29 | 2 | -1/+5 |
|\ |
|
| * | arm64: Add missing GD_FLG_SKIP_RELOC handling | Marek Vasut | 2021-11-18 | 1 | -0/+4 |
| * | arm: Fix bad memcpy.S str8w macro argument count | Pierre-Clément Tosi | 2021-11-15 | 1 | -1/+1 |
* | | arm: Init the debug UART | Simon Glass | 2021-11-17 | 2 | -0/+8 |
|/ |
|
* | spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths | Tom Rini | 2021-11-05 | 1 | -1/+1 |
* | Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details" | Michael Walle | 2021-10-31 | 1 | -58/+8 |
* | arm: spl: prepare for jumping to OPTEE | Ricardo Salveti | 2021-10-25 | 1 | -0/+11 |
* | image: Drop IMAGE_ENABLE_OF_LIBFDT | Simon Glass | 2021-10-08 | 1 | -2/+2 |
* | arm: Remove zmx25 board and ARCH_MX25 | Tom Rini | 2021-10-01 | 1 | -37/+1 |
* | arm: Remove flea3 board | Tom Rini | 2021-10-01 | 1 | -51/+1 |
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanups | Wolfgang Denk | 2021-09-30 | 2 | -6/+6 |
* | WS cleanup: remove trailing white space | Wolfgang Denk | 2021-09-30 | 1 | -3/+3 |
* | WS cleanup: remove trailing empty lines | Wolfgang Denk | 2021-09-30 | 1 | -1/+0 |
* | arm64: memset-arm64: Use simple memset when cache is disabled | Stefan Roese | 2021-09-24 | 1 | -0/+32 |
* | arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functions | Stefan Roese | 2021-09-24 | 4 | -0/+461 |
* | lmb: arm: Increase LMB alignment to 16k in arch_lmb_reserve_generic() | Marek Vasut | 2021-09-23 | 1 | -1/+1 |
* | lmb: Switch to generic arch_lmb_reserve_generic() | Marek Vasut | 2021-09-23 | 1 | -32/+1 |
* | lmb: Always compile arch_lmb_reserve() into U-Boot on arm | Marek Vasut | 2021-09-23 | 2 | -45/+45 |
* | Revert most of the series for adding vexpress_aemv8r supportWIP/03Sep2021-next | Tom Rini | 2021-09-03 | 1 | -25/+15 |
* | arm: Use armv8_switch_to_el1 env to switch to EL1 | Peter Hoyes | 2021-09-02 | 1 | -15/+25 |
* | armv7: Add Position Independent Execution support | Chia-Wei Wang | 2021-09-02 | 2 | -10/+36 |
* | Revert "arm: bootm: Disable LMB reservation for command line and board info o... | Jan Kiszka | 2021-08-08 | 1 | -2/+0 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -1/+1 |
* | arm: bootm: Disable LMB reservation for command line and board info on arm64 | Marek Vasut | 2021-07-09 | 1 | -0/+2 |
* | arch: cache: cp15: Add mmu_set_region_dcache_behaviour() when SYS_DCACHE_OFF ... | Patrice Chotard | 2021-07-09 | 1 | -6/+12 |
* | arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y | Kunihiko Hayashi | 2021-06-28 | 1 | -0/+5 |
* | ARM: make LTO available | Marek Behún | 2021-05-24 | 1 | -0/+2 |
* | ARM: fix LTO build for some thumb-interwork cases | Marek Behún | 2021-05-24 | 1 | -0/+1 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Marek Behún | 2021-05-24 | 2 | -16/+17 |
* | arm: zimage: Use correct symbol to hide messages in SPL | Samuel Holland | 2021-04-27 | 1 | -7/+5 |
* | arm64: gic-v3-its: Clear the Pending table before enabling LPIs | Hou Zhiqiang | 2021-04-20 | 1 | -1/+11 |
* | bootm: do not hang on failure | Heinrich Schuchardt | 2021-04-12 | 1 | -5/+2 |
* | arm: cp15: remove weak function arm_init_domains | Patrick Delaunay | 2021-03-02 | 1 | -6/+0 |
* | arm: cp15: update DACR value to activate access control | Patrick Delaunay | 2021-03-02 | 1 | -2/+5 |