narmstrong has quit [Read error: Connection reset by peer]
nohit has quit [Ping timeout: 240 seconds]
narmstrong has joined #u-boot
Crofton_ has joined #u-boot
nohit has joined #u-boot
iopaniuk_ has joined #u-boot
rburton_ has joined #u-boot
pavelow_ has joined #u-boot
vfazio_ has joined #u-boot
BobBeck2 has joined #u-boot
swiftgeek has quit [Ping timeout: 256 seconds]
vfazio has quit [Ping timeout: 256 seconds]
v3r3mitz has joined #u-boot
swiftgeek has joined #u-boot
samekh has quit [Ping timeout: 245 seconds]
samekh has joined #u-boot
persmule_ has quit [Ping timeout: 276 seconds]
iopaniuk has quit [Ping timeout: 240 seconds]
rburton has quit [Ping timeout: 240 seconds]
Crofton has quit [Ping timeout: 240 seconds]
iopaniuk_ is now known as iopaniuk
pavelow has quit [Ping timeout: 240 seconds]
Crofton_ is now known as Crofton
Tartarus has quit [Ping timeout: 240 seconds]
jordemort has quit [Ping timeout: 240 seconds]
cpackham[m] has quit [Ping timeout: 240 seconds]
rburton_ is now known as rburton
kveremitz has quit [Ping timeout: 240 seconds]
BobBeck has quit [Ping timeout: 240 seconds]
BobBeck2 is now known as BobBeck
v3r3mitz is now known as kveremitz
Tartarus has joined #u-boot
jimpo has quit [Ping timeout: 256 seconds]
jimpo has joined #u-boot
milkylainen has quit [Ping timeout: 256 seconds]
jordemort has joined #u-boot
cpackham[m] has joined #u-boot
persmule has joined #u-boot
persmule has quit [Ping timeout: 276 seconds]
persmule has joined #u-boot
apritzel_ has quit [Ping timeout: 256 seconds]
thopiekar has quit [Ping timeout: 256 seconds]
thopiekar has joined #u-boot
apalos has quit [Read error: Connection reset by peer]
thopiekar has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
apalos has joined #u-boot
Xavier7 has joined #u-boot
persmule has quit [Remote host closed the connection]
sdfgsdfg has joined #u-boot
vagrantc has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 240 seconds]
sbach has quit [Read error: Connection reset by peer]
Xavier7 has quit [Quit: IRcap 8.72 ]
sbach has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
sdfgsdfg has joined #u-boot
apritzel_ has joined #u-boot
apritzel_ has quit [Ping timeout: 240 seconds]
alpernebbi has quit [Ping timeout: 240 seconds]
alpernebbi has joined #u-boot
tlwoerner has quit [Ping timeout: 256 seconds]
tlwoerner has joined #u-boot
redbrain has joined #u-boot
apritzel_ has joined #u-boot
redbrain has quit [Ping timeout: 250 seconds]
redbrain has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
persmule has joined #u-boot
mmu_man has joined #u-boot
<apritzel_>
xypron, Tartarus: many thanks for the fix and the merge, I see readthedocs.io now being updated
apritzel_ is now known as apritzel
redbrain has quit [Ping timeout: 240 seconds]
<Forty-Bot>
are the upper 16 bits of registers on rockchip a mask for the lower 16 bits?
<Tartarus>
sjg1: kaki died again
<xypron>
mps: Tartarus: I think it would be worthwhile adding a Alpine Linux Docker image to U-Boot (tools/docker/Dockerfile.alpine). Once the bugs are fixed we could regularly run it in our CI.
<Tartarus>
I know we can tell Azure to run some jobs in other containers
<Tartarus>
Don't know if GitLab can, off-hand, but maybe
<Tartarus>
otherwise just having some further checks in Azure isn't too bad
<xypron>
mps: just rename it to Dockerfile and execute 'docker build -t alpine .'
<Forty-Bot>
I pushed to a public branch and discovered that a patch caused CI to fail
<Forty-Bot>
do I need to submit a separate patch to fix it to the list and then apply that
<Forty-Bot>
or can I just drop the patch and force push?
<mps>
xypron: as I told I don't have much experience with docker and setting CI with it
<mps>
xypron: I can ask some of alpine developers which have experience with this if you need helo
<xypron>
mps: Once your have Docker installed on your machine you just need two commands: 'docker build -t alpine .', 'docker run -ti alpine:latest' to reproduce the problem we were discussing. Both commands executed in the directory with Dockerfile.