Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.10, v2025.01-rc1 are OUT / Merge Window is CLOSED, next branch is CLOSED / Release v2025.01 is scheduled for 06 January 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
Jones42 has joined #u-boot
Jones42 has quit [Ping timeout: 252 seconds]
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #u-boot
Jones42 has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
Jones42 has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
zibolo_ has quit [Ping timeout: 252 seconds]
zibolo has joined #u-boot
vagrantc has quit [Quit: leaving]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
alexxy has quit [Ping timeout: 260 seconds]
alexxy has joined #u-boot
alexxy has quit [Quit: No Ping reply in 180 seconds.]
alexxy has joined #u-boot
persmule has quit [Remote host closed the connection]
alexxy[home] has joined #u-boot
alexxy has quit [Ping timeout: 260 seconds]
vfazio has quit [Remote host closed the connection]
vfazio_ has joined #u-boot
tec has quit [Quit: bye!]
tec has joined #u-boot
per1cycle has quit [Ping timeout: 252 seconds]
ikarso has joined #u-boot
welder has quit [Quit: WeeChat 3.8]
Jones42 has joined #u-boot
Jones42 has quit [Ping timeout: 252 seconds]
warpme has joined #u-boot
warpme has quit [Client Quit]
warpme has joined #u-boot
warpme has quit [Client Quit]
warpme has joined #u-boot
warpme has quit [Client Quit]
warpme has joined #u-boot
jfsimon has quit [Ping timeout: 276 seconds]
jfsimon1981_b has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
slobodan has joined #u-boot
BobBeck3 has quit [Quit: The Lounge - https://thelounge.chat]
MWelchUK has quit [Quit: The Lounge - https://thelounge.chat]
BobBeck3 has joined #u-boot
MWelchUK has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
fatal has quit [Remote host closed the connection]
fatal has joined #u-boot
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
Guest76 has joined #u-boot
ikarso has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has joined #u-boot
Guest76 has quit [Quit: Client closed]
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
___nick___ has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
Stat_headcrabbed has joined #u-boot
persmule has joined #u-boot
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
ikarso has joined #u-boot
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
___nick___ has quit [Ping timeout: 252 seconds]
___nick___ has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
Jones42 has joined #u-boot
alexxy[home] has quit [Quit: No Ping reply in 180 seconds.]
ikarso has joined #u-boot
alexxy has joined #u-boot
warpme has joined #u-boot
slobodan has joined #u-boot
slobodan_ has joined #u-boot
slobodan has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
warpme has quit [Read error: Connection reset by peer]
warpme has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goliath has quit [Quit: SIGSEGV]
slobodan_ is now known as slobodan
___nick___ has quit [Ping timeout: 255 seconds]
goliath has joined #u-boot
naoki has joined #u-boot
naoki has quit [Client Quit]
slobodan has quit [Ping timeout: 276 seconds]
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
<marex> xypron: holy s..t , that SPI_XFER_LOWER is such a horrid hack
alan_o has quit [Ping timeout: 252 seconds]
<marex> xypron: another can of worms in this SPI stacked crud goes ... pop ... opened
<marex> 849 static int zynqmp_qspi_exec_op(struct spi_slave *slave,
<marex> 872 if (priv->is_parallel) {
<marex> 873 if (slave->flags & SPI_XFER_LOWER)
<marex> 874 priv->bus = (slave->flags & SPI_XFER_LOWER) >> 8;
<marex> 893 slave->flags &= ~SPI_XFER_LOWER;
<marex> so ... they check it, and then clear the flag
<marex> ugh
<marex> just ugh
<marex> (once the code is de-obfuscated)