[coreboot-gerrit] Patch set updated for coreboot: fff8dae devicetree: Add fields for HyperTransport scans

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Mon Jun 1 00:53:28 CEST 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8557

-gerrit

commit fff8daee2bb6228823177e012aeac9f73daf5376
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Sun Feb 22 11:38:49 2015 +0200

    devicetree: Add fields for HyperTransport scans
    
    Change-Id: I3b00e5e4e45089fbd7d0d6243d5e441bd8929c0b
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/include/device/device.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/device/device.h b/src/include/device/device.h
index 9c53f95..396ecf8 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -86,6 +86,8 @@ struct bus {
 	uint16_t	secondary; 	/* secondary bus number */
 	uint16_t	subordinate;	/* max subordinate bus number */
 	unsigned char   cap;		/* PCi capability offset */
+	uint32_t	hcdn_reg;		/* For HyperTransport link  */
+
 	unsigned	reset_needed : 1;
 	unsigned	disable_relaxed_ordering : 1;
 };



More information about the coreboot-gerrit mailing list