
4 Mar
2022
4 Mar
'22
8:50 a.m.
On 3/2/22 11:49, Pali Rohár wrote:
Public documents about BootROM of some Marvell SoCs are available in the public Web Archive. Put this information into source code.
Signed-off-by: Pali Rohár pali@kernel.org
Reviewed-by: Stefan Roese sr@denx.de Tested-by: Stefan Roese sr@denx.de
Thanks, Stefan
tools/kwboot.c | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-)
diff --git a/tools/kwboot.c b/tools/kwboot.c index cd1879246a85..69d1be0f4823 100644 --- a/tools/kwboot.c +++ b/tools/kwboot.c @@ -7,9 +7,34 @@
- (c) 2021 Pali Rohár pali@kernel.org
- (c) 2021 Marek Behún marek.behun@nic.cz
- References: marvell.com, "88F6180, 88F6190, 88F6192, and 88F6281
- Integrated Controller: Functional Specifications" December 2,
- Chapter 24.2 "BootROM Firmware".
- References:
- "88F6180, 88F6190, 88F6192, and 88F6281: Integrated Controller: Functional
- Specifications" December 2, 2008. Chapter 24.2 "BootROM Firmware".
- "88AP510: High-Performance SoC with Integrated CPU, 2D/3D Graphics
- Processor, and High-Definition Video Decoder: Functional Specifications"
- August 3, 2011. Chapter 5 "BootROM Firmware"
- "88F6710, 88F6707, and 88F6W11: ARMADA(R) 370 SoC: Functional Specifications"
- May 26, 2014. Chapter 6 "BootROM Firmware".
- "MV78230, MV78260, and MV78460: ARMADA(R) XP Family of Highly Integrated
- Multi-Core ARMv7 Based SoC Processors: Functional Specifications"
- May 29, 2014. Chapter 6 "BootROM Firmware".
- "ARMADA(R) 375 Value-Performance Dual Core CPU System on Chip: Functional
- Specifications" Doc. No. MV-S109377-00, Rev. A. September 18, 2013.
- Chapter 7 "Boot Sequence"
- CONFIDENTIAL, no public documentation available
- "88F6810, 88F6811, 88F6821, 88F6W21, 88F6820, and 88F6828: ARMADA(R) 38x
- Family High-Performance Single/Dual CPU System on Chip: Functional
- Specifications" Doc. No. MV-S109094-00, Rev. C. August 2, 2015.
- Chapter 7 "Boot Flow"
- CONFIDENTIAL, no public documentation available
- "88F6920, 88F6925 and 88F6928: ARMADA(R) 39x High-Performance Dual Core CPU
- System on Chip Functional Specifications" Doc. No. MV-S109896-00, Rev. B.
- December 22, 2015. Chapter 7 "Boot Flow"
- CONFIDENTIAL, no public documentation available
*/
#include "kwbimage.h"
Viele Grüße, Stefan Roese
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de