diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-09-12 13:07:39 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-16 11:38:57 -0500 |
| commit | c6c520009a5b640439a3f090d242fb9e82b2795d (patch) | |
| tree | ceadd01e9c64e1d55692e93d310bf74681443019 /meta-xilinx-core | |
| parent | def932a54f15bab327d7b299c041c9752635b707 (diff) | |
| download | meta-xilinx-c6c520009a5b640439a3f090d242fb9e82b2795d.tar.gz | |
arm-trusted-firmware: Diminish the SRCREV to fix boot issue
Diminish the SRCREV to fix below boot issue.
[ 673.836073] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[ 673.847098] rcu: 0-...0: (69 ticks this GP) idle=916c/1/0x4000000000000000 softirq=986/987 fqs=13358
[ 673.861414] rcu: (detected by 1, t=68285 jiffies, g=1, q=1 ncpus=2)
[ 673.871662] Task dump for CPU 0:
[ 673.876439] task:swapper/0 state:R running task stack:0 pid:1 ppid:0 flags:0x0000000a
[ 673.891871] Call trace:
[ 673.896074] __switch_to+0xdc/0x154
[ 673.901556] 0x0
[ 673.905349] 0x0
[ 678.728518] mmc0: Timeout waiting for hardware cmd interrupt.
[ 678.738278] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 678.749251] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00002402
[ 678.757375] mmc0: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 678.767618] mmc0: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
[ 678.778950] mmc0: sdhci: Present: 0x01ff0000 | Host ctl: 0x00000001
[ 678.790265] mmc0: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 678.803262] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
[ 678.815534] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00018001
[ 678.828285] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
[ 678.841003] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[ 678.853152] mmc0: sdhci: Caps: 0x37ec6481 | Caps_1: 0x00002807
[ 678.865894] mmc0: sdhci: Cmd: 0x0000341a | Max curr: 0x00000000
[ 678.877362] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
[ 678.888636] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 678.901641] mmc0: sdhci: Host ctl2: 0x00000000
[ 678.910184] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
[ 678.923649] mmc0: sdhci: ============================================
[ 684.933299] ALSA device list:
[ 684.950098] No soundcards found.
[ 685.237083] uart-pl011 ff000000.serial: no DMA platform data
[ 685.470568] Waiting for root device /dev/mmcblk0p2...
[ 685.832288] mmc0: new high speed SD card at address 4567
[ 686.010009] mmcblk0: mmc0:4567 QEMU! 1.00 GiB
[ 686.501649] mmcblk0: p1 p2
[ 689.518998] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[ 689.569988] EXT4-fs (mmcblk0p2): mounted filesystem c993c003-635b-4e29-ac74-bb708fb87cc1 ro with ordered data mode. Quota mode: none.
[ 689.610901] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 689.728772] devtmpfs: mounted
[ 692.742304] Freeing unused kernel memory: 2880K
[ 692.885078] Run /sbin/init as init process
[ 780.218460] systemd[1]: systemd 255.4^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 780.297409] systemd[1]: Detected architecture arm64.
Welcome to PetaLinux 2024.2+snapshot-f5c57f1a950af992d5cf64ee71ee782429f085f7 (scarthgap)!
[ 782.114917] systemd[1]: Hostname set to <yocto-vck190-versal-2024.2>.
[ 783.201465] systemd[1]: Initializing machine ID from random generator.
[ 783.442258] systemd[1]: Installed transient /etc/machine-id file.
[ 884.838144] systemd[1]: Failed to fork off sandboxing environment for executing generators: Protocol error
[!!!!!!] Failed to start up manager.
[ 886.425530] systemd[1]: Freezing execution.
This is due to below arm-trusted-firmware commit changes the frequency of peripherals
when running on QEMU.
"feat(versal): deprecate build time arg VERSAL_PLATFORM"
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.0-xilinx-v2024.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.0-xilinx-v2024.2.bb b/meta-xilinx-core/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.0-xilinx-v2024.2.bb index 0095a038..276baee2 100644 --- a/meta-xilinx-core/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.0-xilinx-v2024.2.bb +++ b/meta-xilinx-core/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.0-xilinx-v2024.2.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS:remove:versal-net:qemuall = " optee-os" | |||
| 6 | 6 | ||
| 7 | # Xilinx TF-A v2.10 | 7 | # Xilinx TF-A v2.10 |
| 8 | SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/Xilinx/arm-trusted-firmware.git;protocol=https" | 8 | SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/Xilinx/arm-trusted-firmware.git;protocol=https" |
| 9 | SRCREV_tfa = "4127ddee61619bc9663e9d4f421717cc725ab27e" | 9 | SRCREV_tfa = "7dd4ddc8833e957d453cd324e5f98eead363407f" |
| 10 | SRCBRANCH = "xlnx_rebase_v2.10" | 10 | SRCBRANCH = "xlnx_rebase_v2.10" |
| 11 | 11 | ||
| 12 | LIC_FILES_CHKSUM = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" | 12 | LIC_FILES_CHKSUM = "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" |
