@@ -57,27 +57,30 @@ syntax: bfrshim [--help|-h] [--backend|-b usb|pcie|pcie_lf]
5757 Key/Value pairs used to read/write misc information. For example,
5858
5959 cat /dev/rshim<N >/misc
60- BOOT_MODE 1 # eMMC boot mode (0: USB /PCIe, 1: eMMC)
61- SW_RESET 0 # Set to 1 to initiate SW RESET
62- DEV_NAME rshim_usb # Backend driver name (display-only)
60+ DISPLAY_LEVEL 0 (0: basic , 1: advanced , 2: log )
61+ BOOT_MODE 1 (0: rshim , 1: emmc , 2: emmc-boot-swap )
62+ BOOT_TIMEOUT 100 (seconds)
63+ SW_RESET 0 (1: reset)
64+ DEV_NAME usb-3.3
6365
64- Turning on the 'rshim_adv_cfg' flag with the '-a' command line argument
65- could display more parameters.
66+ Set display level to advanced will show more information.
67+
68+ echo "DISPLAY_LEVEL 1" > cat /dev/rshim<N >/misc
6669
6770 cat /dev/rshim<N >/misc
6871 ...
6972 PEER_MAC 00:1a:ca:ff:ff:01 # Target-side MAC address
7073 PXE_ID 0x01020304 # PXE DHCP-client-identifier
7174
72- Initiate a SW reset.
73-
74- echo "SW_RESET 1" > /dev/rshim<N >/misc
75-
7675 The 'PEER_MAC' attribute can be used to display/set the target-side MAC
7776 address of the rshim network interface. It works when the target-side is in
7877 UEFI BootManager or in Linux where the tmfifo has been loaded. The new MAC
7978 address will take effect in next boot.
8079
80+ Initiate a SW reset.
81+
82+ echo "SW_RESET 1" > /dev/rshim<N >/misc
83+
8184* ) Multiple Boards Support
8285
8386 Multiple boards could connect to the same host machine. Each of them has its
0 commit comments