Re: [coreboot] How is CONFIG_TPM selected?

2016-08-15 Thread Julius Werner
I think the answer is that CONFIG_TPM doesn't do anything by itself (it just compiles extra libraries that offer functions to access TPMs), so there's no point in selecting it directly from menuconfig. Any feature that uses the TPM (like CONFIG_VBOOT) should have its own Kconfig option that you sel

Re: [coreboot] Porting coreboot on ASUS M5A78L-M LX3

2016-08-15 Thread Alexey Borovikov via coreboot
Hi community! Good news. I was able to port Coreboot on the motherboard asus m5a78l-m lx3. I took for the base source code of two projects - amd mahogany_fam10 and asus m4a785-m. I've added support for DDR3 and graphics core HD3000. The results are shown below: SeaBios 1.9 Windows 7

[coreboot] ASUS KFSN4-DRE (K8) Automated Test Failure [master]

2016-08-15 Thread Raptor Engineering Automated Coreboot Test Stand
The ASUS KFSN4-DRE (K8) fails verification for branch master as of commit 363526cfb8b4234384270d7882be2e9ead424c07 The following tests failed: BOOT_FAILURE Commits since last successful test: 363526c arch/riscv: Improve and refactor trap handling diagnostics 38103bd mb/gigabyte/ga-b75m-d3v: Add

Re: [coreboot] How is CONFIG_TPM selected?

2016-08-15 Thread Vadim Bendebury
External declarations in .h files should not be configuration dependent, maybe this is a simpler fix? --vb On Mon, Aug 15, 2016 at 8:55 AM, Trammell Hudson wrote: > Is it possible to enable CONFIG_TPM with the current head in git? > On my Lenovo x230, CONFIG_MAINBOARD_HAS_LPC_TPM is selected,

[coreboot] How is CONFIG_TPM selected?

2016-08-15 Thread Trammell Hudson
Is it possible to enable CONFIG_TPM with the current head in git? On my Lenovo x230, CONFIG_MAINBOARD_HAS_LPC_TPM is selected, as is CONFIG_LPC_TPM, but there does not appear to be any way to enable CONFIG_TPM in menuconfig. In order to enable it, I had to change src/Kconfig to default to y. With