diff --git a/osfv_cli/osfv_cli/models/Optiplex 7010.yml b/osfv_cli/osfv_cli/models/Optiplex 7010.yml new file mode 100644 index 0000000..7b5fd98 --- /dev/null +++ b/osfv_cli/osfv_cli/models/Optiplex 7010.yml @@ -0,0 +1,20 @@ +--- +flash_chip: + # flash chip model to be used by flashrom (optional - if not given, no chip + # parameter will be explicitelt added to flashrom) + model: "MX25L3205D/MX25L3208D" + # flash chip voltage (required) + voltage: "3.3V" + +programmer: + name: rte_1_1 + +pwr_ctrl: + # whether power is controlled via Sonoff plug (required) + sonoff: true + # whether power is controller via on-board RTE relay (required) + relay: false + init_on: false + +# whether CMOS reset is required after flashing (optional - defaults to false) +reset_cmos: false