#11 Install nodtb variant for Apple M1
Merged a year ago by pbrobinson. Opened a year ago by dcavalca.
rpms/ dcavalca/uboot-tools m1  into  rawhide

file modified
+7 -1
@@ -7,7 +7,7 @@ 

  

  Name:     uboot-tools

  Version:  2022.10

- Release:  0.2%{?candidate:.%{candidate}}%{?dist}

+ Release:  0.3%{?candidate:.%{candidate}}%{?dist}

  Summary:  U-Boot utilities

  License:  GPLv2+ BSD LGPL-2.1+ LGPL-2.0+

  URL:      http://www.denx.de/wiki/U-Boot
@@ -142,6 +142,9 @@ 

    fi

   done

  done

+ 

+ # For Apple M1 we also need the nodtb variant

+ install -p -m 0644 builds/apple_m1/u-boot-nodtb.bin %{buildroot}%{_datadir}/uboot/apple_m1/u-boot-nodtb.bin

  %endif

  

  # Bit of a hack to remove binaries we don't use as they're large
@@ -205,6 +208,9 @@ 

  %endif

  

  %changelog

+ * Mon Aug 22 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 2022.10-0.3.rc1

+ - Install nodtb variant for Apple M1 (rhbz#2068958)

+ 

  * Tue Aug 16 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 2022.10-0.2.rc1

  - Fix for DT property propogation via firmware

  

On Apple M1 devices, we need the nodtb uboot variant so it can be chained with m1n1 and used as a stage2 bootloader. See https://github.com/AsahiLinux/docs/wiki/m1n1%3AUser-Guide#stage-2-in-the-esp= for more details.

Fixes: rhbz#2068958

rebased onto 46726a4

a year ago

Build succeeded.

this is not quite right,. it needs to be wrapped fin some checks for effort handling and making sure the file exists and probably should use the board macro so it could be extended to other boards that need that u-boot-nodtb.bin file

rebased onto f80f2b1

a year ago

Merge Failed.

This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.

rebased onto 55520de

a year ago

Rebased against rawhide.

1 new commit added

  • Add missing BR on ncurses-devel
a year ago

rebased onto 76575c3

a year ago

Build succeeded.

rebased onto 84b6bd4

a year ago

Rebased against rawhide

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

rebased onto 48ddd14

a year ago

LGTM :thumbsup:

Can we get this merged and released, please?

Build succeeded.

I still don't think this is the proper way to handle this but I will merge it.

Pull-Request has been merged by pbrobinson

a year ago
Metadata