# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: architecture/mips64/boot/boot.in # Copyright (C) 2006 - 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- arch_boot_cd_pre() { mkdir -p $isofsdir/boot cp -f $build_root/boot/arcload.ecoff $isofsdir/boot/sash cp -f $build_root/boot/arcload $isofsdir/boot/sash64 cp -f $base/architecture/mips64/boot/arc.cf $isofsdir/boot/ } arch_boot_cd_add() { local suffix= [[ "$5" = *minird* ]] && suffix="-minird" cat >> $isofsdir/boot/arc.cf < $build_toolchain/isofs_arch.txt <<- EOT BOOT -mips-boot /boot/sash -mips-boot /boot/sash64 -mips-boot /boot/arc.cf BOOTX -mips-boot /boot/install DISK1 $isofsdir/ / EOT }