[Buildroot] [PATCH 0/2] Support uboot file creation w/o uboot

Matt Weber matthew.weber at rockwellcollins.com
Wed Sep 23 19:11:03 UTC 2020


This patch series migrates the support for building uboot env and
script files to be a feature of the uboot-tools package. This enables
a Buildroot defconfig that isn't modifying a system's firmware(uboot /
cpu configuration files / etc) to tailor the uboot environment and
startup behavior.

Matt Weber (2):
  package/uboot-tools: migrate BR2_TARGET_UBOOT_ENVIMAGE from U-Boot pkg
  package/uboot-tools: migrate BR2_TARGET_UBOOT_BOOT_SCRIPT from U-Boot
    pkg

 Config.in.legacy                   | 14 ++++++
 boot/uboot/Config.in               | 59 -------------------------
 boot/uboot/uboot.mk                | 38 ----------------
 package/uboot-tools/Config.in.host | 70 +++++++++++++++++++++++++++++-
 package/uboot-tools/uboot-tools.mk | 45 +++++++++++++++++++
 5 files changed, 127 insertions(+), 99 deletions(-)

-- 
2.17.1



More information about the buildroot mailing list