mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Changed CPU flag FMA to MOVBE (THanks for Peter Suh)
This commit is contained in:
parent
a5ef6f0dd9
commit
c46ef5f22f
@ -46,7 +46,7 @@ There is no need to configure the VID/PID (if using a USB stick) or define the M
|
|||||||
|
|
||||||
If a model is chosen that uses the Device-tree system to define the HDs, there is no need to configure anything. In the case of models that do not use device-tree, the configurations must be done manually and for this there is an option in the "cmdline" menu to display the SATA controllers, DUMMY ports and ports in use, to assist in the creation of the "SataPortMap", "DiskIdxMap" and "sata_remap" if necessary.
|
If a model is chosen that uses the Device-tree system to define the HDs, there is no need to configure anything. In the case of models that do not use device-tree, the configurations must be done manually and for this there is an option in the "cmdline" menu to display the SATA controllers, DUMMY ports and ports in use, to assist in the creation of the "SataPortMap", "DiskIdxMap" and "sata_remap" if necessary.
|
||||||
|
|
||||||
Another important point is that the loader detects whether or not the CPU has the FMA3 instruction and does not display the models that require it. So if the DS918+ and DVA3221 models are not displayed it is because of the CPU's lack of support for FMA instructions. You can disable this restriction and test at your own risk.
|
Another important point is that the loader detects whether or not the CPU has the MOVBE instruction and does not display the models that require it. So if the DS918+ and DVA3221 models are not displayed it is because of the CPU's lack of support for MOVBE instructions. You can disable this restriction and test at your own risk.
|
||||||
|
|
||||||
I developed a simple patch to no longer display the DUMMY port error on models without device-tree, the user will be able to install without having to worry about it.
|
I developed a simple patch to no longer display the DUMMY port error on models without device-tree, the user will be able to install without having to worry about it.
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ serial:
|
|||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
disks: 4
|
disks: 4
|
||||||
flags:
|
flags:
|
||||||
- "fma"
|
- "movbe"
|
||||||
builds:
|
builds:
|
||||||
42218:
|
42218:
|
||||||
ver: "7.0.1"
|
ver: "7.0.1"
|
||||||
|
@ -4,14 +4,13 @@ synoinfo: &synoinfo
|
|||||||
support_memory_compatibility: "no"
|
support_memory_compatibility: "no"
|
||||||
esataportcfg: "0x00"
|
esataportcfg: "0x00"
|
||||||
support_bde_internal_10g: "no"
|
support_bde_internal_10g: "no"
|
||||||
supportraidgroup: "no"
|
|
||||||
support_syno_hybrid_raid: "yes"
|
|
||||||
support_led_brightness_adjustment: "no"
|
support_led_brightness_adjustment: "no"
|
||||||
rss_server: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.xml"
|
rss_server: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.xml"
|
||||||
rss_server_ssl: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.xml"
|
rss_server_ssl: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.xml"
|
||||||
rss_server_v2: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.json"
|
rss_server_v2: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.json"
|
||||||
support_syno_hybrid_raid:
|
support_syno_hybrid_raid:
|
||||||
supportraidgroup:
|
supportraidgroup:
|
||||||
|
supportnvme: "yes"
|
||||||
cmdline: &cmdline
|
cmdline: &cmdline
|
||||||
syno_hdd_powerup_seq: 0
|
syno_hdd_powerup_seq: 0
|
||||||
HddHotplug: 0
|
HddHotplug: 0
|
||||||
@ -29,7 +28,7 @@ serial:
|
|||||||
middle: "RFR"
|
middle: "RFR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
flags:
|
flags:
|
||||||
- "fma"
|
- "movbe"
|
||||||
disks: 4
|
disks: 4
|
||||||
builds:
|
builds:
|
||||||
42218:
|
42218:
|
||||||
|
@ -10,6 +10,7 @@ synoinfo: &synoinfo
|
|||||||
rss_server_v2: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.json"
|
rss_server_v2: "https://raw.githubusercontent.com/fbelavenuto/arpl/main/rss.json"
|
||||||
support_syno_hybrid_raid:
|
support_syno_hybrid_raid:
|
||||||
supportraidgroup:
|
supportraidgroup:
|
||||||
|
supportnvme: "yes"
|
||||||
cmdline: &cmdline
|
cmdline: &cmdline
|
||||||
syno_hdd_powerup_seq: 0
|
syno_hdd_powerup_seq: 0
|
||||||
HddHotplug: 0
|
HddHotplug: 0
|
||||||
@ -28,7 +29,7 @@ serial:
|
|||||||
middle: "SJR"
|
middle: "SJR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
flags:
|
flags:
|
||||||
- "fma"
|
- "movbe"
|
||||||
disks: 4
|
disks: 4
|
||||||
builds:
|
builds:
|
||||||
42218:
|
42218:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user