mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
powerpc/p5040: enable PBL tool support
Provided a default RCW for P5040, then it can use PBL to build ramboot image. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
f41388159a
commit
94025b1cd8
2 changed files with 13 additions and 0 deletions
11
board/freescale/corenet_ds/rcw_p5040ds.cfg
Normal file
11
board/freescale/corenet_ds/rcw_p5040ds.cfg
Normal file
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Default RCW for P5040DS.
|
||||
#
|
||||
|
||||
#PBL preamble and RCW header
|
||||
aa55aa55 010e0100
|
||||
#64 bytes RCW data
|
||||
0c580000 00000000 22121200 00000000
|
||||
089c4400 00283000 58000000 61000000
|
||||
00000000 00000000 00000000 10070000
|
||||
00000000 00000000 00000000 00000000
|
|
@ -38,6 +38,8 @@
|
|||
#define CONFIG_PBLRCW_CONFIG $(SRCTREE)/board/freescale/corenet_ds/rcw_p4080ds.cfg
|
||||
#elif defined(CONFIG_P5020DS)
|
||||
#define CONFIG_PBLRCW_CONFIG $(SRCTREE)/board/freescale/corenet_ds/rcw_p5020ds.cfg
|
||||
#elif defined(CONFIG_P5040DS)
|
||||
#define CONFIG_PBLRCW_CONFIG $(SRCTREE)/board/freescale/corenet_ds/rcw_p5040ds.cfg
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue