ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
CME has joined #asahi-dev
zzywysm has joined #asahi-dev
<zzywysm>
kettenis: it looks like the u-boot apple_m1_defconfig doesn't enable BOARD_RNG_SEED. does that mean that the entropy chunk that m1n1 grabs from sep_get_random() doesn't make it to the linux kernel?
pb17 has joined #asahi-dev
<zzywysm>
kettenis: nvm, looks like that stuff hasn't been wired up yet for Apple Silicon, which is likely why it's disabled
KxCORP5894 has quit [Quit: Bye!]
KxCORP5894 has joined #asahi-dev
cylm has joined #asahi-dev
KxCORP5894 has quit [Quit: Bye!]
KxCORP5894 has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
tristan2 has joined #asahi-dev
tristan2_ has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
VeeBop has quit [Quit: buh bye]
VeeBop has joined #asahi-dev
cylm has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-dev
schroes has quit [Ping timeout: 480 seconds]
c10l has quit [Remote host closed the connection]
c10l has joined #asahi-dev
c10l has quit [Remote host closed the connection]
c10l has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
<kettenis>
zzywysm: kaslr-seed is set by m1n1 and makes it through to the kernel
<kettenis>
Implementing EFI_RNG_PROTOCOL would be good since it would allow the Linux kernel efistub to randomize the physical address of the kernel
<kettenis>
So implementing a UCLASS_RNG driver for SEP might be worth the effort
pb17 has joined #asahi-dev
BesterGester has quit [Quit: Ping timeout (120 seconds)]
BesterGester has joined #asahi-dev
cylm has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
pb17 has joined #asahi-dev
SalimTerryLi has quit [Remote host closed the connection]
zalyx2 has quit [Quit: Ping timeout (120 seconds)]
zalyx2 has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
<zzywysm>
kettenis: i spent some time exploring u-boot's apple_m1_defconfig inside menuconfig yesterday, and found a couple of (what i believe are) no-brainer improvements