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
9fcb0bb6
Commit
9fcb0bb6
authored
Mar 28, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for x5-z8330
parent
2b007021
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
common.xml
common.xml
+14
-0
machines/X5-Z8330/definition.xml
machines/X5-Z8330/definition.xml
+29
-0
No files found.
common.xml
View file @
9fcb0bb6
...
...
@@ -351,6 +351,20 @@
</exec>
</target>
<target
name=
"run-system-silvermont"
>
<exec
executable=
"qemu-system-x86_64"
>
<env
key=
"QEMU_AUDIO_DRV"
value=
"none"
/>
<arg
line=
" -kernel ${builddir}/boot/vmlinuz -cpu Denverton-v1,-avx,-avx2,f16c ${ENABLE_KVM_X86_64} -m 1024 -M pc -no-reboot -append "console=${CONSOLE} root=/dev/${DISK}2 rootwait panic=1 rootfstype=ext4 rootflags=discard rw systemd.unit=rescue.target net.ifnames=0" -device virtio-scsi-pci -drive format=raw,file=${builddir}/disk.img,if=none,id=disk,cache=writeback,discard=unmap -device scsi-hd,drive=disk -device virtio-rng-pci -nographic"
/>
</exec>
</target>
<target
name=
"run-system-with-secondary-silvermont"
>
<exec
executable=
"qemu-system-x86_64"
>
<env
key=
"QEMU_AUDIO_DRV"
value=
"none"
/>
<arg
line=
" -kernel ${builddir}/boot/vmlinuz -cpu Denverton-v1,-avx,-avx2,f16c ${ENABLE_KVM_X86_64} -m 1024 -M pc -no-reboot -append "console=${CONSOLE} root=/dev/${DISK}2 rootwait panic=1 rootfstype=ext4 rootflags=discard rw systemd.unit=rescue.target net.ifnames=0" -device virtio-scsi-pci -drive format=raw,file=${builddir}/disk.img,if=none,id=disk,cache=writeback,discard=unmap -device scsi-hd,drive=disk -device virtio-scsi-pci -drive format=raw,file=${builddir}/secondary.img,if=none,id=secondary,cache=writeback,discard=unmap -device scsi-hd,drive=secondary -device virtio-rng-pci -nographic"
/>
</exec>
</target>
<target
name=
"run-system-phenom"
>
<exec
executable=
"qemu-system-x86_64"
>
<env
key=
"QEMU_AUDIO_DRV"
value=
"none"
/>
...
...
machines/X5-Z8330/definition.xml
0 → 100644
View file @
9fcb0bb6
<project
name=
"Intel x5-Z8330 machine definition"
>
<property
name=
"PRETTY_NAME"
value=
"${ant.project.name} for Intel x5-Z8330"
/>
<property
name=
"CLFS_TARGET"
value=
"x86_64-x5_z8330-linux-gnu"
/>
<property
name=
"ARCH"
value=
"x86_64"
/>
<property
name=
"GCC_CROSS_CONFIG"
value=
"--with-arch=silvermont --with-tune=silvermont --with-fpmath=sse"
/>
<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=
"BOOT_DEVICE"
value=
"${ROOT_DEVICE}"
/>
<property
name=
"BOOT_DISK"
value=
"${BOOT_DEVICE}"
/>
<property
name=
"SECONDARY"
value=
"sdb"
/>
<property
name=
"BOARD"
value=
"x5-z8330"
/>
<property
name=
"DEVICE_TYPE"
value=
"X5Z8330"
/>
<property
name=
"GOARCH"
value=
"amd64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"RUNTIME_WATCHDOG"
value=
"16s"
/>
<target
name=
"run-system-x5-z8330"
>
<antcall
target=
"run-system-silvermont"
/>
</target>
<target
name=
"run-system-with-secondary-x5-z8330"
>
<antcall
target=
"run-system-with-secondary-silvermont"
/>
</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