Commit 04f54a3
committed
ZynqMP ZCU102 SD-card Linux boot fixes
Fixes for booting PetaLinux 2025.2 from SD card on ZCU102:
- hal/zynq: implement hal_dts_fixup() for DTB bootargs override
- hal/zynq: add hal_get_timer_us() using ARMv8 generic timer
- src/sdhci: add udelay settle times and CMD0 retry loop for cold boot
- src/boot_aarch64: clean D-cache and disable MMU/caches at EL2 before
jumping to Linux (ARM64 boot protocol requirement)
- config/examples/zynqmp_sdcard: reduce DISK_BLOCK_SIZE from 512KB to
128KB to avoid SDMA boundary-crossing corruption1 parent bcaaf37 commit 04f54a3
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
| 58 | + | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments