Re: [coreboot] SPI TPM question

2018-05-21 Thread Jorge Fernandez Monteagudo
De: Julius Werner <jwer...@chromium.org> Enviado: sábado, 19 de mayo de 2018 2:05:42 Para: Jorge Fernandez Monteagudo Cc: zao...@das-labor.org; Coreboot Asunto: Re: [coreboot] SPI TPM question > build/romstage/drivers/spi/spi-generic.o: In function `spi_setup_slav

Re: [coreboot] SPI TPM question

2018-05-21 Thread Jorge Fernandez Monteagudo
De: taii...@gmx.com <taii...@gmx.com> Enviado: sábado, 19 de mayo de 2018 5:37:55 Para: Jorge Fernandez Monteagudo; coreboot@coreboot.org Asunto: Re: [coreboot] SPI TPM question On 05/15/2018 01:53 PM, Jorge Fernandez Monteagudo wrote: > Hi all! > > > This is my first m

Re: [coreboot] SPI TPM question

2018-05-19 Thread taii...@gmx.com
On 05/15/2018 01:53 PM, Jorge Fernandez Monteagudo wrote: > Hi all! > > > This is my first message to the list. Welcome sir! we are always pleased to see new users and companies using coreboot - please feel free to ask any and all questions. Coreboot will be a secure and affordable choice for

Re: [coreboot] SPI TPM question

2018-05-18 Thread Julius Werner
> build/romstage/drivers/spi/spi-generic.o: In function `spi_setup_slave': /mnt/develop/bettong/coreboot/master/coreboot/src/drivers/spi/spi-generic.c:129: undefined reference to `spi_ctrlr_bus_map' /mnt/develop/bettong/coreboot/master/coreboot/src/drivers/spi/spi-generic.c:131: undefined

Re: [coreboot] SPI TPM question

2018-05-17 Thread Jorge Fernandez Monteagudo
ge Fernandez Monteagudo; coreboot@coreboot.org Asunto: Re: [coreboot] SPI TPM question Hey, The SPI tpm driver was written for tpm 2.0 only. You can try to add TPM to "depends on" as well and see what happens. Let us know if it works. :) Best Regards, Philipp On 15.05.2018 19:53, Jorg

Re: [coreboot] SPI TPM question

2018-05-16 Thread Zaolin
Hey, The SPI tpm driver was written for tpm 2.0 only. You can try to add TPM to "depends on" as well and see what happens. Let us know if it works. :) Best Regards, Philipp On 15.05.2018 19:53, Jorge Fernandez Monteagudo wrote: > > Hi all! > > > This is my first message to the list. I would