Skip to content

Commit

Permalink
update u-boot with fix for >=4TB SSDs
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Mar 19, 2022
1 parent e8853fa commit 4419eda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Attempts to get NixOS up on M1 Macs.

* [UEFI Boot Standalone NixOS (2022-03-18)
* [UEFI Boot Standalone NixOS (2022-03-19)
](docs/uefi-standalone.md)

## Credits
Expand Down
4 changes: 2 additions & 2 deletions docs/uefi-standalone.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# UEFI Boot Standalone NixOS (2022-03-18)
# UEFI Boot Standalone NixOS (2022-03-19)

This guide will build and was tested with the following software:
* Asahi Linux kernel, as of 2022-03-18
* m1n1, as of 2022-03-18
* Asahi Linux's U-Boot, as of 2022-03-18
* Asahi Linux's U-Boot, as of 2022-03-19
* Nixpkgs, as of 2022-03-16
* macOS stub 12.3

Expand Down
6 changes: 3 additions & 3 deletions nix/m1-support/u-boot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# tracking branch: https://github.com/AsahiLinux/u-boot/tree/releng/installer-release
owner = "AsahiLinux";
repo = "u-boot";
rev = "102777230b057efa00fe39c7e545e13ddead1177";
hash = "sha256-T1QcvXk+UfCAFT434fUUEMQRmgXrDFRVp4402Sjg1mU=";
rev = "89dbe1bf776ac909319247bd66f73c5d2cdac838";
hash = "sha256-//To8y+lbXBW3BPD45W1R5TUL9ElsBXBHNPT2r+1E9Y=";
};
version = "unstable-2022-03-18";
version = "unstable-2022-03-19";

defconfig = "apple_m1_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
Expand Down

0 comments on commit 4419eda

Please sign in to comment.