Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
build-system
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
certo
build-system
Commits
16e5d589
Commit
16e5d589
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added definitions for Core 2 Duo E6700, MSI MAG X570, Orange Pi 3 LTS aaND QEMU Zen2
parent
63498f86
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
108 additions
and
0 deletions
+108
-0
machines/CORE2DUO-E6700/definition.xml
machines/CORE2DUO-E6700/definition.xml
+27
-0
machines/MSI-MAG-X570/definition.xml
machines/MSI-MAG-X570/definition.xml
+27
-0
machines/ORANGE-PI-3-LTS/definition.xml
machines/ORANGE-PI-3-LTS/definition.xml
+27
-0
machines/QEMU-ZEN2/definition.xml
machines/QEMU-ZEN2/definition.xml
+27
-0
No files found.
machines/CORE2DUO-E6700/definition.xml
0 → 100644
View file @
16e5d589
<project
name=
"Intel Core 2 Duo E6700 machine definition"
>
<property
name=
"PRETTY_NAME"
value=
"${ant.project.name} for Intel Core 2 Duo E6700"
/>
<property
name=
"CLFS_TARGET"
value=
"x86_64-CORE2DUO_E6700-linux-gnu"
/>
<property
name=
"ARCH"
value=
"x86_64"
/>
<property
name=
"GCC_CROSS_CONFIG"
value=
"--with-arch=core2 --with-tune=core2"
/>
<property
name=
"GCC_CONFIG"
value=
"${GCC_CROSS_CONFIG}"
/>
<property
name=
"CONSOLE"
value=
"ttyS0"
/>
<property
name=
"DISK_LABEL"
value=
"mbr"
/>
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"core2duo-e6700"
/>
<property
name=
"DEVICE_TYPE"
value=
"CORE2DUOE6700"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"RUNTIME_WATCHDOG"
value=
"16s"
/>
<target
name=
"run-system-core2duo-e6700"
>
<antcall
target=
"run-system-core2duo"
/>
</target>
<target
name=
"run-system-with-secondary-core2duo-e6700"
>
<antcall
target=
"run-system-with-secondary-core2duo"
/>
</target>
</project>
machines/MSI-MAG-X570/definition.xml
0 → 100644
View file @
16e5d589
<project
name=
"MSI MAG X570 TOMAHAWK WIFI machine definition"
>
<property
name=
"PRETTY_NAME"
value=
"${ant.project.name} for MSI MAG X570 TOMAHAWK WIFI with AMD Ryzen 9 5950X"
/>
<property
name=
"CLFS_TARGET"
value=
"x86_64-MSI_MAG_X570-linux-gnu"
/>
<property
name=
"ARCH"
value=
"x86_64"
/>
<property
name=
"GCC_CROSS_CONFIG"
value=
"--with-arch=znver3 --with-tune=znver3"
/>
<property
name=
"GCC_CONFIG"
value=
"${GCC_CROSS_CONFIG}"
/>
<property
name=
"CONSOLE"
value=
"ttyS0"
/>
<property
name=
"DISK_LABEL"
value=
"gpt"
/>
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"msi-mag-x570"
/>
<property
name=
"DEVICE_TYPE"
value=
"MSIMAGX570"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"RUNTIME_WATCHDOG"
value=
"16s"
/>
<target
name=
"run-system-msi-mag-x570"
>
<antcall
target=
"run-system-zen2"
/>
</target>
<target
name=
"run-system-with-secondary-msi-mag-x570"
>
<antcall
target=
"run-system-with-secondary-zen3"
/>
</target>
</project>
machines/ORANGE-PI-3-LTS/definition.xml
0 → 100644
View file @
16e5d589
<project
name=
"Orange Pi 3 LTS machine definition"
>
<property
name=
"PRETTY_NAME"
value=
"${ant.project.name} for Orange Pi 3 LTS"
/>
<property
name=
"CLFS_TARGET"
value=
"aarch64-allwinner-linux-gnueabi"
/>
<property
name=
"ARCH"
value=
"arm64"
/>
<property
name=
"GCC_CROSS_CONFIG"
value=
"--with-arch=armv8-a+crc+crypto --with-cpu=cortex-a53"
/>
<property
name=
"GCC_CONFIG"
value=
"${GCC_CROSS_CONFIG}"
/>
<property
name=
"CONSOLE"
value=
"ttyAMA0"
/>
<property
name=
"DISK_LABEL"
value=
"mbr"
/>
<property
name=
"ROOT_DEVICE"
value=
"mmcblk0"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}p"
/>
<property
name=
"SECONDARY"
value=
"mmcblk1p"
/>
<property
name=
"BOARD"
value=
"orange-pi-3-lts"
/>
<property
name=
"DEVICE_TYPE"
value=
"OrangePi3LTS"
/>
<property
name=
"GOARCH"
value=
"arm64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"15s"
/>
<property
name=
"RUNTIME_WATCHDOG"
value=
"15s"
/>
<target
name=
"run-system-orange-pi-3-lts"
>
<antcall
target=
"run-system-armv8"
/>
</target>
<target
name=
"run-system-with-secondary-orange-pi-3-lts"
>
<antcall
target=
"run-system-with-secondary-armv8"
/>
</target>
</project>
machines/QEMU-ZEN2/definition.xml
0 → 100644
View file @
16e5d589
<project
name=
"QEMU Zen2 machine definition"
>
<property
name=
"PRETTY_NAME"
value=
"${ant.project.name} for QEMU Zen2"
/>
<property
name=
"CLFS_TARGET"
value=
"x86_64-zen2-linux-gnu"
/>
<property
name=
"ARCH"
value=
"x86_64"
/>
<property
name=
"GCC_CROSS_CONFIG"
value=
"--with-arch=znver2 --with-tune=znver2"
/>
<property
name=
"GCC_CONFIG"
value=
"${GCC_CROSS_CONFIG}"
/>
<property
name=
"CONSOLE"
value=
"ttyS0"
/>
<property
name=
"DISK_LABEL"
value=
"mbr"
/>
<property
name=
"ROOT_DEVICE"
value=
"sda"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"qemu-zen2"
/>
<property
name=
"DEVICE_TYPE"
value=
"ZEN2"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"RUNTIME_WATCHDOG"
value=
"16s"
/>
<target
name=
"run-system-qemu-zen2"
>
<antcall
target=
"run-system-zen2"
/>
</target>
<target
name=
"run-system-with-secondary-qemu-zen2"
>
<antcall
target=
"run-system-with-secondary-zen2"
/>
</target>
</project>
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