aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi0.conf
AgeCommit message (Collapse)Author
2018-11-07machines: Drop VC4_CMA_SIZEKhem Raj
setting cma is not required with latest vc4 driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-16machines: use new format for SERIAL_CONSOLESHugo Hromic
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>
2018-08-16machines: Replace obsolete SERIAL_CONSOLE with SERIAL_CONSOLESKhem Raj
Fix #302 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-05-16raspberrypi0.conf: make SERIAL_CONSOLE overridable from outsideGianfranco Costamagna
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>
2017-01-20raspberrypi*.conf: Minor tweaksAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2016-09-21raspberrypi0.conf: set the default value of VC4_CMA_SIZE to support vc4graphicsHerve Jourdain
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
2016-04-21raspberrypi*.conf: Serial console definition splitTrevor Woerner
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>
2016-01-11raspberrypi0.conf: Add machine configuration for Raspberry Pi ZeroAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>