bootloaders: Replace in-tree bootloaders with HisiBootloaders submodule

Change-Id: I498db251044214bc52c6d32eb01adb90752302c9
Signed-off-by: Woomymy <woomy@woomy.be>
This commit is contained in:
Woomymy 2023-11-01 15:56:19 +01:00 committed by Andrey Smirnoff
parent 012a68b120
commit fddf3f6329
12 changed files with 4 additions and 53 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "bootloaders"]
path = bootloaders
url = https://github.com/mashed-potatoes/HiSiBootloaders.git

1
bootloaders Submodule

@ -0,0 +1 @@
Subproject commit 4755428d3dfc2e990ee26139db967db77e799afd

Binary file not shown.

View file

@ -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.

View file

@ -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.

View file

@ -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.