Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.01, v2023.04-rc2 / Merge Window is CLOSED, next branch is OPEN / Release v2023.04 is scheduled for 2023-04-03 / Channel archives at https://libera.irclog.whitequark.org/u-boot
flyback has quit [Ping timeout: 248 seconds]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
flyback has joined #u-boot
naoki has joined #u-boot
thopiekar_ has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
camus has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
<xypron> sjg1_: I only used EDK II on x86. The first thing I would try is to enable the early console. The ACPI SPCR table specifies the default console that is used if you add the earlycon command line parameter.
<xypron> Do you have an EFI tool to dump the ACPI tables of EDK II and U-Boot?
<sjg1_> xypron: OK thanks. I actually don't have the ACPI tables set up so I was looking at that...
<sjg1_> xypron: I do for U-Boot but not EDK2. But since this is qemu it seems to generate its own? It seems I can get them with 'qfw list' ?
<xypron> GRUB has a command lsefisystab to show installed configuration tables.
camus1 has joined #u-boot
camus has quit [Ping timeout: 256 seconds]
camus1 is now known as camus
<sjg1_> xypron: Ah OK thanks. I do see tables but I suspect the contents are wrong
<sjg1_> xypron: Is there a way to dump the tables, like U-Boot's 'acpi list' ? Or to dump memory?
<xypron> Not in GRUB
<sjg1_> xypron: OK, well I suppose I can check it in U-Boot first
<xypron> I would dump the ACPI tablea of EDK II from Linux
<sjg1_> xypron: Yes I did that before...but it seems that someone has already implemented qfw in U-Boot
<sjg1_> xypron: See write_acpi_tables() in drivers/misc/qfw.c
<sjg1_> xypron: OK, I see them now:
<sjg1_> xypron: But no SPCR...so I suppose I have to figure out how to add that?
rburkholder has quit [Remote host closed the connection]
wooosaiiii1 has joined #u-boot
wooosaiiii has quit [Ping timeout: 240 seconds]
wooosaiiii1 is now known as wooosaiiii
<sjg1_> xypron: OK, re-reading this I see that you are saying that Linux is starting but not booting...I get it now
<xypron> sjg1_: use these kernel parameters to see the crash: efi=debug earlycon=uart8250,io,0x3f8,115200n8
<xypron> [ 0.000000] ---[ end Kernel panic - not syncing: Cannot find place for new RAMDISK of size 137120700 ]
<xypron> sjg1_: [ 0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 4095MB of RAM.
<sjg1_> xypron: Great! This seems to be it
<xypron> sjg1_: With efi=debug earlycon=uart8250,io,0x3f8,115200n8 disable_mtrr_trim it hangs later
<xypron> But if you have fixed the MTRR registers, no need to use disable_mtrr_trim.
<sjg1_> xypron: OK will try to look more tomorrow, thanks!
stefanro has joined #u-boot
ikarso has joined #u-boot
stefanro has quit [Quit: Leaving.]
stefanro has joined #u-boot
jaganteki has quit [Ping timeout: 260 seconds]
epoll has quit [Ping timeout: 265 seconds]
WoC has quit [*.net *.split]
sigmaris has quit [*.net *.split]
peac has quit [*.net *.split]
derRichard has quit [*.net *.split]
sauce has quit [*.net *.split]
epoll has joined #u-boot
sauce has joined #u-boot
derRichard has joined #u-boot
peac has joined #u-boot
WoC has joined #u-boot
sigmaris has joined #u-boot
monstr has joined #u-boot
mmu_man has joined #u-boot
frieder has joined #u-boot
goliath has joined #u-boot
ldevulder has joined #u-boot
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
Leopold_ has joined #u-boot
Leopold has quit [Ping timeout: 248 seconds]
prabhakarlad has joined #u-boot
sszy has joined #u-boot
jaganteki has joined #u-boot
LordKalma has quit [Remote host closed the connection]
LordKalma has joined #u-boot
frieder has quit [Ping timeout: 276 seconds]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
frieder has joined #u-boot
frieder has quit [Quit: Leaving]
frieder has joined #u-boot
jaganteki has quit [Quit: Ping timeout (120 seconds)]
frieder has quit [Ping timeout: 260 seconds]
frieder has joined #u-boot
naoki has quit [Quit: naoki]
frieder has quit [Ping timeout: 268 seconds]
jaganteki has joined #u-boot
frieder has joined #u-boot
<rah> [5~/part
rah has left #u-boot [#u-boot]
frieder has quit [Ping timeout: 255 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
goliath has quit [Quit: SIGSEGV]
frieder has joined #u-boot
frieder has quit [Read error: Connection reset by peer]
frieder has joined #u-boot
goliath has joined #u-boot
frieder has quit [Remote host closed the connection]
guillaume_g has quit [Quit: Konversation terminated!]
mckoan is now known as mckoan|away
mmu_man has quit [Ping timeout: 246 seconds]
Kevin` has quit [Ping timeout: 265 seconds]
Kevin` has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
monstr has quit [Remote host closed the connection]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.01, v2023.04-rc5 / Merge Window is CLOSED, next branch is OPEN / Release v2023.04 is scheduled for 2023-04-03 / Channel archives at https://libera.irclog.whitequark.org/u-boot
ikarso has joined #u-boot
<sjg1_> Tartarus: Re the rockchip changes on -master, are those going to appear on -next too? I'd like to resend the rk and rpi series based on -next
<Tartarus> sjg1_: Yes, putting the merge through CI now. I knew there was one commit I needed to revert in next, and I'm making sure nothing else trips up on bootph- stuff
<sjg1_> Tartarus: Great!
<sjg1_> xypron: Tartarus: I resent https://patchwork.ozlabs.org/project/uboot/list/?series=348257 as it got lost. This should go to -master for the release
vagrantc has joined #u-boot
WoC has quit [Remote host closed the connection]
WoC has joined #u-boot
rockosov has joined #u-boot
mmu_man has joined #u-boot
persmule has quit [Ping timeout: 255 seconds]
persmule has joined #u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
stefanro has quit [Ping timeout: 265 seconds]
goliath has quit [Quit: SIGSEGV]
ikarso has quit [Quit: Connection closed for inactivity]
sakman has quit [Ping timeout: 255 seconds]
stefanro has joined #u-boot
stipa_ has joined #u-boot
stipa has quit [Ping timeout: 255 seconds]
stipa_ is now known as stipa
<sjg1_> xypron: I am getting an error but I don't understand any of the GUIDS: