]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert "stand: remove mips support"
authorWarner Losh <imp@FreeBSD.org>
Wed, 25 Jan 2023 03:54:38 +0000 (20:54 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 25 Jan 2023 03:54:38 +0000 (20:54 -0700)
commit1f1a1568a74cf9c4466597d8cacc799085a9f112
tree67921725d59de2d33177bf3c43a4c2dede1b3903
parent1dd126163b9448c2dcfe27978fee50649548437c
Revert "stand: remove mips support"

This change slipped through my checks, and should not have been merged.
mips is still supported in stable/13.

This reverts commit e006859bce01b2f10349a804cade3688f40557e3.
47 files changed:
stand/common/metadata.c
stand/defs.mk
stand/ficl.mk
stand/libsa/zalloc_defs.h
stand/loader.mk
stand/mips/Makefile [new file with mode: 0644]
stand/mips/Makefile.inc [new file with mode: 0644]
stand/mips/beri/Makefile [new file with mode: 0644]
stand/mips/beri/Makefile.inc [new file with mode: 0644]
stand/mips/beri/boot2/Makefile [new file with mode: 0644]
stand/mips/beri/boot2/boot2.c [new file with mode: 0644]
stand/mips/beri/boot2/flashboot.ldscript [new file with mode: 0644]
stand/mips/beri/boot2/jtagboot.ldscript [new file with mode: 0644]
stand/mips/beri/boot2/relocate.S [new file with mode: 0644]
stand/mips/beri/boot2/start.S [new file with mode: 0644]
stand/mips/beri/common/altera_jtag_uart.c [new file with mode: 0644]
stand/mips/beri/common/beri.h [new file with mode: 0644]
stand/mips/beri/common/cfi.c [new file with mode: 0644]
stand/mips/beri/common/cfi.h [new file with mode: 0644]
stand/mips/beri/common/common.ldscript [new file with mode: 0644]
stand/mips/beri/common/cons.h [new file with mode: 0644]
stand/mips/beri/common/mips.h [new file with mode: 0644]
stand/mips/beri/common/sdcard.c [new file with mode: 0644]
stand/mips/beri/common/sdcard.h [new file with mode: 0644]
stand/mips/beri/loader/Makefile [new file with mode: 0644]
stand/mips/beri/loader/arch.c [new file with mode: 0644]
stand/mips/beri/loader/beri_console.c [new file with mode: 0644]
stand/mips/beri/loader/beri_disk_cfi.c [new file with mode: 0644]
stand/mips/beri/loader/beri_disk_sdcard.c [new file with mode: 0644]
stand/mips/beri/loader/devicename.c [new file with mode: 0644]
stand/mips/beri/loader/exec.c [new file with mode: 0644]
stand/mips/beri/loader/gfx_fb.c [new file with mode: 0644]
stand/mips/beri/loader/help.mips [new file with mode: 0644]
stand/mips/beri/loader/loader.h [new file with mode: 0644]
stand/mips/beri/loader/loader.ldscript [new file with mode: 0644]
stand/mips/beri/loader/main.c [new file with mode: 0644]
stand/mips/beri/loader/start.S [new file with mode: 0644]
stand/mips/beri/loader/version [new file with mode: 0644]
stand/mips/uboot/Makefile [new file with mode: 0644]
stand/mips/uboot/conf.c [new file with mode: 0644]
stand/mips/uboot/help.uboot [new file with mode: 0644]
stand/mips/uboot/ldscript.mips [new file with mode: 0644]
stand/mips/uboot/start.S [new file with mode: 0644]
stand/mips/uboot/version [new file with mode: 0644]
stand/uboot/elf_freebsd.c
stand/uboot/glue.h
stand/usb/Makefile