# The xreset command in the swsuffix doesn't appear to work correctly with PPC # But it is needed for dual MB systems and MB version 7.20.a (EDK 11) # Single MB systems in 10.1 SP3 do not appear to need this if { $target_type != "ppc_hw" } { xreset $tgt -processor }
328 行目の後ろに次を挿入します。
# The xreset command in the swprefix doesn't appear to work correctly # with dual MB systems and MB version 7.20.a (EDK 11) # But it is required for PPC systems if { $target_type == "ppc_hw" } { xreset $tgt -processor }