Zheng Bao | 31 Jul 2012 12:10
Favicon

New patch to review for coreboot: bffca32 AMD Thather Board

Zheng Bao (zheng.bao <at> amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1382

-gerrit

commit bffca3228cb351df9a47f9b86a33a1a43bfdbea9
Author: zbao <fishbaozi <at> gmail.com>
Date:   Tue Jul 31 19:50:35 2012 +0800

    AMD Thather Board
    
    Family 15 trinity FP2. Hudson.
    This board and parmer need to revert the change
    http://review.coreboot.org/#/c/1359/,
    otherwise the mainboard_enable can not be called.
    
    Change-Id: I54e1cfca845fbcea1d3aad5eff08d760d0d215c9
    Signed-off-by: Zheng Bao <zheng.bao <at> amd.com>
    Signed-off-by: zbao <fishbaozi <at> gmail.com>
---
 src/mainboard/amd/Kconfig                          |    3 +
 src/mainboard/amd/thatcher/BiosCallOuts.c          |  737 ++++++++++
 src/mainboard/amd/thatcher/BiosCallOuts.h          |   82 ++
 src/mainboard/amd/thatcher/Kconfig                 |  115 ++
 src/mainboard/amd/thatcher/Makefile.inc            |   33 +
 src/mainboard/amd/thatcher/OptionsIds.h            |   67 +
 src/mainboard/amd/thatcher/PlatformGnbPcie.c       |  206 +++
 .../amd/thatcher/PlatformGnbPcieComplex.h          |   72 +
 src/mainboard/amd/thatcher/acpi/AmdImc.asl         |   95 ++
 src/mainboard/amd/thatcher/acpi/cpstate.asl        |  115 ++
 src/mainboard/amd/thatcher/acpi/ide.asl            |  244 ++++
(Continue reading)


Gmane