arm: imx: Change to somdevices configuration.
authorJosep Orga <jorga@somdevices.com>
Sat, 25 Apr 2020 08:29:31 +0000 (10:29 +0200)
committerJosep Orga <jorga@somdevices.com>
Sat, 25 Apr 2020 08:29:31 +0000 (10:29 +0200)
Signed-off-by: Josep Orga <jorga@somdevices.com>
board/somdevices/imx6ull_somdevices/Kconfig
board/somdevices/imx6ull_somdevices/MAINTAINERS
board/somdevices/imx6ull_somdevices/Makefile
board/somdevices/imx6ull_somdevices/README
board/somdevices/imx6ull_somdevices/imx6ull_somdevices.c
board/somdevices/imx6ull_somdevices/imximage.cfg
board/somdevices/imx6ull_somdevices/imximage_lpddr2.cfg

index 985763c..8af21c3 100644 (file)
@@ -1,13 +1,13 @@
-if TARGET_MX6ULL_14X14_EVK || TARGET_MX6ULL_9X9_EVK
+if TARGET_IMX6ULL_SOMDEVICES
 
 config SYS_BOARD
-       default "mx6ullevk"
+       default "imx6ull_somdevices"
 
 config SYS_VENDOR
-       default "freescale"
+       default "somdevices"
 
 config SYS_CONFIG_NAME
-       default "mx6ullevk"
+       default "imx6ull_somdevices"
 
 config SYS_TEXT_BASE
        default 0x87800000
index 73031cd..e4698d4 100644 (file)
@@ -1,7 +1,6 @@
-MX6ULLEVK BOARD
-M:     Peng Fan <peng.fan@nxp.com>
+iMX6ULL SOMDEVICES BOARD
+M:     Josep Orga <jorga@somdevices.com>
 S:     Maintained
-F:     board/freescale/mx6ullevk/
-F:     include/configs/mx6ullevk.h
-F:     configs/mx6ull_14x14_evk_defconfig
-F:     configs/mx6ull_14x14_evk_plugin_defconfig
+F:     board/somdevices/imx6ull_somdevices/
+F:     include/configs/imx6ull_somdevices.h
+F:     configs/imx6ull_somdevices_defconfig
index 1ff03b5..1fad7ce 100644 (file)
@@ -1,4 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0+
 # (C) Copyright 2016 Freescale Semiconductor, Inc.
 
-obj-y  := mx6ullevk.o
+obj-y  := imx6ull_somdevices.o
index d5c8770..f74718f 100644 (file)
@@ -1,36 +1,18 @@
-How to use U-Boot on Freescale MX6ULL 14x14 EVK
+How to use U-Boot on Freescale iMX6ULL SOMDEVICES
 ----------------------------------------------
 
 - First make sure you have installed the dtc package (device tree compiler):
 
 $ sudo apt-get install device-tree-compiler
 
-- Build U-Boot for MX6ULL 14x14 EVK:
+- Build U-Boot for iMX6ULL SOMDEVICES:
 
 $ make mrproper
-$ make mx6ull_14x14_evk_defconfig
+$ make imx6ull_somdevices_defconfig
 $ make
 
 This generates the u-boot-dtb.imx image in the current directory.
 
-- Flash the u-boot-dtb.imx image into the micro SD card:
+- Flash the u-boot-dtb.imx image into the eMMC flash:
 
-$ sudo dd if=u-boot-dtb.imx of=/dev/sdb bs=1K seek=1 && sync
-
-- Jumper settings:
-
-SW601: 0 0 1 0
-Sw602: 1 0
-
-Where 0 means bottom position and 1 means top position (from the switch label
-numbers reference).
-
-Connect the USB cable between the EVK and the PC for the console.
-(The USB console connector is the one close the push buttons)
-
-Insert the micro SD card in the board, power it up and U-Boot messages should
-come up.
-
-The link for the board: http://www.nxp.com/products/microcontrollers-and- \
-processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/ \
-i.mx6qp/evaluation-kit-for-the-i.mx-6ull-applications-processor:MCIMX6ULL-EVK
+$ sudo dd if=u-boot-dtb.imx of=/dev/mmcblk1 bs=1K seek=1 && sync
index 3b0a8ad..fc4384b 100644 (file)
@@ -408,7 +408,7 @@ int checkboard(void)
        else if (is_cpu_type(MXC_CPU_MX6ULZ))
                puts("Board: MX6ULZ 14x14 EVK\n");
        else
-               puts("Board: MX6ULL 14x14 EVK\n");
+               puts("Board: iMX6ULL SOMDEVICES\n");
 
        return 0;
 }
index 33e7fcd..9109067 100644 (file)
@@ -31,7 +31,7 @@ BOOT_FROM     sd
 
 #ifdef CONFIG_USE_IMXIMG_PLUGIN
 /*PLUGIN    plugin-binary-file    IRAM_FREE_START_ADDR*/
-PLUGIN board/freescale/mx6ullevk/plugin.bin 0x00907000
+PLUGIN board/somdevices/imx6ull_somdevices/plugin.bin 0x00907000
 #else
 
 #ifdef CONFIG_SECURE_BOOT
index 3e3ad26..d79c20d 100644 (file)
@@ -32,7 +32,7 @@ BOOT_FROM     sd
 
 #ifdef CONFIG_USE_IMXIMG_PLUGIN
 /*PLUGIN    plugin-binary-file    IRAM_FREE_START_ADDR*/
-PLUGIN board/freescale/mx6ullevk/plugin.bin 0x00907000
+PLUGIN board/somdevices/imx6ull_somdevices/plugin.bin 0x00907000
 #else
 
 #ifdef CONFIG_SECURE_BOOT