[coreboot-gerrit] Patch set updated for coreboot: 7dcc0d9 vendorcode/amd/agesa/Makefile.inc: Use F15TN AGESA for F15RL

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun Nov 23 07:41:38 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 7dcc0d9319a3c30e1e8158fce62babe7e94cd947
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..02d9063 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_RL) += f15tn
 subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY16_KB) += f16kb



More information about the coreboot-gerrit mailing list