summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi0.conf
Commit message (Collapse)AuthorAgeFilesLines
* machines: Drop VC4_CMA_SIZEKhem Raj2018-11-071-1/+0
| | | | | | setting cma is not required with latest vc4 driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
* machines: use new format for SERIAL_CONSOLESHugo Hromic2018-08-161-1/+1
| | | | | | | | | | | | | | From the documentation: SERIAL_CONSOLES - Provide a value that specifies the baud rate followed by the TTY device name separated by a semicolon. Use spaces to separate multiple devices Fixes build error of `systemd-serialgetty` after recent commit 8218bec. See: <https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-SERIAL_CONSOLES> Signed-off-by: Hugo Hromic <hhromic@gmail.com>
* machines: Replace obsolete SERIAL_CONSOLE with SERIAL_CONSOLESKhem Raj2018-08-161-1/+1
| | | | | | Fix #302 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raspberrypi0.conf: make SERIAL_CONSOLE overridable from outsideGianfranco Costamagna2017-05-161-1/+1
| | | | | | | | currently there is no way to override the default SERIAL_CONSOLE, this variable needs to be set only if the developer didn't set it already from another layer. Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
* raspberrypi*.conf: Minor tweaksAndrei Gherzan2017-01-201-1/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi0.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>
* raspberrypi0.conf: Add machine configuration for Raspberry Pi ZeroAndrei Gherzan2016-01-111-0/+6
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>