Leopold has quit [Quit: No Ping reply in 180 seconds.]
Leopold has joined #u-boot
Leopold_ has joined #u-boot
Leopold has quit [Ping timeout: 255 seconds]
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
vagrantc has joined #u-boot
vagrantc has quit [Quit: leaving]
camus has quit [Ping timeout: 260 seconds]
camus has joined #u-boot
ikarso has joined #u-boot
<apalos>
sjg1: I am around if you have questions on those TPM patches from Eddie
<apalos>
But the gist, is that all the structures, the eventlog and everything he is defining *are* defined as an extension to the EFI spec
<apalos>
(It's the EFI TCG protocol)
<apalos>
Nothing prevents you from doing this outside EFI, but I am not sure how those measurements are retrived later down the road from the OS without EFI
<apalos>
In any case the split is not a bad idea. In fact I told xypron the same thing when I first added the code
<apalos>
Because the EFI code now works, but there's an attack window, because all the measurements take place when the EFI subsystem starts
<apalos>
In theory we should measure stuff *before* the EFI comes up, ideally in the early boot stages
<apalos>
so that's definitely a step towards the right direction
<xypron>
apalos: there is a parallel patch for Linux to retrieve the nneasurements from reserved memory.
<apalos>
xypron: ah ok
<apalos>
I'll go through the patches in detail later today or tomorrow
<apalos>
but from a first pass he fixed all the duplciation and just moved functions from efi_tcg.c to the tpm subsystem, which is better
ladis has quit [Remote host closed the connection]
ladis_ has quit [Read error: Connection reset by peer]
ladis has joined #u-boot
matthias_bgg has quit [Quit: Leaving]
mmu_man has joined #u-boot
torez has joined #u-boot
<apteryx>
can I send a patch with patman despite warnings?
<apteryx>
ah yes, the --no-check I think
<apteryx>
patman --help doesn't document it, becaute it's attached to the (default) sub command; patman send --help shows that
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
ladis has quit [Read error: Connection reset by peer]
ladis has joined #u-boot
ladis has quit [Read error: Connection reset by peer]
ladis has joined #u-boot
<Forty-Bot>
apteryx: -i
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #u-boot
<apteryx>
Forty-Bot: ah, that's more like it! thanks
* Forty-Bot
ends up using it all the time because for whatever reason warnings fail a patch
zibolo has quit [Ping timeout: 252 seconds]
mmu_man has quit [Quit: reboot]
mmu_man has joined #u-boot
WoC` has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
ldevulder_ has joined #u-boot
ldevulder has quit [Ping timeout: 252 seconds]
Leopold has quit [Ping timeout: 255 seconds]
ikarso has joined #u-boot
Leopold has joined #u-boot
Leopold has quit [Remote host closed the connection]
matthias_bgg has joined #u-boot
Leopold has joined #u-boot
ladis has quit [Quit: Leaving]
Leopold has quit [Ping timeout: 255 seconds]
mps has quit [Quit: Lost terminal]
mps has joined #u-boot
mckoan is now known as mckoan|away
mmu_man has quit [Ping timeout: 246 seconds]
Leopold has joined #u-boot
goliath has quit [Quit: SIGSEGV]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
mmu_man has joined #u-boot
<sjg1>
apalos: OK, I think it just needs a rename to drop the EFI stuff then. I am more worried about Abdellatif. Can you have a chat with him? I really don't want a v9 without the long-standing DT problem addressed