New alpha secondary boot blocks using the MI code base. Not linked to the
authormiod <miod@openbsd.org>
Sat, 11 Mar 2023 20:56:01 +0000 (20:56 +0000)
committermiod <miod@openbsd.org>
Sat, 11 Mar 2023 20:56:01 +0000 (20:56 +0000)
commit0eebeeb2dbf36e23abff0d7d1ae8704fee387bdb
tree88359ec6ff722b5dcc1ceb2e56cccb16cbd88c2c
parent6073b4f35e1a35fc512d100625ec73d15470f769
New alpha secondary boot blocks using the MI code base. Not linked to the
build yet.
sys/arch/alpha/stand/nboot/Makefile [new file with mode: 0644]
sys/arch/alpha/stand/nboot/conf.c [new file with mode: 0644]
sys/arch/alpha/stand/nboot/devopen.c [new file with mode: 0644]
sys/arch/alpha/stand/nboot/disk.c [new file with mode: 0644]
sys/arch/alpha/stand/nboot/libsa.h [new file with mode: 0644]
sys/arch/alpha/stand/nboot/machdep.c [new file with mode: 0644]
sys/arch/alpha/stand/nboot/prom.c [new file with mode: 0644]
sys/arch/alpha/stand/nboot/prom_swpal.S [new file with mode: 0644]
sys/arch/alpha/stand/nboot/promcons.c [new file with mode: 0644]
sys/arch/alpha/stand/nboot/rpcc.S [new file with mode: 0644]