From f0d62cefe855017a9e3f47aa3b0fc187ef8a5931 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 14 Oct 2022 17:48:22 +0200 Subject: mb/amd/padmelon: rename to pademelon This AMD reference board is called Pademelon and not Padmelon, so fix the name in coreboot. Also update the corresponding documentation. Signed-off-by: Felix Held Change-Id: Id1c7331f5f3c34dc7ec4bc5a1f5fe3d12d503474 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68426 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- .../mainboard/amd/pademelon/pademelon.jpg | Bin 0 -> 80772 bytes Documentation/mainboard/amd/pademelon/pademelon.md | 80 +++++++++++++++++++++ .../mainboard/amd/pademelon/pademelon_io.jpg | Bin 0 -> 32380 bytes Documentation/mainboard/amd/padmelon/padmelon.jpg | Bin 80772 -> 0 bytes Documentation/mainboard/amd/padmelon/padmelon.md | 80 --------------------- .../mainboard/amd/padmelon/padmelon_io.jpg | Bin 32380 -> 0 bytes 6 files changed, 80 insertions(+), 80 deletions(-) create mode 100644 Documentation/mainboard/amd/pademelon/pademelon.jpg create mode 100644 Documentation/mainboard/amd/pademelon/pademelon.md create mode 100644 Documentation/mainboard/amd/pademelon/pademelon_io.jpg delete mode 100644 Documentation/mainboard/amd/padmelon/padmelon.jpg delete mode 100644 Documentation/mainboard/amd/padmelon/padmelon.md delete mode 100644 Documentation/mainboard/amd/padmelon/padmelon_io.jpg (limited to 'Documentation/mainboard/amd') diff --git a/Documentation/mainboard/amd/pademelon/pademelon.jpg b/Documentation/mainboard/amd/pademelon/pademelon.jpg new file mode 100644 index 000000000000..76ee57861539 Binary files /dev/null and b/Documentation/mainboard/amd/pademelon/pademelon.jpg differ diff --git a/Documentation/mainboard/amd/pademelon/pademelon.md b/Documentation/mainboard/amd/pademelon/pademelon.md new file mode 100644 index 000000000000..5f053d4cc5f4 --- /dev/null +++ b/Documentation/mainboard/amd/pademelon/pademelon.md @@ -0,0 +1,80 @@ +# Pademelon board + +## Specs (with Merlin Falcon SOC) + +* Two 260-pin DDR4 SO-DIMM slots, 1.2V DDR4-1333/1600/1866/2133 SO-DIMMs + Supports 4GB, 8GB and 16GB DDR4 unbuffered ECC (Merlin Falcon)SO-DIMMs +* Can use Prairie Falcon, Brown Falcon, Merlin Falcon, though coreboot + code is specific for Merlin Falcon SOC. Some specs will change if not + using Merlin Falcon. +* One half mini PCI-Express slot on back side of mainboard +* One PCI Express® 3.0 x8 slot +* Two SATA3 ports with 6Gb/s data transfer rate +* Two USB 2.0 ports at rear panel +* Two USB 3.0 ports at rear panel +* Dual Gigabit Ethernet from Realtek RTL8111F Gigabit controller +* 6-channel High-Definition audio from Realtek ALC662 codec +* One soldered down SPI flash with dediprog header + +## Mainboard + +![mainboard][pademelon] + +Three items are marked in this picture +1. dediprog header +2. memory dimms, address 0xA0 and 0xA4 +3. SATA cables connected to motherboard + +## Back panel + +![back panel][pademelon_io] + +* The lower serial port is UART A (debug serial) + +## Flashing coreboot + +```eval_rst ++---------------------+--------------------+ +| Type | Value | ++=====================+====================+ +| Socketed flash | no | ++---------------------+--------------------+ +| Model | Macronix MX256435E | ++---------------------+--------------------+ +| Size | 8 MiB | ++---------------------+--------------------+ +| Flash programming | dediprog header | ++---------------------+--------------------+ +| Package | SOIC-8 | ++---------------------+--------------------+ +| Write protection | No | ++---------------------+--------------------+ +``` + +## Technology + +```eval_rst ++---------------+------------------------------+ +| Fan control | Using fintek F81803A | ++---------------+------------------------------+ +| CPU | Merlin Falcon (see reference)| ++---------------+------------------------------+ +``` + +## Description of pictures within this document + +```eval_rst ++----------------------------+----------------------------------------+ +|pademelon.jpg | Motherboard with components identified | ++----------------------------+----------------------------------------+ +|pademelon_io.jpg | Back panel picture | ++----------------------------+----------------------------------------+ +``` + +## Reference + +[Merlin Falcon BKDG][merlinfalcon] + +[merlinfalcon]: ../../../soc/amd/family15h.md +[pademelon]: pademelon.jpg +[pademelon_io]: pademelon_io.jpg diff --git a/Documentation/mainboard/amd/pademelon/pademelon_io.jpg b/Documentation/mainboard/amd/pademelon/pademelon_io.jpg new file mode 100644 index 000000000000..ed715d4577ad Binary files /dev/null and b/Documentation/mainboard/amd/pademelon/pademelon_io.jpg differ diff --git a/Documentation/mainboard/amd/padmelon/padmelon.jpg b/Documentation/mainboard/amd/padmelon/padmelon.jpg deleted file mode 100644 index 76ee57861539..000000000000 Binary files a/Documentation/mainboard/amd/padmelon/padmelon.jpg and /dev/null differ diff --git a/Documentation/mainboard/amd/padmelon/padmelon.md b/Documentation/mainboard/amd/padmelon/padmelon.md deleted file mode 100644 index 975426d8c60b..000000000000 --- a/Documentation/mainboard/amd/padmelon/padmelon.md +++ /dev/null @@ -1,80 +0,0 @@ -# Padmelon board - -## Specs (with Merlin Falcon SOC) - -* Two 260-pin DDR4 SO-DIMM slots, 1.2V DDR4-1333/1600/1866/2133 SO-DIMMs - Supports 4GB, 8GB and 16GB DDR4 unbuffered ECC (Merlin Falcon)SO-DIMMs -* Can use Prairie Falcon, Brown Falcon, Merlin Falcon, though coreboot - code is specific for Merlin Falcon SOC. Some specs will change if not - using Merlin Falcon. -* One half mini PCI-Express slot on back side of mainboard -* One PCI Express® 3.0 x8 slot -* Two SATA3 ports with 6Gb/s data transfer rate -* Two USB 2.0 ports at rear panel -* Two USB 3.0 ports at rear panel -* Dual Gigabit Ethernet from Realtek RTL8111F Gigabit controller -* 6-channel High-Definition audio from Realtek ALC662 codec -* One soldered down SPI flash with dediprog header - -## Mainboard - -![mainboard][padmelon] - -Three items are marked in this picture -1. dediprog header -2. memory dimms, address 0xA0 and 0xA4 -3. SATA cables connected to motherboard - -## Back panel - -![back panel][padmelon_io] - -* The lower serial port is UART A (debug serial) - -## Flashing coreboot - -```eval_rst -+---------------------+--------------------+ -| Type | Value | -+=====================+====================+ -| Socketed flash | no | -+---------------------+--------------------+ -| Model | Macronix MX256435E | -+---------------------+--------------------+ -| Size | 8 MiB | -+---------------------+--------------------+ -| Flash programming | dediprog header | -+---------------------+--------------------+ -| Package | SOIC-8 | -+---------------------+--------------------+ -| Write protection | No | -+---------------------+--------------------+ -``` - -## Technology - -```eval_rst -+---------------+------------------------------+ -| Fan control | Using fintek F81803A | -+---------------+------------------------------+ -| CPU | Merlin Falcon (see reference)| -+---------------+------------------------------+ -``` - -## Description of pictures within this document - -```eval_rst -+----------------------------+----------------------------------------+ -|padmelon.jpg | Motherboard with components identified | -+----------------------------+----------------------------------------+ -|padmelon_io.jpg | Back panel picture | -+----------------------------+----------------------------------------+ -``` - -## Reference - -[Merlin Falcon BKDG][merlinfalcon] - -[merlinfalcon]: ../../../soc/amd/family15h.md -[padmelon]: padmelon.jpg -[padmelon_io]: padmelon_io.jpg diff --git a/Documentation/mainboard/amd/padmelon/padmelon_io.jpg b/Documentation/mainboard/amd/padmelon/padmelon_io.jpg deleted file mode 100644 index ed715d4577ad..000000000000 Binary files a/Documentation/mainboard/amd/padmelon/padmelon_io.jpg and /dev/null differ -- cgit v1.2.3