[U-Boot] [PATCH 0/4] rockchip: Reduce prerequisites from the host

Vicente Bergas vicencb at gmail.com
Fri Jun 1 16:46:02 UTC 2018


From: Vicente Bergas <vicencb at gmail.com>

This patch series remove the dependency on python and dtc from the host
for the Sapphire board.

It does not conform to the U-Boot coding style. It has been posted here for
informational purposes only. If there is interest in merging it, feel free
to modify it at will, it is in the public domain.

Vicente Bergas (4):
  [U-Boot] add make_fit_atf in tools
  [U-Boot] rockchip: rk3399: use make_fit_atf instead of make_fit_atf.py
  [U-Boot] rockchip: rk3399: disable CONFIG_SPL_OF_PLATDATA
  [U-Boot] rockchip: rk3399: set CONFIG_MKIMAGE_DTC_PATH

 configs/evb-rk3399_defconfig |   4 +-
 tools/Makefile               |   2 +
 tools/make_fit_atf.c         | 360 +++++++++++++++++++++++++++++++++++
 3 files changed, 364 insertions(+), 2 deletions(-)
 create mode 100644 tools/make_fit_atf.c

-- 
2.17.1



More information about the U-Boot mailing list