summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/scalys/grapeboard/Kconfig10
-rw-r--r--board/scalys/grapeboard/PBL_0x33_0x05_750_250_1000.binbin160 -> 0 bytes
-rw-r--r--board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.binbin0 -> 160 bytes
-rw-r--r--board/scalys/grapeboard/PBL_0x33_0x08_750_250_1000.binbin160 -> 0 bytes
-rw-r--r--board/scalys/grapeboard/PBL_0x35_0x08_750_250_1000.binbin160 -> 0 bytes
-rw-r--r--board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.binbin0 -> 160 bytes
-rw-r--r--board/scalys/grapeboard/grapeboard.c1
7 files changed, 8 insertions, 3 deletions
diff --git a/board/scalys/grapeboard/Kconfig b/board/scalys/grapeboard/Kconfig
index b038577..ef07ad6 100644
--- a/board/scalys/grapeboard/Kconfig
+++ b/board/scalys/grapeboard/Kconfig
@@ -43,14 +43,18 @@ config RESCUE_UBOOT_CONFIG
endchoice
-config PBL_BINARY
+config PBL_IMAGE
bool
+ default y
+ prompt "Concat PBL and U-boot"
-config PBL_IMAGE
+config U_BOOT_PAD_TO
string
-config U_BOOT_PAD_TO
+config PBL_BINARY_SRC
string
+ depends on PBL_IMAGE
+ prompt "Modify RCW binary source"
endmenu
diff --git a/board/scalys/grapeboard/PBL_0x33_0x05_750_250_1000.bin b/board/scalys/grapeboard/PBL_0x33_0x05_750_250_1000.bin
deleted file mode 100644
index 43cfa77..0000000
--- a/board/scalys/grapeboard/PBL_0x33_0x05_750_250_1000.bin
+++ /dev/null
Binary files differ
diff --git a/board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.bin b/board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.bin
new file mode 100644
index 0000000..994511d
--- /dev/null
+++ b/board/scalys/grapeboard/PBL_0x33_0x05_800_250_1000.bin
Binary files differ
diff --git a/board/scalys/grapeboard/PBL_0x33_0x08_750_250_1000.bin b/board/scalys/grapeboard/PBL_0x33_0x08_750_250_1000.bin
deleted file mode 100644
index 049d7bb..0000000
--- a/board/scalys/grapeboard/PBL_0x33_0x08_750_250_1000.bin
+++ /dev/null
Binary files differ
diff --git a/board/scalys/grapeboard/PBL_0x35_0x08_750_250_1000.bin b/board/scalys/grapeboard/PBL_0x35_0x08_750_250_1000.bin
deleted file mode 100644
index ad85162..0000000
--- a/board/scalys/grapeboard/PBL_0x35_0x08_750_250_1000.bin
+++ /dev/null
Binary files differ
diff --git a/board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.bin b/board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.bin
new file mode 100644
index 0000000..86d6227
--- /dev/null
+++ b/board/scalys/grapeboard/PBL_0x35_0x08_800_250_1000.bin
Binary files differ
diff --git a/board/scalys/grapeboard/grapeboard.c b/board/scalys/grapeboard/grapeboard.c
index 60d2a14..a08cfe3 100644
--- a/board/scalys/grapeboard/grapeboard.c
+++ b/board/scalys/grapeboard/grapeboard.c
@@ -28,6 +28,7 @@
#include <fsl_sec.h>
#include <fsl_csu.h>
#include "usb_grapeboard.h"
+#include <../../../include/generated/autoconf.h>
DECLARE_GLOBAL_DATA_PTR;