Commit c5f6777
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 00459d8 commit c5f6777
1 file changed
+6
-3
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 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments