FEX/Scripts
Ryan Houdek 8f52d8e719 Scripts: More changes to InstallFEX script
A dictionary lookup was only ever returning the .ero result since we
were adding multiple values to the same key. Adds them as a list now and
walks them.

Additionally if we forget to add a new version again, have a fallback to
try checking using our file format layout.

Fixes an issue where a user running 23.10 was faulting the python
script.
2023-12-06 23:50:43 -08:00
..
aarch64_fit_native.py
changelog_generator.py
CheckBinfmtNotInstall.sh
CI_FetchRootFS.py
ClassifyCPU.py
DefinitionExtract.py
doc_outline_generator.py
FEXUpdateAOTIRCache.sh
generate_changelog.sh
generate_doc_outline.sh
generate_release.sh
GenerateSyscallNumbers.py
guest_test_runner.py
InstallFEX.py Scripts: More changes to InstallFEX script 2023-12-06 23:50:43 -08:00
InstructionCountParser.py InstCountCI: Actually allow disabling crypto 2023-11-13 18:38:02 -08:00
json_asm_config_parse.py
json_config_parse.py unittests/ASM: Removes eflags comparison option 2023-10-08 11:51:11 -07:00
json_ir_config_parse.py
StructPackVerifier.py
testharness_runner.py
Threaded_Lockstep_Runner.py
UpdateInstructionCountJson.py