redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
sng has quit [Ping timeout: 246 seconds]
sng has joined #u-boot
gsz has quit [Ping timeout: 246 seconds]
sng has quit [Ping timeout: 248 seconds]
sng has joined #u-boot
goliath has joined #u-boot
sng has quit [Ping timeout: 256 seconds]
sng has joined #u-boot
hanetzer has quit [Ping timeout: 240 seconds]
mmu_man has joined #u-boot
sng has quit [Ping timeout: 256 seconds]
<jybz>
hello, i haven't been able to light up the .efi file. I tried to shift the address for loading the .efi by 4000h but it was not considered (still loading at 80000h) Any suggestions ? With the official dtb, when uboot tries to load the efi file, it refuses: ** Reading file would overwrite reserved memory **
prabhakar has quit [Ping timeout: 258 seconds]
sng has joined #u-boot
camus has quit [Remote host closed the connection]
hanetzer has joined #u-boot
hanetzer has quit [Ping timeout: 252 seconds]
hanetzer has joined #u-boot
sng has quit [Read error: Connection reset by peer]
sng has joined #u-boot
sng has quit [Remote host closed the connection]
pgreco_ has quit [Ping timeout: 246 seconds]
pgreco has joined #u-boot
persmule has joined #u-boot
sng has joined #u-boot
sng_ has joined #u-boot
sng has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 245 seconds]
sng_ has quit [Remote host closed the connection]
sng has joined #u-boot
pgreco has quit [Ping timeout: 246 seconds]
pgreco has joined #u-boot
mmu_man has joined #u-boot
sng has quit [Read error: Connection reset by peer]
<sjg1>
'pyt test_ut_dm_init' is enough to set up the files needed by unit tests
<sjg1>
But you'll need to change --build-dir if you are building in-tree
<marex>
sjg1: yeah, I just want a light-weight quick-to-run test which I can fast iterate
<marex>
I guess with test.py, it will do a full rebuild all the time, with massive overhead , basically something I do not want ?
<sjg1>
marex: Yes...I just use the above alias to set things up once, then run the C tests as you are doing
<sjg1>
marex: But on my machine 'pyt test_ut_dm_init' only takes about 2 seconds
<sjg1>
marex: Once the files are created you don't need to use the Python again
<marex>
sjg1: just why not make the C code create those files ?
<marex>
anyway, I seem to have at least mmc test working, good enough
<sjg1>
marex: It's a hassle to write the code in C, Python is easier. See test/py/tests/test_ut.py for the code
<marex>
ha
<marex>
sjg1: let's see how sandbox64 fares in CI
<sjg1>
marex: er, sadly it looks like we don't run it
hanetzer has quit [Quit: WeeChat 4.0.2]
ikarso has quit [Quit: Connection closed for inactivity]
<marex>
sjg1: yet
<marex>
sjg1: I am now looking at the disk uclass, ugh, the partition driver is truly weird
<marex>
it ... gets block device descriptor from parent device (OK) but block ops for the actual partition device (and its driver, which exposes no block ops?)