Control: tags -1 patch

Hi Vagrant,

thanks for your quick reply.

On Sat, Jun 16, 2018 at 02:22:41PM -0700, Vagrant Cascadian wrote:
> On 2018-06-16, Andreas B. Mundt wrote:
> > […]
> > From a brief look at the u-boot packaging, it looks like the board is
> > available ('configs/A20-OLinuXino-Lime2-eMMC_defconfig'), but missing
> > in the 'debian/target' file (in contrast to A20-OLinuXino-Lime2).
>
> Yes, we only enable targets that are confirmed to work and have someone
> listed as a tester for that platform:
>
>   https://wiki.debian.org/U-boot
>
> If you think you could occasionally test new versions, I'd be happy to
> add support to the u-boot package!

OK, that should be possible.

> In theory, I've been trying to get people to log successful boot tests,
> but so far it's mostly been just me:
>
>   https://wiki.debian.org/U-boot/Status
>
> I'd rather catch issues with u-boot early, as regressions in the
> bootloader can be pretty ugly, and catching it sooner than later is of
> course ideal.

Sure, thanks for pointing me to these pages.

> > So if I did not miss something, please enable A20-OLinuXino-Lime2-eMMC
> > in addition to the Lime2 board.  Of course I am available for testing.
>
> So, if you don't mind your name in lights:
>
> diff --git a/debian/targets b/debian/targets
> index 69c22e978b..084131589e 100644
> --- a/debian/targets
> +++ b/debian/targets
[…]
I attached the patch, preferably with my debian.org email address and
with the necessary lintian-overrides.

> Then it would also be easy to enable support to generate
> debian-installer images and add to flash-kernel (if not already).

Any action needed to make that happen, or is this done automatically?

> Does it have both eMMC and SD/microSD, or is it eMMC only? That can
> affect how easy to is to unbrick the device, sould the worst happen.

It has both, eMMC and a SD/microsSD slot.  I have two boards, one with
and one without eMMC.  It looks like the chip is just left off the
non-eMMC board, so no problem to unbrick.

Many thanks and best regards,

  Andi
diff -ur u-boot-2018.05+dfsg/debian/targets u-boot-2018.05+dfsg.eMMC/debian/targets
--- u-boot-2018.05+dfsg/debian/targets	2018-05-10 21:59:27.000000000 +0200
+++ u-boot-2018.05+dfsg.eMMC/debian/targets	2018-06-17 15:43:03.539088901 +0200
@@ -112,6 +112,9 @@
 # Karsten Merker <mer...@debian.org>
 armhf	sunxi		A20-OLinuXino-Lime2	u-boot-sunxi-with-spl.bin
 
+# Andreas B. Mundt <a...@debian.org>
+armhf	sunxi		A20-OLinuXino-Lime2-eMMC	u-boot-sunxi-with-spl.bin
+
 # Arne Ploese <aplo...@gmx.de>
 armhf  sunxi		A20-OLinuXino_MICRO	u-boot-sunxi-with-spl.bin
 
diff -ur u-boot-2018.05+dfsg/debian/u-boot-sunxi.lintian-overrides u-boot-2018.05+dfsg.eMMC/debian/u-boot-sunxi.lintian-overrides
--- u-boot-2018.05+dfsg/debian/u-boot-sunxi.lintian-overrides	2018-05-10 21:07:03.000000000 +0200
+++ u-boot-2018.05+dfsg.eMMC/debian/u-boot-sunxi.lintian-overrides	2018-06-17 08:38:45.032905770 +0200
@@ -8,6 +8,7 @@
 u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-Olimex-SOM-EVB/uboot.elf
 u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-OLinuXino-Lime/uboot.elf
 u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-OLinuXino-Lime2/uboot.elf
+u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-OLinuXino-Lime2-eMMC/uboot.elf
 u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-OLinuXino_MICRO/uboot.elf
 u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/Bananapi/uboot.elf
 u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/Bananapro/uboot.elf
@@ -32,6 +33,7 @@
 u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-Olimex-SOM-EVB/uboot.elf
 u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-OLinuXino-Lime/uboot.elf
 u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-OLinuXino-Lime2/uboot.elf
+u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-OLinuXino-Lime2-eMMC/uboot.elf
 u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-OLinuXino_MICRO/uboot.elf
 u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/Bananapi/uboot.elf
 u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/Bananapro/uboot.elf

Attachment: signature.asc
Description: PGP signature

Reply via email to