This primarily brings support for the Avnet Ultra96 board and fixes a
wifi issue on the HiKey after the 4.19 update. The rest are cleanups and
updates of the 4.19 kernel as well as the Isar version.

Jan

Jan Kiszka (19):
  linux-jailhouse: Fixes/workarounds for wl18xx WIFI issues
  linux-jailhouse: Update to 4.19.16 / 4.19.15-rt11
  linux-jailhouse: Set downloadfilename
  linux-jailhouse: arm64: Enhance defconfig for HiKey
  linux-jailhouse: Remove 4.14 recipe
  README: Update HiKey firmware revision
  Update Isar revision
  Move content of out/ into repo base folder
  Move u-boot-script installation into machine conf
  Drop own debian-buster.list
  customizations: Allow local extensions
  u-boot-macchiatobin: Factor out arm-trusted-firmware include
  jailhouse-linux: Add Ultra96 support
  u-boot: Add recipe to build Ultra96 bootloader
  jailhouse: Add Ultra96 patch
  customizations: Add Ultra96 support
  Hook up Marvell Ultra96 support
  README: Add Ultra96 support
  xradio: Update upstream revision and clean up recipe

 .gitignore                                         |    4 +-
 README.md                                          |    9 +-
 build-images.sh                                    |    7 +-
 conf/distro/debian-buster.list                     |    2 -
 conf/machine/espressobin.conf                      |    2 +
 conf/machine/macchiatobin.conf                     |    2 +
 conf/machine/orangepi-zero.conf                    |    2 +-
 conf/machine/ultra96.conf                          |   24 +
 .../ultra96-jailhouse-demo.conf}                   |    6 +-
 images.list                                        |    1 +
 kas.yml                                            |    5 +-
 .../arm-trusted-firmware_1.6.inc                   |   23 +
 ...tools-Fix-broken-object-compilation-rules.patch |    0
 .../files/0001-zynqmp-Downgrade-to-PMUFW-0.3.patch |   32 +
 recipes-bsp/u-boot/files/ultra96-rules             |   41 +
 recipes-bsp/u-boot/files/ultra96.bif               |   18 +
 .../u-boot/u-boot-macchiatobin_2018.09-atf1.6.bb   |   12 +-
 .../u-boot/u-boot-ultra96_2019.01-rc2-atf1.6.bb    |   46 +
 recipes-core/customizations/customizations.bb      |   12 +-
 .../customizations/files/.bash_history-ultra96     |   14 +
 .../customizations/files/postinst-ultra96          |    4 +-
 .../files/0001-configs-Add-Ultra96-board.patch     |  402 ++
 recipes-jailhouse/jailhouse/jailhouse_0.10.bb      |    1 +
 ...cu100-revC-Give-wifi-some-time-after-powe.patch |   38 +
 ...snps-dwmac-mdio-MDIOs-are-automatically-r.patch |   38 -
 ...le-Workaround-for-missing-device-tree-ent.patch |   34 +
 ...dwmac-sun8i-Handle-integrated-external-MD.patch |  514 --
 ...-net-stmmac-sun8i-Restore-the-compatibles.patch |   40 -
 ...-arm-dts-sunxi-h3-h5-Restore-EMAC-changes.patch |   59 -
 ...xi-h3-h5-represent-the-mdio-switch-used-b.patch |   64 -
 ...ARM-dts-sunxi-Restore-EMAC-changes-boards.patch |  315 --
 ...M-dts-orange-pi-zero-Adjust-wifi-settings.patch |   95 -
 ...u-uart-Fix-reporting-of-effective-CSIZE-t.patch |   38 -
 recipes-kernel/linux/files/arm64_defconfig_4.14    | 5266 --------------------
 recipes-kernel/linux/files/arm64_defconfig_4.19    |   36 +-
 .../linux/files/orangepi-zero_defconfig_4.14       | 2918 -----------
 .../linux/files/orangepi-zero_defconfig_4.19       |    3 +-
 recipes-kernel/linux/files/x86-64_defconfig_4.14   | 4274 ----------------
 recipes-kernel/linux/files/x86-64_defconfig_4.19   |    6 +-
 ...1-rt3.bb => linux-jailhouse-rt_4.19.15-rt11.bb} |    4 +-
 recipes-kernel/linux/linux-jailhouse_4.14.73.bb    |   39 -
 ...lhouse_4.19.4.bb => linux-jailhouse_4.19.16.bb} |    4 +-
 recipes-kernel/linux/linux-jailhouse_4.19.inc      |    7 +-
 ...Adjust-wrapping-of-ieee80211_nullfunc_get.patch |   28 -
 .../0002-Makefile-Add-proper-build-targets.patch   |   34 -
 recipes-kernel/xradio/xradio.bb                    |    4 +-
 start-qemu.sh                                      |    2 +-
 wic/ultra96.wks                                    |   16 +
 48 files changed, 756 insertions(+), 13789 deletions(-)
 delete mode 100644 conf/distro/debian-buster.list
 create mode 100644 conf/machine/ultra96.conf
 copy conf/{machine/espressobin.conf => 
multiconfig/ultra96-jailhouse-demo.conf} (64%)
 create mode 100644 
recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.6.inc
 rename recipes-bsp/{u-boot => 
arm-trusted-firmware}/files/0001-tools-Fix-broken-object-compilation-rules.patch
 (100%)
 create mode 100644 
recipes-bsp/u-boot/files/0001-zynqmp-Downgrade-to-PMUFW-0.3.patch
 create mode 100644 recipes-bsp/u-boot/files/ultra96-rules
 create mode 100644 recipes-bsp/u-boot/files/ultra96.bif
 create mode 100644 recipes-bsp/u-boot/u-boot-ultra96_2019.01-rc2-atf1.6.bb
 create mode 100644 recipes-core/customizations/files/.bash_history-ultra96
 copy conf/machine/espressobin.conf => 
recipes-core/customizations/files/postinst-ultra96 (79%)
 create mode 100644 
recipes-jailhouse/jailhouse/files/0001-configs-Add-Ultra96-board.patch
 create mode 100644 
recipes-kernel/linux/files/0001-arm64-dts-zcu100-revC-Give-wifi-some-time-after-powe.patch
 delete mode 100644 
recipes-kernel/linux/files/0001-net-stmmac-snps-dwmac-mdio-MDIOs-are-automatically-r.patch
 create mode 100644 
recipes-kernel/linux/files/0001-pwrseq_simple-Workaround-for-missing-device-tree-ent.patch
 delete mode 100644 
recipes-kernel/linux/files/0002-net-stmmac-dwmac-sun8i-Handle-integrated-external-MD.patch
 delete mode 100644 
recipes-kernel/linux/files/0003-net-stmmac-sun8i-Restore-the-compatibles.patch
 delete mode 100644 
recipes-kernel/linux/files/0004-arm-dts-sunxi-h3-h5-Restore-EMAC-changes.patch
 delete mode 100644 
recipes-kernel/linux/files/0005-ARM-dts-sunxi-h3-h5-represent-the-mdio-switch-used-b.patch
 delete mode 100644 
recipes-kernel/linux/files/0006-ARM-dts-sunxi-Restore-EMAC-changes-boards.patch
 delete mode 100644 
recipes-kernel/linux/files/0007-ARM-dts-orange-pi-zero-Adjust-wifi-settings.patch
 delete mode 100644 
recipes-kernel/linux/files/0008-serial-mvebu-uart-Fix-reporting-of-effective-CSIZE-t.patch
 delete mode 100644 recipes-kernel/linux/files/arm64_defconfig_4.14
 delete mode 100644 recipes-kernel/linux/files/orangepi-zero_defconfig_4.14
 delete mode 100644 recipes-kernel/linux/files/x86-64_defconfig_4.14
 rename recipes-kernel/linux/{linux-jailhouse-rt_4.19.1-rt3.bb => 
linux-jailhouse-rt_4.19.15-rt11.bb} (72%)
 delete mode 100644 recipes-kernel/linux/linux-jailhouse_4.14.73.bb
 rename recipes-kernel/linux/{linux-jailhouse_4.19.4.bb => 
linux-jailhouse_4.19.16.bb} (62%)
 delete mode 100644 
recipes-kernel/xradio/files/0001-Adjust-wrapping-of-ieee80211_nullfunc_get.patch
 delete mode 100644 
recipes-kernel/xradio/files/0002-Makefile-Add-proper-build-targets.patch
 create mode 100644 wic/ultra96.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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to