[U-Boot] [PATCH] Blackfin: gd_t: relocate volatile markings

2012-02-15 Thread Mike Frysinger
This makes Blackfin behave the same as other ports, and fixes many gcc warnings that show up with 4.5+: board.c:40:1: warning: optimization may eliminate reads and/or writes to register variables Signed-off-by: Mike Frysinger --- arch/blackfin/include/asm/global_data.h |

Re: [U-Boot] [PATCH v4 7/8] sandbox: Add flags for open() call

2012-02-15 Thread Mike Frysinger
On Wednesday 15 February 2012 18:51:17 Simon Glass wrote: > This provides a way for callers to create files for writing. We define > flags which mirror the POSIX values. > > Another approach would be to translate the flags at runtime. Perhaps we can > leave to whoever wants to port this to another

Re: [U-Boot] [PATCH v4 2/8] sandbox: config: Enable fdt and snprintf() options

2012-02-15 Thread Mike Frysinger
On Wednesday 15 February 2012 18:51:12 Simon Glass wrote: > Enable fdt code and safe snprintf() options for sandbox. merged into my sandbox branch -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@

Re: [U-Boot] [PATCH v4 1/8] sandbox: fdt: Add support for CONFIG_OF_CONTROL

2012-02-15 Thread Mike Frysinger
On Wednesday 15 February 2012 18:51:11 Simon Glass wrote: > This adds support for a controlling fdt, mirroring the ARM implementation. merged into my sandbox branch -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot ma

[U-Boot] [PATCH] lmb: do not export anything without CONFIG_LMB

2012-02-15 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- include/lmb.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/lmb.h b/include/lmb.h index 43082a3..5d1f4b6 100644 --- a/include/lmb.h +++ b/include/lmb.h @@ -1,6 +1,7 @@ #ifndef _LINUX_LMB_H #define _LINUX_LMB_H #ifdef __KERNE

[U-Boot] [PATCH 5/5] msm7x30: Add support for msm7630_surf board

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef *Support for msm7630_surf board Signed-off-by: Mohamed Haneef --- board/qcom/msm7630_surf/Makefile | 55 +++ board/qcom/msm7630_surf/msm7630_surf.c | 155 board/qcom/msm7630_surf/msm7630_surf.h | 30 ++ boards

[U-Boot] [PATCH 2/5] msm7x30: Add support for interprocessor communication

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef *Support for msm7x30 interprocessor communication Signed-off-by: Mohamed Haneef --- drivers/misc/Makefile|1 + drivers/misc/msm_proc_comm.c | 303 ++ 2 files changed, 304 insertions(+), 0 deletions(-) create mod

[U-Boot] [PATCH 1/5] msm7x30: Add support for low speed uart on msm7x30

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef * Support for low speed uart Signed-off-by: Mohamed Haneef --- drivers/serial/Makefile |1 + drivers/serial/serial_msm_uart.c | 206 ++ 2 files changed, 207 insertions(+), 0 deletions(-) create mode 100644 drivers/

[U-Boot] [PATCH 0/5] Support for qualcomm msm7630 board

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef This is a patch series for msm7630 board. The Patches contain the following support * low speed uart for msm7630 * interprocessor communication * msm7630 soc * msm7630 surf board Mohamed Haneef (5): msm7x30: Add support for low speed uart

[U-Boot] [PATCH 4/5] Add support for mmc read and writes

2012-02-15 Thread mohamed.haneef
From: Mohamed Haneef *Support for msm7x30 mmc read and writes Signed-off-by: Mohamed Haneef --- arch/arm/include/asm/arch-msm7630/mmc.h | 399 + drivers/mmc/Makefile|1 + drivers/mmc/qc_mmc.c| 584 +++

Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-02-15 Thread Simon Glass
Hi Graeme, On Wed, Feb 15, 2012 at 6:28 PM, Graeme Russ wrote: > Hi Simon, > > On Thu, Feb 16, 2012 at 1:05 PM, Simon Glass wrote: >> Hi, >> >> On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote: >>> Hi, >>> >>> On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote: This series creates a gen

Re: [U-Boot] [RFC PATCH v2 03/28] arm: Only display frame buffer info if there is LCD/video support

2012-02-15 Thread Simon Glass
Hi Albert, On Sat, Jan 14, 2012 at 1:18 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 07/01/2012 01:24, Simon Glass a écrit : > >> This value has no meaning otherwise. >> >> Signed-off-by: Simon Glass >> --- >> >>  common/cmd_bdinfo.c |    2 ++ >>  1 files changed, 2 insertions(+), 0 deletions(-)

Re: [U-Boot] [PATCH v3 7/8] sandbox: Add flags for open() call

2012-02-15 Thread Mike Frysinger
On Wednesday 15 February 2012 17:58:35 Simon Glass wrote: > On Tue, Jan 24, 2012 at 1:45 PM, Mike Frysinger wrote: > > On Monday 23 January 2012 01:48:52 Simon Glass wrote: > >> -/* > >> - * Operating System Interface > >> - * > >> - * This provides access to useful OS routines from the sandbox > >

Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-02-15 Thread Graeme Russ
Hi Simon, On Thu, Feb 16, 2012 at 1:05 PM, Simon Glass wrote: > Hi, > > On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote: >> Hi, >> >> On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote: >>> This series creates a generic board.c implementation which contains >>> the essential functions of the

Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-02-15 Thread Simon Glass
Hi, On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote: > Hi, > > On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote: >> This series creates a generic board.c implementation which contains >> the essential functions of the major arch/xxx/lib/board.c files. > > I haven't had huge numbers of comme

Re: [U-Boot] [PATCH 2/2] Allow newlines within command environment vars

2012-02-15 Thread Simon Glass
Hi Wolfgang, On Wed, Feb 15, 2012 at 2:49 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> > In message <1329286030-32560-2-git-send-email-...@chromium.org> you wrote: >> > > The environment variables preboot, bootcmd and menucmd can hold a command >> > > to exe

Re: [U-Boot] [PATCH 1/2] Add run_command_list() to run a list of commands

2012-02-15 Thread Simon Glass
Hi Michael, On Wed, Feb 15, 2012 at 3:55 PM, Michael Walle wrote: > Am Mittwoch 15 Februar 2012, 23:23:19 schrieb Simon Glass: >> Hi Michael, >> >> On Wed, Feb 15, 2012 at 11:38 AM, Michael Walle wrote: >> > Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass: >> >> This new function runs

Re: [U-Boot] [PATCH 1/2] Add run_command_list() to run a list of commands

2012-02-15 Thread Michael Walle
Am Mittwoch 15 Februar 2012, 23:23:19 schrieb Simon Glass: > Hi Michael, > > On Wed, Feb 15, 2012 at 11:38 AM, Michael Walle wrote: > > Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass: > >> This new function runs a list of commands separated by semicolon. We > >> move this out of cmd_so

[U-Boot] [PATCH v4 4/8] sandbox: Enable GPIO driver

2012-02-15 Thread Simon Glass
Enable the new GPIO driver for sandbox. Signed-off-by: Simon Glass --- Changes in v3: - Reduce number of GPIOs from 224 to 20 include/configs/sandbox.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 6790216

[U-Boot] [PATCH v4 2/8] sandbox: config: Enable fdt and snprintf() options

2012-02-15 Thread Simon Glass
Enable fdt code and safe snprintf() options for sandbox. Signed-off-by: Simon Glass --- include/configs/sandbox.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 10565e6..6790216 100644 --- a/include/confi

[U-Boot] [PATCH v4 5/8] sandbox: Add concept of sandbox state

2012-02-15 Thread Simon Glass
The state exists through the life of U-Boot. It can be adjusted by command line options and perhaps later through a config file. It is available to U-Boot through state_...() calls (within sandbox code). Signed-off-by: Simon Glass --- Changes in v4: - Add multiple #include protection to state.h -

[U-Boot] [PATCH v4 6/8] sandbox: Allow processing instead of or before main loop

2012-02-15 Thread Simon Glass
In order to pass command line arguments to sandbox we need to be able to act on them. So take control back at the end of board_init_r() from where we can call the main loop or do something else. Signed-off-by: Simon Glass --- Changes in v2: - Call cpu_main_loop() from board_init_r() arch/sandbo

[U-Boot] [PATCH v4 8/8] sandbox: Add basic command line parsing

2012-02-15 Thread Simon Glass
This adds simple command-line parsing to sandbox. The idea is that it sets up the state with options provided, and this state can then be queried later, as needed. For now we just allow it to run a command. Passing a command to U-Boot on stdin is not as convenient IMO. The parsing code is in os.

[U-Boot] [PATCH v4 7/8] sandbox: Add flags for open() call

2012-02-15 Thread Simon Glass
This provides a way for callers to create files for writing. We define flags which mirror the POSIX values. Another approach would be to translate the flags at runtime. Perhaps we can leave to whoever wants to port this to another OS? Signed-off-by: Simon Glass --- Changes in v3: - Change open()

[U-Boot] [PATCH v4 3/8] sandbox: gpio: Add basic driver for simulating GPIOs

2012-02-15 Thread Simon Glass
This provides a way of simulating GPIOs by setting values which are seen by the normal gpio_get/set_value() calls. Signed-off-by: Simon Glass --- Changes in v2: - Fix gpio_direction_output() to actually set the value - Use generic GPIO command and interface Changes in v3: - Change GPIO numbers t

[U-Boot] [PATCH v4 1/8] sandbox: fdt: Add support for CONFIG_OF_CONTROL

2012-02-15 Thread Simon Glass
This adds support for a controlling fdt, mirroring the ARM implementation. Signed-off-by: Simon Glass --- Changes in v3: - Use #if defined()..#elif defined, instead of #ifdef..#elif defined arch/sandbox/include/asm/global_data.h |1 + arch/sandbox/lib/board.c |8

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Fabio Estevam
Robert, On Wed, Feb 15, 2012 at 11:29 AM, Robert Deliën wrote: > Thanks of the hint, but I configured that some time ago already (in > ~/.gitconfig). If you have trouble to setup the gitconfig on your company network, maybe you can use a gmail account. cat .gitconfig [user] name = Use

Re: [U-Boot] [PATCH v3 7/8] sandbox: Add flags for open() call

2012-02-15 Thread Simon Glass
Hi Mike, On Tue, Jan 24, 2012 at 1:45 PM, Mike Frysinger wrote: > On Monday 23 January 2012 01:48:52 Simon Glass wrote: >> This provides a way for callers to create files for writing. We define >> flags which mirror the POSIX values. > > there are no POSIX values, just names.  the way the defines

Re: [U-Boot] [PATCH 2/2] Allow newlines within command environment vars

2012-02-15 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > > In message <1329286030-32560-2-git-send-email-...@chromium.org> you wrote: > > > The environment variables preboot, bootcmd and menucmd can hold a command > > > to execute. This change permits these variables to have newlines so that > > > they work

Re: [U-Boot] [PATCH 1/4 v5] Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8

2012-02-15 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Robert_Deli=EBn?=, In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net> you wrote: > > > Please consider this whole series as NAKed because of that. > > Please go ahead, NAK the other sets as well. With "other sets" you mean v1 ... v4? No need to

Re: [U-Boot] [PATCH v3 5/8] sandbox: Add concept of sandbox state

2012-02-15 Thread Simon Glass
Hi Mike, On Tue, Jan 24, 2012 at 3:05 PM, Mike Frysinger wrote: > On Monday 23 January 2012 01:48:50 Simon Glass wrote: >> --- a/arch/sandbox/cpu/start.c >> +++ b/arch/sandbox/cpu/start.c >> >>  int main(int argc, char *argv[]) >>  { >> +     struct sandbox_state *state = NULL; >> +     int err;

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Wolfgang Denk
Dear Rxbert, In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net> you wrote: > > Git even confirms: > $ git config -l > user.name=Rxbert Dxlien > user.email=rxb...@dxlien.nl And is this information correct? Please STOP posting with non-existent mail addresses (Robert

Re: [U-Boot] [PATCH v2 3/8] sandbox: gpio: Add basic driver for simulating GPIOs

2012-02-15 Thread Simon Glass
Hi Mike, On Tue, Jan 24, 2012 at 3:06 PM, Mike Frysinger wrote: > On Tuesday 24 January 2012 16:35:00 Mike Frysinger wrote: >> On Monday 23 January 2012 01:20:16 Simon Glass wrote: >> > On Fri, Jan 20, 2012 at 10:59 AM, Mike Frysinger wrote: >> > > On Tuesday 10 January 2012 19:45:47 Simon Glass

Re: [U-Boot] [PATCH 1/2] Add run_command_list() to run a list of commands

2012-02-15 Thread Simon Glass
Hi Michael, On Wed, Feb 15, 2012 at 11:38 AM, Michael Walle wrote: > Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass: >> This new function runs a list of commands separated by semicolon. We >> move this out of cmd_source so that it can be used by other code. The >> PXE also uses the new

Re: [U-Boot] [PATCH v4 4/9] Stop using builtin_run_command()

2012-02-15 Thread Simon Glass
Hi Michael, On Wed, Feb 15, 2012 at 11:44 AM, Michael Walle wrote: > Am Mittwoch 15 Februar 2012, 07:05:24 schrieb Simon Glass: >> Unfortunately I think that this approach is a little broken. We are running >> a command sequence from getenv(), but while processing it, we might update >> the envir

Re: [U-Boot] [PATCH v4 4/9] Stop using builtin_run_command()

2012-02-15 Thread Michael Walle
Am Mittwoch 15 Februar 2012, 07:05:24 schrieb Simon Glass: > Unfortunately I think that this approach is a little broken. We are running > a command sequence from getenv(), but while processing it, we might update > the environment variable. Worse, we actually overwrite the newlines in the > variab

Re: [U-Boot] [PATCH 1/2] Add run_command_list() to run a list of commands

2012-02-15 Thread Michael Walle
Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass: > This new function runs a list of commands separated by semicolon. We > move this out of cmd_source so that it can be used by other code. The > PXE also uses the new function. > > Suggested-by: Michael Walle > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH] EXYNOS: SMDK5250: Support all 4 UARTs

2012-02-15 Thread Doug Anderson
Mike, On Mon, Feb 13, 2012 at 11:00 PM, Mike Frysinger wrote: > i don't know the exynos5 pinmux specifics, but speaking in general, you > shouldn't go configuring pins directly if the user hasn't asked for them. > config multi would be useful because then the pinmux logic would be in a > uart- >

Re: [U-Boot] [PATCH 2/3] tt01: add video support

2012-02-15 Thread Stefano Babic
On 30/01/2012 15:21, Helmut Raiger wrote: > The video setup for the Epson display is provided. Addtionally > some extra info is displayed next to the Linux logo. > > Signed-off-by: Helmut Raiger > --- Hi Helmut, > +#ifdef CONFIG_CONSOLE_EXTRA_INFO > +void video_get_info_str(int line_number, cha

Re: [U-Boot] [PATCH 3/3] imx31: tt01: fix hush parser config, add release config

2012-02-15 Thread Stefano Babic
On 15/02/2012 15:36, Helmut Raiger wrote: > On 01/30/2012 03:21 PM, Helmut Raiger wrote: >> Add PREBOOT, SILENT_CONSOLE and DEVICE_NULLDEV for release >> build. Fixed bug in CONFIG_SYS_HUSH_PARSER define. >> >> Signed-off-by: Helmut Raiger Stefano, please comment, it's only board specific. Hi Helm

[U-Boot] sh: build warnings in clock code

2012-02-15 Thread Mike Frysinger
all superh boards hit this warning for me: Configuring for sh7763rdp board... time.c: In function 'get_ticks': time.c:111:16: warning: variable 'ticks' set but not used [-Wunused-but-set- variable] and indeed, looking at the code, ticks is set but not used. not sure if bug (ticks should be used

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-15 Thread Mike Frysinger
On Wednesday 15 February 2012 02:51:40 Nobuhiro Iwamatsu wrote: > 2012/2/3 Mike Frysinger: > > On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote: > >> static int sh_eth_bb_set_mdc(struct bb_miiphy_bus *bus, int v) > >> { > >> + int port; > >> struct sh_eth_dev *eth = bus->priv

Re: [U-Boot] [PATCH 4/4] Added NAND flash pin configuration

2012-02-15 Thread Robert Deliën
> Do you plan to post a patch to enable NAND on the EVK as well? No, I'm afraid not anymore. > That shouldn't be a big deal. The patch isn't, but getting it accepted is. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

Re: [U-Boot] [PATCH 2/2] Allow newlines within command environment vars

2012-02-15 Thread Simon Glass
Hi Wolfgang, On Tue, Feb 14, 2012 at 11:31 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1329286030-32560-2-git-send-email-...@chromium.org> you wrote: > > The environment variables preboot, bootcmd and menucmd can hold a command > > to execute. This change permits these variables

Re: [U-Boot] [PATCH 3/3] imx31: tt01: fix hush parser config, add release config

2012-02-15 Thread Helmut Raiger
On 01/30/2012 03:21 PM, Helmut Raiger wrote: Add PREBOOT, SILENT_CONSOLE and DEVICE_NULLDEV for release build. Fixed bug in CONFIG_SYS_HUSH_PARSER define. Signed-off-by: Helmut Raiger Stefano, please comment, it's only board specific. Helmut -- Scanned by MailScanner. ___

[U-Boot] [PATCH 4/4] OMAP4: enable Thumb build

2012-02-15 Thread Aneesh V
Signed-off-by: Aneesh V --- Changes from RFC to V1: - None --- include/configs/omap4_common.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index a989721..01b4d6c 100644 --- a/include/configs/omap4_common.

[U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-15 Thread Aneesh V
This is done using the following directive preceding each function definition: .type , %function This marks the symbol as a function in the object header which in turn helps the linker in some cases. In particular this was found needed for resolving ARM/Thumb calls correctly in a build with Thum

[U-Boot] [PATCH 3/4] armv7: Use -march=armv7-a and thereby enable Thumb-2

2012-02-15 Thread Aneesh V
Enable -march=armv7-a for armv7 platforms if the tool-chain supports it. This in turn results in Thumb-2 code generated for these platforms if CONFIG_SYS_THUMB_BUILD is enabled. Signed-off-by: Aneesh V --- I believe armv7-a is fine for all the SoCs except Tegra2 and I see that Tegra2 is already m

Re: [U-Boot] [PATCH 1/4 v5] Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8

2012-02-15 Thread Robert Deliën
> This is labeled as patch v5 - but I cannot see any log of what has > been changed compared to previous versions, i. e. which review > comments have been applied and which ignored. I did the curtesy of re-forming patch set v5 from a freshly pulled repository, because they no longer applied withou

[U-Boot] [PATCH 1/4] ARM: enable Thumb build

2012-02-15 Thread Aneesh V
Enable Thumb build and ARM-Thumb interworking based on the new config flag CONFIG_SYS_THUMB_BUILD Signed-off-by: Aneesh V --- Changes from RFC to V1: - Fixed review comments from Tom Rini --- README |9 + arch/arm/config.mk | 20 ++-- 2 files changed, 2

[U-Boot] [PATCH 0/4] Enable Thumb build for ARM platforms

2012-02-15 Thread Aneesh V
Thumb is an alternate instruction set available in many ARM processors. Below is a detailed description from ARM specs: "The Thumb instruction set is a re-encoded subset of the ARM instruction set. Thumb instructions execute in their own processor state, with the architecture defining the mechanis

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Robert Deliën
> Never do this. ACKs and such are tracked in patchwork. It's a hard to satsify everybody. I added the ack and and test per Marek's request, and reposted. > And _if_ you repost, then play by the rules and add a changelog. >Then use a better relay. Please fix it, it is a PITA not being able > t

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Robert Deliën
> Sure you can ... > > $ cat .gitconfig > [user] > name = Us Er > email = u...@ma.il > > Done Thanks of the hint, but I configured that some time ago already (in ~/.gitconfig). Git even confirms: $ git config -l user.name=Rxbert Dxlien user.email=rxb...@dxlien.nl color.diff=auto

Re: [U-Boot] [PATCH 1/4 v5] Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8

2012-02-15 Thread Wolfgang Denk
Dear Robert@domain.unknown, In message <1329301803-11624-2-git-send-email-rob...@delien.nl> you wrote: > From: Robert Delien > > This patch renames mx28_register to mx28_register_32 in order to > prepare for the introduction of an 8-bit register, mx28_register_8. > > Signed-off-by: Robert Delie

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Robert_Deli=EBn?=, In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net> you wrote: > > Why did you repost? > > I reposted with your ack in 1 to 3. Still they don't seem to show up in > the mailing list. Never do this. ACKs and such are tracked in

[U-Boot] ARM926: U-Boot crash while relocating

2012-02-15 Thread Amit Virdi
Hello All, While I'm running u-boot on spear320 board, I'm seeing a crash. The crash happens during the .rel.dyn relocations. While debugging, I found that the .rel.dyn section contains a word with all the bits set (0x) and the code is trying to fix-up this location. The u-boot address ra

[U-Boot] [PATCH 2/2][v2] powerpc/85xx:Add PSC9131 RDB Support

2012-02-15 Thread Prabhakar Kushwaha
PSC9131RDB is a Freescale reference design board for PSC9131 SoC. PSC9131 SOC is an integrated device that targets Femto base station market. It combines Power Architecture e500v2 and DSP StarCore SC3850 core technologies with MAPLE-B2F baseband acceleration processing elements PSC9131RDB Ov

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Marek Vasut
> > Why did you repost? > > I reposted with your ack in 1 to 3. Still they don't seem to show up in > the mailing list. Patchwork handles that. > > > Fix that "domain.unknown" > > I can't. It's Agilent's smpt server's way to tell it's not happy with > relaying messages from my email address. S

Re: [U-Boot] [PATCH] powerpc/85xx:Add PSC9131 RDB Support

2012-02-15 Thread Prabhakar Kushwaha
Thanks for reviewing this patch. Please find my response in-lined On Tuesday 14 February 2012 07:48 PM, Wolfgang Denk wrote: Dear Prabhakar Kushwaha, In message<1329200040-23039-1-git-send-email-prabha...@freescale.com> you wrote: PSC9131RDB is a Freescale reference design board for PS

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Robert Deliën
> Why did you repost? I reposted with your ack in 1 to 3. Still they don't seem to show up in the mailing list. > Fix that "domain.unknown" I can't. It's Agilent's smpt server's way to tell it's not happy with relaying messages from my email address. _

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Marek Vasut
> From: Robert Delien Why did you repost? Fix that "domain.unknown" M > > This set of patches fixes ref_cpu clock setup. > > Robert Delien (4): > Renamed mx28_register to mx28_register_32 to prepare for > mx28_register_8 > Introducing 8-bit wide register, mx28_register_8 > Fix erron

[U-Boot] [PATCH 4/4 v5] Preventing needless switching on and off PLL bypass mode, allowing allow single-stepping through the SPL

2012-02-15 Thread Robert
From: Robert Delien This patch prevents the needless switching on and off of PLL bypass mode. With this patch in place, single-stepping through the SPL is now possible. Signed-off-by: Robert Delien --- arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c |4 arch/arm/cpu/arm926ejs/mx28/spl_po

[U-Boot] [PATCH 3/4 v5] Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers

2012-02-15 Thread Robert
From: Robert Delien This patch fixes erroneous 32-bit access to registers hw_clkctrl_frac0 and hw_clkctrl_frac1. Signed-off-by: Robert Delien --- arch/arm/cpu/arm926ejs/mx28/clock.c | 70 ++--- arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c| 26 - arch

[U-Boot] [PATCH 1/4 v5] Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8

2012-02-15 Thread Robert
From: Robert Delien This patch renames mx28_register to mx28_register_32 in order to prepare for the introduction of an 8-bit register, mx28_register_8. Signed-off-by: Robert Delien --- arch/arm/cpu/arm926ejs/mx28/clock.c |4 +- arch/arm/cpu/arm926ejs/mx28/iomux.c |

[U-Boot] [PATCH 2/4 v5] Introducing 8-bit wide register, mx28_register_8

2012-02-15 Thread Robert
From: Robert Delien This patch introduces an 8-bit register, mx28_register_8, in order to prepare for fixing erroneous 32-bit wide access of registers hw_clkctrl_frac0 and hw_clkctrl_frac1. Signed-off-by: Robert Delien --- arch/arm/include/asm/arch-mx28/regs-common.h | 16 1

[U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Robert
From: Robert Delien This set of patches fixes ref_cpu clock setup. Robert Delien (4): Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 Introducing 8-bit wide register, mx28_register_8 Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 regis

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Marek Vasut
> From: Robert Delien > > This set of patches fixes ref_cpu clock setup. > > Robert Delien (4): > Renamed mx28_register to mx28_register_32 to prepare for > mx28_register_8 > Introducing 8-bit wide register, mx28_register_8 > Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkct

Re: [U-Boot] [PATCH] Elimintated magic numbers for scratch register addresses

2012-02-15 Thread Robert Deliën
Is this patch approved? From: u-boot-boun...@lists.denx.de [u-boot-boun...@lists.denx.de] on behalf of Robert Deliën [rob...@delien.nl] Sent: 07 February 2012 10:15 To: Marek Vasut Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] Elimintated magic nu

[U-Boot] [PATCH] config.mk:Update DBGFLAGS with dwarf information

2012-02-15 Thread Prabhakar Kushwaha
Built u-boot elf file does not contain any dwarf informations by default. This information is required for debugging. Add dwarf ver 2 flag in DBGFLAGS. Signed-off-by: Radu Lazarescu Signed-off-by: Prabhakar Kushwaha --- Applies on http://git.denx.de/u-boot.git branch master config.mk |2

[U-Boot] [PATCH 1/4] doc: Add documentation for mpc85xx debugger support

2012-02-15 Thread Prabhakar Kushwaha
This describes requirement of e500 and e500v2 processor to support any debugger. it also provide an insight of switch used and defined. Signed-off-by: Radu Lazarescu Signed-off-by: Prabhakar Kushwaha --- Applies on http://git.denx.de/u-boot.git branch master doc/README.mpc85xx_debugger | 44

[U-Boot] [PATCH 4/4] powerpc/85xx:Update NAND code base to support debugger

2012-02-15 Thread Prabhakar Kushwaha
Update NAND code base to ovecome e500 and e500v2's second limitation i.e. IVPR + IVOR15 should be valid fetchable OP code address. As NAND SPL does not compile vector table so making sure IVOR + IVOR15 points to any fetchable valid data Signed-off-by: Radu Lazarescu Signed-off-by: Prabhakar Kush

[U-Boot] [PATCH 3/4] powerpc/85xx:Update NOR code base to support debugger

2012-02-15 Thread Prabhakar Kushwaha
Update the NOR code base to support NOR-boot debugging. It ovecome e500 and e500v2's second limitation i.e. IVPR + IVOR15 should be valid fetchable OP code address. While executing in translated space (AS=1), whenever a debug exception is generated, the MSR[DS/IS] gets cleared and the processor tr

[U-Boot] [PATCH 2/4] powerpc/85xx:Fix MSR[DE] bit in MSR to support debugger

2012-02-15 Thread Prabhakar Kushwaha
Debugger's ability to debug an application is constrained by the architecture's debug IP / run-control solution that may impose certain requirements for the application itself. Similarly, when referring to the e500 and e500v2 architecture, there are two basic rules any application has to respect in

[U-Boot] powerpc/85xx:debugger support patch

2012-02-15 Thread Prabhakar Kushwaha
This series of patches include 4 parts to overcome the limitation of e500 and e500v2 processor to support any debugger. 1. Add documentation for mpc85xx debugger support 2. powerpc/85xx:Fix MSR[DE] bit in MSR to support debugger 3. powerpc/85xx:Update NOR code base to support debugger 4. power

[U-Boot] [PATCH] powerpc/85xx:Avoid vector table compilation for nand_spl

2012-02-15 Thread Prabhakar Kushwaha
NAND SPL code never compile the vector table. So no need to setup interrupt vector table for NAND SPL. Signed-off-by: Prabhakar Kushwaha --- Applies on http://git.denx.de/u-boot.git branch master arch/powerpc/cpu/mpc85xx/start.S |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 2/2] powerpc/85xx:Fix IVORs addr after vector table relocation

2012-02-15 Thread Prabhakar Kushwaha
After relocation of vector table in SDRAM's lower address, IVORs value should be updated with new handler addresses. As vector tables are relocated to 0x100,0x200... 0xf00 address in DDR.IVORs are updated with 0x100, 0x200,f00 hard-coded values. Signed-off-by: Prabhakar Kushwaha --- Applie

[U-Boot] [PATCH 1/2] powerpc/85xx:Avoid hardcoded vector address for IVORs

2012-02-15 Thread Prabhakar Kushwaha
For e500 and e500v2 architecturees processor IVPR address should be alinged on 64K boundary. in start.S, CONFIG_SYS_MONITOR_BASE is stored blindly in IVPR assuming it to be 64K aligned. It may not be true always. If it is not aligned, IVPR + IVORs may not point to an exception handler. Signed-off

[U-Boot] [PATCH] mtd, nand: move some printfs to debug output.

2012-02-15 Thread Heiko Schocher
block at 0x0324 128 MiB MMC: davinci: 0 remove them to debug output, so it shows with this patch: Flash: 2 MiB NAND: 128 MiB MMC: davinci: 0 Signed-off-by: Heiko Schocher Cc: Scott Wood --- [hs@pollux u-boot]$ ./tools/checkpatch.pl 20120215/0001-mtd-nand-move-some-printfs-to

Re: [U-Boot] U-boot running on DDR fails to detect the CFI compliant flash

2012-02-15 Thread Francisco
Stefan Roese denx.de> writes: > > Hi Prakash, > > On Friday 15 January 2010 14:23:35 prakash bedge wrote: > > In October 09 month, I had asked whether U-boot supports M29W128GH, a CFI > > compilant chip and I got a yes reply. Please refer below URL for reference. > > > > http://www.mail-archiv

[U-Boot] [PATCH 2/2] command, log: print log->v2.con value in the "log info" command

2012-02-15 Thread Heiko Schocher
print in the "log info" command, if "log_version = 2" also the value from "log->v2.con". Signed-off-by: Heiko Schocher --- [hs@pollux u-boot]$ ./tools/checkpatch.pl 20120215/0002-command-log-print-log-v2.con-value-in-the-log-info-c.patch total: 0 errors,

[U-Boot] [PATCH 1/2] command, log: Coding Style cleanup

2012-02-15 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- [hs@pollux u-boot]$ ./tools/checkpatch.pl 20120215/0001-command-log-Coding-Style-cleanup.patch total: 0 errors, 0 warnings, 217 lines checked NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX MULTISTATEMENT_MACRO_USE_DO_WHILE 20120215/0001