]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
experimental support for loongson mips64el uefi
authorlongpanda <admin@ventoy.net>
Fri, 5 Mar 2021 15:03:34 +0000 (23:03 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 5 Mar 2021 15:03:34 +0000 (23:03 +0800)
commitb63ce2a3df409eb0dd0bed5b977a75605997fd3c
tree60f3ff36eac89d34a295f04cbf14ffc385cce0f3
parentbb7e10d93e2548784ee321c152e7bd3ec3930eec
experimental support for loongson mips64el uefi
294 files changed:
BUSYBOX/build.txt
BUSYBOX/chmod/build.sh
BUSYBOX/chmod/vtchmodm64e [new file with mode: 0644]
BUSYBOX/mips64el_ash.config [new file with mode: 0644]
BUSYBOX/mips64el_hexdump.config [new file with mode: 0644]
BUSYBOX/mips64el_xzcat.config [new file with mode: 0644]
DMSETUP/build.txt
DMSETUP/dmsetupm64e [new file with mode: 0644]
DOC/BuildVentoyFromSource.txt
DOC/prepare_env.sh
GRUB2/MOD_SRC/grub-2.04/configure.ac [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/gentpl.py [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/Makefile.am [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/Makefile.core.def
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/efi/mm.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/mips64/cache.S [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/mips64/dl.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/mips64/efi/init.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/mips64/efi/loongson.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/mips64/efi/startup.S [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/kern/mips64/init.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/efi/halt.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/mips64/efi/loongson.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/mips64/efi/loongson_asm.S [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/mips64/relocator.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/mips64/relocator_asm.S [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/mips64/setjmp.S [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/relocator.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/lib/setjmp.S [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/loader/mips64/linux.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/term/serial.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_def.h
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_linux.c
GRUB2/MOD_SRC/grub-2.04/include/grub/cache.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/dl.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/api.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/efi/pe32.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/asm.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/efi/boot.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/efi/loader.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/efi/loongson.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/efi/memory.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/efi/time.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/io.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/kernel.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/memory.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/mips.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/relocator.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/setjmp.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/time.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/mips64/types.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/misc.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/serial.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/include/grub/util/install.h [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/install.sh
GRUB2/MOD_SRC/grub-2.04/util/grub-install-common.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/grub-install.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/grub-mkconfig_lib.in [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/grub-mkimagexx.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/grub-mknetdir.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/grub-mkrescue.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/grub-module-verifier.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/grub-module-verifierXX.c [new file with mode: 0644]
GRUB2/MOD_SRC/grub-2.04/util/mkimage.c [new file with mode: 0644]
GRUB2/buildgrub.sh
IMG/cpio/sbin/init
IMG/cpio_arm64/ventoy/busybox/a64 [moved from IMG/cpio/ventoy/busybox/a64 with 100% similarity]
IMG/cpio_arm64/ventoy/busybox/busyboxaa64.xz [moved from IMG/cpio/ventoy/busybox/busyboxaa64.xz with 100% similarity]
IMG/cpio_arm64/ventoy/busybox/vtchmodaa64 [moved from IMG/cpio/ventoy/busybox/vtchmodaa64 with 100% similarity]
IMG/cpio_arm64/ventoy/busybox/xzminidecaa64 [moved from IMG/cpio/ventoy/busybox/xzminidecaa64 with 100% similarity]
IMG/cpio_arm64/ventoy/tool/lz4cataa64 [moved from IMG/cpio/ventoy/tool/lz4cataa64 with 100% similarity]
IMG/cpio_arm64/ventoy/tool/zstdcataa64 [moved from IMG/cpio/ventoy/tool/zstdcataa64 with 100% similarity]
IMG/cpio_mips64/ventoy/busybox/busyboxm64e.xz [new file with mode: 0644]
IMG/cpio_mips64/ventoy/busybox/m64 [new file with mode: 0644]
IMG/cpio_mips64/ventoy/busybox/vtchmodm64e [new file with mode: 0644]
IMG/cpio_mips64/ventoy/busybox/xzminidecm64e [new file with mode: 0644]
IMG/cpio_mips64/ventoy/tool/lz4catm64e [new file with mode: 0644]
IMG/cpio_x86/ventoy/busybox/64h [moved from IMG/cpio/ventoy/busybox/64h with 100% similarity]
IMG/cpio_x86/ventoy/busybox/ash [moved from IMG/cpio/ventoy/busybox/ash with 100% similarity]
IMG/cpio_x86/ventoy/busybox/busybox32.xz [moved from IMG/cpio/ventoy/busybox/busybox32.xz with 100% similarity]
IMG/cpio_x86/ventoy/busybox/busybox64.xz [moved from IMG/cpio/ventoy/busybox/busybox64.xz with 100% similarity]
IMG/cpio_x86/ventoy/busybox/vtchmod32 [moved from IMG/cpio/ventoy/busybox/vtchmod32 with 100% similarity]
IMG/cpio_x86/ventoy/busybox/vtchmod64 [moved from IMG/cpio/ventoy/busybox/vtchmod64 with 100% similarity]
IMG/cpio_x86/ventoy/busybox/vtchmod64_musl [moved from IMG/cpio/ventoy/busybox/vtchmod64_musl with 100% similarity]
IMG/cpio_x86/ventoy/busybox/xzminidec32 [moved from IMG/cpio/ventoy/busybox/xzminidec32 with 100% similarity]
IMG/cpio_x86/ventoy/busybox/xzminidec64 [moved from IMG/cpio/ventoy/busybox/xzminidec64 with 100% similarity]
IMG/cpio_x86/ventoy/busybox/xzminidec64_musl [moved from IMG/cpio/ventoy/busybox/xzminidec64_musl with 100% similarity]
IMG/cpio_x86/ventoy/tool/ar [moved from IMG/cpio/ventoy/tool/ar with 100% similarity]
IMG/cpio_x86/ventoy/tool/inotifyd [moved from IMG/cpio/ventoy/tool/inotifyd with 100% similarity]
IMG/cpio_x86/ventoy/tool/lz4cat [moved from IMG/cpio/ventoy/tool/lz4cat with 100% similarity]
IMG/cpio_x86/ventoy/tool/lz4cat64 [moved from IMG/cpio/ventoy/tool/lz4cat64 with 100% similarity]
IMG/cpio_x86/ventoy/tool/ventoy_loader.sh [moved from IMG/cpio/ventoy/tool/ventoy_loader.sh with 100% similarity]
IMG/cpio_x86/ventoy/tool/vtoytool_install.sh [moved from IMG/cpio/ventoy/tool/vtoytool_install.sh with 83% similarity]
IMG/cpio_x86/ventoy/tool/zstdcat [moved from IMG/cpio/ventoy/tool/zstdcat with 100% similarity]
IMG/cpio_x86/ventoy/tool/zstdcat64 [moved from IMG/cpio/ventoy/tool/zstdcat64 with 100% similarity]
IMG/mkcpio.sh
INSTALL/EFI/BOOT/BOOTAA64.EFI
INSTALL/EFI/BOOT/BOOTMIPS.EFI [new file with mode: 0644]
INSTALL/EFI/BOOT/grubia32_real.efi
INSTALL/EFI/BOOT/grubx64_real.efi
INSTALL/all_in_one.sh
INSTALL/docker_ci_build.sh
INSTALL/grub/arm64-efi/functional_test.mod
INSTALL/grub/arm64-efi/mpi.mod
INSTALL/grub/arm64-efi/syslinuxcfg.mod
INSTALL/grub/arm64-efi/zfs.mod
INSTALL/grub/arm64-efi/zstd.mod
INSTALL/grub/grub.cfg
INSTALL/grub/i386-pc/core.img
INSTALL/grub/i386-pc/relocator.mod
INSTALL/grub/mips64el-efi/adler32.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/affs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/afs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/archelp.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/bfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/blscfg.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/bswap_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/btrfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/cbfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/cmdline_cat_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/cmp.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/cmp_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/command.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/cpio.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/cpio_be.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/crc64.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/crypto.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/cryptodisk.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/ctz_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/date.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/datehook.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/disk.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/div.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/div_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/dm_nv.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/efinet.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/elf.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/eval.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/exfctest.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/f2fs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/fdt.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/file.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/fs.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/functional_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_arcfour.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_blowfish.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_camellia.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_cast5.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_crc.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_des.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_dsa.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_idea.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_md4.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_rfc2268.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_rijndael.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_rmd160.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_rsa.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_seed.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_serpent.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_sha1.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_sha256.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_tiger.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_twofish.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gcry_whirlpool.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/geli.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gfxterm_menu.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/gptsync.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/hello.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/help.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/hexdump.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/hfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/hfspluscomp.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/jfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/keystatus.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/ldm.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/loadenv.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/lsacpi.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/lsefi.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/lsefimmap.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/lsefisystab.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/lsmmap.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/lssal.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/luks.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/lvm.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/macbless.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/macho.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/mdraid09.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/mdraid09_be.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/mdraid1x.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/memdisk.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/memrw.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/minix.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/minix2.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/minix2_be.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/minix3.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/minix3_be.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/minix_be.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/moddep.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/mpi.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/msdospart.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/mul_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/nilfs2.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/normal.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/ntfscomp.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/odc.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/offsetio.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_acorn.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_amiga.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_bsd.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_dfly.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_dvh.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_plan.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_sun.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/part_sunpc.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/partmap.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/parttool.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/parttool.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/password.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/pbkdf2_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/pgp.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/probe.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/procfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/progress.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/raid5rec.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/raid6rec.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/reiserfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/relocator.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/romfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/scsi.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/search_fs_file.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/search_fs_uuid.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/search_label.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/setjmp.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/setjmp_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/sfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/shift_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/signature_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/sleep_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/strtoull_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/syslinuxcfg.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/terminal.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/test_blockarg.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/testload.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/testspeed.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/tga.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/time.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/tr.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/ufs1.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/ufs1_be.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/ufs2.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/verifiers.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/video.lst [new file with mode: 0644]
INSTALL/grub/mips64el-efi/videoinfo.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/videotest.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/videotest_checksum.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/xnu_uuid.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/xnu_uuid_test.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/zfs.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/zfscrypt.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/zfsinfo.mod [new file with mode: 0644]
INSTALL/grub/mips64el-efi/zstd.mod [new file with mode: 0644]
INSTALL/tool/aarch64/V2DServer [new file with mode: 0644]
INSTALL/tool/aarch64/vtoyfat
INSTALL/tool/i386/V2DServer [new file with mode: 0644]
INSTALL/tool/i386/vtoyfat
INSTALL/tool/mips64el/V2DServer [new file with mode: 0644]
INSTALL/tool/mips64el/ash [new file with mode: 0644]
INSTALL/tool/mips64el/hexdump [new file with mode: 0644]
INSTALL/tool/mips64el/mkexfatfs [new file with mode: 0644]
INSTALL/tool/mips64el/mount.exfat-fuse [new file with mode: 0644]
INSTALL/tool/mips64el/vtoyfat [new file with mode: 0644]
INSTALL/tool/mips64el/vtoygpt [new file with mode: 0644]
INSTALL/tool/mips64el/xzcat [new file with mode: 0644]
INSTALL/tool/x86_64/V2DServer [new file with mode: 0644]
INSTALL/tool/x86_64/vtoyfat
INSTALL/ventoy/ventoy.cpio
INSTALL/ventoy/ventoy_aa64.efi
INSTALL/ventoy/ventoy_arm64.cpio [new file with mode: 0644]
INSTALL/ventoy/ventoy_ia32.efi
INSTALL/ventoy/ventoy_mips64.cpio [new file with mode: 0644]
INSTALL/ventoy/ventoy_x64.efi
INSTALL/ventoy/ventoy_x86.cpio [new file with mode: 0644]
INSTALL/ventoy/vtloopex.cpio
LZIP/lz4catm64e [new file with mode: 0644]
LinuxGUI/build.sh
Ventoy2Disk/Ventoy2Disk/xz-embedded-20130513/userspace/ventoy_makefilem64e [new file with mode: 0644]
VtoyTool/build.sh
VtoyTool/vtoydm.c
VtoyTool/vtoydump.c
VtoyTool/vtoytool/00/vtoytool_m64e [new file with mode: 0644]
vtoyfat/build.sh
vtoyfat/vtoyfat_linux.c
vtoygpt/build.sh