summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-beaglebone/platforms')
-rw-r--r--configs/platform-beaglebone/platforms/barebox-rpi2.in7
-rw-r--r--configs/platform-beaglebone/platforms/blspec-rpi2.in5
-rw-r--r--configs/platform-beaglebone/platforms/image-boot-vfat.in22
3 files changed, 34 insertions, 0 deletions
diff --git a/configs/platform-beaglebone/platforms/barebox-rpi2.in b/configs/platform-beaglebone/platforms/barebox-rpi2.in
new file mode 100644
index 0000000..d4026ab
--- /dev/null
+++ b/configs/platform-beaglebone/platforms/barebox-rpi2.in
@@ -0,0 +1,7 @@
+## SECTION=bootloader
+
+config BAREBOX_RPI2
+ tristate
+ prompt "Barebox (rpi2)"
+ help
+ Raspberry Pi 2 support for barebox.
diff --git a/configs/platform-beaglebone/platforms/blspec-rpi2.in b/configs/platform-beaglebone/platforms/blspec-rpi2.in
new file mode 100644
index 0000000..e5b0952
--- /dev/null
+++ b/configs/platform-beaglebone/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-beaglebone/platforms/image-boot-vfat.in b/configs/platform-beaglebone/platforms/image-boot-vfat.in
new file mode 100644
index 0000000..6ac5dd9
--- /dev/null
+++ b/configs/platform-beaglebone/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