All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack
@ 2012-05-15 20:59 Otavio Salvador
  2012-05-15 20:59 ` [U-Boot] [PATCH 2/3] m28evk: drop duplicated definition of CONFIG_OF_LIBFDT Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Otavio Salvador @ 2012-05-15 20:59 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
---
 include/configs/m28evk.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 68e46b7..a076aa5 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -88,7 +88,7 @@
 #define	CONFIG_NR_DRAM_BANKS		1		/* 1 bank of DRAM */
 #define	PHYS_SDRAM_1			0x40000000	/* Base address */
 #define	PHYS_SDRAM_1_SIZE		0x20000000	/* Max 512 MB RAM */
-#define	CONFIG_STACKSIZE		0x00010000	/* 128 KB stack */
+#define	CONFIG_STACKSIZE		(128 * 1024)	/* 128 KB stack */
 #define	CONFIG_SYS_MALLOC_LEN		0x00400000	/* 4 MB for malloc */
 #define	CONFIG_SYS_GBL_DATA_SIZE	128		/* Initial data */
 #define	CONFIG_SYS_MEMTEST_START	0x40000000	/* Memtest start adr */
-- 
1.7.10

^ permalink raw reply related	[flat|nested] 26+ messages in thread
* [U-Boot] [PATCH 0/3] i.MX refactoring patchset
@ 2012-06-17 12:58 Otavio Salvador
  2012-06-17 12:58 ` [U-Boot] [PATCH 3/3] mx28evk: extend default environment Otavio Salvador
  0 siblings, 1 reply; 26+ messages in thread
From: Otavio Salvador @ 2012-06-17 12:58 UTC (permalink / raw)
  To: u-boot

This patchset include minor changes for i.MX; mainly:

 1/3: improves the rare case of unkown booting machine
 2/3: generalize the code so it works for i.MX23 and i.MX28

The patch 3/3 is what we've been using in Yocto and has been change to
affect only mx28evk.

Otavio Salvador (3):
  imx: Use a clear identification of an unidentified CPU type
  mxs: generalize code for print_cpuinfo()
  mx28evk: extend default environment

 arch/arm/cpu/arm926ejs/mx28/mx28.c  |   29 +++++++++++-
 arch/arm/cpu/armv7/imx-common/cpu.c |    4 +-
 include/configs/mx28evk.h           |   83 +++++++++++++++++++++++++++++++----
 3 files changed, 104 insertions(+), 12 deletions(-)

-- 
1.7.10

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2012-06-17 12:58 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 20:59 [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack Otavio Salvador
2012-05-15 20:59 ` [U-Boot] [PATCH 2/3] m28evk: drop duplicated definition of CONFIG_OF_LIBFDT Otavio Salvador
2012-05-15 21:14   ` Marek Vasut
2012-05-15 21:34     ` Otavio Salvador
2012-05-15 22:05       ` Marek Vasut
2012-05-15 23:03         ` Otavio Salvador
2012-05-15 23:18           ` Marek Vasut
2012-05-15 23:55             ` Otavio Salvador
2012-05-16  1:00               ` Marek Vasut
2012-06-13  9:06   ` Stefano Babic
2012-05-15 20:59 ` [U-Boot] [PATCH 3/3] mx28evk: extend default environment Otavio Salvador
2012-05-15 21:08   ` Fabio Estevam
2012-05-15 21:18     ` Otavio Salvador
2012-05-15 21:31     ` Otavio Salvador
2012-05-29 20:57       ` Wolfgang Denk
2012-05-29 21:02         ` Otavio Salvador
2012-05-15 21:16   ` Marek Vasut
     [not found]     ` <CAP9ODKrZ5kObb8C=BWRLh0MJWsQz1H2WRe9sJHh1Tq0DcRR2Ag@mail.gmail.com>
2012-05-15 21:21       ` Marek Vasut
2012-05-15 21:27         ` Otavio Salvador
2012-05-29 20:55           ` Wolfgang Denk
2012-05-29 21:14             ` Marek Vasut
2012-05-29 21:30               ` Wolfgang Denk
2012-05-29 20:52   ` Wolfgang Denk
2012-05-15 21:14 ` [U-Boot] [PATCH 1/3] m28evk: use same notation to alloc the 128kB stack Marek Vasut
2012-05-15 21:32   ` Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2012-06-17 12:58 [U-Boot] [PATCH 0/3] i.MX refactoring patchset Otavio Salvador
2012-06-17 12:58 ` [U-Boot] [PATCH 3/3] mx28evk: extend default environment Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.