Commit Graph

387 Commits (00caae6d47645e68d6e5277aceb69592b49381a6)

Author SHA1 Message Date
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Philipp Tomsich faa18dbe25 armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK 7 years ago
Philipp Tomsich c3be6190f9 armv8: spl: Support separate stack for TPL 7 years ago
Tom Rini 3278e29130 Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel" 7 years ago
Lothar Waßmann 69c5d76f2f ARM: provide a valid exception stack address for startup code 7 years ago
Lothar Waßmann c88823612d arm: adjust PC displayed in exception handlers to point to the failing instruction 7 years ago
Lothar Waßmann 53d4ed704b ARM: remove bogus cp_delay() function 7 years ago
tnishinaga.dev@gmail.com 8f079cccb3 armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel 7 years ago
Simon Glass 50a4886b3b arm: Disable LPAE if not enabled 7 years ago
Simon Glass 10d602ac8b arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T 7 years ago
Simon Glass 579dfca2ef arm: Rename HCTR to HTCR 7 years ago
Phil Edworthy 111a6af97a arm: Add Kconfig symbols used for Linux asm compatibility 7 years ago
Simon Glass c45300b038 arm: Add declarations to avoid needing to include headers 7 years ago
Simon Glass c62db35d52 arm: Add explicit include of <asm/mach-types.h> 7 years ago
Simon Glass 9d922450aa dm: Use dm.h header when driver mode is used 7 years ago
Andre Przywara 98db26a612 armv8: fsl: move ccn504 code into FSL Makefile 7 years ago
Andre Przywara 0cef6cbe3a armv8: SPL: only compile GIC code if needed 7 years ago
B, Ravi 984a3c8777 spl: fdt: support for fdt fixup for falcon boot 7 years ago
Vikas Manocha 5bf5250e9d spl: make image arg or fdt blob address reconfigurable 7 years ago
Patrice Chotard dc89c6fb77 arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux() 7 years ago
Masahiro Yamada c54bcf6805 ARM: adjust arm-smccc code for use in U-Boot 7 years ago
Vikas Manocha bf4d0495d2 armv7m: add instruction & data cache support 7 years ago
Tom Rini 01abae4d04 Remove various unused interrupt related code 7 years ago
Stefan Roese 1b8220aa2a arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup() 7 years ago
Tom Rini 3a649407a4 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD 7 years ago
Vikas Manocha c62c1b3c24 arm: use common instructions applicable to armv7m & other arm archs 7 years ago
Ryan Harkin 072c8c4ced do_smhload: fix return code 7 years ago
Philipp Tomsich 7a70c9985c armv8: spl: Call spl_relocate_stack_gd for ARMv8 7 years ago
Masahiro Yamada 1f4f5e52e5 arm64: fix comment in relocate_64.S 7 years ago
Masahiro Yamada 07a63c7e7d arm64: use store with auto-increment 7 years ago
Masahiro Yamada b913c3f079 arm64: use xzr to zero-out the bss section 7 years ago
Tom Rini 40d5534cff ARM: Default to using optimized memset and memcpy routines 7 years ago
Hou Zhiqiang daa926448c ARMv8/sec_firmware: relocated and renamed the config FSL_PPA_ARMV8_PSCI 7 years ago
Alison Wang 7c5e1feb1d armv8: aarch64: Fix the warning about x1-x3 nonzero issue 7 years ago
Andre Przywara ce62e57fc5 ARM: boot0 hook: remove macro, include whole header file 8 years ago
Andre Przywara ebda0cc509 armv8: prevent using THUMB 8 years ago
macro.wave.z@gmail.com 9a561753ce ARMv8: Setup PSCI memory and device tree 8 years ago
macro.wave.z@gmail.com 2d16a1a6c9 ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definition 8 years ago
Masahiro Yamada 63c0941726 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY 8 years ago
Alexander Graf 95b62b2e28 efi_loader: Allow to compile helloworld.efi w/o bundling it 8 years ago
Alison Wang e2c18e40b1 armv8: fsl-layerscape: SMP support for loading 32-bit OS 8 years ago
Alison Wang ec6617c397 armv8: Support loading 32-bit OS in AArch32 execution state 8 years ago
Alexander Graf b7b8410a8f ls2080: Exit dpaa only right before exiting U-Boot 8 years ago
Simon Glass c65d76ed5f efi: arm: Add aarch64 EFI app support 8 years ago
Simon Glass dd46eef2f6 efi: arm: Add EFI app support 8 years ago
Simon Glass c70f74a081 elf: arm: Add a few ARM relocation types 8 years ago
Keerthy 06d43c808d arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode 8 years ago
Keerthy 2b373cb83c arm: print the cache config option in hex instead of decimal 8 years ago
Simon Glass ca12e65caa spl: Add a parameter to jump_to_image_linux() 8 years ago