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
clarity has joined #u-boot
jwillikers has joined #u-boot
<mrnuke> Tartarus: all I needed to do was run buildman from the terminal. .gitlab-ci.yml makes things seem a lot more complicated than they are ;)
<marex> mrnuke: just read the sources, that's all the documentation you need ...
<Tartarus> mrnuke: Yeah, if you can build the world locally, that's fine. Not everyone has access to something they're willing to kick that off on
jwillikers has quit [Remote host closed the connection]
hanetzer has quit [Ping timeout: 256 seconds]
hanetzer has joined #u-boot
hanetzer has joined #u-boot
hanetzer has quit [Changing host]
Xavier7 has quit [Quit: • IRcap • 8.72 •]
LeSpocky has quit [Ping timeout: 252 seconds]
LeSpocky has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
clarity has quit [Ping timeout: 244 seconds]
clarity has joined #u-boot
fdanis_away is now known as fdanis
LokeshVutla has joined #u-boot
agust has joined #u-boot
matthias_bgg has joined #u-boot
sicelo has quit [Quit: Bye!]
mckoan|away is now known as mckoan
mckoan is now known as mckoan|away
mckoan|away is now known as mckoan
sicelo has joined #u-boot
sicelo has joined #u-boot
<wooosaiiii> marex: remember the imx8mn ROM boot events we talked about yesterday? I backported your patches to my tree and all looks fine except my imx8m NANO always reports ROM events 0x0 (no events) even though ROM switched from eMMC's boot0 -> boot1 partition
<wooosaiiii> is there anything one must enable for ROM events? Do you know if I miss something obvious?
<wooosaiiii> probably you didn't test on imx8m NANO but rather on imx8m MINI, right?
guillaume_g has joined #u-boot
samueldr has quit [Ping timeout: 256 seconds]
cpackham[m] has quit [Ping timeout: 256 seconds]
cpackham[m] has joined #u-boot
samueldr has joined #u-boot
tnovotny has joined #u-boot
<wooosaiiii> marex: funny I get ROM 0x51 event, but after 0x0 event (end of list)
<wooosaiiii> marex: see https://pastebin.com/pNQiDcE5
<wooosaiiii> workaround solution for now is to not return when getting 0x0 but rather iterate over all events...
<wooosaiiii> maybe something we shall fix also in upstream for imx8m nano?
ullbeking has quit []
ullbeking has joined #u-boot
mmu_man has joined #u-boot
mithro has quit []
mithro has joined #u-boot
alpernebbi has joined #u-boot
Tartarus has quit []
Tartarus has joined #u-boot
PatDelauany has joined #u-boot
PatDelauany is now known as PatrickDelaunay
PatrickDelaunay is now known as PatDelaunay
PatDelaunay is now known as PatrickDelaunay
PatrickDelaunay has quit [Quit: Client closed]
PatDelaunay has joined #u-boot
cengiz_io has quit []
cengiz_io has joined #u-boot
eduardas has joined #u-boot
pbrobinson has quit []
pbrobinson has joined #u-boot
jwillikers has joined #u-boot
ad__ has quit [Quit: ZNC 1.7.2+deb3~bpo9+1 - https://znc.in]
ad__ has joined #u-boot
PatDelaunay has quit [Quit: Client closed]
ad__ has quit [Changing host]
ad__ has joined #u-boot
PatDelaunay has joined #u-boot
<marex> wooosaiiii: can you dump the rom log you got and share which boot partition you configured into the emmc with mmc partconf ?
<marex> btw make sure you write u-boot to the right place, i.e.
<marex> mmc dev 1 ; load mmc 1:1 $loadaddr boot/flash.bin ; mmc bootbus 0 1 0 2 ; mmc partconf 0 1 1 0 ; mmc dev 0 1 ; setexpr blkcnt ${filesize} + 0x1ff && setexpr blkcnt ${blkcnt} / 0x200 && mmc write ${loadaddr} 0x2 ${blkcnt}
<marex> this ^
<marex> writes u-boot to emmc (mmc 0) boot partition 1 offset 2 (that's for MINI)
<marex> for NANO and PLUS, adjust the mmc write ... 0x2 to mmc write ... 0x0
<marex> same for PLUS
<marex> wooosaiiii: the patchset was developed on NANO and then tested also on MINI
<wooosaiiii> marex: yeah... I write flash.bin to 0x0 offset of eMMC boot0 and boot1 partitions
<wooosaiiii> as I said... I get 0x51 event... but I have to ditch checking for 0x0 aka end-of-list
<wooosaiiii> here is my patch
<marex> "We value your privacy" ...
<marex> paste.debian.net is real nice
<marex> wooosaiiii: that's how V1 of the aforementioned patch was implemented, but per the appnote (see commit message) 0x00 really means end-of-list, not "read on"
<wooosaiiii> marex: funny... because in my case I have to read-on to get to the 0x51 event... :)
<marex> wooosaiiii: double-check it with the appnote please
<marex> wooosaiiii: and also, grab the faulty log, it would be md 0x912000 or some such address
<marex> wooosaiiii: and please share the log, I would be interested in what is in it
Xavier7 has joined #u-boot
<wooosaiiii> <marex> wooosaiiii: double-check it with the appnote please --> you mean AN12853 right?
<wooosaiiii> because I did read it, but I could not find 0x0 aka "end of list" there ?
<marex> looks about right, yes
<marex> would that means the bootrom is spewing invalid entries into the log then ?
<marex> wooosaiiii: uh ... can you mw 0x<rom event log> 0xffffffff 0x100 before you reboot ? just to make sure you're not reading stale log ?
<wooosaiiii> marex: OK, will check it...
<marex> wooosaiiii: thanks, this is real weird btw
PatDelaunay has quit [Quit: Client closed]
PatDelaunay has joined #u-boot
frieder has joined #u-boot
<mrnuke> marex: ^ Here's your opportunity
<mrnuke> PatDelaunay: Welcome!
frieder has quit [Ping timeout: 244 seconds]
jwillikers has quit [Remote host closed the connection]
frieder has joined #u-boot
matthias_bgg has quit [Ping timeout: 252 seconds]
jwillikers has joined #u-boot
<marex> mrnuke: yeah, I asked PatDelaunay to join us here since it might be nice to be able to talk
guillaume_g has quit [Quit: Konversation terminated!]
matthias_bgg has joined #u-boot
PatDelaunay has quit [Quit: Client closed]
<marex> mrnuke: OK, I replied
smartin has joined #u-boot
fdanis is now known as fdanis_away
redbrain has joined #u-boot
mckoan is now known as mckoan|away
eduardas has quit [Quit: Konversation terminated!]
tnovotny has quit [Quit: Leaving]
<mrnuke> marex: you guys are superhuman. I can barely keep up with reading the emails
<marex> mrnuke: I keep saying the same thing over and over again
vagrantc has joined #u-boot
Guest57 has joined #u-boot
<mrnuke> marex: Well, I have to read it to verify that, right? :p
Guest57 has quit [Quit: Client closed]
LokeshVutla has quit [Quit: Leaving]
<mrnuke> marex: enjoy the TF-A thrash-talk !
Guest57 has joined #u-boot
Zapy has quit [Read error: Connection reset by peer]
g5pw has quit [Quit: leaving...]
g5pw has joined #u-boot
Zapy has joined #u-boot
Zapy_ has joined #u-boot
Zapy has quit [Ping timeout: 256 seconds]
Zapy_ is now known as Zapy
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
redbrain has quit [Ping timeout: 256 seconds]
Guest57 has quit [Quit: Client closed]
frieder has quit [Ping timeout: 252 seconds]
smartin has quit [Quit: smartin]
Xavier7 has quit [Ping timeout: 244 seconds]
frieder has joined #u-boot
frieder has quit [Remote host closed the connection]
agust has quit [Quit: Leaving.]
Zapy has quit [Ping timeout: 256 seconds]
Zapy has joined #u-boot
hanetzer has quit [Quit: WeeChat 3.2]
alpernebbi has quit [Quit: alpernebbi]
matthias_bgg has quit [Quit: Leaving]
dvorkindmitry has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]