Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | target: Make TARGET_SERIAL independent of GRUB configuration | Hauke Mehrtens | 2023-11-29 |
| | | | | | | | | | | | | | GRUB_SERIAL is also used for the default serial on the target and not only in grub. When no grub was build it was not available and the build fails. Rename GRUB_SERIAL to TARGET_SERIAL and make it always available on x86 and armsr targets. Fixes: #14063 Fixes: b10768476f9d ("x86,armsr: interpolate GRUB_SERIAL into /etc/inittab") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||
* | x86,armsr: interpolate GRUB_SERIAL into /etc/inittab | Philip Prindeville | 2023-11-19 |
Some platforms have their console on other ports than ttyS0, so allow the developer to tailor this on bespoke platform images. Fixes issue #13401. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> |