Re: [meta-ti] [master][PATCH 00/22] Sync up with Dunfell

2021-11-05 Thread Denys Dmytriyenko
On Thu, Nov 04, 2021 at 09:25:20PM -0500, Siraswar, Yogesh wrote:
> On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote:
> >Ping
> 
> Denys, I did try to apply the series. But there were errors.
> Didn't get chance to look. Will get back tomorrow.

Yogesh,

Can you please share the error details so I can see what's wrong and fix it? 
Thanks!


> >On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:
> >>From: Denys Dmytriyenko 
> >>
> >>Keep master up to date with latest changes in Dunfell, adjust to the new
> >>override syntax.
> >>
> >>Denys Dmytriyenko (1):
> >>   powervr-drivers: teach modules_install to respect "usrmerge" distro
> >> feature
> >>
> >>Hari Nagalla (2):
> >>   ipc: ti-rpmsg-char: Update library to 0.3.1
> >>   ti-rtos-firmware: Update M4F binary for AM64x SoCs
> >>
> >>Nick Saulnier (1):
> >>   pru-icss_git.bb: add AM64x, update to PSSP v6.0.0
> >>
> >>Sinthu Raja (1):
> >>   conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE
> >>
> >>Tom Rini (2):
> >>   conf/machine: k3: Enable grub-efi by default in wic images
> >>   conf: Add extlinux.conf support on some 32bit platforms
> >>
> >>Vignesh Raghavedra (1):
> >>   prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for
> >> AM65x SR2.0
> >>
> >>Yogesh Siraswar (14):
> >>   linux-ti-staging: Update SRCREV to 5.10.65
> >>   linux-ti-staging-rt: Update SRCREV to 5.10.65
> >>   conf: omap-a15: fix the dtb file path for extlinux boot
> >>   conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
> >>   conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
> >>   ti-linux-fw: Support common inc for all firmware
> >>   ti-linux-fw: AUTOREV support for ti-linux-fw
> >>   ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware
> >>   linux-ti-staging: Bump linux version to latest
> >>   linux-ti-staging-rt: Bump linux rt version to latest
> >>   ti-linux-fw: Bump to 08.01.00.001 release
> >>   u-boot-ti-staging: Bump to 08.01.00.001 release
> >>   linux-ti-staging-rt: Bump to 08.01.00.001 release
> >>   linux-ti-staging: Bump to 08.01.00.001 release
> >>
> >>  conf/machine/am57xx-evm.conf   |  6 +-
> >>  conf/machine/dra7xx-evm.conf   |  8 +++
> >>  conf/machine/include/k3.inc|  6 +-
> >>  conf/machine/include/omap-a15.inc  | 13 -
> >>  conf/machine/include/ti33x.inc | 11 +++-
> >>  conf/machine/include/ti43x.inc | 11 +++-
> >>  conf/machine/j7-evm.conf   |  2 +-
> >>  recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++--
> >>  recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++--
> >>  recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +---
> >>  recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +---
> >>  .../ti-img-rogue-driver_1.13.5776728.bb|  2 +-
> >>  .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb  |  4 +-
> >>  recipes-bsp/pru/pru-icss_git.bb| 64 
> >> +-
> >>  recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb   | 11 +---
> >>  recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb   | 11 +---
> >>  recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb  | 10 +---
> >>  recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +---
> >>  recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +---
> >>  recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 
> >>  recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +---
> >>  recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb   | 11 ++--
> >>  recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++--
> >>  recipes-bsp/ti-linux-fw/ti-linux-fw.inc| 43 +++
> >>  recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb  |  2 +-
> >>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc| 32 ---
> >>  recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb |  7 ++-
> >>  recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb|  4 +-
> >>  recipes-kernel/linux/kernel-rdepends.inc   |  2 +-
> >>  recipes-kernel/linux/linux-ti-staging-rt_5.10.bb   |  4 +-
> >>  recipes-kernel/linux/linux-ti-staging_5.10.bb  |  4 +-
> >>  recipes-ti/ipc/ti-rpmsg-char.inc   |  6 +-
> >>  recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb |  8 ++-
> >>  wic/sdimage-2part-efi.wks  |  7 +++
> >>  34 files changed, 258 insertions(+), 151 deletions(-)
> >>  create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb
> >>  create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc
> >>  delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> >>  create mode 100644 wic/sdimage-2part-efi.wks
> >>
> >>-- 
> >>2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14132): 
https://lists.yoctoproject.org/g/meta-ti/message/14132
Mute This Topic: https://lists.yoctoproject.org/mt/86750086/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.or

Re: [meta-ti] [master][PATCH 00/22] Sync up with Dunfell

2021-11-04 Thread Yogesh Siraswar via lists.yoctoproject.org



On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote:

Ping


Denys, I did try to apply the series. But there were errors.
Didn't get chance to look. Will get back tomorrow.



On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:

From: Denys Dmytriyenko 

Keep master up to date with latest changes in Dunfell, adjust to the new
override syntax.

Denys Dmytriyenko (1):
   powervr-drivers: teach modules_install to respect "usrmerge" distro
 feature

Hari Nagalla (2):
   ipc: ti-rpmsg-char: Update library to 0.3.1
   ti-rtos-firmware: Update M4F binary for AM64x SoCs

Nick Saulnier (1):
   pru-icss_git.bb: add AM64x, update to PSSP v6.0.0

Sinthu Raja (1):
   conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE

Tom Rini (2):
   conf/machine: k3: Enable grub-efi by default in wic images
   conf: Add extlinux.conf support on some 32bit platforms

Vignesh Raghavedra (1):
   prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for
 AM65x SR2.0

Yogesh Siraswar (14):
   linux-ti-staging: Update SRCREV to 5.10.65
   linux-ti-staging-rt: Update SRCREV to 5.10.65
   conf: omap-a15: fix the dtb file path for extlinux boot
   conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
   conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
   ti-linux-fw: Support common inc for all firmware
   ti-linux-fw: AUTOREV support for ti-linux-fw
   ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware
   linux-ti-staging: Bump linux version to latest
   linux-ti-staging-rt: Bump linux rt version to latest
   ti-linux-fw: Bump to 08.01.00.001 release
   u-boot-ti-staging: Bump to 08.01.00.001 release
   linux-ti-staging-rt: Bump to 08.01.00.001 release
   linux-ti-staging: Bump to 08.01.00.001 release

  conf/machine/am57xx-evm.conf   |  6 +-
  conf/machine/dra7xx-evm.conf   |  8 +++
  conf/machine/include/k3.inc|  6 +-
  conf/machine/include/omap-a15.inc  | 13 -
  conf/machine/include/ti33x.inc | 11 +++-
  conf/machine/include/ti43x.inc | 11 +++-
  conf/machine/j7-evm.conf   |  2 +-
  recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++--
  recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++--
  recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +---
  recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +---
  .../ti-img-rogue-driver_1.13.5776728.bb|  2 +-
  .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb  |  4 +-
  recipes-bsp/pru/pru-icss_git.bb| 64 +-
  recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb   | 11 +---
  recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb   | 11 +---
  recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb  | 10 +---
  recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +---
  recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +---
  recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 
  recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +---
  recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb   | 11 ++--
  recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++--
  recipes-bsp/ti-linux-fw/ti-linux-fw.inc| 43 +++
  recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb  |  2 +-
  recipes-bsp/ti-sci-fw/ti-sci-fw.inc| 32 ---
  recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb |  7 ++-
  recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb|  4 +-
  recipes-kernel/linux/kernel-rdepends.inc   |  2 +-
  recipes-kernel/linux/linux-ti-staging-rt_5.10.bb   |  4 +-
  recipes-kernel/linux/linux-ti-staging_5.10.bb  |  4 +-
  recipes-ti/ipc/ti-rpmsg-char.inc   |  6 +-
  recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb |  8 ++-
  wic/sdimage-2part-efi.wks  |  7 +++
  34 files changed, 258 insertions(+), 151 deletions(-)
  create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb
  create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc
  delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc
  create mode 100644 wic/sdimage-2part-efi.wks

--
2.7.4






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14130): 
https://lists.yoctoproject.org/g/meta-ti/message/14130
Mute This Topic: https://lists.yoctoproject.org/mt/86750086/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [meta-ti] [master][PATCH 00/22] Sync up with Dunfell

2021-11-04 Thread Denys Dmytriyenko
Ping

On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko 
> 
> Keep master up to date with latest changes in Dunfell, adjust to the new
> override syntax.
> 
> Denys Dmytriyenko (1):
>   powervr-drivers: teach modules_install to respect "usrmerge" distro
> feature
> 
> Hari Nagalla (2):
>   ipc: ti-rpmsg-char: Update library to 0.3.1
>   ti-rtos-firmware: Update M4F binary for AM64x SoCs
> 
> Nick Saulnier (1):
>   pru-icss_git.bb: add AM64x, update to PSSP v6.0.0
> 
> Sinthu Raja (1):
>   conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE
> 
> Tom Rini (2):
>   conf/machine: k3: Enable grub-efi by default in wic images
>   conf: Add extlinux.conf support on some 32bit platforms
> 
> Vignesh Raghavedra (1):
>   prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for
> AM65x SR2.0
> 
> Yogesh Siraswar (14):
>   linux-ti-staging: Update SRCREV to 5.10.65
>   linux-ti-staging-rt: Update SRCREV to 5.10.65
>   conf: omap-a15: fix the dtb file path for extlinux boot
>   conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
>   conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
>   ti-linux-fw: Support common inc for all firmware
>   ti-linux-fw: AUTOREV support for ti-linux-fw
>   ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware
>   linux-ti-staging: Bump linux version to latest
>   linux-ti-staging-rt: Bump linux rt version to latest
>   ti-linux-fw: Bump to 08.01.00.001 release
>   u-boot-ti-staging: Bump to 08.01.00.001 release
>   linux-ti-staging-rt: Bump to 08.01.00.001 release
>   linux-ti-staging: Bump to 08.01.00.001 release
> 
>  conf/machine/am57xx-evm.conf   |  6 +-
>  conf/machine/dra7xx-evm.conf   |  8 +++
>  conf/machine/include/k3.inc|  6 +-
>  conf/machine/include/omap-a15.inc  | 13 -
>  conf/machine/include/ti33x.inc | 11 +++-
>  conf/machine/include/ti43x.inc | 11 +++-
>  conf/machine/j7-evm.conf   |  2 +-
>  recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++--
>  recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++--
>  recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +---
>  recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +---
>  .../ti-img-rogue-driver_1.13.5776728.bb|  2 +-
>  .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb  |  4 +-
>  recipes-bsp/pru/pru-icss_git.bb| 64 
> +-
>  recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb   | 11 +---
>  recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb   | 11 +---
>  recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb  | 10 +---
>  recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +---
>  recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +---
>  recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 
>  recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +---
>  recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb   | 11 ++--
>  recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++--
>  recipes-bsp/ti-linux-fw/ti-linux-fw.inc| 43 +++
>  recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb  |  2 +-
>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc| 32 ---
>  recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb |  7 ++-
>  recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb|  4 +-
>  recipes-kernel/linux/kernel-rdepends.inc   |  2 +-
>  recipes-kernel/linux/linux-ti-staging-rt_5.10.bb   |  4 +-
>  recipes-kernel/linux/linux-ti-staging_5.10.bb  |  4 +-
>  recipes-ti/ipc/ti-rpmsg-char.inc   |  6 +-
>  recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb |  8 ++-
>  wic/sdimage-2part-efi.wks  |  7 +++
>  34 files changed, 258 insertions(+), 151 deletions(-)
>  create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb
>  create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc
>  delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc
>  create mode 100644 wic/sdimage-2part-efi.wks
> 
> -- 
> 2.7.4
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14129): 
https://lists.yoctoproject.org/g/meta-ti/message/14129
Mute This Topic: https://lists.yoctoproject.org/mt/86750086/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[meta-ti] [master][PATCH 00/22] Sync up with Dunfell

2021-11-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko 

Keep master up to date with latest changes in Dunfell, adjust to the new
override syntax.

Denys Dmytriyenko (1):
  powervr-drivers: teach modules_install to respect "usrmerge" distro
feature

Hari Nagalla (2):
  ipc: ti-rpmsg-char: Update library to 0.3.1
  ti-rtos-firmware: Update M4F binary for AM64x SoCs

Nick Saulnier (1):
  pru-icss_git.bb: add AM64x, update to PSSP v6.0.0

Sinthu Raja (1):
  conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE

Tom Rini (2):
  conf/machine: k3: Enable grub-efi by default in wic images
  conf: Add extlinux.conf support on some 32bit platforms

Vignesh Raghavedra (1):
  prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for
AM65x SR2.0

Yogesh Siraswar (14):
  linux-ti-staging: Update SRCREV to 5.10.65
  linux-ti-staging-rt: Update SRCREV to 5.10.65
  conf: omap-a15: fix the dtb file path for extlinux boot
  conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
  conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
  ti-linux-fw: Support common inc for all firmware
  ti-linux-fw: AUTOREV support for ti-linux-fw
  ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware
  linux-ti-staging: Bump linux version to latest
  linux-ti-staging-rt: Bump linux rt version to latest
  ti-linux-fw: Bump to 08.01.00.001 release
  u-boot-ti-staging: Bump to 08.01.00.001 release
  linux-ti-staging-rt: Bump to 08.01.00.001 release
  linux-ti-staging: Bump to 08.01.00.001 release

 conf/machine/am57xx-evm.conf   |  6 +-
 conf/machine/dra7xx-evm.conf   |  8 +++
 conf/machine/include/k3.inc|  6 +-
 conf/machine/include/omap-a15.inc  | 13 -
 conf/machine/include/ti33x.inc | 11 +++-
 conf/machine/include/ti43x.inc | 11 +++-
 conf/machine/j7-evm.conf   |  2 +-
 recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++--
 recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++--
 recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +---
 recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +---
 .../ti-img-rogue-driver_1.13.5776728.bb|  2 +-
 .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb  |  4 +-
 recipes-bsp/pru/pru-icss_git.bb| 64 +-
 recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb   | 11 +---
 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb   | 11 +---
 recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb  | 10 +---
 recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +---
 recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +---
 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 
 recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +---
 recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb   | 11 ++--
 recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++--
 recipes-bsp/ti-linux-fw/ti-linux-fw.inc| 43 +++
 recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb  |  2 +-
 recipes-bsp/ti-sci-fw/ti-sci-fw.inc| 32 ---
 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb |  7 ++-
 recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb|  4 +-
 recipes-kernel/linux/kernel-rdepends.inc   |  2 +-
 recipes-kernel/linux/linux-ti-staging-rt_5.10.bb   |  4 +-
 recipes-kernel/linux/linux-ti-staging_5.10.bb  |  4 +-
 recipes-ti/ipc/ti-rpmsg-char.inc   |  6 +-
 recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb |  8 ++-
 wic/sdimage-2part-efi.wks  |  7 +++
 34 files changed, 258 insertions(+), 151 deletions(-)
 create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb
 create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc
 delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc
 create mode 100644 wic/sdimage-2part-efi.wks

-- 
2.7.4


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14101): 
https://lists.yoctoproject.org/g/meta-ti/message/14101
Mute This Topic: https://lists.yoctoproject.org/mt/86750086/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-