[coreboot-gerrit] New patch to review for coreboot: 75e7fdd vendorcode/amd/agesa/Makefile.inc: Use F15TN AGESA for F15RL

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun Nov 23 06:38:44 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7559

-gerrit

commit 75e7fdd3708db4d036cf2d6512b2a5b17665cd6d
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sun Nov 23 16:22:41 2014 +1100

    vendorcode/amd/agesa/Makefile.inc: Use F15TN AGESA for F15RL
    
    For the momement we make use of Trinity f15tn AGESA for Richland
    f15rl support until we have properly worked out the discrepancies.
    
    We later wish to merge f15tn and f15rl support into the AGESA in
    any case.
    
    Change-Id: Ia9070d4e392ce7eb912771d1c7b3ef1440f8e8a8
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/vendorcode/amd/agesa/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vendorcode/amd/agesa/Makefile.inc b/src/vendorcode/amd/agesa/Makefile.inc
index 99356a6..89b5124 100644
--- a/src/vendorcode/amd/agesa/Makefile.inc
+++ b/src/vendorcode/amd/agesa/Makefile.inc
@@ -3,4 +3,5 @@ subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY12) += f12
 subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += f14
 subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15) += f15
 subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) += f15tn
+subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) += f15rl
 subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY16_KB) += f16kb



More information about the coreboot-gerrit mailing list