Home
last modified time | relevance | path

Searched hist:"8 dd9db5d1cd5826638c3cdb5f681300ff2f29f3b" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/dts/
H A DMakefile8dd9db5d1cd5826638c3cdb5f681300ff2f29f3b Wed Jun 19 00:34:33 UTC 2019 Joseph Chen <chenjh@rock-chips.com> Makefile: tpl: u-boot-tpl.dtb support include node with prop "u-boot,dm-tpl"

Without this patch, u-boot-tpl.dtb is always copy from u-boot-spl.dtb which
doesn't apply fdtgrep with "-b u-boot,dm-tpl".

Sometimes, the platform with critical sram size requires u-boot-tpl.dtb as
smaller as possible, so we use "u-boot,dm-tpl" prop to idendify what the
tpl really needs.

Rules:
"u-boot,dm-tpl": include node with prop for u-boot-tpl.dtb;
"u-boot,dm-spl": include node with prop for u-boot-spl.dtb;
"u-boot,pre-reloc": include node with prop for u-boot-tpl.dtb and u-boot-spl.dtb;

Change-Id: I29c2464d285174f4d0a4a1f8b91a84238ed82384
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
/rk3399_rockchip-uboot/scripts/
H A DMakefile.spl8dd9db5d1cd5826638c3cdb5f681300ff2f29f3b Wed Jun 19 00:34:33 UTC 2019 Joseph Chen <chenjh@rock-chips.com> Makefile: tpl: u-boot-tpl.dtb support include node with prop "u-boot,dm-tpl"

Without this patch, u-boot-tpl.dtb is always copy from u-boot-spl.dtb which
doesn't apply fdtgrep with "-b u-boot,dm-tpl".

Sometimes, the platform with critical sram size requires u-boot-tpl.dtb as
smaller as possible, so we use "u-boot,dm-tpl" prop to idendify what the
tpl really needs.

Rules:
"u-boot,dm-tpl": include node with prop for u-boot-tpl.dtb;
"u-boot,dm-spl": include node with prop for u-boot-spl.dtb;
"u-boot,pre-reloc": include node with prop for u-boot-tpl.dtb and u-boot-spl.dtb;

Change-Id: I29c2464d285174f4d0a4a1f8b91a84238ed82384
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>