Re: [PATCH] arm: mvebu: Enable bootstd for Synology DS116 board

2023-10-16 Thread Stefan Roese

On 10/16/23 10:31, Stefan Roese wrote:

On 10/7/23 23:35, Tony Dinh wrote:

Enable bootstd for Synology DS116 board, and remove distroboot.

Signed-off-by: Tony Dinh 


Reviewed-by: Stefan Roese 


Applied to u-boot-marvell/master

Thanks,
Stefan



Thanks,
Stefan


---

  configs/ds116_defconfig |  3 ++-
  include/configs/ds116.h | 12 +---
  2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/configs/ds116_defconfig b/configs/ds116_defconfig
index 0cd546c223..2437be73cd 100644
--- a/configs/ds116_defconfig
+++ b/configs/ds116_defconfig
@@ -28,7 +28,8 @@ CONFIG_SYS_LOAD_ADDR=0x80
  CONFIG_PCI=y
  CONFIG_DEBUG_UART=y
  CONFIG_AHCI=y
-CONFIG_DISTRO_DEFAULTS=y
+CONFIG_BOOTSTD_FULL=y
+CONFIG_BOOTSTD_DEFAULTS=y
  CONFIG_BOOTDELAY=10
  CONFIG_USE_PREBOOT=y
  CONFIG_SYS_CONSOLE_INFO_QUIET=y
diff --git a/include/configs/ds116.h b/include/configs/ds116.h
index 031f4f6afc..0883ec4d53 100644
--- a/include/configs/ds116.h
+++ b/include/configs/ds116.h
@@ -20,15 +20,8 @@
   */
  #include "mv-common.h"
-/* Include the common distro boot environment */
  #ifndef CONFIG_SPL_BUILD
-#define BOOT_TARGET_DEVICES(func) \
-    func(USB, usb, 0) \
-    func(SCSI, scsi, 0) \
-    func(PXE, pxe, na) \
-    func(DHCP, dhcp, na)
-
  #define KERNEL_ADDR_R    __stringify(0x100)
  #define FDT_ADDR_R    __stringify(0x200)
  #define RAMDISK_ADDR_R    __stringify(0x220)
@@ -42,14 +35,11 @@
  "scriptaddr=" SCRIPT_ADDR_R "\0" \
  "pxefile_addr_r=" PXEFILE_ADDR_R "\0"
-#include 
-
  #define CFG_EXTRA_ENV_SETTINGS \
  RELOCATION_LIMITS_ENV_SETTINGS \
  LOAD_ADDRESS_ENV_SETTINGS \
  "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
-    "console=ttyS0,115200\0" \
-    BOOTENV
+    "console=ttyS0,115200\0"
  #endif /* CONFIG_SPL_BUILD */


Viele Grüße,
Stefan Roese



Viele Grüße,
Stefan Roese

--
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: s...@denx.de


Re: [PATCH] arm: mvebu: Enable bootstd for Synology DS116 board

2023-10-16 Thread Stefan Roese

On 10/7/23 23:35, Tony Dinh wrote:

Enable bootstd for Synology DS116 board, and remove distroboot.

Signed-off-by: Tony Dinh 


Reviewed-by: Stefan Roese 

Thanks,
Stefan


---

  configs/ds116_defconfig |  3 ++-
  include/configs/ds116.h | 12 +---
  2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/configs/ds116_defconfig b/configs/ds116_defconfig
index 0cd546c223..2437be73cd 100644
--- a/configs/ds116_defconfig
+++ b/configs/ds116_defconfig
@@ -28,7 +28,8 @@ CONFIG_SYS_LOAD_ADDR=0x80
  CONFIG_PCI=y
  CONFIG_DEBUG_UART=y
  CONFIG_AHCI=y
-CONFIG_DISTRO_DEFAULTS=y
+CONFIG_BOOTSTD_FULL=y
+CONFIG_BOOTSTD_DEFAULTS=y
  CONFIG_BOOTDELAY=10
  CONFIG_USE_PREBOOT=y
  CONFIG_SYS_CONSOLE_INFO_QUIET=y
diff --git a/include/configs/ds116.h b/include/configs/ds116.h
index 031f4f6afc..0883ec4d53 100644
--- a/include/configs/ds116.h
+++ b/include/configs/ds116.h
@@ -20,15 +20,8 @@
   */
  #include "mv-common.h"
  
-/* Include the common distro boot environment */

  #ifndef CONFIG_SPL_BUILD
  
-#define BOOT_TARGET_DEVICES(func) \

-   func(USB, usb, 0) \
-   func(SCSI, scsi, 0) \
-   func(PXE, pxe, na) \
-   func(DHCP, dhcp, na)
-
  #define KERNEL_ADDR_R __stringify(0x100)
  #define FDT_ADDR_R__stringify(0x200)
  #define RAMDISK_ADDR_R__stringify(0x220)
@@ -42,14 +35,11 @@
"scriptaddr=" SCRIPT_ADDR_R "\0" \
"pxefile_addr_r=" PXEFILE_ADDR_R "\0"
  
-#include 

-
  #define CFG_EXTRA_ENV_SETTINGS \
RELOCATION_LIMITS_ENV_SETTINGS \
LOAD_ADDRESS_ENV_SETTINGS \
"fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
-   "console=ttyS0,115200\0" \
-   BOOTENV
+   "console=ttyS0,115200\0"
  
  #endif /* CONFIG_SPL_BUILD */
  


Viele Grüße,
Stefan Roese

--
DENX Software Engineering GmbH,  Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: s...@denx.de


[PATCH] arm: mvebu: Enable bootstd for Synology DS116 board

2023-10-07 Thread Tony Dinh
Enable bootstd for Synology DS116 board, and remove distroboot.

Signed-off-by: Tony Dinh 
---

 configs/ds116_defconfig |  3 ++-
 include/configs/ds116.h | 12 +---
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/configs/ds116_defconfig b/configs/ds116_defconfig
index 0cd546c223..2437be73cd 100644
--- a/configs/ds116_defconfig
+++ b/configs/ds116_defconfig
@@ -28,7 +28,8 @@ CONFIG_SYS_LOAD_ADDR=0x80
 CONFIG_PCI=y
 CONFIG_DEBUG_UART=y
 CONFIG_AHCI=y
-CONFIG_DISTRO_DEFAULTS=y
+CONFIG_BOOTSTD_FULL=y
+CONFIG_BOOTSTD_DEFAULTS=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_PREBOOT=y
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
diff --git a/include/configs/ds116.h b/include/configs/ds116.h
index 031f4f6afc..0883ec4d53 100644
--- a/include/configs/ds116.h
+++ b/include/configs/ds116.h
@@ -20,15 +20,8 @@
  */
 #include "mv-common.h"
 
-/* Include the common distro boot environment */
 #ifndef CONFIG_SPL_BUILD
 
-#define BOOT_TARGET_DEVICES(func) \
-   func(USB, usb, 0) \
-   func(SCSI, scsi, 0) \
-   func(PXE, pxe, na) \
-   func(DHCP, dhcp, na)
-
 #define KERNEL_ADDR_R  __stringify(0x100)
 #define FDT_ADDR_R __stringify(0x200)
 #define RAMDISK_ADDR_R __stringify(0x220)
@@ -42,14 +35,11 @@
"scriptaddr=" SCRIPT_ADDR_R "\0" \
"pxefile_addr_r=" PXEFILE_ADDR_R "\0"
 
-#include 
-
 #define CFG_EXTRA_ENV_SETTINGS \
RELOCATION_LIMITS_ENV_SETTINGS \
LOAD_ADDRESS_ENV_SETTINGS \
"fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
-   "console=ttyS0,115200\0" \
-   BOOTENV
+   "console=ttyS0,115200\0"
 
 #endif /* CONFIG_SPL_BUILD */
 
-- 
2.39.2