[coreboot-gerrit] New patch to review for coreboot: 8ff4aa3 northbridge/amd: Fix the family15tn option rom mapping

Dave Frodin (dave.frodin@se-eng.com) gerrit at coreboot.org
Thu Jul 10 15:13:04 CEST 2014


Dave Frodin (dave.frodin at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6252

-gerrit

commit 8ff4aa3a8993c553578a2f605ebef734bb657239
Author: Dave Frodin <dave.frodin at se-eng.com>
Date:   Wed Jul 9 15:40:15 2014 -0600

    northbridge/amd: Fix the family15tn option rom mapping
    
    Family15tn video bioses internal have a PCI ID of 1002/9901.
    The vendor/device mapping in the family15tn/northbridge.c
    file needs to map to 1002/9901 and not to 1002/9900.
    This was tested on the amd/parmer mainboard.
    
    Change-Id: I0153e9b522e847099c6054d91bf73b50966ed838
    Signed-off-by: Dave Frodin <dave.frodin at se-eng.com>
---
 src/northbridge/amd/agesa/family15tn/northbridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/amd/agesa/family15tn/northbridge.c b/src/northbridge/amd/agesa/family15tn/northbridge.c
index 49f3610..8241f54 100644
--- a/src/northbridge/amd/agesa/family15tn/northbridge.c
+++ b/src/northbridge/amd/agesa/family15tn/northbridge.c
@@ -1148,7 +1148,7 @@ u32 map_oprom_vendev(u32 vendev)
 	case 0x100299A0:	/* AMD Radeon HD 7520G (Trinity)  */
 	case 0x100299A2:	/* AMD Radeon HD 7420G (Trinity)  */
 	case 0x100299A4:	/* AMD Radeon HD 7400G (Trinity)  */
-		new_vendev=0x10029900;
+		new_vendev=0x10029901;
 		break;
 	}
 



More information about the coreboot-gerrit mailing list