mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
The encoding of the sub instruction used to handle CONFIG_SYS_MALLOC_F_LEN can only accept certain values, and the set of acceptable values differs between the AArch32 and AArch64 instructions sets. The default value of CONFIG_SYS_MALLOC_F_LEN works with either ISA. Tegra uses a non-default value that can only be encoded in the AArch32 ISA. Fix the AArch64 crt0 assembly so it can handle completely arbitrary values. Signed-off-by: Thierry Reding <treding@nvidia.com> [twarren: trimmed Thierry's patch to remove changes already present] Signed-off-by: Tom Warren <twarren@nvidia.com> [swarren, cleaned up patch, wrote description, re-wrote subject] Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> |
||
|---|---|---|
| .. | ||
| _ashldi3.S | ||
| _ashrdi3.S | ||
| _divsi3.S | ||
| _lshrdi3.S | ||
| _modsi3.S | ||
| _udivsi3.S | ||
| _umodsi3.S | ||
| asm-offsets.c | ||
| board.c | ||
| bootm-fdt.c | ||
| bootm.c | ||
| cache-cp15.c | ||
| cache-pl310.c | ||
| cache.c | ||
| cmd_boot.c | ||
| crt0.S | ||
| crt0_64.S | ||
| debug.S | ||
| div0.c | ||
| eabi_compat.c | ||
| gic_64.S | ||
| interrupts.c | ||
| interrupts_64.c | ||
| interrupts_m.c | ||
| Makefile | ||
| memcpy.S | ||
| memset.S | ||
| relocate.S | ||
| relocate_64.S | ||
| reset.c | ||
| sections.c | ||
| semihosting.c | ||
| spl.c | ||
| stack.c | ||
| vectors.S | ||
| vectors_m.S | ||