]> git.baikalelectronics.ru Git - uboot.git/commit
binman: tegra: Convert to use binman
authorSimon Glass <sjg@chromium.org>
Tue, 14 Nov 2017 01:55:06 +0000 (18:55 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Dec 2017 02:53:45 +0000 (19:53 -0700)
commit769e2a08d6069b46a2dfc9c0b5a67cf9f877596e
treebee6478d679cc07632e9a8d3f9cf82aa8804e6bb
parent25a7cefd3092688341bb453455851ef616c8ff7c
binman: tegra: Convert to use binman

Update tegra to use binman for image creation. This still includes the
current Makefile logic, but a later patch will remove this. Three output
files are created, all of which combine
SPL and U-Boot:

   u-boot-tegra.bin        - standard image
   u-boot-dtb-tegra.bin    - same as u-boot-tegra.bin
   u-boot-nodtb-target.bin - includes U-Boot without the appended device tree

The latter is useful for build systems where the device is appended later,
perhaps after being modified.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
arch/arm/dts/tegra-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/tegra114-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/tegra124-nyan-big-u-boot.dtsi
arch/arm/dts/tegra124-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/tegra20-u-boot.dtsi
arch/arm/dts/tegra210-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/tegra30-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-tegra/Kconfig