mirror of
https://github.com/mashed-potatoes/PotatoNV-crossplatform.git
synced 2024-11-10 01:02:17 +01:00
bootloaders: Replace in-tree bootloaders with HisiBootloaders submodule
Change-Id: I498db251044214bc52c6d32eb01adb90752302c9 Signed-off-by: Woomymy <woomy@woomy.be>
This commit is contained in:
parent
012a68b120
commit
fddf3f6329
12 changed files with 4 additions and 53 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "bootloaders"]
|
||||
path = bootloaders
|
||||
url = https://github.com/mashed-potatoes/HiSiBootloaders.git
|
1
bootloaders
Submodule
1
bootloaders
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4755428d3dfc2e990ee26139db967db77e799afd
|
Binary file not shown.
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"name": "Kirin 659 (A)",
|
||||
"images": [
|
||||
{
|
||||
"filename": "xloader.img",
|
||||
"role": "xloader",
|
||||
"address": "0x00020000"
|
||||
},
|
||||
{
|
||||
"filename": "fastboot.img",
|
||||
"role": "fastboot",
|
||||
"address": "0x10000000"
|
||||
}
|
||||
],
|
||||
"props": {}
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"name": "Kirin 659 (B)",
|
||||
"images": [
|
||||
{
|
||||
"filename": "xloader.img",
|
||||
"role": "xloader",
|
||||
"address": "0x00020000"
|
||||
},
|
||||
{
|
||||
"filename": "fastboot.img",
|
||||
"role": "fastboot",
|
||||
"address": "0x10000000"
|
||||
}
|
||||
],
|
||||
"props": {}
|
||||
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"name": "hisi960",
|
||||
"images": [
|
||||
{
|
||||
"filename": "xloader.img",
|
||||
"role": "xloader",
|
||||
"address": "0x00020000"
|
||||
},
|
||||
{
|
||||
"filename": "uce.img",
|
||||
"role": "uce",
|
||||
"address": "0x6A908000"
|
||||
},
|
||||
{
|
||||
"filename": "fastboot.img",
|
||||
"role": "fastboot",
|
||||
"address": "0x1AC00000"
|
||||
}
|
||||
],
|
||||
"props": {}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue