| 4447bf16 | 17-Feb-2020 |
Joseph Chen <chenjh@rock-chips.com> |
dts: Makefile: support provide a minimum SPL DTB
Some boards need a SPL DTB as smaller as possible to save dm scan time and space. It provides a SPL DTB only include the node with property "u-boot,d
dts: Makefile: support provide a minimum SPL DTB
Some boards need a SPL DTB as smaller as possible to save dm scan time and space. It provides a SPL DTB only include the node with property "u-boot,dm-spl". The property "u-boot,pre-reloc" doesn't work any more.
This feature is disabled by default to compatible current boards, only the board really cares about boot time needs it.
Fix "/chosen" is deleted for TPL DTB.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I743d7b734daff6e0508e01f534078663d809952f
show more ...
|
| 476f6045 | 15-Sep-2017 |
Jean-Jacques Hiblot <jjhiblot@ti.com> |
UPSTREAM: spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
u-boot can be embedded within a FIT image with multiple DTBs. It then selects at run-time which one is best suited for
UPSTREAM: spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
u-boot can be embedded within a FIT image with multiple DTBs. It then selects at run-time which one is best suited for the platform. Use the same principle here for the SPL: put the DTBs in a FIT image, compress it (LZO, GZIP, or no compression) and append it at the end of the SPL.
Change-Id: Ifebdd14bdf1abc923d228f9f3947e719c8645356 Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> [trini: Move default y of SPL_MULTI_DTB_FIT_DYN_ALLOC to it being the default choice if SYS_MALLOC_F, drop spl.h include from lib/fdtdec.c it's unused.] Signed-off-by Tom Rini <trini@konsulko.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 2f57c95100f231de0f4e0301237cbe477e09084b)
show more ...
|
| f8470aee | 24-Sep-2017 |
Tom Rini <trini@konsulko.com> |
UPSTREAM: tools/mkimage: Make the path to the dtc binary that mkimage calls configurable
In some cases, such as FreeBSD, the path to an alternative dtc needs to be used. Rather than override the on
UPSTREAM: tools/mkimage: Make the path to the dtc binary that mkimage calls configurable
In some cases, such as FreeBSD, the path to an alternative dtc needs to be used. Rather than override the one given in the Makefile on the command line, make this part of the build configuration.
Change-Id: Ib4e2b2603f22098edb11bf3f03be32a86b2d2f1a Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 1f6049e2501b5c35c61435dbc05ba96743202674)
show more ...
|