Hi,
You probably should look into the "persimmon" AMD motherboard, which is the AMD reference design for the FT1. Check in the directory : ./src/mainboard/amd/persimmon/
I can tell you that this persimmon motherboard is booting on my own FT1 custom SoC design with very few changes.
Regards,
Alexandre Desnoyers Electronic Design Engineer Qtechnology A/S
coreboot-request@coreboot.org wrote:
Date: Sun, 15 Oct 2017 01:31:45 +0200 From: Christoph Pomaskachristoph.pomaska@posteo.de To:coreboot@coreboot.org Subject: [coreboot] Add socket support for amd/socket-ft1? Message-ID:b6e3a1c0-b7f5-a9be-5f3d-3a41a0f02e14@posteo.de Content-Type: text/plain; charset=utf-8; format=flowed
Hi,
I am currently attempting to port a not-yet supported Foxconn SoC mainboard, but I am currently stuck at the variable "CPU_SOCKET_TYPE" while trying to add a config for the socket the board is using (FT1/BGA413).
I took a look into the socket_AM3 Kconfig and it said "0x11", the same as in socket_AM2r2 and socket_AM2, but these are different chipsets. How is this variable to define?
Best regards
Sellerie
Hey Alexander,
Alexandre Desnoyers wrote:
I can tell you that this persimmon motherboard is booting on my own FT1 custom SoC design with very few changes.
Can we encourage you to post a patch to include your board into the coreboot repository?
//Peter