Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.01, v2023.04-rc2 / Merge Window is CLOSED, next branch is OPEN / Release v2023.04 is scheduled for 2023-04-03 / Channel archives at https://libera.irclog.whitequark.org/u-boot
naoki has joined #u-boot
stefanro has joined #u-boot
davlefou has quit [Ping timeout: 246 seconds]
davlefou has joined #u-boot
camus has quit [Ping timeout: 255 seconds]
camus has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
thopiekar has quit [Ping timeout: 255 seconds]
thopiekar has joined #u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
sam_sepi0l has quit [Ping timeout: 256 seconds]
suniel has joined #u-boot
indy_ has joined #u-boot
ikarso has joined #u-boot
epoll has quit [Ping timeout: 264 seconds]
epoll has joined #u-boot
goliath has joined #u-boot
frieder has joined #u-boot
gbisson has quit [Quit: leaving]
suniel has quit [Quit: Client closed]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
ldevulder has joined #u-boot
Wouter010067044 has joined #u-boot
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
stefanro has quit [Quit: Leaving.]
prabhakarlad has joined #u-boot
d-s-e has joined #u-boot
sszy has joined #u-boot
mmu_man has joined #u-boot
frieder has quit [Ping timeout: 255 seconds]
frieder has joined #u-boot
monstr has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot
d-s-e has quit [Ping timeout: 248 seconds]
slobodan has joined #u-boot
<slobodan> Is there a way to disable auto rebooting U-boot
<mps> slobodan: maybe disable CONFIG_BOOT_RETRY
<slobodan> mps: where is that option I have U_BOOT_1_1_4
<slobodan> is it in printenv ?
<mps> slobodan: I it is Kconfig somewhere. I thought you are building u-boot from source
<mps> s/is/is in/
<slobodan> nope I have the device witch reboots when I enter u-boot
<slobodan> sorry what s/is/is in/ means
<mps> I played with it some time ago because on one of my boards u-boot stops after failure and doesn't retry
<slobodan> so setenv bootretry -1 hould do the trick ?
<mps> it is shorthand for 'sed s/is/is in'
<mps> maybe, I didn't tried this
<mps> but most of behavior could be controlled with u-boot variables and parameters in boot.scr
<mps> maybe read doc/README.autoboot in u-boot source tree
<slobodan> hilinux # setenv bootretry -1
<slobodan> Saving Environment to Flash...
<slobodan> hilinux # saveenv
<slobodan> Error: start and/or end address not on sector boundary
<mps> looks like missing flash driver in u-boot or didn't configured properly. and your device have flash?
<slobodan> yes it has NAND
<slobodan> its DVR
<shiz> not unlikely that they did it on purpose
<slobodan> I tried disabling watchdog but I could not
<slobodan> yep it seams that thay "lock it"
<slobodan> I have datacheet of SoC
<shiz> if you have raw access to the flash, you can hack it in the u-boot env yourself
<slobodan> any idea what I could try
<slobodan> I have access to first 1000 bit0s of flash
<slobodan> So change it in ram will not effect it ?
<shiz> first 1000 bits is probably not enough :p
<shiz> it seems that u-boot doesn't re-initialise the timer if bootdelay is set, no
<slobodan> any idea what I could try
d-s-e has joined #u-boot
naoki has quit [Quit: naoki]
<shiz> not off-hand, i'm afraid
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot
<marex> Tartarus: is https://gitlab.denx.de/u-boot/u-boot-test-hooks.git still the right repo for test hooks ?
cakes_ has joined #u-boot
cakes has quit [Ping timeout: 268 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
flyback has quit [Ping timeout: 256 seconds]
flyback has joined #u-boot
<Tartarus> marex: yes
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
goliath has quit [Quit: SIGSEGV]
monstr has quit [Remote host closed the connection]
thopiekar has quit [Ping timeout: 265 seconds]
thopiekar_ has joined #u-boot
Net147 has quit [Ping timeout: 246 seconds]
Net147_ has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
mmu_man has quit [Ping timeout: 260 seconds]
<kabel> anyone here lives in Zurich / Aarau? I am going for a few days to switzerland, was thinking of maybe go get a beer
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
d-s-e has quit [Quit: Konversation terminated!]
Wouter010067044 has joined #u-boot
frieder has quit [Remote host closed the connection]
mmu_man has joined #u-boot
goliath has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<apalos> xypron, Tartarus moving the offending weak function to inline asm instead of asm sidesteps the linker failures
<apalos> so everyone should be happy and we are keeping UA disabled until we initialize the EFI subsystem
<Tartarus> apalos: OK, so that keeps things at the current state, can you please then follow-up and only fiddle with the UA bit during the bootefi flow, as was intended?
thopiekar_ has quit [Ping timeout: 268 seconds]
thopiekar has joined #u-boot
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
ldevulder has quit [Quit: Leaving]
prabhakarlad has quit [Quit: Client closed]
<marex> Tartarus: except a new hook
<marex> Tartarus: the m68k qemu entry is readyish, I just need the updated docker container with qemu-system-m68k now
TheEldest has joined #u-boot
<bryanb> Tartarus: i'm curious are you using any type of scripting to generate the brackets when modifying someone else's patches?
<Tartarus> bryanb: Nope, those are manual as I do them
<Tartarus> marex: nice
<bryanb> ah ok. I assumed I was missing out on a some cool script :)
Guest4494 has joined #u-boot
rburkholder has joined #u-boot
alan_o has quit [Ping timeout: 250 seconds]
alan_o has joined #u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
ikarso has joined #u-boot
<Tartarus> marex: Should I post the 1 line patch to the dockerfile for adding m68k-softmmu to the build list, or are you going to?
torez has joined #u-boot
<marex> Tartarus: post it if you have it
<marex> Tartarus: how can I test it ?
<marex> just retrigger the CI and the docker container should already be updated ?
<Tartarus> marex: Well, that'll be a tad tricky since you'll have to whack a few locations
<Tartarus> You can run CI with your own hooks repo, and also own docker image
<Tartarus> but if you don't wanna fight around with it, i'll just handle
<marex> hooks I already have
rvalue has quit [Quit: ZNC - https://znc.in]
<Tartarus> OK, well, docker hub is free, so you can just edit the dockerfile, build, push and then change image: trini/u-boot-gitlab-ci-runner:jammy-20230126-17Feb2023 at the top of .gitlab-ci.yml to yours
<Tartarus> Using not-docker hub is a tad more annoying? But possible, I believe.
<Tartarus> (And sorry, a tad behind on things as the new USB hubs I got don't actually work with 16 ports in use, so I just re-setup the slowly failing 24 port one, as it's still got at least 16 functioning ports, so I can pickup PRs and so on again)
<marex> ha ... so ... I think I'll wait for the new image to appear somewhere in the CI ?
<marex> I dont want to deal with docker or its hub now
rvalue has joined #u-boot
<Tartarus> OK
vagrantc has joined #u-boot
prabhakarlad has joined #u-boot
Guest4494 has quit [Quit: Client closed]
___nick___ has quit [Quit: No Ping reply in 180 seconds.]
___nick___ has joined #u-boot
slobodan has quit [Ping timeout: 246 seconds]
haritz has quit [Remote host closed the connection]
haritz has joined #u-boot
haritz has joined #u-boot
haritz has quit [Remote host closed the connection]
haritz has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
goliath has quit [Quit: SIGSEGV]
ikarso has quit [Quit: Connection closed for inactivity]
torez has quit [Quit: torez]
prabhakarlad has quit [Quit: Client closed]
thopiekar has quit [Ping timeout: 265 seconds]
thopiekar has joined #u-boot