pxc has joined #nixos-aarch64
pxc has quit [Ping timeout: 265 seconds]
pxc has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
pxc has quit [Ping timeout: 260 seconds]
pxc has joined #nixos-aarch64
efraim_ is now known as efraim
pxc has quit [Ping timeout: 276 seconds]
orivej has joined #nixos-aarch64
orivej_ has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej_ has quit [Ping timeout: 265 seconds]
efraim has quit [Remote host closed the connection]
efraim has joined #nixos-aarch64
pxc has joined #nixos-aarch64
pxc has quit [Ping timeout: 260 seconds]
cstrahan has joined #nixos-aarch64
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
pxc has joined #nixos-aarch64
Sonarpulse has quit [Quit: Leaving]
<flokli> Dezgeg: samueldr: added information to the wiki about how to qemu armv7l with uboot's 'virt' machine: https://nixos.wiki/wiki/NixOS_on_ARM/QEMU
<flokli> feedback welcome :-)
pxc has quit [Ping timeout: 256 seconds]
<Dezgeg> looks sensible
pxc has joined #nixos-aarch64
<flokli> Thanks. I'm not sure about fixing the pci bug with highmem=on. More than 2GB RAM would be handy ;-)
<Dezgeg> I guess it's more like 'implement 64-bit PCI addressing' in U-Boot rather than 'fixing'
<flokli> And the part about highmem=off there
<Dezgeg> but who knows, it might not be too difficult
<Dezgeg> that doesn't sound related
<flokli> Maybe U-Boot needs a similar fix.
<Dezgeg> it's a matter of writing the code to detect when the PCI controller is using 64-bit BARs and acting accordingly
<flokli> Okay, that sounds sensible. But I'm really not deep into low-level pci foo ;-)
<Dezgeg> huh, there is CONFIG_SYS_PCI_64BIT in U-Boot, maybe that's all what's needed?
<flokli> let me check…
<flokli> nah
<flokli> set #define CONFIG_SYS_PCI_64BIT 1 in include/configs/qemu-arm.h. booting with new u-boot and highmem=on complains about "pci_hose_bus_to_phys: invalid physical address"
<flokli> i will try some other defines as well