summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a_noneon/config/images/vexpress-nor.config
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a_noneon/config/images/vexpress-nor.config')
-rw-r--r--configs/platform-v7a_noneon/config/images/vexpress-nor.config27
1 files changed, 27 insertions, 0 deletions
diff --git a/configs/platform-v7a_noneon/config/images/vexpress-nor.config b/configs/platform-v7a_noneon/config/images/vexpress-nor.config
new file mode 100644
index 0000000..58bbbfc
--- /dev/null
+++ b/configs/platform-v7a_noneon/config/images/vexpress-nor.config
@@ -0,0 +1,27 @@
+image @IMAGE@ {
+ /* Note: qemu will complain if the SD card size is not a power of two */
+ size = 64M
+ hdimage {
+ partition-table-type = none
+ fill = true
+ }
+ partition barebox {
+ image = barebox-vexpress-ca9.img
+ offset = 0
+ in-partition-table = false
+ }
+ partition barebox-environment {
+ /* empty environment -> use barebox builtin */
+ image = barebox-zero-env-vexpress
+ offset = 512K
+ in-partition-table = false
+ }
+ partition barebox-state {
+ image = /dev/null
+ offset = 1M
+ in-partition-table = false
+ size = 1M
+ }
+}
+
+/* vim: set tabstop=8 noexpandtab : */