Re: [coreboot] SPI TPM question

2018-05-20 Thread Jorge Fernandez Monteagudo
Regards Jorge De: Julius Werner 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_slave'

Re: [coreboot] SPI TPM question

2018-05-20 Thread Jorge Fernandez Monteagudo
Jorge De: 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 message to the list. We

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 what

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 referen

Re: [coreboot] SPI TPM question

2018-05-17 Thread Jorge Fernandez Monteagudo
Enviado: jueves, 17 de mayo de 2018 0:08:24 Para: Jorge 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. :)

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 l