summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-07-26 22:16:06 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2016-07-26 22:16:06 +0200
commit49292bd74f73a260927b7f3f42548e4ee4407237 (patch)
tree3e89c3b02b9d8d9e1114f8f860afb9a1109cc373 /configs/platform-v7a/platforms
parentdd2c39349c6e0358cb5dc463cd02e63b0902bcf2 (diff)
downloadDistroKit-49292bd74f73a260927b7f3f42548e4ee4407237.tar.gz
DistroKit-49292bd74f73a260927b7f3f42548e4ee4407237.tar.xz
platform-beaglebone: rename to platform-v7a
In the meantime, in addition to beaglebone, this platform supports the other ARMv7 based boards (rpi2, vexpress), so rename it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/platforms')
-rw-r--r--configs/platform-v7a/platforms/barebox-rpi2.in20
-rw-r--r--configs/platform-v7a/platforms/barebox_mlo.in45
-rw-r--r--configs/platform-v7a/platforms/blspec-boneblack.in5
-rw-r--r--configs/platform-v7a/platforms/blspec-bonewhite.in5
-rw-r--r--configs/platform-v7a/platforms/blspec-rpi2.in5
-rw-r--r--configs/platform-v7a/platforms/image-boot-vfat.in22
6 files changed, 102 insertions, 0 deletions
diff --git a/configs/platform-v7a/platforms/barebox-rpi2.in b/configs/platform-v7a/platforms/barebox-rpi2.in
new file mode 100644
index 0000000..c72762c
--- /dev/null
+++ b/configs/platform-v7a/platforms/barebox-rpi2.in
@@ -0,0 +1,20 @@
+## SECTION=bootloader
+
+menuconfig BAREBOX_RPI2
+ tristate
+ prompt "Barebox (rpi2)"
+ select HOST_LZOP if BAREBOX_RPI2_NEEDS_HOST_LZOP
+ help
+ Raspberry Pi 2 support for barebox.
+
+if BAREBOX_RPI2
+
+config BAREBOX_RPI2_NEEDS_HOST_LZOP
+ prompt "barebox rpi2 needs lzop"
+ bool
+ help
+ The barebox rpi2 can be compressed. Select this if lzop
+ is used in order to compile lzop for your development
+ host.
+
+endif
diff --git a/configs/platform-v7a/platforms/barebox_mlo.in b/configs/platform-v7a/platforms/barebox_mlo.in
new file mode 100644
index 0000000..184aa52
--- /dev/null
+++ b/configs/platform-v7a/platforms/barebox_mlo.in
@@ -0,0 +1,45 @@
+## SECTION=bootloader
+
+menuconfig BAREBOX_MLO
+ prompt "barebox mlo "
+ select HOST_LZOP if BAREBOX_MLO_NEEDS_HOST_LZOP
+ bool
+ help
+ Build mlo from barebox sources.
+
+if BAREBOX_MLO
+
+config BAREBOX_MLO_VERSION
+ prompt "barebox version" if !BAREBOX
+ string
+ default "${PTXCONF_BAREBOX_VERSION}" if BAREBOX
+ default "2014.01.0" if !BAREBOX
+
+config BAREBOX_MLO_MD5
+ prompt "barebox source md5sum" if !BAREBOX
+ string
+ default "${PTXCONF_BAREBOX_MD5}" if BAREBOX
+
+config BAREBOX_MLO_ARCH_STRING
+ string
+ default "arm" if ARCH_ARM
+ default "blackfin" if ARCH_BLACKFIN
+ default "ppc" if ARCH_PPC
+ default "x86" if ARCH_X86
+
+config BAREBOX_MLO_CONFIG
+ prompt "mlo config file"
+ string
+ default "barebox_mlo.config"
+ help
+ This entry specifies the .config file used to compile mlo.
+
+config BAREBOX_MLO_NEEDS_HOST_LZOP
+ prompt "barebox mlo needs lzop"
+ bool
+ help
+ The barebox mlo dtb's can be compressed. Select this if
+ lzop is used in order to compile lzop for your development
+ host.
+
+endif
diff --git a/configs/platform-v7a/platforms/blspec-boneblack.in b/configs/platform-v7a/platforms/blspec-boneblack.in
new file mode 100644
index 0000000..a4eda10
--- /dev/null
+++ b/configs/platform-v7a/platforms/blspec-boneblack.in
@@ -0,0 +1,5 @@
+## SECTION=blspec
+
+config BLSPEC_BONEBLACK
+ tristate
+ prompt "/loader/entries/boneblack.conf bootloader spec entry"
diff --git a/configs/platform-v7a/platforms/blspec-bonewhite.in b/configs/platform-v7a/platforms/blspec-bonewhite.in
new file mode 100644
index 0000000..8408cd8
--- /dev/null
+++ b/configs/platform-v7a/platforms/blspec-bonewhite.in
@@ -0,0 +1,5 @@
+## SECTION=blspec
+
+config BLSPEC_BONEWHITE
+ tristate
+ prompt "/loader/entries/bonewhite.conf bootloader spec entry"
diff --git a/configs/platform-v7a/platforms/blspec-rpi2.in b/configs/platform-v7a/platforms/blspec-rpi2.in
new file mode 100644
index 0000000..e5b0952
--- /dev/null
+++ b/configs/platform-v7a/platforms/blspec-rpi2.in
@@ -0,0 +1,5 @@
+## SECTION=blspec
+
+config BLSPEC_RPI2
+ tristate
+ prompt "/loader/entries/rpi2.conf bootloader spec entry"
diff --git a/configs/platform-v7a/platforms/image-boot-vfat.in b/configs/platform-v7a/platforms/image-boot-vfat.in
new file mode 100644
index 0000000..6ac5dd9
--- /dev/null
+++ b/configs/platform-v7a/platforms/image-boot-vfat.in
@@ -0,0 +1,22 @@
+## SECTION=image2
+
+config IMAGE_BOOT_VFAT
+ tristate
+ select HOST_GENIMAGE
+ select HOST_MTOOLS
+ select HOST_DOSFSTOOLS
+ select KERNEL
+ prompt "Generate image/boot.vfat"
+ help
+ FIXME
+
+if IMAGE_BOOT_VFAT
+
+config IMAGE_BOOT_VFAT_GPU_MEM
+ int
+ default 64
+ prompt "GPU memory"
+ help
+ GPU memory in megabyte. Sets the memory split between the ARM
+ and GPU. ARM gets the remaining memory. Min 16.
+endif