summaryrefslogtreecommitdiffstats
path: root/utils/hooks/20-set-stdout
Commit message (Collapse)AuthorAgeFilesLines
* hooks/set-stdout: move hook to after automatic stdout settingsv1.2.2Jeremy Kerr2016-08-081-23/+0
| | | | | | | | | | If a console is defined in NVRAM, we want it to take precedence over anything that 30-add-offb calculates automatically. This change shifts the 20-set-stdout script to later in the hook processing, so that it will override any automatic settings. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* utils: Add boot hook to set stdout property on DT machinesJeremy Kerr2014-01-151-0/+23
On machines that use device-tree boot, they'll often set an early console, defined by the linux,stdout property in the /chosen/ device tree node. This hook adds a facility for petitboot to set this, based on an NVRAM setting.
OpenPOWER on IntegriCloud