Add support for DDR X
This commit is contained in:
@@ -15,6 +15,9 @@ const struct security_rp_sign_key security_rp_sign_key_black_gfdmv8 = {
|
||||
const struct security_rp_sign_key security_rp_sign_key_black_ddrx = {
|
||||
.data = "573PROJE"};
|
||||
|
||||
const struct security_rp_sign_key security_rp_sign_key_black_ddrx2 = {
|
||||
.data = "BMPDDRAC"};
|
||||
|
||||
const struct security_rp_sign_key security_rp_sign_key_black_iidx = {
|
||||
.data = "2DXGLDAC"};
|
||||
|
||||
|
||||
@@ -46,6 +46,14 @@ extern const struct security_rp_sign_key security_rp_sign_key_black_gfdmv8;
|
||||
*/
|
||||
extern const struct security_rp_sign_key security_rp_sign_key_black_ddrx;
|
||||
|
||||
/**
|
||||
* Signing key used to create eeprom signatures for all black dongles used
|
||||
* on the following games:
|
||||
*
|
||||
* - DDR X2 and beyond
|
||||
*/
|
||||
extern const struct security_rp_sign_key security_rp_sign_key_black_ddrx2;
|
||||
|
||||
/**
|
||||
* Signing key used to create eeprom signatures for all black dongles used
|
||||
* on the following games:
|
||||
|
||||
Reference in New Issue
Block a user