summaryrefslogtreecommitdiff
path: root/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorKurban Mallachiev <mallachiev@ispras.ru>2019-02-07 14:19:45 +0300
committerTom Rini <trini@konsulko.com>2019-02-19 08:55:43 -0500
commit957f51e86367e14be9e40cfe5cc3a494fc17abcf (patch)
tree048c49cbee2c09a6d8230e5889e3b17264557930 /configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
parenteaba7df7041ebdd6cff3702d87d6bdb6870ec5e3 (diff)
elf: fix cache flushing in 'bootelf -p' command
Currently there are two problems in 'bootelf -p' (load elf by segments) command: - bss section is not flushed, so booted elf can have non zero values in bss; - at least on ARM there are 'CACHE: Misaligned operation at range...' warnings Use p_memsz instead of p_filesz during cache flushing for elf segment. p_filesz doesn't include zero initialized memory (e.g. bss section), which also should be flushed. Align these cache flushes to line boundaries. Signed-off-by: Kurban Mallachiev <mallachiev@ispras.ru>
Diffstat (limited to 'configs/ls1088ardb_tfa_SECURE_BOOT_defconfig')
0 files changed, 0 insertions, 0 deletions