u-boot.git
4 years agoMerge version 2021.01+dfsg-4+rpi1 and 2021.01+dfsg-5 to produce 2021.01+dfsg-5+rpi1 archive/raspbian/2021.01+dfsg-5+rpi1 raspbian/2021.01+dfsg-5+rpi1
Raspbian automatic forward porter [Fri, 4 Jun 2021 00:18:15 +0000 (01:18 +0100)]
Merge version 2021.01+dfsg-4+rpi1 and 2021.01+dfsg-5 to produce 2021.01+dfsg-5+rpi1

4 years agoMerge u-boot (2021.01+dfsg-5) import into refs/heads/workingbranch
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
Merge u-boot (2021.01+dfsg-5) import into refs/heads/workingbranch

4 years ago[PATCH] efi_loader: switch to non-secure mode later
Heinrich Schuchardt [Sun, 24 Jan 2021 14:34:12 +0000 (14:34 +0000)]
[PATCH] efi_loader: switch to non-secure mode later

Some ARMv7 boards using PSCI require to be in secure-mode when booted via
'bootz' or 'bootm'. During distro-boot 'bootefi bootmgr' is called to check
if booting via UEFI is possible.

With the change we change the switch from secure mode to non-secure mode is
moved from the UEFI subsystem setup to just before calling StartImage().

Cc: Jernej Škrabec <jernej.skrabec@gmail.com>
Reported by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0001-efi_loader-switch-to-non-secure-mode-later.patch

4 years ago[PATCH] configs: add PineTab defconfig
Arnaud Ferraris [Wed, 2 Sep 2020 07:53:50 +0000 (09:53 +0200)]
[PATCH] configs: add PineTab defconfig

From 2c346cacb4b0841051bceb27a57058020860ab8b Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/project/uboot/list/?series=232582

The PineTab device-tree is already in u-boot, this commit adds the corresponding
defconfig, based on pinephone_defconfig.

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Gbp-Pq: Topic pinetab
Gbp-Pq: Name 0001-configs-add-PineTab-defconfig.patch

4 years agodisable-preboot
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
disable-preboot

Disable USE_PREBOOT as a workaround to boot failure triggered by
initializing USB. (Closes: #973323, #980434)

Reported upstream:

  https://lists.denx.de/pipermail/u-boot/2021-January/438098.html

Gbp-Pq: Topic rk3399
Gbp-Pq: Name disable-preboot

4 years agobootz_and_raw_initrd
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
bootz_and_raw_initrd

Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.

Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch

4 years ago[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
David Abdurachmanov [Wed, 21 Aug 2019 19:07:20 +0000 (12:07 -0700)]
[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)

From 3fc056f0b9f7c26e58a1e947c8c0184e55919614 Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/patch/1151125/

Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot
commands in RISC-V targets and broke extlinux support as reported
by Fu Wei <wefu@redhat.com>.

The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT
to Kconfig.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch

4 years ago[PATCH] arm: config: fix default console only to specify the device
Dongjin Kim [Sat, 28 Oct 2017 04:22:27 +0000 (00:22 -0400)]
[PATCH] arm: config: fix default console only to specify the device

This reverts commit 767edf0f6b3eaa0303f3fd6afdc14ddce0aca70c and restores
commit 232ed3ca534708527a9515c7c41bc3542949525c.

Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.

Bug-Debian: https://bugs.debian.org/920116
Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch

4 years agotest-imagetools-test-fixes
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
test-imagetools-test-fixes

This patch allows testing in an alternate directory and also detects
failures to execute commands, treating that as a failure.

Gbp-Pq: Name test-imagetools-test-fixes

4 years agoomap5_distro_bootcmd
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
omap5_distro_bootcmd

Enable distro_bootcmd support (doc/README.distro) for omap5 targets.

Gbp-Pq: Topic am57xx
Gbp-Pq: Name omap5_distro_bootcmd

4 years agoensure-config-sandbox-for-make-env
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
ensure-config-sandbox-for-make-env

Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...

Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch

4 years agoAdd spl/arndale-spl.bin rule
Ian Campbell [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
Add spl/arndale-spl.bin rule

Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

4 years agomx53loco
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
mx53loco

Enables support for ext4, the "load" command, and using bootz with raw initrds.

Gbp-Pq: Name mx53loco

4 years agoEnable generic tools build
Hector Oron [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
Enable generic tools build

Gbp-Pq: Name tools-generic-builds.patch

4 years agoadd-debian-revision-to-u-boot-version
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
add-debian-revision-to-u-boot-version

Add the debian revision to the U-boot version, which is displayed at
boot and can be helpful to determine which specific version is used.

Gbp-Pq: Name add-debian-revision-to-u-boot-version

4 years agou-boot (2021.01+dfsg-5) unstable; urgency=medium
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
u-boot (2021.01+dfsg-5) unstable; urgency=medium

  * debian/patches: Fix boot failure caused by efi loader switching to
    non-secure mode too early. Thanks to Bastian Germann and Heinrich
    Schuchardt. (Closes: #988217)

[dgit import unpatched u-boot 2021.01+dfsg-5]

4 years agoImport u-boot_2021.01+dfsg-5.debian.tar.xz
Vagrant Cascadian [Sun, 23 May 2021 04:32:45 +0000 (05:32 +0100)]
Import u-boot_2021.01+dfsg-5.debian.tar.xz

[dgit import tarball u-boot 2021.01+dfsg-5 u-boot_2021.01+dfsg-5.debian.tar.xz]

4 years agoDon't build powerpc qemu target, the nessacery cross-compiler archive/raspbian/2021.01+dfsg-4+rpi1 raspbian/2021.01+dfsg-4+rpi1
Peter Michael Green [Sat, 10 Apr 2021 16:32:31 +0000 (16:32 +0000)]
Don't build powerpc qemu target, the nessacery cross-compiler
failed to build in raspbian.

4 years agoManual merge of version 2020.07+dfsg-2+rpi1 and 2021.01+dfsg-4 to produce 2021.01...
Peter Michael Green [Thu, 8 Apr 2021 12:45:39 +0000 (12:45 +0000)]
Manual merge of version 2020.07+dfsg-2+rpi1 and 2021.01+dfsg-4 to produce 2021.01+dfsg-4+rpi1

4 years agoMerge u-boot (2021.01+dfsg-4) import into refs/heads/workingbranch
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
Merge u-boot (2021.01+dfsg-4) import into refs/heads/workingbranch

4 years ago[PATCH] configs: add PineTab defconfig
Arnaud Ferraris [Wed, 2 Sep 2020 07:53:50 +0000 (09:53 +0200)]
[PATCH] configs: add PineTab defconfig

From 2c346cacb4b0841051bceb27a57058020860ab8b Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/project/uboot/list/?series=232582

The PineTab device-tree is already in u-boot, this commit adds the corresponding
defconfig, based on pinephone_defconfig.

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Gbp-Pq: Topic pinetab
Gbp-Pq: Name 0001-configs-add-PineTab-defconfig.patch

4 years agodisable-preboot
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
disable-preboot

Disable USE_PREBOOT as a workaround to boot failure triggered by
initializing USB. (Closes: #973323, #980434)

Reported upstream:

  https://lists.denx.de/pipermail/u-boot/2021-January/438098.html

Gbp-Pq: Topic rk3399
Gbp-Pq: Name disable-preboot

4 years agobootz_and_raw_initrd
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
bootz_and_raw_initrd

Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.

Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch

4 years ago[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
David Abdurachmanov [Wed, 21 Aug 2019 19:07:20 +0000 (12:07 -0700)]
[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)

From 3fc056f0b9f7c26e58a1e947c8c0184e55919614 Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/patch/1151125/

Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot
commands in RISC-V targets and broke extlinux support as reported
by Fu Wei <wefu@redhat.com>.

The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT
to Kconfig.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch

4 years ago[PATCH] arm: config: fix default console only to specify the device
Dongjin Kim [Sat, 28 Oct 2017 04:22:27 +0000 (00:22 -0400)]
[PATCH] arm: config: fix default console only to specify the device

This reverts commit 767edf0f6b3eaa0303f3fd6afdc14ddce0aca70c and restores
commit 232ed3ca534708527a9515c7c41bc3542949525c.

Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.

Bug-Debian: https://bugs.debian.org/920116
Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch

4 years agotest-imagetools-test-fixes
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
test-imagetools-test-fixes

This patch allows testing in an alternate directory and also detects
failures to execute commands, treating that as a failure.

Gbp-Pq: Name test-imagetools-test-fixes

4 years agoomap5_distro_bootcmd
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
omap5_distro_bootcmd

Enable distro_bootcmd support (doc/README.distro) for omap5 targets.

Gbp-Pq: Topic am57xx
Gbp-Pq: Name omap5_distro_bootcmd

4 years agoensure-config-sandbox-for-make-env
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
ensure-config-sandbox-for-make-env

Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...

Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch

4 years agoAdd spl/arndale-spl.bin rule
Ian Campbell [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
Add spl/arndale-spl.bin rule

Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

4 years agomx53loco
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
mx53loco

Enables support for ext4, the "load" command, and using bootz with raw initrds.

Gbp-Pq: Name mx53loco

4 years agoEnable generic tools build
Hector Oron [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
Enable generic tools build

Gbp-Pq: Name tools-generic-builds.patch

4 years agoadd-debian-revision-to-u-boot-version
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
add-debian-revision-to-u-boot-version

Add the debian revision to the U-boot version, which is displayed at
boot and can be helpful to determine which specific version is used.

Gbp-Pq: Name add-debian-revision-to-u-boot-version

4 years agou-boot (2021.01+dfsg-4) unstable; urgency=medium
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
u-boot (2021.01+dfsg-4) unstable; urgency=medium

  [ Arnaud Ferraris ]
  * Add support for the pinetab platform (Closes: #982982)
  * u-boot-install-sunxi: fix device tree model for PinePhone 1.1
    (Closes: #984704)

  [ Vagrant Cascadian ]
  * debian/patches: Update PineTab patch use default bootdelay.
  * debian/patches: Add Forwarded link to PineTab patch.
  * debian/rules: Ensure debugging symbols are enabled.
  * debian/rules: Pass argument to remove build path from debug symbols.

[dgit import unpatched u-boot 2021.01+dfsg-4]

4 years agoImport u-boot_2021.01+dfsg-4.debian.tar.xz
Vagrant Cascadian [Fri, 12 Mar 2021 23:00:43 +0000 (23:00 +0000)]
Import u-boot_2021.01+dfsg-4.debian.tar.xz

[dgit import tarball u-boot 2021.01+dfsg-4 u-boot_2021.01+dfsg-4.debian.tar.xz]

4 years agoMerge u-boot (2021.01+dfsg-3) import into refs/heads/workingbranch
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
Merge u-boot (2021.01+dfsg-3) import into refs/heads/workingbranch

4 years agodisable-preboot
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
disable-preboot

Disable USE_PREBOOT as a workaround to boot failure triggered by
initializing USB. (Closes: #973323, #980434)

Reported upstream:

  https://lists.denx.de/pipermail/u-boot/2021-January/438098.html

Gbp-Pq: Topic rk3399
Gbp-Pq: Name disable-preboot

4 years agobootz_and_raw_initrd
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
bootz_and_raw_initrd

Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.

Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch

4 years ago[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
David Abdurachmanov [Wed, 21 Aug 2019 19:07:20 +0000 (12:07 -0700)]
[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)

From 3fc056f0b9f7c26e58a1e947c8c0184e55919614 Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/patch/1151125/

Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot
commands in RISC-V targets and broke extlinux support as reported
by Fu Wei <wefu@redhat.com>.

The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT
to Kconfig.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch

4 years ago[PATCH] arm: config: fix default console only to specify the device
Dongjin Kim [Sat, 28 Oct 2017 04:22:27 +0000 (00:22 -0400)]
[PATCH] arm: config: fix default console only to specify the device

This reverts commit 767edf0f6b3eaa0303f3fd6afdc14ddce0aca70c and restores
commit 232ed3ca534708527a9515c7c41bc3542949525c.

Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.

Bug-Debian: https://bugs.debian.org/920116
Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch

4 years agotest-imagetools-test-fixes
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
test-imagetools-test-fixes

This patch allows testing in an alternate directory and also detects
failures to execute commands, treating that as a failure.

Gbp-Pq: Name test-imagetools-test-fixes

4 years agoomap5_distro_bootcmd
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
omap5_distro_bootcmd

Enable distro_bootcmd support (doc/README.distro) for omap5 targets.

Gbp-Pq: Topic am57xx
Gbp-Pq: Name omap5_distro_bootcmd

4 years agoensure-config-sandbox-for-make-env
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
ensure-config-sandbox-for-make-env

Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...

Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch

4 years agoAdd spl/arndale-spl.bin rule
Ian Campbell [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
Add spl/arndale-spl.bin rule

Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

4 years agomx53loco
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
mx53loco

Enables support for ext4, the "load" command, and using bootz with raw initrds.

Gbp-Pq: Name mx53loco

4 years agoEnable generic tools build
Hector Oron [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
Enable generic tools build

Gbp-Pq: Name tools-generic-builds.patch

4 years agoadd-debian-revision-to-u-boot-version
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
add-debian-revision-to-u-boot-version

Add the debian revision to the U-boot version, which is displayed at
boot and can be helpful to determine which specific version is used.

Gbp-Pq: Name add-debian-revision-to-u-boot-version

4 years agou-boot (2021.01+dfsg-3) unstable; urgency=medium
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
u-boot (2021.01+dfsg-3) unstable; urgency=medium

  [ Domenico Andreoli ]
  * u-boot-install-sunxi: Add support for some armhf

  [ Vagrant Cascadian ]
  * debian/watch: Fix missing "/".

  [ Andreas B. Mundt ]
  * Update u-boot-install-sunxi: Add Olimex A20-OLinuXino-LIME2-eMMC

  [ harry88@gmx.ph ]
  * u-boot-install-sunxi: Avoid overriding files in current directory
    (Closes: #982278)

  [ Nicolas Boulenguez ]
  * Enable version 1.1 of the pinephone (Closes: #982981)

  [ Vagrant Cascadian ]
  * u-boot-install-sunxi: Make installing .itb files optional.
  * u-boot-install-sunxi: Add support for armhf targets: Banana Pi
    BPI-M2-Ultra Banana Pi BPI-M3 Banana Pi M2 Berry Cubietech Cubieboard
    Cubietech Cubieboard2 Cubietech Cubieboard4 Cubietech Cubietruck
    Cubietech Cubietruck Plus FriendlyARM NanoPi NEO Air Lamobo R1 LeMaker
    Banana Pi LeMaker Banana Pro LinkSprite pcDuino LinkSprite pcDuino3
    Olimex A10-OLinuXino-LIME Olimex A10s-Olinuxino Micro Olimex
    A20-Olimex-SOM-EVB Olimex A20-OLinuXino-LIME Olimex A20-Olinuxino
    Micro PineRiver Mini X-Plus Xunlong Orange Pi Plus / Plus 2 Xunlong
    Orange Pi Zero

[dgit import unpatched u-boot 2021.01+dfsg-3]

4 years agoImport u-boot_2021.01+dfsg-3.debian.tar.xz
Vagrant Cascadian [Mon, 1 Mar 2021 08:00:18 +0000 (08:00 +0000)]
Import u-boot_2021.01+dfsg-3.debian.tar.xz

[dgit import tarball u-boot 2021.01+dfsg-3 u-boot_2021.01+dfsg-3.debian.tar.xz]

4 years agoMerge u-boot (2021.01+dfsg-2) import into refs/heads/workingbranch
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
Merge u-boot (2021.01+dfsg-2) import into refs/heads/workingbranch

4 years agodisable-preboot
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
disable-preboot

Disable USE_PREBOOT as a workaround to boot failure triggered by
initializing USB. (Closes: #973323, #980434)

Reported upstream:

  https://lists.denx.de/pipermail/u-boot/2021-January/438098.html

Gbp-Pq: Topic rk3399
Gbp-Pq: Name disable-preboot

4 years agobootz_and_raw_initrd
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
bootz_and_raw_initrd

Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.

Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch

4 years ago[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
David Abdurachmanov [Wed, 21 Aug 2019 19:07:20 +0000 (12:07 -0700)]
[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)

From 3fc056f0b9f7c26e58a1e947c8c0184e55919614 Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/patch/1151125/

Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot
commands in RISC-V targets and broke extlinux support as reported
by Fu Wei <wefu@redhat.com>.

The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT
to Kconfig.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch

4 years ago[PATCH] arm: config: fix default console only to specify the device
Dongjin Kim [Sat, 28 Oct 2017 04:22:27 +0000 (00:22 -0400)]
[PATCH] arm: config: fix default console only to specify the device

This reverts commit 767edf0f6b3eaa0303f3fd6afdc14ddce0aca70c and restores
commit 232ed3ca534708527a9515c7c41bc3542949525c.

Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.

Bug-Debian: https://bugs.debian.org/920116
Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch

4 years agotest-imagetools-test-fixes
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
test-imagetools-test-fixes

This patch allows testing in an alternate directory and also detects
failures to execute commands, treating that as a failure.

Gbp-Pq: Name test-imagetools-test-fixes

4 years agoomap5_distro_bootcmd
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
omap5_distro_bootcmd

Enable distro_bootcmd support (doc/README.distro) for omap5 targets.

Gbp-Pq: Topic am57xx
Gbp-Pq: Name omap5_distro_bootcmd

4 years agoensure-config-sandbox-for-make-env
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
ensure-config-sandbox-for-make-env

Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...

Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch

4 years agoAdd spl/arndale-spl.bin rule
Ian Campbell [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
Add spl/arndale-spl.bin rule

Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

4 years agomx53loco
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
mx53loco

Enables support for ext4, the "load" command, and using bootz with raw initrds.

Gbp-Pq: Name mx53loco

4 years agoEnable generic tools build
Hector Oron [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
Enable generic tools build

Gbp-Pq: Name tools-generic-builds.patch

4 years agoadd-debian-revision-to-u-boot-version
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
add-debian-revision-to-u-boot-version

Add the debian revision to the U-boot version, which is displayed at
boot and can be helpful to determine which specific version is used.

Gbp-Pq: Name add-debian-revision-to-u-boot-version

4 years agou-boot (2021.01+dfsg-2) unstable; urgency=medium
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
u-boot (2021.01+dfsg-2) unstable; urgency=medium

  * debian/patches: Disable USE_PREBOOT on rockpro64 and pinebook-pro to
    workaround boot failure triggered by USB initialization.
    (Closes: #973323, #980434)

[dgit import unpatched u-boot 2021.01+dfsg-2]

4 years agoImport u-boot_2021.01+dfsg-2.debian.tar.xz
Vagrant Cascadian [Fri, 22 Jan 2021 04:36:56 +0000 (04:36 +0000)]
Import u-boot_2021.01+dfsg-2.debian.tar.xz

[dgit import tarball u-boot 2021.01+dfsg-2 u-boot_2021.01+dfsg-2.debian.tar.xz]

4 years agoImport u-boot_2021.01+dfsg.orig.tar.xz
Vagrant Cascadian [Sun, 17 Jan 2021 03:50:13 +0000 (03:50 +0000)]
Import u-boot_2021.01+dfsg.orig.tar.xz

[dgit import orig u-boot_2021.01+dfsg.orig.tar.xz]

4 years agoMerge u-boot (2020.10+dfsg-2) import into refs/heads/workingbranch
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
Merge u-boot (2020.10+dfsg-2) import into refs/heads/workingbranch

4 years ago[PATCH] sun50i: a64: A64-Teres-I board detect builtin keyboard
Jonas Smedegaard [Wed, 5 Aug 2020 23:09:12 +0000 (01:09 +0200)]
[PATCH] sun50i: a64: A64-Teres-I board detect builtin keyboard

A64-Teres-I board is a laptop which comes with a builtin keyboard.
The keyboard+trackpad controller pauses for 2 seconds at a firmware
prompt before loading its HID interface.

U-Boot needs to wait equally long to reliably enable the keyboard.

Signed-off-by: Jonas Smedegaard <dr@jones.dk>
Reviewed-by: Tom Rini <trini@konsulko.com>
Series-Cc: Jagan Teki <jagan@amarulasolutions.com>
Series-Cc: Lukasz Majewski <lukma@denx.de>
Series-Cc: Andre Przywara <andre.przywara@arm.com>

Gbp-Pq: Topic teres-i
Gbp-Pq: Name 0001-sun50i-a64-A64-Teres-I-board-detect-builtin-keyboard.patch

4 years ago[PATCH] sunxi: Enable ethernet on newer Olimex OLinuXino-A20-Lime2-eMMC
Jonas Smedegaard [Sun, 9 Aug 2020 09:48:51 +0000 (11:48 +0200)]
[PATCH] sunxi: Enable ethernet on newer Olimex OLinuXino-A20-Lime2-eMMC

Olimex OLinuXino LIME2 rev. H through L uses Micrel KSZ9031 PHY.

This enables the Micrel PHY for A20-OLinuXino-Lime2-eMMC_defconfig.

Signed-off-by: Jonas Smedegaard <dr@jones.dk>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Gbp-Pq: Topic olinuxino-a20-lime2-emmc
Gbp-Pq: Name 0001-sunxi-Enable-ethernet-on-newer-Olimex-OLinuXino-A20-.patch

4 years agobootz_and_raw_initrd
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
bootz_and_raw_initrd

Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.

Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch

4 years ago[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
David Abdurachmanov [Wed, 21 Aug 2019 19:07:20 +0000 (12:07 -0700)]
[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)

From 3fc056f0b9f7c26e58a1e947c8c0184e55919614 Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/patch/1151125/

Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot
commands in RISC-V targets and broke extlinux support as reported
by Fu Wei <wefu@redhat.com>.

The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT
to Kconfig.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch

4 years ago[PATCH] arm: config: fix default console only to specify the device
Dongjin Kim [Sat, 28 Oct 2017 04:22:27 +0000 (00:22 -0400)]
[PATCH] arm: config: fix default console only to specify the device

This reverts commit 767edf0f6b3eaa0303f3fd6afdc14ddce0aca70c and restores
commit 232ed3ca534708527a9515c7c41bc3542949525c.

Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.

Bug-Debian: https://bugs.debian.org/920116
Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch

4 years agotest-imagetools-test-fixes
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
test-imagetools-test-fixes

This patch allows testing in an alternate directory and also detects
failures to execute commands, treating that as a failure.

Gbp-Pq: Name test-imagetools-test-fixes

4 years agoomap5_distro_bootcmd
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
omap5_distro_bootcmd

Enable distro_bootcmd support (doc/README.distro) for omap5 targets.

Gbp-Pq: Topic am57xx
Gbp-Pq: Name omap5_distro_bootcmd

4 years agoensure-config-sandbox-for-make-env
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
ensure-config-sandbox-for-make-env

Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...

Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch

4 years agoAdd spl/arndale-spl.bin rule
Ian Campbell [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
Add spl/arndale-spl.bin rule

Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

4 years agomx53loco
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
mx53loco

Enables support for ext4, the "load" command, and using bootz with raw initrds.

Gbp-Pq: Name mx53loco

4 years agoEnable generic tools build
Hector Oron [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
Enable generic tools build

Gbp-Pq: Name tools-generic-builds.patch

4 years agoadd-debian-revision-to-u-boot-version
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
add-debian-revision-to-u-boot-version

Add the debian revision to the U-boot version, which is displayed at
boot and can be helpful to determine which specific version is used.

Gbp-Pq: Name add-debian-revision-to-u-boot-version

4 years agou-boot (2020.10+dfsg-2) unstable; urgency=medium
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
u-boot (2020.10+dfsg-2) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * debian/patches: Enable ethernet on A20-OLinuXino-Lime2-eMMC.
    (Closes: #916822).  Thanks to Jonas Smedegaard.
  * debian/patches: Fix keyboard on Teres-I (Closes: #935035).  Thanks to
    Jonas Smedegaard.

  [ Nicolas Boulenguez ]
  * Update Homepage and uscan configuration (Closes: #976317).
  * Drop obsolete version restriction in Build-Depends (Closes: #976316).
  * Change behaviour of debian/bin/u-boot-install-* for an unknown device
    tree (Closes: #976315)
  * Use specific dh_installman instead of dh_install (Closes: #976318).
  * Simplify debian/u-boot-tools.install (Closes: #976318).
  * In debian/rules, add prerequisite configs/*_defconfig
    (Closes: #976318)

  [ Vagrant Cascadian ]
  * u-boot-qemu: Ship u-boot.rom for the qemu-x86_64 and qemu-x86
    targets. Thanks to Faidon Liambotis. (Closes: #979107)
  * debian/control: Update Standards-Version to 4.5.1.
  * debian/control: Update Build-Depends on lzop.

  [ Luca Boccassi ]
  * Build u-boot-tools with signature support with OpenSSL.
    (Closes: #972513)

[dgit import unpatched u-boot 2020.10+dfsg-2]

4 years agoImport u-boot_2020.10+dfsg-2.debian.tar.xz
Vagrant Cascadian [Tue, 5 Jan 2021 03:59:11 +0000 (03:59 +0000)]
Import u-boot_2020.10+dfsg-2.debian.tar.xz

[dgit import tarball u-boot 2020.10+dfsg-2 u-boot_2020.10+dfsg-2.debian.tar.xz]

5 years agoMerge u-boot (2020.10+dfsg-1) import into refs/heads/workingbranch
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
Merge u-boot (2020.10+dfsg-1) import into refs/heads/workingbranch

5 years agoImport u-boot_2020.10+dfsg.orig.tar.xz
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
Import u-boot_2020.10+dfsg.orig.tar.xz

[dgit import orig u-boot_2020.10+dfsg.orig.tar.xz]

5 years agobootz_and_raw_initrd
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
bootz_and_raw_initrd

Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.

Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch

5 years ago[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
David Abdurachmanov [Wed, 21 Aug 2019 19:07:20 +0000 (12:07 -0700)]
[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)

From 3fc056f0b9f7c26e58a1e947c8c0184e55919614 Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/patch/1151125/

Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot
commands in RISC-V targets and broke extlinux support as reported
by Fu Wei <wefu@redhat.com>.

The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT
to Kconfig.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch

5 years ago[PATCH] arm: config: fix default console only to specify the device
Dongjin Kim [Sat, 28 Oct 2017 04:22:27 +0000 (00:22 -0400)]
[PATCH] arm: config: fix default console only to specify the device

This reverts commit 767edf0f6b3eaa0303f3fd6afdc14ddce0aca70c and restores
commit 232ed3ca534708527a9515c7c41bc3542949525c.

Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.

Bug-Debian: https://bugs.debian.org/920116
Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch

5 years agotest-imagetools-test-fixes
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
test-imagetools-test-fixes

This patch allows testing in an alternate directory and also detects
failures to execute commands, treating that as a failure.

Gbp-Pq: Name test-imagetools-test-fixes

5 years agoomap5_distro_bootcmd
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
omap5_distro_bootcmd

Enable distro_bootcmd support (doc/README.distro) for omap5 targets.

Gbp-Pq: Topic am57xx
Gbp-Pq: Name omap5_distro_bootcmd

5 years agoensure-config-sandbox-for-make-env
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
ensure-config-sandbox-for-make-env

Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...

Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch

5 years agoAdd spl/arndale-spl.bin rule
Ian Campbell [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
Add spl/arndale-spl.bin rule

Gbp-Pq: Topic arndale
Gbp-Pq: Name board-spl-rule.diff

5 years agomx53loco
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
mx53loco

Enables support for ext4, the "load" command, and using bootz with raw initrds.

Gbp-Pq: Name mx53loco

5 years agoEnable generic tools build
Hector Oron [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
Enable generic tools build

Gbp-Pq: Name tools-generic-builds.patch

5 years agoadd-debian-revision-to-u-boot-version
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
add-debian-revision-to-u-boot-version

Add the debian revision to the U-boot version, which is displayed at
boot and can be helpful to determine which specific version is used.

Gbp-Pq: Name add-debian-revision-to-u-boot-version

5 years agou-boot (2020.10+dfsg-1) unstable; urgency=medium
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
u-boot (2020.10+dfsg-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched u-boot 2020.10+dfsg-1]

5 years agoImport u-boot_2020.10+dfsg-1.debian.tar.xz
Vagrant Cascadian [Mon, 5 Oct 2020 19:13:28 +0000 (20:13 +0100)]
Import u-boot_2020.10+dfsg-1.debian.tar.xz

[dgit import tarball u-boot 2020.10+dfsg-1 u-boot_2020.10+dfsg-1.debian.tar.xz]

5 years agoManual merge of version 2016.11+dfsg1-4+rpi1 and 2020.07+dfsg-2 to produce 2020.07... archive/raspbian/2020.07+dfsg-2+rpi1 raspbian/2020.07+dfsg-2+rpi1
Peter Michael Green [Tue, 22 Sep 2020 16:33:18 +0000 (16:33 +0000)]
Manual merge of version 2016.11+dfsg1-4+rpi1 and 2020.07+dfsg-2 to produce 2020.07+dfsg-2+rpi1

5 years agoMerge u-boot (2020.07+dfsg-2) import into refs/heads/workingbranch
Vagrant Cascadian [Fri, 28 Aug 2020 23:35:40 +0000 (00:35 +0100)]
Merge u-boot (2020.07+dfsg-2) import into refs/heads/workingbranch

5 years ago[PATCH] fit_image: Use calloc() to fix reproducibility issue
Fabio Estevam [Tue, 28 Jul 2020 00:03:13 +0000 (21:03 -0300)]
[PATCH] fit_image: Use calloc() to fix reproducibility issue

From 7a66514f64dfb302dd9e763278d2d8a86b94a050 Mon Sep 17 00:00:00 2001
Origin: https://patchwork.ozlabs.org/project/uboot/patch/20200728000313.31130-1-festevam@gmail.com/

Vagrant Cascadian reported that mx6cuboxi target no longer builds
reproducibility on Debian.

One example of builds mismatches:

00096680: 696e 6700 736f 756e 642d 6461 6900 6465  ing.sound-dai.de
-00096690: 7465 6374 2d67 7069 6f73 0000            tect-gpios..
+00096690: 7465 6374 2d67 7069 6f73 0061            tect-gpios.a

This problem happens because all the buffers in fit_image.c are
allocated via malloc(), which does not zero out the allocated buffer.

Using calloc() fixes this unpredictable behaviour as it guarantees
that the allocated buffer are zero initialized.

Reported-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Gbp-Pq: Topic reproducible
Gbp-Pq: Name 0001-fit_image-Use-calloc-to-fix-reproducibility-issue.patch

5 years agobootz_and_raw_initrd
Vagrant Cascadian [Fri, 28 Aug 2020 23:35:40 +0000 (00:35 +0100)]
bootz_and_raw_initrd

Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.

Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch

5 years ago[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
David Abdurachmanov [Wed, 21 Aug 2019 19:07:20 +0000 (12:07 -0700)]
[PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)

From 3fc056f0b9f7c26e58a1e947c8c0184e55919614 Mon Sep 17 00:00:00 2001
Forwarded: https://patchwork.ozlabs.org/patch/1151125/

Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot
commands in RISC-V targets and broke extlinux support as reported
by Fu Wei <wefu@redhat.com>.

The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT
to Kconfig.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Gbp-Pq: Topic riscv64
Gbp-Pq: Name qemu-riscv64_smode-sifive-fu540-fix-extlinux-define-.patch

5 years ago[PATCH] arm: config: fix default console only to specify the device
Dongjin Kim [Sat, 28 Oct 2017 04:22:27 +0000 (00:22 -0400)]
[PATCH] arm: config: fix default console only to specify the device

This reverts commit 767edf0f6b3eaa0303f3fd6afdc14ddce0aca70c and restores
commit 232ed3ca534708527a9515c7c41bc3542949525c.

Debian's flash-kernel expect the console variable to just contain the device,
because it will set the bootargs to "console=${console}". So revert adding
"console=" to the console parameter, but also adjust the shipped bootscripts
for exynos boards to cope with it.

Bug-Debian: https://bugs.debian.org/920116
Signed-off-by: Benjamin Drung <bdrung@debian.org>
Gbp-Pq: Topic exynos
Gbp-Pq: Name 0001-arm-config-fix-default-console-only-to-specify-the-d.patch

5 years agotest-imagetools-test-fixes
Vagrant Cascadian [Fri, 28 Aug 2020 23:35:40 +0000 (00:35 +0100)]
test-imagetools-test-fixes

This patch allows testing in an alternate directory and also detects
failures to execute commands, treating that as a failure.

Gbp-Pq: Name test-imagetools-test-fixes

5 years agoomap5_distro_bootcmd
Vagrant Cascadian [Fri, 28 Aug 2020 23:35:40 +0000 (00:35 +0100)]
omap5_distro_bootcmd

Enable distro_bootcmd support (doc/README.distro) for omap5 targets.

Gbp-Pq: Topic am57xx
Gbp-Pq: Name omap5_distro_bootcmd