Skip to content

Commit

Permalink
fix: nvme boot is only considered when network disconnected
Browse files Browse the repository at this point in the history
due to changes in da9bd8f, NVMe is only
considered when PXE/DHCP booting fails.

Signed-off-by: Matthias Riegler <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
xvzf authored and frezbo committed Jul 1, 2024
1 parent da9bd8f commit 9bb942b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions artifacts/u-boot/patches/0002-rpi-add-NVMe-to-boot-order.patch
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
From 0c4e4f9cce2bd329a2c607c28fc770586a503ab9 Mon Sep 17 00:00:00 2001
From: Tom Plant <[email protected]>
Date: Sun, 3 Dec 2023 09:27:07 +0000
From f53b9a545132686b0286ce166203a57935502dbc Mon Sep 17 00:00:00 2001
From: Stefan Agner <[email protected]>
Date: Tue, 29 Dec 2020 23:34:52 +0100
Subject: [PATCH] rpi: add NVMe to boot order

The Compute Module 4 I/O Board can support a NVMe. Add NVMe to the boot
order.

Signed-off-by: Tom Plant <[email protected]>
Signed-off-by: Stefan Agner <[email protected]>
---
board/raspberrypi/rpi/rpi.env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/raspberrypi/rpi/rpi.env b/board/raspberrypi/rpi/rpi.env
index 30228285ed..0226e31680 100644
index 30228285ed..89f6c5a839 100644
--- a/board/raspberrypi/rpi/rpi.env
+++ b/board/raspberrypi/rpi/rpi.env
@@ -74,4 +74,4 @@ pxefile_addr_r=0x02500000
fdt_addr_r=0x02600000
ramdisk_addr_r=0x02700000

-boot_targets=mmc usb pxe dhcp
+boot_targets=mmc usb pxe dhcp nvme
--
2.39.2
+boot_targets=mmc nvme usb pxe dhcp
--
2.43.0

0 comments on commit 9bb942b

Please sign in to comment.