summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 13:33:45 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:01 +0300
commitb1331fce45b1368398761b9a7a8806928a14cba9 (patch)
tree098cea2f6d9ae4ac681a8d55adfb40beea59bc89 /README
parent384ca9337352417db029ea18f83cc85e8d7c68df (diff)
downloadmeta-raspberrypi-b1331fce45b1368398761b9a7a8806928a14cba9.tar.gz
README: Move RPI_GPU_FIRMWARE instructions to README
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 1a5259b..90ad382 100644
--- a/README
+++ b/README
@@ -78,5 +78,14 @@ Optional - compressed deployed files:
78 SDIMG_ROOTFS_TYPE = "ext3.xz" 78 SDIMG_ROOTFS_TYPE = "ext3.xz"
79*Accommodate the values above to your own needs (ex: ext3 / ext4). 79*Accommodate the values above to your own needs (ex: ext3 / ext4).
80 80
81Optional - GPU firmware:
82
83By default the GPU firmware shipped is arm192. You can overwrite this using the
84variable RPI_GPU_FIRMWARE with one of the values below.
85# arm128 : 128M ARM, 128M GPU split
86# arm192 : 192M ARM, 64M GPU split
87# arm224 : 224M ARM, 32M GPU split
88# arm240 : 240M ARM, 16M GPU split
89
81Layer maintainer: John Willis <John.Willis at distant-earth.com> 90Layer maintainer: John Willis <John.Willis at distant-earth.com>
82 Andrei Gherzan <andrei at gherzan.ro> 91 Andrei Gherzan <andrei at gherzan.ro>