Re: [U-Boot] [PATCH v2 3/3] am335x_evm: enable DFU RAM

2013-09-10 Thread Lukasz Majewski
Hi Afzal,

 Enable DFU for RAM, provide example dfu_alt_info
 
 Signed-off-by: Afzal Mohammed afzal.mohd...@gmail.com
 Cc: Tom Rini tr...@ti.com
 Cc: Lukasz Majewski l.majew...@samsung.com
 Cc: Pantelis Antoniou pa...@antoniou-consulting.com
 ---
 
 v2: new
 
  include/configs/am335x_evm.h | 6 ++
  1 file changed, 6 insertions(+)
 
 diff --git a/include/configs/am335x_evm.h
 b/include/configs/am335x_evm.h index 7969e07..0449a1f 100644
 --- a/include/configs/am335x_evm.h
 +++ b/include/configs/am335x_evm.h
 @@ -100,6 +100,7 @@
   loadbootenv=load mmc ${mmcdev} ${loadaddr} ${bootenv}\0 \
   importbootenv=echo Importing environment from mmc ...;  \
   env import -t $loadaddr $filesize\0 \
 + dfu_alt_info_ram= DFU_ALT_INFO_RAM \0 \
   ramargs=setenv bootargs console=${console}  \
   ${optargs}  \
   root=${ramroot}  \
 @@ -210,6 +211,11 @@
   kernel part 0 8; \
   rootfs part 0 9
  #endif
 +#define CONFIG_DFU_RAM
 +#define DFU_ALT_INFO_RAM \
 + kernel ram 0x8020 0xD8; \
 + fdt ram 0x80F8 0x8; \
 + ramdisk ram 0x8100 0x400
  
  /* NS16550 Configuration */
  #define CONFIG_SYS_NS16550_COM1  0x44e09000  /*
 Base EVM has UART0 */

Seems OK for me (but I'm not AM335x maintainer).

Reviewed-by: Lukasz Majewski l.majew...@samsung.com

-- 
Best regards,

Lukasz Majewski

Samsung RD Institute Poland (SRPOL) | Linux Platform Group
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 3/3] am335x_evm: enable DFU RAM

2013-09-09 Thread Afzal Mohammed
Enable DFU for RAM, provide example dfu_alt_info

Signed-off-by: Afzal Mohammed afzal.mohd...@gmail.com
Cc: Tom Rini tr...@ti.com
Cc: Lukasz Majewski l.majew...@samsung.com
Cc: Pantelis Antoniou pa...@antoniou-consulting.com
---

v2: new

 include/configs/am335x_evm.h | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 7969e07..0449a1f 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -100,6 +100,7 @@
loadbootenv=load mmc ${mmcdev} ${loadaddr} ${bootenv}\0 \
importbootenv=echo Importing environment from mmc ...;  \
env import -t $loadaddr $filesize\0 \
+   dfu_alt_info_ram= DFU_ALT_INFO_RAM \0 \
ramargs=setenv bootargs console=${console}  \
${optargs}  \
root=${ramroot}  \
@@ -210,6 +211,11 @@
kernel part 0 8; \
rootfs part 0 9
 #endif
+#define CONFIG_DFU_RAM
+#define DFU_ALT_INFO_RAM \
+   kernel ram 0x8020 0xD8; \
+   fdt ram 0x80F8 0x8; \
+   ramdisk ram 0x8100 0x400
 
 /* NS16550 Configuration */
 #define CONFIG_SYS_NS16550_COM10x44e09000  /* Base EVM has 
UART0 */
-- 
1.8.2.135.g7b592fa

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot