diff options
author | Jamin Lin <jamin_lin@aspeedtech.com> | 2023-04-13 18:31:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-04 12:46:14 +0100 |
commit | b6c9cc306af4e4ee401cc5f4ff1a534b067b3b20 (patch) | |
tree | 288a3b8a4df6b7753e89de3d7d317b6722e67116 /documentation/set_versions.py | |
parent | d5d0b3f785146cb41b10b5f30c7051f5b22a8a00 (diff) | |
download | poky-b6c9cc306af4e4ee401cc5f4ff1a534b067b3b20.tar.gz |
kernel-fitimage: support 64 bits address
The default value of address-cells is "1", so the generated "its" file
only supports 32bits address for kernel FIT image.
However, some platforms may want to support 64bits address
of UBOOT_LOADADDRESS and UBOOT_ENTRYPOINT.
Therefore, adds a variable to support both 64bits and 32bits address cells.
By default, the address-cell is "1" which is used for 32bits load address.
If users would like to use 64bits load address, users are able to
set as following for "0x400000000" 64bits load address.
1. FIT_ADDRESS_CELLS = "2"
2. UBOOT_LOADADDRESS= "0x04 0x00000000"
(From OE-Core rev: 8ce15c76c50d5d61524fea585d19989baefb5df2)
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/set_versions.py')
0 files changed, 0 insertions, 0 deletions