OpenWrt support for HP Prototype Access Point?

=> printenv
bootargs=ro
bootcmd=setenv bootargs root=/dev/$bdev rw rootdelay=30 console=$consoledev,$baudrate $othbootargs;usb start;ext2load usb 0:1 $loadaddr /boot/$bootfile;ext2load usb 0:1 $fdtaddr /boot/$fdtfile;bootm $loadaddr - $fdtaddr
ramboot=setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs; tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr
nfsboot=setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off console=$consoledev,$baudrate $othbootargs;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr
bootdelay=3
baudrate=115200
loads_echo=1
rootpath=/opt/nfsroot
hostname=NANAIMO
bootfile=uImage
loadaddr=1000000
netdev=eth0
uboot=u-boot.bin
loadaddr=1000000
bootfile=uImage
tftpflash=tftpboot $loadaddr $uboot; protect off 0x01001000 +$filesize; erase 0x01001000 +$filesize; cp.b $loadaddr 0x01001000 $filesize; protect on 0x01001000 +$filesize; cmp.b $loadaddr 0x01001000 $filesize
consoledev=ttyS0
ramdiskaddr=2000000
ramdiskfile=rootfs.ext2.gz.uboot
fdtaddr=c00000
fdtfile=p2020rdb.dtb
bdev=sda1
jffs2nand=mtdblock9
nandbootaddr=200000
nandfdtaddr=100000
nandimgsize=400000
nandfdtsize=100000
usb_phy_type=ulpi
vscfw_addr=ef000000
othbootargs=ramdisk_size=700000 cache-sram-size=0x10000
nandboot=setenv bootargs root=/dev/$jffs2nand rw rootfstype=jffs2 console=$consoledev,$baudrate $othbootargs;nand read 2000000 $nandbootaddr $nandimgsize;nand read 3000000 $nandfdtaddr $nandfdtsize;bootm 2000000 - 3000000;
recreate_bbt=nandbbx scanbbt; nandbbx trashsb; reset
ethaddr=08:2e:5f:ee:f0:f6
ethact=eTSEC1
ipaddr=192.168.1.13
serverip=192.168.1.158

Environment size: 1734/131068 bytes
=> setenv bootargs earlyprintk
=> printenv
bootcmd=setenv bootargs root=/dev/$bdev rw rootdelay=30 console=$consoledev,$baudrate $othbootargs;usb start;ext2load usb 0:1 $loadaddr /boot/$bootfile;ext2load usb 0:1 $fdtaddr /boot/$fdtfile;bootm $loadaddr - $fdtaddr
ramboot=setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate $othbootargs; tftp $ramdiskaddr $ramdiskfile;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr $ramdiskaddr $fdtaddr
nfsboot=setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off console=$consoledev,$baudrate $othbootargs;tftp $loadaddr $bootfile;tftp $fdtaddr $fdtfile;bootm $loadaddr - $fdtaddr
bootdelay=3
baudrate=115200
loads_echo=1
rootpath=/opt/nfsroot
hostname=NANAIMO
bootfile=uImage
loadaddr=1000000
netdev=eth0
uboot=u-boot.bin
loadaddr=1000000
bootfile=uImage
tftpflash=tftpboot $loadaddr $uboot; protect off 0x01001000 +$filesize; erase 0x01001000 +$filesize; cp.b $loadaddr 0x01001000 $filesize; protect on 0x01001000 +$filesize; cmp.b $loadaddr 0x01001000 $filesize
consoledev=ttyS0
ramdiskaddr=2000000
ramdiskfile=rootfs.ext2.gz.uboot
fdtaddr=c00000
fdtfile=p2020rdb.dtb
bdev=sda1
jffs2nand=mtdblock9
nandbootaddr=200000
nandfdtaddr=100000
nandimgsize=400000
nandfdtsize=100000
usb_phy_type=ulpi
vscfw_addr=ef000000
othbootargs=ramdisk_size=700000 cache-sram-size=0x10000
nandboot=setenv bootargs root=/dev/$jffs2nand rw rootfstype=jffs2 console=$consoledev,$baudrate $othbootargs;nand read 2000000 $nandbootaddr $nandimgsize;nand read 3000000 $nandfdtaddr $nandfdtsize;bootm 2000000 - 3000000;
recreate_bbt=nandbbx scanbbt; nandbbx trashsb; reset
ethaddr=08:2e:5f:ee:f0:f6
ethact=eTSEC1
ipaddr=192.168.1.13
serverip=192.168.1.158
bootargs=earlyprintk

Environment size: 1743/131068 bytes
=> tftpboot 0x1000000 openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin
eTSEC1: Link up, full duplex, 100 Mbps
Using eTSEC1 device
TFTP from server 192.168.1.158; our IP address is 192.168.1.13
Filename 'openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330-initramfs-kernel.bin'.
Load address: 0x1000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ############################
done
Bytes transferred = 11122784 (a9b860 hex)
=> tftpboot 0x6000000 openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin
Using eTSEC1 device
TFTP from server 192.168.1.158; our IP address is 192.168.1.13
Filename 'openwrt-21.02.1-mpc85xx-p1020-aerohive_hiveap-330-squashfs-fdt.bin'.
Load address: 0x6000000
Loading: ###
done
Bytes transferred = 11446 (2cb6 hex)
=> bootm 0x1000000 - 0x6000000;
read_vblock 6
Kernel arg: 'ro'
## Booting image at 01000000 ...
   Image Name:   POWERPC OpenWrt
   Image Type:   PowerPC Linux Kernel Image (uncompressed)
   Data Size:    11122720 Bytes = 10.6 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

I did find something interesting in the help.

colub   - colub   - colubris specific commands

which then brings up

colub - colub   - colubris specific commands


Usage:
colub - colubris specific commands

        colub bid FNM          (Burn bid into flash blocks 0 and last block, page 31)
        colub cache [d|i|b [on|off]] (Display or set 'd'ata, 'i'nstr or 'b'oth cache)
        colub colnet           (Enter Colubris Boot mode for debugging)
        colub cpu [CPUTYPE]    (Display or change the cputype in the BID)
        colub dump_bid         (Dump the BID)
        colub factory          (Reset factory defaults and boot)
        colub fipsoff          (Turn fips mode off)
        colub flash_display [BLK] (Display NAND flash BLK)
        colub flash_erase [BEGBLK [ENDBLK]] (Erase NAND flash blocks)
        colub flash_test [BEGPG [ENDPG]] (Test NAND flash)
        colub hwflag [VAL]     (Display or change the hw flag in the BID)
        colub kbackup [ADDRESS]  (TFTP to address ADDRESS and save the Kozio diags at block 15)
        colub krun [ADDRESS]  (Load from block 15 into address ADDRESS and run the Kozio diags)
        colub kozio [ADDRESS]  (TFTP to address ADDRESS and run the Kozio diag)
        colub led_off [LEDNUM] (Turn off specific leds)
        colub led_on  [LEDNUM] (Turn on specific leds)
        colub led_on_off       (Turn on then off all leds)
        colub led_test         (Test led operation)
        colub product [PRODUCT] (Display or change the product id in the BID)
        colub reset_test       (Test reset button)
        colub speed [auto|10|100|1000 [auto|full|half]] (Set ethernet speed and duplexity)
        colub update [FNM]     (Update boot code)
        colub phy_dump     (Dump all PHY registers)
        colub phy_regread [offset]  (Read a PHY register by specifying offset in decimal)
        colub phy_regwrite [offset [value]]  (Write to PHY register by specifying offset in decimal and value in hex)

some of the commands that showed any information

=> colub cpu
CPU Type is currently Unknown cpu type (18)
=> colub dump_bid
CPU Type            : 18
Design Id           : 52 (Unknown product (52))
MAC Address         : 08:2e:5f:ee:f0:f6
Base Clock Speed    : 64000000
Serial Number       : TW2ZG2W101
Date Code           : 4625
Board Assembly      : ZZ-ZZ-ZZZZ-ZZ
Linux Startup       : ro
Country Code        : 124 (Read Write)
Hardware Flag       : 80000000
Feature Code        : 2056
OEM Code            : 00
=> colub hwflag
Current HW Flag is 0x80000000
=> colub product
Product is currently Unknown product (52)
=> colub phy_dump
Dumping PHY registers from 0 to 32
[00-03]:1140 7969 0141 0e90
[04-07]:01e1 4de1 0007 2801
[08-11]:447a 0e00 4000 0000
[12-15]:0000 0000 0000 3000
[16-19]:3060 7c08 0000 dc48
[20-23]:0020 0000 0000 0000
[24-27]:0000 0000 0040 0000
[28-31]:0000 0005 0000 0000