summaryrefslogtreecommitdiff
path: root/src/apps/http/makefsdata
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-06-20 00:06:05 +0800
committerFabio Estevam <[email protected]>2026-06-26 23:02:46 -0300
commit2619f50f725df9dd9450ec2aca3f247638e7f0e7 (patch)
tree465df26b0e19a3069251088e75dde7313b2e1af0 /src/apps/http/makefsdata
parent77c8ba882638a1eb4a6e5ceed485823a08bc9396 (diff)
imx8mm/n_evk: enable booting Image.gz and avoid extra memcpy
Add support for booting compressed kernel Image.gz by defining kernel_comp_addr_r and kernel_comp_size in the default environment. Set kernel_comp_addr_r to a high memory region to provide a dedicated decompression buffer, avoiding overlap between compressed input and decompressed output. Also adjust CONFIG_SYS_LOAD_ADDR from 0x40480000 to 0x40400000. With TEXT_OFFSET=0, the kernel is relocated directly to loadaddr, so separating decompression and execution regions is required to guarantee safe decompression without additional copying. Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'src/apps/http/makefsdata')
0 files changed, 0 insertions, 0 deletions