This brings the kernels to the latest versions, also pulling an update of the RPi4 firmware.
And then this adds support for the Siemenas SIMATIC IPC127E industrial PC, so far only in its smallest configuration consisting of 2 cores. Once I get hold of its 4-core variant, this will probably be updated. That update would also allow to enable cache partitioning which is pointless so far as the 2 cores have exclusive L2 instances. Jan CC: Jan Kiszka <[email protected]> Jan Kiszka (13): linux-jailhouse-rpi: Prepare for new bootloader firmware arm-trusted-firmware: Add RPi4 patches to skip UART initialization rpi-firmware: Update to 1.20290212 linux-jailhouse: Update to 5.4.31, 5.4.28-rt19, 5.4.29-rpi rpi-firmware*: Add some missing license headers jailhouse: Refresh nuc6cay configs linux-jailhouse: Enable USB WIFI adapters in amd64 kernel jailhouse: Prepare for adding more recipe-shipped configs jailhouse: Add support for SIMATIC IPC127E customizations: Add SIMATIC IPC127E support Hook up SIMATIC IPC127E support README: Add SIMATIC IPC127E support Update Isar revision README.md | 14 +- conf/machine/ipc127e.conf | 15 + conf/machine/rpi4.conf | 2 +- conf/multiconfig/ipc127e-jailhouse-demo.conf | 14 + images.list | 1 + kas.yml | 2 +- .../arm-trusted-firmware_2.2.inc | 4 +- ...16550-Prepare-for-skipping-initialisation.patch | 127 ++++ .../0002-plat-rpi4-Skip-UART-initialisation.patch | 109 +++ ...03-rpi3-4-Add-support-for-offlining-CPUs.patch} | 5 +- .../rpi-firmware-brcm80211.bb | 11 + ...re_1.20190925.bb => rpi-firmware_1.20200212.bb} | 13 +- .../customizations/files/.bash_history-ipc127e | 13 + recipes-core/customizations/files/ethernet | 4 + recipes-core/customizations/files/postinst-ipc127e | 1 + ...x86-Add-LED-blinking-support-to-apic-demo.patch | 58 ++ .../jailhouse/files/apic-ipc127e-demo.c | 84 +++ .../jailhouse/files/{nuc6cay.c => ipc127e.c} | 806 +++++++-------------- .../{linux-nuc6cay-demo.c => linux-ipc127e-demo.c} | 10 +- .../jailhouse/files/linux-nuc6cay-demo.c | 2 - recipes-jailhouse/jailhouse/files/nuc6cay.c | 4 +- recipes-jailhouse/jailhouse/jailhouse.inc | 16 +- recipes-jailhouse/jailhouse/jailhouse_0.12.bb | 12 +- recipes-kernel/linux/files/amd64_defconfig_5.4 | 38 +- recipes-kernel/linux/files/rpi4_defconfig_5.4 | 11 +- ...rpi_5.4.16.bb => linux-jailhouse-rpi_5.4.29.bb} | 4 +- ...17-rt9.bb => linux-jailhouse-rt_5.4.28-rt19.bb} | 4 +- ...ilhouse_5.4.17.bb => linux-jailhouse_5.4.31.bb} | 4 +- wic/ipc127e.wks | 16 + 29 files changed, 810 insertions(+), 594 deletions(-) create mode 100644 conf/machine/ipc127e.conf create mode 100644 conf/multiconfig/ipc127e-jailhouse-demo.conf create mode 100644 recipes-bsp/arm-trusted-firmware/files/0001-console-16550-Prepare-for-skipping-initialisation.patch create mode 100644 recipes-bsp/arm-trusted-firmware/files/0002-plat-rpi4-Skip-UART-initialisation.patch rename recipes-bsp/arm-trusted-firmware/files/{0001-rpi3-4-Add-support-for-offlining-CPUs.patch => 0003-rpi3-4-Add-support-for-offlining-CPUs.patch} (89%) rename recipes-bsp/rpi-firmware/{rpi-firmware_1.20190925.bb => rpi-firmware_1.20200212.bb} (76%) create mode 100644 recipes-core/customizations/files/.bash_history-ipc127e create mode 100644 recipes-core/customizations/files/postinst-ipc127e create mode 100644 recipes-jailhouse/jailhouse/files/0001-inmates-x86-Add-LED-blinking-support-to-apic-demo.patch create mode 100644 recipes-jailhouse/jailhouse/files/apic-ipc127e-demo.c copy recipes-jailhouse/jailhouse/files/{nuc6cay.c => ipc127e.c} (55%) copy recipes-jailhouse/jailhouse/files/{linux-nuc6cay-demo.c => linux-ipc127e-demo.c} (93%) rename recipes-kernel/linux/{linux-jailhouse-rpi_5.4.16.bb => linux-jailhouse-rpi_5.4.29.bb} (62%) rename recipes-kernel/linux/{linux-jailhouse-rt_5.4.17-rt9.bb => linux-jailhouse-rt_5.4.28-rt19.bb} (65%) rename recipes-kernel/linux/{linux-jailhouse_5.4.17.bb => linux-jailhouse_5.4.31.bb} (62%) create mode 100644 wic/ipc127e.wks -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/cover.1586760835.git.jan.kiszka%40web.de.
