Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lx2160a_build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
lx2160a_build
Commits
4aa488e8
Commit
4aa488e8
authored
Oct 25, 2023
by
Josua Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runm,e: fix download location of ddr-phy-binary
parent
728c8689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
runme.sh
runme.sh
+1
-7
No files found.
runme.sh
View file @
4aa488e8
...
...
@@ -224,7 +224,7 @@ cd $ROOTDIR
###############################################################################
# source code cloning
###############################################################################
QORIQ_COMPONENTS
=
"u-boot atf rcw restool mc-utils linux dpdk cst mdio-proxy-module"
QORIQ_COMPONENTS
=
"u-boot atf
ddr-phy-binary
rcw restool mc-utils linux dpdk cst mdio-proxy-module"
for
i
in
$QORIQ_COMPONENTS
;
do
if
[[
!
-d
$ROOTDIR
/build/
$i
]]
;
then
echo
"Cloning https://github.com/nxp-qoriq/
$i
release
$RELEASE
"
...
...
@@ -249,12 +249,6 @@ for i in $QORIQ_COMPONENTS; do
fi
git clone
$SHALLOW_FLAG
https://github.com/nxp-qoriq/
$i
-b
$CHECKOUT
cd
$i
if
[
"x
$i
"
==
"xatf"
]
;
then
cd
$ROOTDIR
/build/atf/tools/fiptool
git clone
$SHALLOW_FLAG
https://github.com/NXP/ddr-phy-binary.git
make
./fiptool create
--ddr-immem-udimm-1d
ddr-phy-binary/lx2160a/ddr4_pmu_train_imem.bin
--ddr-immem-udimm-2d
ddr-phy-binary/lx2160a/ddr4_2d_pmu_train_imem.bin
--ddr-dmmem-udimm-1d
ddr-phy-binary/lx2160a/ddr4_pmu_train_dmem.bin
--ddr-dmmem-udimm-2d
ddr-phy-binary/lx2160a/ddr4_2d_pmu_train_dmem.bin
--ddr-immem-rdimm-1d
ddr-phy-binary/lx2160a/ddr4_rdimm_pmu_train_imem.bin
--ddr-immem-rdimm-2d
ddr-phy-binary/lx2160a/ddr4_rdimm2d_pmu_train_imem.bin
--ddr-dmmem-rdimm-1d
ddr-phy-binary/lx2160a/ddr4_rdimm_pmu_train_dmem.bin
--ddr-dmmem-rdimm-2d
ddr-phy-binary/lx2160a/ddr4_rdimm2d_pmu_train_dmem.bin fip_ddr_all.bin
fi
if
[[
-d
$ROOTDIR
/patches/
$i
-
$RELEASE
/
]]
;
then
git am
$ROOTDIR
/patches/
$i
-
$RELEASE
/
*
.patch
elif
[[
-d
$ROOTDIR
/patches/
$i
/
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment