Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xen, raspberrypi: bugfix early boot messages: use earlycon=xenboot | Christopher Clark | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | Replaces the prior use of earlyprintk which is an x86-specific option. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | xen, raspberry pi: add dynamic-layer for Xen configuration for Rpi4 | Christopher Clark | 2020-07-06 | 1 | -0/+49 |
A Xen-specific u-boot script is needed for launching Xen, and the GIC (interrupt controller) needs to be enabled. Since this is both Xen-specific and Raspberry Pi-specific, use a dynamic layer to conditionally enable the recipes when both meta-virtualization and meta-raspberrypi are in use together. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |