prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
rockosov has quit [Quit: WeeChat 3.4-dev]
rockosov has joined #u-boot
sugoi has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
ukky_ has joined #u-boot
ukky is now known as Guest2914
Guest2914 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
ukky_ is now known as ukky
ukky_ has joined #u-boot
ellyq_ has joined #u-boot
vagrantc has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
rber|res has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
eballetbo has quit [Quit: Connection closed for inactivity]
ikarso has quit [Quit: Connection closed for inactivity]
<macromorgan>
is there a way to edit a mainline device tree *after* it was loaded via SPL from a FIT image but before SPL jumps to U-Boot (and it)?
<macromorgan>
Problem I have is using similar boards where some of them don't have a UART port... in Linux the UART is disabled but U-Boot freaks out because it needs it for console.
ikarso has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
rvalue- is now known as rvalue
enok has joined #u-boot
<marex>
macromorgan: set CONFIG_NULLDEV_SERIAL
<macromorgan>
okay so use nulldev as my default serial console and then switch somehow once I've loaded the device tree (assuming it has a serial port, if it doesn't keep it at nulldev)?
<marex>
macromorgan: try also SERIAL_SEARCH_ALL
<marex>
macromorgan: iirc this will make the serial core fall back to the nulldev if there is no serial console