Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/26752
to look at the new patch set (#2).
Change subject: src/commonlib: Remove unneeded 'console.h' include
......................................................................
src/commonlib: Remove unneeded 'console.h' include
Change-Id: Ic9283f227a37785056b9fac216fabcac054066a0
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/commonlib/storage/bouncebuf.c
M src/commonlib/storage/mmc.c
M src/commonlib/storage/pci_sdhci.c
M src/commonlib/storage/sd_mmc.h
M src/commonlib/storage/sdhci.c
M src/commonlib/storage/sdhci_display.c
M src/commonlib/storage/storage_erase.c
M src/commonlib/storage/storage_write.c
8 files changed, 1 insertion(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/26752/2
--
To view, visit https://review.coreboot.org/26752
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic9283f227a37785056b9fac216fabcac054066a0
Gerrit-Change-Number: 26752
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/26751
to look at the new patch set (#2).
Change subject: arch/x86: Remove unneeded 'console.h' include
......................................................................
arch/x86: Remove unneeded 'console.h' include
Change-Id: I0b87e2b36a282c773e5f2f4a96c23aeadecb1300
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/arch/x86/cbmem.c
M src/arch/x86/cpu_common.c
M src/arch/x86/pci_ops_conf1.c
3 files changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/26751/2
--
To view, visit https://review.coreboot.org/26751
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0b87e2b36a282c773e5f2f4a96c23aeadecb1300
Gerrit-Change-Number: 26751
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/26750 )
Change subject: hp/compaq_8200_elite: Fix TPM not visible in OS
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/73927/ : SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/28042/ : SUCCESS
--
To view, visit https://review.coreboot.org/26750
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id0ecd2f2f3e303f2228743369a8025b327bee61d
Gerrit-Change-Number: 26750
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 01 Jun 2018 10:02:30 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/26750
Change subject: hp/compaq_8200_elite: Fix TPM not visible in OS
......................................................................
hp/compaq_8200_elite: Fix TPM not visible in OS
Chip sections must be covered by a PCI device.
Fixes chip_ops not being executed and TPM shows up in OS.
Change-Id: Id0ecd2f2f3e303f2228743369a8025b327bee61d
Signed-off-by: Patrick Rudolph <patrick.rudolph(a)9elements.com>
---
M src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/26750/1
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
index fab4cca..e7aecdb 100644
--- a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
+++ b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb
@@ -198,9 +198,9 @@
#drq 0xfe = 0x03
end
end
- end
- chip drivers/pc80/tpm
- device pnp 4e.0 on end # TPM module
+ chip drivers/pc80/tpm
+ device pnp 4e.0 on end # TPM module
+ end
end
device pci 1f.2 on # SATA Controller 1
subsystemid 0x103c 0x1495
--
To view, visit https://review.coreboot.org/26750
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0ecd2f2f3e303f2228743369a8025b327bee61d
Gerrit-Change-Number: 26750
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>