Skip to content

Commit

Permalink
Add support for OlympicLE
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Jul 5, 2024
1 parent f22a53b commit 5367174
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions edlclient/Config/qualcomm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
0x9660E1: "mdm9309",
0x04E0E1: "apq8096au",
0x9570E1: "msm8239", # Snapdragon 615

0x1990E1: "OlympicLE" # sdx62 lemur
}

sochw = {
Expand Down Expand Up @@ -547,7 +547,7 @@
"SA8295P": secgen[8],
"SA8540P": secgen[8],
"strait": secgen[8],

"OlympicLE": secgen[8],
# "MSM7227A": [[], [], []],
# "MSM8210": [[], [0xFC4B8000,0x6FFF], []],
# "MSM8212": [[], [], []],
Expand Down Expand Up @@ -712,6 +712,7 @@ class memory_type:
"strait": ufs,
"WCN7850": emmc,
"WCN7851": emmc,
"OlympicLE": emmc,
# "MSM7227A": [[], [], []],
# "MSM8210": [[], [0xFC4B8000,0x6FFF], []],
# "MSM8212": [[], [], []],
Expand Down Expand Up @@ -855,7 +856,8 @@ class memory_type:
"rennell": 0x000780498,
"rennell_premier": 0x000780498,
"rennell_V1.1": 0x000780498,
"sc7180": 0x000780498
"sc7180": 0x000780498,
# "OlympicLE": 0x01B40458
# "MSM7227A":[[], [], []],
# "MSM8210": [[], [], []],
# "MSM8212":
Expand Down

0 comments on commit 5367174

Please sign in to comment.