[U-Boot] [PATCH V4 0/4] update SMDK2410 port

2011-03-12 Thread David Müller
This patch serie brings the SMDK2410 port in sync with the latest U-Boot version by doing the following: - do the necessary adjustments to support the ARM relocation feature - use the CFI flash driver (and removing the old one) - remove the unneeded config.mk file --- board/samsung/smdk2410/M

[U-Boot] [PATCH V4 1/4] activate ARM relocation feature

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- include/configs/smdk2410.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 62fe97e..38b5684 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -1

[U-Boot] [PATCH V4 2/4] remove unneeded config.mk

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/config.mk | 25 - include/configs/smdk2410.h |2 ++ 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 board/samsung/smdk2410/config.mk diff --git a/board/samsung/smdk2410/config.mk b/

[U-Boot] [PATCH V4 4/4] various cleanups/code style fixes

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/smdk2410.c | 61 +--- include/configs/smdk2410.h| 141 ++--- 2 files changed, 133 insertions(+), 69 deletions(-) diff --git a/board/samsung/smdk2410/smdk2410.c b/board/samsung/smdk241

[U-Boot] [PATCH V4 3/4] use the CFI driver (and remove the old one)

2011-03-12 Thread David Müller
Signed-off-by: David Müller --- board/samsung/smdk2410/Makefile |2 +- board/samsung/smdk2410/flash.c| 433 - board/samsung/smdk2410/smdk2410.c | 12 + include/configs/smdk2410.h| 32 +-- 4 files changed, 25 insertions(+), 454 deletions

Re: [U-Boot] [PATCH 1/2] ARM: MX31: print WRSR to indicate the source of the last reset

2011-03-12 Thread Anatolij Gustschin
On Thu, 10 Mar 2011 16:07:49 +0100 Stefano Babic wrote: > On 03/10/2011 11:53 AM, Anatolij Gustschin wrote: > > Add output of the WRSR register content while booting so that > > we can see the source of the last reset. > > > > Signed-off-by: Anatolij Gustschin > > Hi Antolij, Hi Stefano, ...

Re: [U-Boot] [PATCH 1/2] ARM: MX31: print WRSR to indicate the source of the last reset

2011-03-12 Thread Anatolij Gustschin
Hi Fabio, On Thu, 10 Mar 2011 05:47:15 -0800 (PST) Fabio Estevam wrote: > Hi Anatolij, > > --- On Thu, 3/10/11, Anatolij Gustschin wrote: >        > > mx31_get_mcu_main_clk() / 100); > > +    struct wdog_regs *wdog = (struct> wdog_regs *)WDOG_BASE; > > + > > +    printf("CPU:   Freesca

Re: [U-Boot] [PATCH 2/2] MX31: mx31pdk: Print the cause of reset

2011-03-12 Thread Anatolij Gustschin
On Wed, 9 Mar 2011 13:35:44 -0300 Fabio Estevam wrote: ... > +++ b/board/freescale/mx31pdk/mx31pdk.c > @@ -86,7 +86,30 @@ int board_late_init(void) > > int checkboard(void) > { > - printf("Board: i.MX31 MAX PDK (3DS)\n"); > + u32 cause; > + struct clock_control_regs *ccm = > +

Re: [U-Boot] [RFC PATCH 2/6] Mips: Purple: Adapt u-boot.lds to changed CPU directory layout

2011-03-12 Thread Shinya Kuribayashi
On 3/9/11 10:16 PM, daniel.schwierz...@googlemail.com wrote: > This fixes a linker error introduced by the previous commit. If so, such fix should be made along with that previous commit. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/

Re: [U-Boot] [RFC PATCH 1/6] Mips: Move content of arch/mips/cpu to arch/mips/cpu/mips32

2011-03-12 Thread Shinya Kuribayashi
On 3/9/11 10:16 PM, daniel.schwierz...@googlemail.com wrote: > All current CPUs and SoCs are based on Mips32 arch. The complete Is that true? What about purple SoC? IIUC It's based on MIPS 5Kc and capable of 64-bit, which MIPS32 is 32-bit only architecture. > code resides in the global arch/mip

Re: [U-Boot] [RFC PATCH 0/6] Mips: Refactoring of CPU and SoC code

2011-03-12 Thread Shinya Kuribayashi
On 3/9/11 10:16 PM, daniel.schwierz...@googlemail.com wrote: > This patch series refactors the Mips CPU directory and put all current > code into an own mips32 subdirectory. Furthermore the SoC specific code > of IncaIP, Purple and Au1x00 is moved to separate SoC subdirectories. Personally I'm not

Re: [U-Boot] [RFC PATCH 0/6] Mips: Refactoring of CPU and SoC code

2011-03-12 Thread Shinya Kuribayashi
By the way, please use MIPS: next time, not Mips: Thanks in advance, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] p4080ds starts OS with MSR[EE]=1 and DEC armed?

2011-03-12 Thread Kumar Gala
On Mar 3, 2011, at 8:59 AM, Jimi Xenidis wrote: > I was surprised to find myself at the decrement interrupt when running my new > stuff. > That is against ePAPR, right? > Does u-boot at least make sure that the DEC is set to some large value before > it leaps at me? > I don't mind forcing EE=0

Re: [U-Boot] [RFC PATCH 1/6] Mips: Move content of arch/mips/cpu to arch/mips/cpu/mips32

2011-03-12 Thread Daniel Schwierzeck
Hi Shinya, On 03/12/2011 03:43 PM, Shinya Kuribayashi wrote: > On 3/9/11 10:16 PM, daniel.schwierz...@googlemail.com wrote: >> All current CPUs and SoCs are based on Mips32 arch. The complete > > Is that true? What about purple SoC? IIUC It's based on MIPS 5Kc > and capable of 64-bit, which MIPS32