summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi3.conf
Commit message (Collapse)AuthorAgeFilesLines
* raspberrypi3.conf: Use a stand alone machine configurationAndrei Gherzan2017-04-211-3/+6
| | | | | | | As well make all the variables assigned in a way that they can be overwritten so we can give maximum flexibility to distros. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* u-boot: Fix boot on rpi3Paul Barker2017-02-161-0/+1
| | | | | | | U-boot configured with 'rpi_2_config' does not boot on a RaspberryPi 3. Instead we need to configure with 'rpi_3_32b_config'. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* raspberrypi*.conf: Minor tweaksAndrei Gherzan2017-01-201-3/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi3.conf: fix typo for BCM43430piotr.lewicki2016-11-161-1/+1
| | | | Signed-off-by: Piotr Lewicki <piotr.lewicki@elfin.de>
* raspberrypi3.conf: set the default value of VC4_CMA_SIZE to support vc4graphicsHerve Jourdain2016-09-211-0/+2
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* raspberrypi*.conf: Serial console definition splitTrevor Woerner2016-04-211-0/+2
| | | | | | | | The latest raspberrypi3 puts its console on ttyS0 instead of ttyAMA0 (like all the preceding boards). Therefore pull this definition out of the common include file and add it separately for each MACHINE. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
* raspberrypi3.conf: Create machine configuration for Raspberrypi 3Theodor Gherzan2016-03-101-0/+9
Signed-off-by: Theodor Gherzan <theodor@resin.io>