Aethra SV6044VWn - possible support?

Hi everybody!

I found an old IAD sitting on a shelf and I would give it a try with OpenWrt. Since I'm quite a newbie for hacking and I cannot find any pre-existing topic on this router, I thought to start a new one and post all the information I could find by myself.
I hope someone with better knowledge would help me trying to boot openwrt on this device!

The device is an Aethra SV6044VWn used in Italy by different ISP to provide xDSL access and VoIP services.
It has a very useful console port on the back which I used to grab the informations and a compactflash card reader I presume I could use to store the openwrt I would try to boot.

The Processor (pardon me if the term is not correct) is a Freescale MPC8323E PowerQUICC® II Pro. I see that an mpc83xx was present in the SoC platforms (and was used as a target to compile images for OpenWrt Attitude Adjustment 12.09).

I think the xDSL chip is Lantiq (Infineon), so it should also be supported by OpenWrt.

The serial connection is 9600/8-N-1. The bootloader can be "paused" by typing 123456 at boot.

This is the bootlog I captured via serial (pausing the bootloader then resuming with boot command):
https://pastebin.com/raw/mGDc9zAN

This is the "normal" bootlog:
https://pastebin.com/raw/x9Srkf2K

For what I understand, the board has 64MB flash and 256MB of RAM:
https://pastebin.com/raw/NRwA8zGS

These are the available commands for bootloader:
https://pastebin.com/raw/F3vc5gfY

Which commands Could I use to grab more information (at bootloader prompt or ATOS-NT prompt)?

I add some pictures:

printenv and iminfo would be interesting, maybe it could be helpful for generating an image that might boot via tftpboot.

However I think most of the people here are experienced with ar71xx, ramips and brcm targets, and mpc83xx would require additional patching to make it work with the latest kernel.

So, at the moment, I'm afraid the chances are probably rather low for this device being supported any time soon.

These are the output for printenv and iminfo commands

SV6044V>printenv
bootcmd=run flashboot
ramboot=dhcp;setenv serverip $tftpserverip;run flashbootargs;tftp $loadaddr $firmwarefile;imxtract $loadaddr 2 $fdtaddr;imxtract $loadaddr 1;setenv ramdiskaddr $fileaddr;imxtract $loadaddr 0;setenv loadaddr $fileaddr;bootm $loadaddr $ramdiskaddr $fdtaddr
nfsboot=dhcp;setenv serverip $tftpserverip;setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off  console=$console,$baudrate $commonbootargs $othbootargs;tftp $loadaddr $imagefile;tftp $fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr
bootdelay=1
baudrate=9600
loads_echo=1
ethaddr=00:d0:d6:ff:ff:01
eth1addr=00:d0:d6:ff:ff:02
eth2addr=00:d0:d6:ff:ff:03
hostname=SV6044
loadaddr=0x2000000
console=ttyS0
netdev=eth0
mtdrootfstype=squashfs
autoload=no
tftpserverip=0.0.0.0
ubootupdate=dhcp;setenv serverip $tftpserverip;setenv filesize 0;tftpboot $loadaddr $ubootfile; protect off 0xFC000000 +$filesize; erase 0xFC000000 +$filesize; cp.b $loadaddr 0xFC000000 $filesize; protect on 0xFC000000 +$filesize; cmp.b $loadaddr 0xFC000000 $filesize
firmwareupdate=dhcp;setenv serverip $tftpserverip;setenv filesize 0;tftpboot $loadaddr $firmwarefile; protect off 0xFC180000 +$filesize; erase 0xFC180000 +$filesize; cp.b $loadaddr 0xFC180000 $filesize; protect on 0xFC180000 +$filesize; cmp.b $loadaddr 0xFC180000 $filesize
fdtaddr=0x01000000
ubootfile=u-boot.bin.sv6044
imagefile=uImage.sv6044
fdtfile=sv6044.dtb
commonbootargs=rtc-pcf8563.force=0,0x51 idebus=66 panic=3
othbootargs= 
cfbootargs=setenv bootargs root=/dev/hda1 rw ip=none console=$console,$baudrate $commonbootargs $othbootargs
cfboot=run cfbootargs;fatload ide 0:2 $loadaddr $imagefile;fatload ide 0:2 $fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr
flashbootargs=setenv bootargs root=/dev/ram ip=none console=$console,$baudrate $commonbootargs $othbootargs
flashboot=run flashbootargs;imxtract 0xFC180000 2 $fdtaddr;imxtract 0xFC180000 1;setenv ramdiskaddr $fileaddr;imxtract 0xFC180000 0;setenv loadaddr $fileaddr;bootm $loadaddr $ramdiskaddr $fdtaddr
cleanvars=protect off 0xFC040000 0xFC05FFFF;erase 0xFC040000 0xFC05FFFF
cleanrwfs=protect off 0xFC060000 0xFC17FFFF;erase 0xFC060000 0xFC17FFFF
silent=true
verify=n
initrd_high=0x06000000
debugmode=setenv silent;setenv bootstopkey " ";setenv bootcmd run ramboot
stdin=serial
stdout=serial
stderr=serial
firmwarefile=firmware.sv6044v
rootpath=/opt/target-sv6044v
ethact=FSL UEC1

Environment size: 2428/8188 bytes
SV6044V>iminfo.
ATOS-NT boot system V1.1.2
Starting OS...............................................SV6044V>iminfo

## Checking Image at 02000000 ...
Unknown image format!