00:41
mmu_man has quit [Ping timeout: 252 seconds]
00:50
mmu_man has joined #u-boot
01:07
Wouter01002 has joined #u-boot
01:34
zibolo_ has quit [Ping timeout: 244 seconds]
01:35
zibolo has joined #u-boot
02:14
jclsn has quit [Ping timeout: 272 seconds]
02:16
jclsn has joined #u-boot
02:44
mmu_man has quit [Ping timeout: 248 seconds]
03:00
persmule has quit [Remote host closed the connection]
03:21
redbrain has quit [Read error: Connection reset by peer]
03:27
redbrain has joined #u-boot
03:41
vagrantc has joined #u-boot
04:47
vagrantc has quit [Quit: leaving]
05:28
goliath has quit [Quit: SIGSEGV]
06:27
goliath has joined #u-boot
06:33
LordKalma5 has joined #u-boot
06:35
qschulz_ has joined #u-boot
06:36
qschulz has quit [Ping timeout: 260 seconds]
06:36
LordKalma has quit [Ping timeout: 260 seconds]
06:36
LordKalma5 is now known as LordKalma
06:55
monstr has joined #u-boot
07:30
ikarso has joined #u-boot
07:32
warpme has joined #u-boot
07:35
frieder has joined #u-boot
08:09
sally has quit [Quit: sally]
08:13
Wouter01002 has joined #u-boot
08:24
sally has joined #u-boot
08:27
Jones42 has joined #u-boot
08:27
mckoan|away is now known as mckoan
08:28
Jones42_ has joined #u-boot
08:32
Jones42 has quit [Ping timeout: 272 seconds]
08:47
ldevulder has joined #u-boot
08:52
sszy has joined #u-boot
09:07
rvalue has quit [Read error: Connection reset by peer]
09:07
rvalue has joined #u-boot
09:08
mmu_man has joined #u-boot
09:13
qschulz_ is now known as qschulz
10:00
vardhan has joined #u-boot
10:13
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:59
davlefou has quit [Ping timeout: 260 seconds]
11:06
eballetbo has joined #u-boot
11:11
davlefou has joined #u-boot
11:11
warpme has joined #u-boot
11:18
eloy has quit [Quit: eloy]
11:19
eloy has joined #u-boot
12:01
dsimic has quit [Ping timeout: 264 seconds]
12:03
dsimic has joined #u-boot
12:45
persmule has joined #u-boot
12:49
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:55
jfsimon1981 has quit [Remote host closed the connection]
12:58
warpme has joined #u-boot
13:03
paulhenrys has quit [Ping timeout: 260 seconds]
13:04
paulhenrys has joined #u-boot
13:14
paulhenrys has quit [Remote host closed the connection]
13:24
rvalue- has joined #u-boot
13:25
rvalue has quit [Ping timeout: 252 seconds]
13:30
rvalue- is now known as rvalue
13:47
Dr_Who has joined #u-boot
14:39
naoki has quit [Quit: naoki]
14:49
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:05
mmu_man has quit [Ping timeout: 260 seconds]
15:17
mmu_man has joined #u-boot
15:47
vardhan has quit [Ping timeout: 248 seconds]
15:49
goliath has quit [Quit: SIGSEGV]
16:07
monstr has quit [Remote host closed the connection]
16:50
mckoan is now known as mckoan|away
16:57
vagrantc has joined #u-boot
17:03
frieder has quit [Remote host closed the connection]
17:17
Stat_headcrabbed has joined #u-boot
17:23
Wouter01002 has joined #u-boot
18:28
___nick___ has joined #u-boot
19:05
___nick___ has quit [Ping timeout: 252 seconds]
19:06
___nick___ has joined #u-boot
19:34
mmu_man has quit [Ping timeout: 252 seconds]
19:36
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
19:50
mmu_man has joined #u-boot
20:12
___nick___ has quit [Ping timeout: 252 seconds]
20:14
___nick___ has joined #u-boot
20:14
mmu_man has quit [Ping timeout: 255 seconds]
20:14
<
apalos >
sjg1: on that thread you asked Sughosh, I'll reply tomorrow, but
20:14
<
apalos >
Generally speaking setvirtualadressmap is pretty bad even on the spec
20:15
<
apalos >
In linux we already unconditionally disable it for arm64 and as long as you got enough address space bits available, iots better to turn it off
20:15
<
apalos >
One solution is to disable them from u-boot for 64bits,
20:15
<
apalos >
But i am working with BSDs* sd well to make sure we dont break anything
20:16
<
apalos >
I already looked OpenBSD and they dont call it
20:16
<
apalos >
the problem is that that thing is supposed to be called
*after* EBS
20:16
<
apalos >
but at that point the mmu is under the control of the OS,
20:16
<
apalos >
So if you want to relocate stuff you need to remap everything as RWX, which is a pretty bad idea
20:17
<
apalos >
(and you need to do that right before EBS
20:17
<
apalos >
anyway, I'll reply tomorrow
20:20
<
sjg1 >
apalos: OK, thanks. It took me a while to find that problem with a bisect
20:22
mmu_man has joined #u-boot
20:22
goliath has joined #u-boot
20:24
<
sjg1 >
apalos: Also, you mention running SCT, but it doesn't seem to build or run on anything I have tried. Do you have a build that works on amd64 or arm64?
20:36
<
apalos >
This is the ACS that tests systemReady
20:36
<
apalos >
butm you can launch the Efishell from it
20:36
<
apalos >
and it has a pre-built SCT,
20:37
<
apalos >
so the easiest way is
20:37
<
apalos >
run qemu + U-Boot, type eficonfig add a boot option with the efishell, in EFi/BOOT
20:37
<
apalos >
the launch the efishell and do
20:38
<
apalos >
cd \efi\boot\bbr\SCT
20:38
<
apalos >
SCT.efi -u
20:38
<
apalos >
you can select the test you want to run now,
20:38
<
apalos >
Keep in mind I found an issue in the memory tests without your patches, but I'll send a fix for it tomorrow
20:38
<
apalos >
Your patches fail in more than the existing issue
20:49
ikarso has quit [Quit: Connection closed for inactivity]
20:49
___nick___ has joined #u-boot
20:50
<
sjg1 >
apalos: OK great, thank you, I will try it. Do you think we could get SCT running in CI?
20:50
___nick___ has quit [Client Quit]
20:52
<
sjg1 >
Tartarus: Hi, where did you get to with the arm64 CI runners?
20:52
___nick___ has joined #u-boot
21:04
___nick___ has quit [Ping timeout: 276 seconds]
21:05
<
sjg1 >
apalos: OK it seems to be running, taking forever though. Thanks for the pointers. Have you tried running it with sandbox on arm64?
21:06
warpme has joined #u-boot
21:11
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:17
prabhakalad has quit [Quit: Konversation terminated!]
21:17
prabhakalad has joined #u-boot
21:28
Wouter01002 has joined #u-boot
21:58
ldevulder has quit [Quit: Leaving]
21:59
iprusov has quit [Quit: WeeChat 3.5]
22:08
iprusov has joined #u-boot
22:09
<
Tartarus >
So I should be able to post an RFC soon
22:47
goliath has quit [Quit: SIGSEGV]
22:49
goliath has joined #u-boot