Skip to content

Commit

Permalink
remotehw: upx-whl: disable virtual USB functions (zephyrproject-rtos#7)
Browse files Browse the repository at this point in the history
Disabling to prevent USB TTA from introducting extra EFI boot-target.
  • Loading branch information
chrisvintc authored Jan 21, 2022
1 parent 1921b02 commit 296c52b
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/remotehw/profile/remotehw-upxwhl01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ export -f remotehw-${_name}-get-tty;
};
export -f .remotehw-${_name}-get-baud;
remotehw-${_name}-usb-get-p1() {
.remotehw-usb-get-p1 ${_usbtta} ${_name}
};
export -f remotehw-${_name}-usb-get-p1;
remotehw-${_name}-rsvrst() {
.remotehw-rsvrst ${_name}
};
Expand Down Expand Up @@ -66,26 +61,6 @@ remotehw-${_name}-get-console() {
};
export -f remotehw-${_name}-get-console;
remotehw-${_name}-usb-grub() {
.remotehw-rsvchk ${_name} .remotehw-usb-grub ${_usbtta} "\$1"
}
export -f remotehw-${_name}-usb-grub
remotehw-${_name}-usb-efi() {
.remotehw-rsvchk ${_name} .remotehw-usb-efi ${_usbtta} "\$1"
}
export -f remotehw-${_name}-usb-efi
remotehw-${_name}-usb-acrn() {
.remotehw-rsvchk ${_name} .remotehw-usb-acrn ${_usbtta} "\$1" "\$2" "\$3"
}
export -f remotehw-${_name}-usb-acrn
remotehw-${_name}-usb-iso() {
.remotehw-rsvchk ${_name} .remotehw-usb-iso ${_usbtta} "\$1"
}
export -f remotehw-${_name}-usb-iso
.remotehw-${_name}-get-tta() {
.remotehw-get-tta ${_usbtta} "\$1"
}
Expand Down

0 comments on commit 296c52b

Please sign in to comment.