@@ -1034,7 +1034,7 @@ set architecture riscv:rv64
10341034### PolarFire Example Boot Output
10351035
10361036```
1037- wolfBoot Version: 2.7.0 (Dec 22 2025 14:14:37 )
1037+ wolfBoot Version: 2.7.0 (Dec 29 2025 11:34:01 )
10381038Reading MBR...
10391039Found GPT PTE at sector 1
10401040Found valid boot signature in MBR
@@ -1054,19 +1054,18 @@ Checking secondary OS image in 0,2...
10541054Versions, A:1 B:1
10551055Load address 0x8E000000
10561056Attempting boot from P:A
1057- Boot partition: 0x801FFDA0 (sz 19767000 , ver 0x1, type 0x601)
1058- Loading image from disk...done.
1059- Boot partition: 0x8E000000 (sz 19767000 , ver 0x1, type 0x601)
1060- Checking image integrity...done.
1061- Verifying image signature...done.
1057+ Boot partition: 0x801FFD80 (sz 19767004 , ver 0x1, type 0x601)
1058+ Loading image from disk...done. (846 ms)
1059+ Boot partition: 0x8E000000 (sz 19767004 , ver 0x1, type 0x601)
1060+ Checking image integrity...done. (1507 ms)
1061+ Verifying image signature...done. (68 ms)
10621062Firmware Valid.
1063- Flattened uImage Tree: Version 17, Size 19767000
1063+ Flattened uImage Tree: Version 17, Size 19767004
10641064Loading Image kernel-1: 0x8E0002C8 -> 0x80200000 (19745280 bytes)
10651065Image kernel-1: 0x80200000 (19745280 bytes)
10661066Loading Image fdt-1: 0x8F2D4DCC -> 0x8A000000 (19897 bytes)
10671067Image fdt-1: 0x8A000000 (19897 bytes)
10681068Loading DTS: 0x8A000000 -> 0x8A000000 (19897 bytes)
1069- Loading elf at 0x80200000
10701069Invalid elf, falling back to raw binary
10711070Booting at 80200000
10721071[ 0.000000] Linux version 6.12.22-linux4microchip+fpga-2025.07-g032a7095303a (oe-user@oe-host) (riscv64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP Tue Jul 22 10:04:20 UTC 2025
@@ -1078,14 +1077,13 @@ Booting at 80200000
10781077[ 0.000000] SBI RFENCE extension detected
10791078[ 0.000000] SBI SRST extension detected
10801079[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000020100000 (options '115200n8')
1080+ [ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
10811081...
10821082```
10831083
10841084### PolarFire TODO
10851085
10861086* Add eMMC/SD features:
1087- - Improve mmc_delay and timeout handling
1088- - DMA read support
10891087 - Write support
10901088 - eMMC support (not just SD)
10911089* Add support for reading serial number and modifying ethernet MAC in device tree
0 commit comments