mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-12 07:58:47 +00:00
Implement bulding and packing all different boot firmware for Espressobin, bump u-boot and ATF sources to latest version 18.09
This commit is contained in:
parent
89c33218e5
commit
fa88e5c2aa
7 changed files with 110 additions and 46 deletions
22
packages/blobs/espressobin/DDR_TOPOLOGY_2-1g.txt
Normal file
22
packages/blobs/espressobin/DDR_TOPOLOGY_2-1g.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# This file is the input for A3700 DDR porting tool,
|
||||
# each item is one parameter for DDR topology, which will be parsed by
|
||||
# DDR tool and generate DDR register list accordingly.
|
||||
# Supported Marvell boards:
|
||||
# DDR3 2CS : EspressoBIN (1GB)
|
||||
#
|
||||
|
||||
#DDR3
|
||||
ddr_type=0
|
||||
|
||||
#2CS
|
||||
ddr_cs_mask=3
|
||||
|
||||
#DDR3_1600K
|
||||
ddr_speedbin_index=12
|
||||
|
||||
#16BIT
|
||||
ddr_bus_width_index=2
|
||||
|
||||
#4Gbits (512MB)
|
||||
ddr_mem_size_index=3
|
22
packages/blobs/espressobin/DDR_TOPOLOGY_2-2g.txt
Normal file
22
packages/blobs/espressobin/DDR_TOPOLOGY_2-2g.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# This file is the input for A3700 DDR porting tool,
|
||||
# each item is one parameter for DDR topology, which will be parsed by
|
||||
# DDR tool and generate DDR register list accordingly.
|
||||
# Supported Marvell boards:
|
||||
# DDR3 2CS : EspressoBIN (2GB)
|
||||
#
|
||||
|
||||
#DDR3
|
||||
ddr_type=0
|
||||
|
||||
#2CS
|
||||
ddr_cs_mask=3
|
||||
|
||||
#DDR3_1600K
|
||||
ddr_speedbin_index=12
|
||||
|
||||
#16BIT
|
||||
ddr_bus_width_index=2
|
||||
|
||||
#8Gbits (1024MB)
|
||||
ddr_mem_size_index=4
|
Loading…
Add table
Add a link
Reference in a new issue