[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started succes
From: |
Thomas Huth |
Subject: |
Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully |
Date: |
Fri, 24 Feb 2012 13:38:53 +0100 |
Am Thu, 23 Feb 2012 19:00:35 +0100
schrieb Alexander Graf <address@hidden>:
[...]
> It's not complete though, Thomas has a more complete version in his queue.
FYI: Here's the list of properties that the loader tries to get from
SLOF/Qemu, but which are not implemented yet:
phandle=0 property='#bytes' not found. (missing nvram node?)
phandle=1e594d90 property='ibm,lpar-capable' not found.
phandle=1e594d90 property='ibm,partition-no' not found.
phandle=1e594d90 property='ibm,platform-hardware-notification' not found.
phandle=1e594d90 property='system-id' not found.
phandle=1e595608 property='device_type' not found.
phandle=1e595608 property='ibm,residual-load' not found.
phandle=1e595608 property='nvram' not found.
phandle=1e5959a0 property='ibm,expected#pages' not found.
phandle=1e5959a0 property='status' not found.
phandle=1e595b50 property='device_type' not found.
phandle=1e595ca0 property='d-cache-block-size' not found.
phandle=1e595ca0 property='d-cache-line-size' not found.
phandle=1e595ca0 property='d-cache-size' not found.
phandle=1e595ca0 property='d-tlb-size' not found.
phandle=1e595ca0 property='ibm,dfp' not found.
phandle=1e595ca0 property='ibm,extended-clock-frequency' not found.
phandle=1e595ca0 property='ibm,my-drc-index' not found.
phandle=1e595ca0 property='ibm,pa-features' not found.
phandle=1e595ca0 property='ibm,pa-optimizations' not found.
phandle=1e595ca0 property='ibm,pi-features' not found.
phandle=1e595ca0 property='ibm,spurr' not found.
phandle=1e595ca0 property='i-cache-block-size' not found.
phandle=1e595ca0 property='i-cache-line-size' not found.
phandle=1e595ca0 property='i-cache-size' not found.
phandle=1e595ca0 property='i-tlb-size' not found.
phandle=1e595ca0 property='l2-cache' not found.
phandle=1e595ca0 property='reservation-granule-size' not found.
phandle=1e595ca0 property='slb-size' not found.
phandle=1e595ca0 property='tlbia' not found.
phandle=1e595ca0 property='tlb-sets' not found.
phandle=1e595ca0 property='tlb-size' not found.
phandle=1e595ca0 property='tlb-split' not found.
phandle=1e596230 property='device_type' not found.
phandle=1e596230 property='freeze-time-base' not found.
phandle=1e596230 property='ibm,configure-connector' not found.
phandle=1e596230 property='ibm,configure-kernel-dump' not found.
phandle=1e596230 property='ibm,configure-kernel-dump-version' not found.
phandle=1e596230 property='ibm,display-line-length' not found.
phandle=1e596230 property='ibm,display-message' not found.
phandle=1e596230 property='ibm,display-number-of-lines' not found.
phandle=1e596230 property='ibm,dma-delay-time' not found.
phandle=1e596230 property='ibm,get-system-parameter' not found.
phandle=1e596230 property='ibm,lrdr-capacity' not found.
phandle=1e596230 property='ibm,max-associativity-domains' not found.
phandle=1e596230 property='set-indicator' not found.
phandle=1e5983b0 property='device_type' not found.
phandle=1e598470 property='device_type' not found.
phandle=1e598470 property='ibm,aix-package' not found.
phandle=1e598470 property='ibm,cod-processors' not found.
phandle=1e598470 property='real-base' not found.
phandle=1e598640 property='device_type' not found.
phandle=1e598708 property='device_type' not found.
phandle=1e598e90 property='device_type' not found.
phandle=1e59bc48 property='device_type' not found.
phandle=1e59e290 property='device_type' not found.
phandle=1e59ecb0 property='device_type' not found.
phandle=1e5a0e68 property='device_type' not found.
phandle=1e5a1490 property='device_type' not found.
phandle=1e5a2d38 property='device_type' not found.
The corresponding device tree (for looking up the phandles) looks like
this:
1e594d90 : /
1e594f80 : |-- address@hidden,0
1e595608 : |-- chosen
1e5959a0 : |-- address@hidden,0
1e595b50 : |-- cpus
1e595ca0 : | +-- address@hidden
1e596230 : |-- rtas
1e5969b0 : |-- interrupt-controller
1e596cb8 : |-- vdevice
1e596f38 : | |-- address@hidden
1e5972c0 : | |-- address@hidden
1e5b6340 : | | +-- address@hidden,0
1e597690 : | +-- address@hidden
1e5983b0 : |-- aliases
1e598470 : |-- options
1e598530 : |-- openprom
1e598640 : |-- packages
1e598708 : | |-- deblocker
1e598e90 : | |-- disk-label
1e59bc48 : | |-- fat-files
1e59e290 : | |-- rom-files
1e59ecb0 : | |-- ext2-files
1e5a0e68 : | |-- obp-tftp
1e5a1490 : | |-- iso-9660
1e5a2d38 : | +-- bulk
1e5a4450 : +-- mmu
Thomas
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, (continued)
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/22
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Alexander Graf, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Alexander Graf, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Alexander Graf, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Alexander Graf, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Alexander Graf, 2012/02/23
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully,
Thomas Huth <=
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/24
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/24
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Alexander Graf, 2012/02/24
- Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Alexander Graf, 2012/02/24
Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, David Gibson, 2012/02/20
Re: [Qemu-ppc] Booting AIX on qemu-system-ppc, kernel not started successfully, Liang Guo, 2012/02/21