Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.04, v2025.07-rc5 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2025.07 is scheduled for 07 July 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
vagrantc has quit [Ping timeout: 265 seconds]
naoki has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
prabhakalad has quit [Ping timeout: 260 seconds]
prabhakalad has joined #u-boot
_whitelogger has joined #u-boot
rvalue has joined #u-boot
hanetzer has quit [Ping timeout: 244 seconds]
sally_ has joined #u-boot
hanetzer has joined #u-boot
sally_ has quit [Client Quit]
sally_ has joined #u-boot
sally_ has quit [Changing host]
sally_ has joined #u-boot
sally_ is now known as sally
rvalue has quit [Ping timeout: 252 seconds]
Stalevar has quit [Read error: Connection reset by peer]
vagrantc has joined #u-boot
LeSpocky has quit [Ping timeout: 260 seconds]
LeSpocky has joined #u-boot
Stalevar has joined #u-boot
per1cycle has quit [Quit: Ping timeout (120 seconds)]
per1cycle has joined #u-boot
joeskb7 has quit [Remote host closed the connection]
rvalue has joined #u-boot
joeskb7 has joined #u-boot
joeskb7 has quit [Remote host closed the connection]
joeskb7 has joined #u-boot
crb has joined #u-boot
<crb> d
alperak has joined #u-boot
naoki has quit [Quit: naoki]
rvalue has quit [Ping timeout: 260 seconds]
naoki has joined #u-boot
vagrantc has quit [Quit: leaving]
monstr has joined #u-boot
LeSpocky has quit [Quit: hardware upgrade]
monstr has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
Poltawer has joined #u-boot
warpme has joined #u-boot
rvalue has joined #u-boot
mmu_man has joined #u-boot
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #u-boot
mripard has joined #u-boot
Guest61 has joined #u-boot
mmu_man has quit [Ping timeout: 248 seconds]
monstr has joined #u-boot
mmu_man has joined #u-boot
naoki has quit [Ping timeout: 260 seconds]
K900 has quit [Remote host closed the connection]
K900 has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
Poltawer has quit [Quit: WeeChat 4.6.3]
Guest61 has quit [Quit: Client closed]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ikarso has joined #u-boot
goliath has quit [Quit: SIGSEGV]
RobertBerger has quit [Remote host closed the connection]
granquet has joined #u-boot
mmu_man has joined #u-boot
warpme has joined #u-boot
mmu_man has quit [Ping timeout: 248 seconds]
K900 has quit [Remote host closed the connection]
K900 has joined #u-boot
ellyq_ has joined #u-boot
<granquet> Hello.
<granquet> I'm trying to wrap my head around the fitImage + x86_64 combo to boot linux (at first).
<granquet> Am I correct in assuming that the kernel image should be `architecture = x86_64` but the setup.bin should be kept at `architecture = x86` ? (vmlinux is an elf 64 but setup.bin is an x86 boot executable) or is it irrelevant anyway as setup will switch to 64 bit mode?
<granquet> Also, wouldn't it be possible to directly boot a bzImage in the fitimage by using`type = kernel_noload` ? from what I understand this performs no load/relocations and just "executes" the image with it's embedded setup.bin (and all...).
<marex> sjg1: xypron: ^
mmu_man has joined #u-boot
mrnuke has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 260 seconds]
mrnuke has joined #u-boot
monstr has quit [Remote host closed the connection]
granquet has quit [Quit: Client closed]
goliath has joined #u-boot
granquet has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
granquet has quit [Quit: Client closed]
davlefou has joined #u-boot
ellyq_ has quit []
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vigneshr has quit [Quit: Connection closed for inactivity]
dsimic has quit [Ping timeout: 260 seconds]
dsimic has joined #u-boot
granquet has joined #u-boot
mripard has quit [Quit: WeeChat 4.6.3]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 276 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
clamor has joined #u-boot
mmu_man has joined #u-boot
ldts has quit [Ping timeout: 245 seconds]
ldts has joined #u-boot
goliath has quit [Quit: SIGSEGV]
swiftgeek has quit [Read error: Connection reset by peer]
clamor has quit [Ping timeout: 260 seconds]
clamor has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
swiftgeek has joined #u-boot
<xypron> granquet: What is the bitness of your U-Boot? If your U-Boot is 64 bit, you should be able to boot straight into the kernel.
vagrantc has joined #u-boot
<granquet> xypron: it's a 64bit u-boot. so I should be able to use `architecture = x86_64` for the kernel and not use a setup?
goliath has joined #u-boot
<xypron> granquet: I buiild with `qemu-x86_64_defconfig acpi.config`. I can boot https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img by defining a boot option with the eficonfig command and booting it via `bootefi bootmgr. The boot option contains the vmlinuz and initrd and the command line parameter console=ttyS0 root=/dev/sda ro. No setup.bin used. You should be able to do the same via a FIT image and setting environment variable bootargs
<xypron> assuming that you use origin/next.
<xypron> granquet: FIT images can both be for EFI binary and for kernels without EFI stub. See CONFIG_BOOTM_EFI.
warpme has joined #u-boot
<granquet> IIRC I've tried booting directly the x86_64 vmlinux without a setup.cfg in a fit image and I got `Could not find a valid setup.bin for x86`.
<granquet> I see in the bootm_find_os() function that a setup.cfg is also expected for x86_64
<granquet> I specifically want a fitImage :)
d3thb1rd has joined #u-boot
d3thbird has quit [Ping timeout: 245 seconds]
goliath has quit [Quit: SIGSEGV]
d3thbird has joined #u-boot
d3thb1rd has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 245 seconds]
goliath has joined #u-boot
mmu_man has joined #u-boot
granquet has quit [Ping timeout: 272 seconds]
Algotech has quit [Ping timeout: 252 seconds]
Algotech has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
vagrantc has quit [Quit: leaving]
averymt has joined #u-boot
goliath has quit [Quit: SIGSEGV]
levitating has quit [Ping timeout: 272 seconds]