Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.07 is OUT / Merge Window is OPEN until 26 July 2021 / Release v2021.10 is scheduled for 04 October 2021 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
mmu_man has quit [Ping timeout: 240 seconds]
sbach has quit [Remote host closed the connection]
sbach has joined #u-boot
sbach has quit [Remote host closed the connection]
sbach has joined #u-boot
vagrantc has joined #u-boot
LeSpocky_ has joined #u-boot
LeSpocky has quit [Ping timeout: 268 seconds]
vagrantc has quit [Quit: leaving]
wooosaiiii has joined #u-boot
wooosaiii has joined #u-boot
wooosaiiii has quit [Ping timeout: 240 seconds]
LeSpocky_ is now known as LeSpocky
agust has joined #u-boot
frieder has joined #u-boot
fdanis_away is now known as fdanis
milkylainen has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
akaWolf has joined #u-boot
akaWolf has quit [Remote host closed the connection]
monstr has joined #u-boot
tnovotny has joined #u-boot
akaWolf has joined #u-boot
akaWolf has quit [Ping timeout: 250 seconds]
akaWolf has joined #u-boot
LokeshVutla has joined #u-boot
alan_o has quit [Ping timeout: 250 seconds]
<nmeum> hi, I am trying to make u-boot load a ramdisk on the hifive unmatched. however, it hangs after "Loading Ramdisk to ffa72000, end fffffc19 ..." but if I set a custom initrd_high value or set CONFIG_SYS_BOOTMAPSZ then everything works as expected, should I report this as a bug on the mailinglist?
<nmeum> I assume the default region for the ramdisk overlapps with some other region in the dram (maybe the u-boot stack)?
alan_o has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Remote host closed the connection]
LokeshVutla has quit [Quit: Leaving]
eduardas has joined #u-boot
lukma has quit [Ping timeout: 252 seconds]
pgreco has quit [Ping timeout: 252 seconds]
lukma has joined #u-boot
pgreco has joined #u-boot
eduardas has quit [Quit: Konversation terminated!]
mmu_man has joined #u-boot
Net147 has quit [Ping timeout: 245 seconds]
Net147 has joined #u-boot
Net147 has joined #u-boot
Net147 has quit [Changing host]
jwillikers has joined #u-boot
Net147 has quit [Ping timeout: 250 seconds]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
Net147 has quit [Read error: Connection reset by peer]
Net147 has joined #u-boot
Net147 has joined #u-boot
Net147 has quit [Changing host]
rtjure has joined #u-boot
eduardas has joined #u-boot
kveremitz has quit [*.net *.split]
johang_ has quit [*.net *.split]
Patater has quit [*.net *.split]
mrnuke has quit [*.net *.split]
g5pw has quit [*.net *.split]
Zapy has quit [*.net *.split]
cottsay has quit [*.net *.split]
indy has quit [*.net *.split]
sjg1 has quit [*.net *.split]
elvishjerricco has quit [*.net *.split]
mithro has quit [*.net *.split]
Forty-Bot has quit [*.net *.split]
wyre has quit [*.net *.split]
kveremitz has joined #u-boot
johang_ has joined #u-boot
Patater has joined #u-boot
mrnuke has joined #u-boot
wyre has joined #u-boot
cottsay has joined #u-boot
mithro has joined #u-boot
g5pw has joined #u-boot
Zapy has joined #u-boot
indy has joined #u-boot
sjg1 has joined #u-boot
elvishjerricco has joined #u-boot
Forty-Bot has joined #u-boot
nmeum has quit [Remote host closed the connection]
torez has joined #u-boot
torez has quit [Client Quit]
torez has joined #u-boot
rtjure__ has joined #u-boot
rtjure has quit [Ping timeout: 250 seconds]
tnovotny has quit [Quit: Leaving]
fdanis is now known as fdanis_away
redbrain has joined #u-boot
elvishjerricco has quit []
elvishjerricco has joined #u-boot
monstr has quit [Remote host closed the connection]
ccaione has quit []
ccaione has joined #u-boot
eduardas has quit [Quit: Konversation terminated!]
frieder has quit [Remote host closed the connection]
solar_sea has joined #u-boot
<Tartarus> Has anyone used qemu-system-riscv64 + U-Boot to boot Linux?
<Tartarus> And sigh, yes, riscv is missing arch_lmb_reserve which is why everyone has fdt_high=0xfff....
redbrain has quit [Ping timeout: 250 seconds]
drewfustini has quit []
drewfustini has joined #u-boot
<marex> mrnuke: red alert
<marex> Tartarus: I posted patches to add that arch_lmb_reserve() for all arches
<mrnuke> marex: is that in reference to my email?
<marex> mrnuke: well, Massive breakage ... heh
<Tartarus> marex: Yes, are you going to have v2 soon?
<marex> Tartarus: weekend-ish
<Tartarus> Thanks
<marex> I need to read through your feedback
<marex> x86-64 is totally FUBAR'd
<marex> there we have stack at 0x100000 and if the LMB is implemented correctly, it covers pretty much all RAM
<marex> sjg1: ^ knows about it
bradfa has quit []
bradfa has joined #u-boot
<mrnuke> marex: It's massive from my point of view, since the broken path is the only path relevant to me. The whole world is up in flames. Does my explanation of the problem make sesne?
vagrantc has joined #u-boot
vigneshr has quit []
vigneshr has joined #u-boot
agust has quit [Quit: Leaving.]
vagrantc has quit [Quit: leaving]
<sjg1> marex: Well x86-64 needs work. I've been fiddling with EFI and at some point need to create a 64-bit EFI app build. At present we only have 32-bit. As you say the memory mgmt needs to be more dynamic in a few places (e.g. CONFIG_SYS_TEXT_BASE doesn't mean much with an ELF that doesn't relocate)