Re: [U-Boot] [PATCH] mx28: Remove SET, CLR, TOG ops from PLLxCTRL1 registers

2012-12-03 Thread Stefano Babic
On 25/11/2012 01:03, Marek Vasut wrote: > These registers don't have _SET, _CLR and _TOG at the respective offsets > available, these registers has to be toggled via R-M-W if needed. Thus do > not export these offsets anymore. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- Applied to

Re: [U-Boot] [PATCH 3/3] EXYNOS5: FDT: Add compatible strings for USB

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 5:30 AM, Rajeshwari Shinde wrote: > Add required compatible information for USB > > Signed-off-by: Vivek Gautam Acked-by: Simon Glass > --- > include/fdtdec.h |1 + > lib/fdtdec.c |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/incl

Re: [U-Boot] [PATCH 2/2] SMDK5250: Enable VBus for USB

2012-12-03 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 3, 2012 at 5:18 AM, Rajeshwari Shinde wrote: > This patch enables Vbus required for USB. > > Signed-off-by: Vivek Gautam > Signed-off-by: Rajeshwari Shinde > --- > board/samsung/smdk5250/smdk5250.c | 17 + > 1 files changed, 17 insertions(+), 0 dele

Re: [U-Boot] [PATCH 3/3] PMIC: MAX77686: Add FDT Support

2012-12-03 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde wrote: > This patch adds fdt support to MAX77686. > > Signed-off-by: Rajeshwari Shinde > --- > drivers/misc/pmic_max77686.c | 34 +- > 1 files changed, 29 insertions(+), 5 deletions(-) > > diff --

Re: [U-Boot] [PATCH 2/3] EXYNOS5: Add device node for PMIC

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde wrote: > Add device node for MAX77686 > > Signed-off-by: Rajeshwari Shinde > --- > board/samsung/dts/exynos5250-smdk5250.dts |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/board/samsung/dts/exynos5250-smdk5250

Re: [U-Boot] [PATCH 1/3] EXYNOS5: FDT: Add compatible strings for PMIC

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde wrote: > Add required compatible information for PMIC > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > include/fdtdec.h |1 + > lib/fdtdec.c |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git

Re: [U-Boot] [PATCH 3/4] EXYNOS5: FDT: Add SPI device node data

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde wrote: > Add SPI device node data for exynos. > > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/dts/exynos5250.dtsi | 25 + > 1 files changed, 25 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/dts/exynos5250

Re: [U-Boot] [PATCH 1/4] EXYNOS5: FDT: Add compatible strings for SPI

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde wrote: > Add required compatible information for SPI driver. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > include/fdtdec.h |1 + > lib/fdtdec.c |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff

Re: [U-Boot] [PATCH 2/4] EXYNOS5 : FDT: Add Aliases for SPI device

2012-12-03 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde wrote: > This patch adds aliases for SPI. > > Signed-off-by: Rajeshwari Shinde > --- > board/samsung/dts/exynos5250-smdk5250.dts |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/samsung/dts/exy

Re: [U-Boot] Reg Bootstrapping on x86-64 for tizen

2012-12-03 Thread Simon Glass
Hi, On Sun, Dec 2, 2012 at 10:35 PM, wrote: > Dear All, > > > > Can you please help me how to make u-boot to support it on x86 64 bit PC > intel i5 processor (MIH61R-MB ) for Tizen kernel loading on x86 processor. > > > > What are the things i need to take care of ? > > > > Please help me ASAP.

[U-Boot] [PATCH v2 2/2] patman: Add all CC addresses to the cover letter

2012-12-03 Thread Doug Anderson
If we're sending a cover letter make sure to CC everyone that we're CCing on each of the individual patches. Signed-off-by: Doug Anderson --- Changes in v2: - Added requested comment in the README to document this. tools/patman/README|3 +++ tools/patman/patman.py |2 +- tools/patma

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Simon Glass
Hi Stephen, On Mon, Dec 3, 2012 at 4:57 PM, Stephen Warren wrote: > On 12/03/2012 05:49 PM, Simon Glass wrote: >> Hi Stephen, >> >> On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote: >>> On 12/03/2012 04:45 PM, Tom Warren wrote: These are stripped down for bringup, They'll be filled out

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Stephen Warren
On 12/03/2012 05:49 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote: >> On 12/03/2012 04:45 PM, Tom Warren wrote: >>> These are stripped down for bringup, They'll be filled out later >>> to match-up with the kernel DT contents, and/or as devices are >

Re: [U-Boot] [PATCH v2 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:43 PM, Doug Anderson wrote: > There are cases that we want to support different settings (or maybe > even different aliases) for different projects. Add support for this > by: > * Adding detection for two big projects: U-Boot and Linux. > * Adding default settings for Lin

Re: [U-Boot] [PATCH v2 2/2] patman: Add all CC addresses to the cover letter

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:40 PM, Doug Anderson wrote: > If we're sending a cover letter make sure to CC everyone that we're > CCing on each of the individual patches. > > Signed-off-by: Doug Anderson Acked-by: Simon Glass ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH v2 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > This build is stripped down. It boots to the command prompt. > GPIO is the only peripheral supported. Others TBD. > > include/configs/tegra-common.h now holds common config options > for Tegra SoCs. > diff --git a/board/nvidia/cardhu/cardhu.c b/board/nv

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Simon Glass
Hi Stephen, On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote: > On 12/03/2012 04:45 PM, Tom Warren wrote: >> These are stripped down for bringup, They'll be filled out later >> to match-up with the kernel DT contents, and/or as devices are >> brought up (mmc, usb, spi, etc.). >> >> Signed-off

[U-Boot] [PATCH v2 1/2] patman: Cache the CC list from MakeCcFile() for use in ShowActions()

2012-12-03 Thread Doug Anderson
Currently we go through and generate the CC list for patches twice. This gets slow when (in a future CL) we add a call to get_maintainer.pl on Linux. Instead of doing things twice, just cache the CC list when it is first generated. Signed-off-by: Doug Anderson --- Changes in v2: None tools/pat

[U-Boot] [PATCH v2 1/4] patman: Add a call to get_maintainer.pl if it exists

2012-12-03 Thread Doug Anderson
For Linux the best way to figure out where to send a patch is with the "get_maintainer.pl" script. Add support for calling it from patman. Support is added unconditionally for "scripts/get_maintainer.pl" in case it is helpful for any other projects. Signed-off-by: Doug Anderson --- Changes in v2

[U-Boot] [PATCH v2 2/4] patman: Add support for settings in .patman

2012-12-03 Thread Doug Anderson
This patch adds support for a [settings] section in the .patman file. In this section you can add settings that will affect the default values for command-line options. Support is added in a generic way such that any setting can be updated by just referring to the "dest" of the option that is pass

[U-Boot] [PATCH v2 4/4] patman: Add settings to the list of modules to doctest

2012-12-03 Thread Doug Anderson
The settings modules now has doctests, so run them. Signed-off-by: Doug Anderson --- Changes in v2: None tools/patman/patman.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/patman/patman.py b/tools/patman/patman.py index 2e9e5dc..e56dd01 100755 --- a/tools/

[U-Boot] [PATCH v2 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Doug Anderson
There are cases that we want to support different settings (or maybe even different aliases) for different projects. Add support for this by: * Adding detection for two big projects: U-Boot and Linux. * Adding default settings for Linux (U-Boot is already good with the standard patman defaults).

Re: [U-Boot] [PATCH 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Doug Anderson
Simon, Thanks! On Mon, Dec 3, 2012 at 3:04 PM, Simon Glass wrote: > Hi Doug, > > On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: >> There are cases that we want to support different settings (or maybe >> even different aliases) for different projects. Add support for this >> by: >> * Add

Re: [U-Boot] [PATCH v2 6/7] Tegra30: Add generic Tegra30 build support

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > This patch adds basic Tegra30 (T30) build support - no specific > board is targeted. > diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c > int board_early_init_f(void) > { > +#if defined(CONFIG_TEGRA30) > + pinmux_init(); > +#

Re: [U-Boot] [PATCH 2/2] patman: Add all CC addresses to the cover letter

2012-12-03 Thread Doug Anderson
Simon, Thanks for the review! On Mon, Dec 3, 2012 at 3:00 PM, Simon Glass wrote: > On Fri, Nov 30, 2012 at 4:25 PM, Doug Anderson wrote: >> If we're sending a cover letter make sure to CC everyone that we're >> CCing on each of the individual patches. >> >> Signed-off-by: Doug Anderson > > Loo

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > These are stripped down for bringup, They'll be filled out later > to match-up with the kernel DT contents, and/or as devices are > brought up (mmc, usb, spi, etc.). > > Signed-off-by: Tom Warren > diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/

Re: [U-Boot] [PATCH v2 3/7] Tegra30: Add CPU (armv7) files

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > These files are for code that runs on the CPU (A9) on T30 boards. > At this time, it's only the RCM (Recovery Mode) cmd file, which > is in tegra-common. As T30-specific run-time code is added, it'll > go here. I don't think this patch adds any code any

Re: [U-Boot] [PATCH v2 2/7] Tegra30: Add AVP (arm720t) files

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > This provides SPL support for T30 boards - AVP early init, plus > CPU (A9) init/jump to main U-Boot. > > Some changes were made to Tegra20 cpu.c to move common routines > into tegra-common/cpu.c and reduce code duplication. > arch/arm/cpu/arm720t/tegra

[U-Boot] [PATCH v2 05/21] x86: Override calculate_relocation_address to use the e820 map

2012-12-03 Thread Simon Glass
From: Gabe Black Because calculate_relocation_address now uses the e820 map, it will be able to avoid addresses over 32 bits and regions that are at high addresses but not big enough for U-Boot. It also means we can remove the hack which limitted U-Boot's idea of the size of memory to less than 4

Re: [U-Boot] [PATCH v2 1/7] Tegra30: Add arch-tegra30 include files

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > Common Tegra files are in arch-tegra, shared between T20 and T30. > Tegra30-specific headers are in arch-tegra30. Note that some of > these will be filled in as more T30 support is added (drivers, > WB/LP0 support, etc.). A couple of Tegra20 files were ch

Re: [U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra30 SoC

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > This patch series adds basic (boot to cmd prompt) support for Tegra30. > This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI) > boot proc) first, then control is transferred to the CPU (A9 quad cluster). > It is based on current u-boot-t

[U-Boot] [PATCH v2 20/21] x86: Build vga video code only if CONFIG_VIDEO_VGA is defined

2012-12-03 Thread Simon Glass
When running from coreboot we don't want this code, so make it optional. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to remove video code, to avoid compile error README|7 +++ arch/x86/lib/Makefile |4 ++-- 2 files changed, 9 insertions(+), 2 deleti

[U-Boot] [PATCH v2 14/21] x86: Provide tick counter and frequency reference for Intel core architecture

2012-12-03 Thread Simon Glass
From: Vadim Bendebury Some u-boot modules rely on availability of get_ticks() and get_tbclk() functions, reporting a free running clock and its frequency respectively. Traditionally these functions return number and frequency of timer interrupts. Intel's core architecture processors however are

[U-Boot] [PATCH v2 12/21] x86: Fix MTRR clear to detect which MTRR to use

2012-12-03 Thread Simon Glass
From: Duncan Laurie Coreboot was always using MTRR 7 for the write-protect cache entry that covers the ROM and U-boot was removing it. However with 4GB configs we need more MTRRs for the BIOS and so the WP MTRR needs to move. Instead coreboot will always use the last available MTRR that is norma

[U-Boot] [PATCH v2 11/21] x86: Emit port 80 post codes in show_boot_progress()

2012-12-03 Thread Simon Glass
From: Stefan Reinauer This helps us monitor boot progress and determine where U-Boot dies if there are any problems. Signed-off-by: Stefan Reinauer Signed-off-by: Simon Glass --- Changes in v2: - Enable boot progress in coreboot config file arch/x86/cpu/coreboot/coreboot.c |2 ++ includ

[U-Boot] [PATCH v2 10/21] x86: fdt: Create basic .dtsi file for coreboot

2012-12-03 Thread Simon Glass
This contains just the minimum information for a coreboot-based board. Signed-off-by: Stefan Reinauer Signed-off-by: Gabe Black Signed-off-by: Simon Glass --- Changes in v2: - Update alex to use this include file - Add an empty link .dts which also uses this include file arch/x86/dts/coreboot

[U-Boot] [PATCH v2 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-12-03 Thread Tom Warren
This build is stripped down. It boots to the command prompt. GPIO is the only peripheral supported. Others TBD. include/configs/tegra-common.h now holds common config options for Tegra SoCs. Signed-off-by: Tom Warren --- V2: * Move pinmux_init to cardhu.c, move pinmux-config header here, too. *

[U-Boot] [PATCH v2 6/7] Tegra30: Add generic Tegra30 build support

2012-12-03 Thread Tom Warren
This patch adds basic Tegra30 (T30) build support - no specific board is targeted. Signed-off-by: Tom Warren --- V2: * Use generic CONFIG_TEGRA in Makefile instead of specific SOC test * Cleanup a couple of include files due to T20/T30 build differences * Move pinmux_init to board code Makefile

[U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Tom Warren
These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren --- V2: Reduce to the minimum needed to build/boot to cmd prompt arch/arm/dts/tegra30.dtsi |6

[U-Boot] [PATCH V2 4/7] Tegra30: Add common CPU (shared) files

2012-12-03 Thread Tom Warren
These files are used by both SPL and main U-Boot. Also made minor changes to shared Tegra code to support T30 differences. Signed-off-by: Tom Warren --- V2: * Differentiate between T20 and T30 in ODMDATA and query_sdram_size. * Fix numerous func entries in pingroup table as per Stephen. * Added w

[U-Boot] [PATCH v2 3/7] Tegra30: Add CPU (armv7) files

2012-12-03 Thread Tom Warren
These files are for code that runs on the CPU (A9) on T30 boards. At this time, it's only the RCM (Recovery Mode) cmd file, which is in tegra-common. As T30-specific run-time code is added, it'll go here. Signed-off-by: Tom Warren --- V2: Cleanup whitespace issues arch/arm/cpu/armv7/tegra30/Mak

[U-Boot] [PATCH v2 2/7] Tegra30: Add AVP (arm720t) files

2012-12-03 Thread Tom Warren
This provides SPL support for T30 boards - AVP early init, plus CPU (A9) init/jump to main U-Boot. Some changes were made to Tegra20 cpu.c to move common routines into tegra-common/cpu.c and reduce code duplication. Signed-off-by: Tom Warren --- V2: Move common CPU init code to tegra-common/cpu.

[U-Boot] [PATCH v2 1/7] Tegra30: Add arch-tegra30 include files

2012-12-03 Thread Tom Warren
Common Tegra files are in arch-tegra, shared between T20 and T30. Tegra30-specific headers are in arch-tegra30. Note that some of these will be filled in as more T30 support is added (drivers, WB/LP0 support, etc.). A couple of Tegra20 files were changed to support common headers in arch-tegra, als

[U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra30 SoC

2012-12-03 Thread Tom Warren
This patch series adds basic (boot to cmd prompt) support for Tegra30. This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI) boot proc) first, then control is transferred to the CPU (A9 quad cluster). It is based on current u-boot-tegra/next. Some Tegra20 files were changed or move

Re: [U-Boot] [PATCH 0/57] RFC: Move arch-specific global data into its own structure

2012-12-03 Thread Graeme Russ
Hi Tom, On Tue, Dec 4, 2012 at 10:39 AM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/03/12 17:19, Simon Glass wrote: >> Hi Graeme, >> >> On Mon, Dec 3, 2012 at 2:02 PM, Graeme Russ >> wrote: >>> Hi Tom, Simon, Wolfgang, >>> >>> On Tue, Dec 4, 2012 at 1:54 AM, Tom

Re: [U-Boot] [PATCH 0/57] RFC: Move arch-specific global data into its own structure

2012-12-03 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/03/12 17:19, Simon Glass wrote: > Hi Graeme, > > On Mon, Dec 3, 2012 at 2:02 PM, Graeme Russ > wrote: >> Hi Tom, Simon, Wolfgang, >> >> On Tue, Dec 4, 2012 at 1:54 AM, Tom Rini wrote: >>> On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass

Re: [U-Boot] [PATCH 4/4] patman: Add settings to the list of modules to doctest

2012-12-03 Thread Simon Glass
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: > The settings modules now has doctests, so run them. > > Signed-off-by: Doug Anderson Acked-by: Simon Glass > --- > tools/patman/patman.py |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/tools/patman/patm

Re: [U-Boot] [PATCH 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Simon Glass
Hi Doug, On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: > There are cases that we want to support different settings (or maybe > even different aliases) for different projects. Add support for this > by: > * Adding detection for two big projects: U-Boot and Linux. > * Adding default setti

Re: [U-Boot] [PATCH 2/4] patman: Add support for settings in .patman

2012-12-03 Thread Simon Glass
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: > This patch adds support for a [settings] section in the .patman file. > In this section you can add settings that will affect the default > values for command-line options. > > Support is added in a generic way such that any setting can be up

Re: [U-Boot] [PATCH 1/4] patman: Add a call to get_maintainer.pl if it exists

2012-12-03 Thread Simon Glass
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: > For Linux the best way to figure out where to send a patch is with the > "get_maintainer.pl" script. Add support for calling it from patman. > Support is added unconditionally for "scripts/get_maintainer.pl" in > case it is helpful for any o

Re: [U-Boot] [PATCH 2/2] patman: Add all CC addresses to the cover letter

2012-12-03 Thread Simon Glass
On Fri, Nov 30, 2012 at 4:25 PM, Doug Anderson wrote: > If we're sending a cover letter make sure to CC everyone that we're > CCing on each of the individual patches. > > Signed-off-by: Doug Anderson Looks good, but can you please add a note to the README under the 'Where Patches Are Sent' heade

Re: [U-Boot] [PATCH 1/2] patman: Cache the CC list from MakeCcFile() for use in ShowActions()

2012-12-03 Thread Simon Glass
On Fri, Nov 30, 2012 at 4:25 PM, Doug Anderson wrote: > Currently we go through and generate the CC list for patches twice. > This gets slow when (in a future CL) we add a call to > get_maintainer.pl on Linux. Instead of doing things twice, just cache > the CC list when it is first generated. > >

Re: [U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra30 SoC

2012-12-03 Thread Tom Warren
Sorry - hit send too soon. A couple of minor edits and I'll resend. > -Original Message- > From: Tom Warren [mailto:twarren.nvi...@gmail.com] > Sent: Monday, December 03, 2012 3:18 PM > To: u-boot@lists.denx.de > Cc: twarren.nvi...@gmail.com; s...@chromium.org; Stephen Warren; > albert.u.b

Re: [U-Boot] [PATCH 0/57] RFC: Move arch-specific global data into its own structure

2012-12-03 Thread Simon Glass
Hi Graeme, On Mon, Dec 3, 2012 at 2:02 PM, Graeme Russ wrote: > Hi Tom, Simon, Wolfgang, > > On Tue, Dec 4, 2012 at 1:54 AM, Tom Rini wrote: >> On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass wrote: >>> Hi Wolfgang, >>> >>> On Mon, Nov 19, 2012 at 11:25 PM, Wolfgang Denk wrote: >>> > Dear

[U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra30 SoC

2012-12-03 Thread Tom Warren
This patch series adds basic (boot to cmd prompt) support for Tegra30. This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI) boot proc) first, then control is transferred to the CPU (A9 quad cluster). It is based on current u-boot-tegra/next. Some Tegra20 files were changed or move

Re: [U-Boot] [PATCH 0/57] RFC: Move arch-specific global data into its own structure

2012-12-03 Thread Graeme Russ
Hi Tom, Simon, Wolfgang, On Tue, Dec 4, 2012 at 1:54 AM, Tom Rini wrote: > On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass wrote: >> Hi Wolfgang, >> >> On Mon, Nov 19, 2012 at 11:25 PM, Wolfgang Denk wrote: >> > Dear Simon Glass, >> > >> > In message <1353100842-20126-1-git-send-email-...@

Re: [U-Boot] [PATCHv2] cmd_time: merge run_command_and_time_it with cmd_process

2012-12-03 Thread Che-liang Chiou
Acked-By: Che-Liang Chiou On Mon, Dec 3, 2012 at 8:28 AM, Richard Genoud wrote: > As far as every arch has a get_timer function, > run_command_and_time_it code can now disappear. > > Signed-off-by: Richard Genoud > --- > common/cmd_time.c | 33 ++--- > common/comm

Re: [U-Boot] [PATCH] cmd_time: merge run_command_and_time_it with cmd_process

2012-12-03 Thread Che-liang Chiou
Acked-by: Che-Liang Chiou On Mon, Dec 3, 2012 at 8:23 AM, Richard Genoud wrote: > 2012/12/3 Stefan Roese : >>> @@ -543,7 +543,9 @@ enum command_ret_t cmd_process(int flag, int argc, char >>> * const argv[], >>> >>> /* If OK so far, then do the command */ >>> if (!rc) { >>> +

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2012-12-03 Thread Tabi Timur-B04825
On Wed, Nov 28, 2012 at 1:39 AM, Andy Fleming wrote: > > Timur Tabi (5): > powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del > CONFIG_SYS_FSL_ELBC_MULTIBIT_ECC > powerpc/85xx: add support for the Freescale P5040DS Superhydra > reference board > powerpc/85xx: implement check for err

[U-Boot] [PATCH v2] pxe: try bootz if bootm fails to find a valid image

2012-12-03 Thread Rob Herring
From: Rob Herring Standard pxelinux servers will typically use a zImage rather than u-boot image format, so fallback to bootz if bootm fails. Signed-off-by: Rob Herring --- v2: - Only fall back to bootz when bootm fails instead of being either or option. common/cmd_pxe.c | 11 ++-

Re: [U-Boot] [PATCH v2 14/15] Introduce arch_phys_memset which works like memset but on physical memory

2012-12-03 Thread Simon Glass
Hi Tom, On Mon, Dec 3, 2012 at 5:59 AM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/02/12 09:55, Simon Glass wrote: >> From: Gabe Black >> >> The default implementation of this function is just memset, but >> other implementations will be needed when physical memo

[U-Boot] [PATCHv2] cmd_time: merge run_command_and_time_it with cmd_process

2012-12-03 Thread Richard Genoud
As far as every arch has a get_timer function, run_command_and_time_it code can now disappear. Signed-off-by: Richard Genoud --- common/cmd_time.c | 33 ++--- common/command.c |6 +- common/hush.c |2 +- common/main.c |2 +- include/command.

Re: [U-Boot] [PATCH] cmd_time: merge run_command_and_time_it with cmd_process

2012-12-03 Thread Richard Genoud
2012/12/3 Stefan Roese : >> @@ -543,7 +543,9 @@ enum command_ret_t cmd_process(int flag, int argc, char >> * const argv[], >> >> /* If OK so far, then do the command */ >> if (!rc) { >> + if (ticks) *ticks = get_timer(0); > > Newline please: > > if (ticks) >

[U-Boot] [PATCH] omap24xx_i2c: Handle OMAP5 like OMAP2,3,4

2012-12-03 Thread Vincent Stehlé
OMAP5 has 8b i2c data register field, like OMAP2, 3 and 4. Handle in the same way. This fixes the following error on OMAP5: OMAP5430 EVM # mmc rescan timed out in wait_for_bb: I2C_STAT=1410 twl6035: could not turn on LDO9. Signed-off-by: Vincent Stehlé --- drivers/i2c/omap24xx_i2c.c | 1

Re: [U-Boot] [PATCH] cmd_time: merge run_command_and_time_it with cmd_process

2012-12-03 Thread Stefan Roese
On 12/03/2012 04:28 PM, Richard Genoud wrote: > As far as every arch has a get_timer function, > run_command_and_time_it code can now disappear. > > Signed-off-by: Richard Genoud > --- > common/cmd_time.c | 33 ++--- > common/command.c |4 +++- > common/hush.c

[U-Boot] [PATCH] cmd_time: merge run_command_and_time_it with cmd_process

2012-12-03 Thread Richard Genoud
As far as every arch has a get_timer function, run_command_and_time_it code can now disappear. Signed-off-by: Richard Genoud --- common/cmd_time.c | 33 ++--- common/command.c |4 +++- common/hush.c |2 +- common/main.c |2 +- include/command.h

[U-Boot] [PATCH 2/2] power: twl6035: complain on LDO9 error

2012-12-03 Thread Vincent Stehlé
We handle i2c_write return code and complain in case of error. We propagate the error, too, to allow better handling at the upper level in the future. Signed-off-by: Vincent Stehlé --- drivers/power/twl6035.c | 17 + include/twl6035.h |2 +- 2 files changed, 14 insert

[U-Boot] [PATCH 1/2] omap24xx_i2c: Handle wait_for_bb error

2012-12-03 Thread Vincent Stehlé
We add a return code to wait_for_bb() to be able to report errors to the callers properly. We in turn handle this new error code in i2c_read, i2c_write and i2c_probe. Signed-off-by: Vincent Stehlé --- drivers/i2c/omap24xx_i2c.c | 20 ++-- 1 file changed, 14 insertions(+), 6 del

[U-Boot] Patches to add some more omap24xx_i2c/twl6035 error handling

2012-12-03 Thread Vincent Stehlé
Hi, I am encountering the following i2c error on OMAP5 with mainline u-boot: OMAP5430 EVM # mmc rescan timed out in wait_for_bb: I2C_STAT=1410 It seems the first call to i2c_write for bus I2C1 will fail and will leave the bus with SCL stuck low, preventing further i2c operations. While stil

Re: [U-Boot] [PATCH 0/57] RFC: Move arch-specific global data into its own structure

2012-12-03 Thread Tom Rini
On Tue, Nov 20, 2012 at 06:06:30AM -0800, Simon Glass wrote: > Hi Wolfgang, > > On Mon, Nov 19, 2012 at 11:25 PM, Wolfgang Denk wrote: > > Dear Simon Glass, > > > > In message <1353100842-20126-1-git-send-email-...@chromium.org> you wrote: > >> The previous generic board series hit a snag in that

Re: [U-Boot] [PATCH] usb: Fix bug when both DFU & ETHER are defined

2012-12-03 Thread Marek Vasut
Dear Pantelis Antoniou, > When both CONFIG_USB_GADGET & CONFIG_USB_ETHER are defined > the makefile links objects twice. > > This patch uses a Makefile specific idiom of > 'if defined(CONFIG_USB_GADGET) || defined(CONFIG_USB_ETHER)' > to handle the case. > > Signed-off-by: Pantelis Antoniou [..

Re: [U-Boot] [PATCH] cm_t35: use new low level interface for usb ehci

2012-12-03 Thread Marek Vasut
Dear Nikita Kiryanov, > Update usb host support to use new version of omap_ehci_hcd_init. > > Signed-off-by: Nikita Kiryanov > --- > Explanation: apparently there was a failed remote update and I did not have > the latest version of the code. > @Marek: If it's possible to fold this into commit "

Re: [U-Boot] [PATCH 0/3] EXYNOS5: Add FDT support for USB

2012-12-03 Thread Marek Vasut
Dear Rajeshwari Shinde, > This patch set adds FDT support for USB device. > > Rajeshwari Shinde (3): > EHCI: Exynos: Add fdt support > EXYNOS5: Add device node for USB. > EXYNOS5: FDT: Add compatible strings for USB > > arch/arm/dts/exynos5250.dtsi |6 > drivers/usb/host/ehci-e

Re: [U-Boot] [PATCH 1/3] EHCI: Exynos: Add fdt support

2012-12-03 Thread Marek Vasut
Dear Rajeshwari Shinde, > Adding fdt support to ehci-exynos in order to parse > register base addresses from the device node. > > Signed-off-by: Vivek Gautam [...] $ ./tools/checkpatch.pl \[PATCH\ 1_3\]\ EHCI_Exynos_Add\ fdt\ support.mbox WARNING: line over 80 characters #136: FILE: drivers/us

Re: [U-Boot] [PATCH 1/2] ARM: add wfi assembly macro

2012-12-03 Thread Marek Vasut
Dear Rob Herring, > On 12/02/2012 10:58 PM, Marek Vasut wrote: > > Dear Rob Herring, > > > >> From: Rob Herring > >> > >> Since wfi instruction is only available on ARMv7, add a conditional > >> macro for it. > >> > >> Signed-off-by: Rob Herring > >> --- > >> > >> arch/arm/include/asm/syste

Re: [U-Boot] [PATCH 0/2] EXYNOS5: Add VBus init required for USB

2012-12-03 Thread Marek Vasut
Dear Rajeshwari Shinde, > This patch sets adds pinmux for USB and function to init VBus. > > Rajeshwari Shinde (2): > EXYNOS5: Add pinmux for VBus > SMDK5250: Enable VBus for USB > > arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++ > arch/arm/include/asm/arch-exynos/periph.h |

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-03 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201212030457.11755.ma...@denx.de> you wrote: > > > IMHO it would make more sense to just make sure that LC_ALL is not set > > > at all, i. e. to explicitly unset it. > > > > Hrm ... shall we introduce a patch that sanitizes the env then? Ma

Re: [U-Boot] Please pull u-boot-x86.git

2012-12-03 Thread Tom Rini
On Sat, Dec 01, 2012 at 11:42:28AM -0800, Simon Glass wrote: > Hi Tom, > > On Sat, Dec 1, 2012 at 10:32 AM, Tom Rini wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 12/01/12 09:38, Simon Glass wrote: > >> The following changes since commit > >> b8715d8def240014da5614a4f940

Re: [U-Boot] Please pull u-boot-x86.git

2012-12-03 Thread Otavio Salvador
On Mon, Dec 3, 2012 at 10:27 AM, Simon Glass wrote: > Hi Otavio, > > On Mon, Dec 3, 2012 at 4:12 AM, Otavio Salvador > wrote: > >[snip] > > > Maybe it is the time to move patman to another git repository? > > > > patman is nice for many projects so maybe it could live outside U-Boot > git? > > M

[U-Boot] [PATCH] cm_t35: use new low level interface for usb ehci

2012-12-03 Thread Nikita Kiryanov
Update usb host support to use new version of omap_ehci_hcd_init. Signed-off-by: Nikita Kiryanov --- Explanation: apparently there was a failed remote update and I did not have the latest version of the code. @Marek: If it's possible to fold this into commit "cm-t35: add USB host support" that wo

Re: [U-Boot] [PATCH 05/10] pxe: use bootz instead of bootm when enabled

2012-12-03 Thread Rob Herring
On 12/03/2012 06:22 AM, Wolfgang Denk wrote: > Dear Rob Herring, > > In message <1354503629-25621-6-git-send-email-robherri...@gmail.com> you > wrote: >> From: Rob Herring >> >> Standard pxelinux servers would use zImage rather than u-boot image >> format, so use bootz instead of bootm if enable

Re: [U-Boot] [PATCH 1/2] EXYNOS5: Add pinmux for VBus

2012-12-03 Thread Kyungmin Park
On Mon, Dec 3, 2012 at 10:38 PM, Rajeshwari Birje wrote: > Hi Kyungmin Park, > > On Mon, Dec 3, 2012 at 7:00 PM, Kyungmin Park wrote: >> On Mon, Dec 3, 2012 at 10:18 PM, Rajeshwari Shinde >> wrote: >>> This patch sets pinmux for VBus of USB. >>> >>> Signed-off-by: Vivek Gautam >>> Signed-off-by

Re: [U-Boot] Please pull u-boot-x86.git

2012-12-03 Thread Tom Rini
On Sat, Dec 01, 2012 at 06:38:43AM -0800, Simon Glass wrote: > The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf: > > Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29 > 06:41:56 -0700) > > are available in the git repository at: > > git://git.denx.

Re: [U-Boot] [PATCH v2 14/15] Introduce arch_phys_memset which works like memset but on physical memory

2012-12-03 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/02/12 09:55, Simon Glass wrote: > From: Gabe Black > > The default implementation of this function is just memset, but > other implementations will be needed when physical memory isn't > accessible by U-Boot using normal addressing mechanisms.

Re: [U-Boot] Pull request: u-boot-sh/master

2012-12-03 Thread Tom Rini
On Fri, Nov 30, 2012 at 03:07:05PM +0900, Nobuhiro Iwamatsu wrote: > Hi Tom, > > Please pull u-boot-sh master branch. > > Best regards, > Nobuhiro > > The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf: > > Merge branch 'master' of git://git.denx.de/u-boot-fdt (201

Re: [U-Boot] [PATCH v2] include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s

2012-12-03 Thread Tom Rini
On Thu, Nov 15, 2012 at 04:35:26PM +0900, Nobuhiro Iwamatsu wrote: > When __BYTEORDER_HAS_U64__ is not defined, we got warning following: > > - > /tmp/include/linux/byteorder/little_endian.h: In function > ???__cpu_to_be64p???: > /tmp/include/linux/byteorder/little_endian.h:71:2: warning: im

Re: [U-Boot] [PATCH 1/2] EXYNOS5: Add pinmux for VBus

2012-12-03 Thread Rajeshwari Birje
Hi Kyungmin Park, On Mon, Dec 3, 2012 at 7:00 PM, Kyungmin Park wrote: > On Mon, Dec 3, 2012 at 10:18 PM, Rajeshwari Shinde > wrote: >> This patch sets pinmux for VBus of USB. >> >> Signed-off-by: Vivek Gautam >> Signed-off-by: Rajeshwari Shinde >> --- >> arch/arm/cpu/armv7/exynos/pinmux.c

Re: [U-Boot] [PATCH 1/2] ARM: add wfi assembly macro

2012-12-03 Thread Rob Herring
On 12/02/2012 10:58 PM, Marek Vasut wrote: > Dear Rob Herring, > >> From: Rob Herring >> >> Since wfi instruction is only available on ARMv7, add a conditional >> macro for it. >> >> Signed-off-by: Rob Herring >> --- >> arch/arm/include/asm/system.h |6 ++ >> 1 file changed, 6 inserti

Re: [U-Boot] [PATCH 1/2] EXYNOS5: Add pinmux for VBus

2012-12-03 Thread Kyungmin Park
On Mon, Dec 3, 2012 at 10:18 PM, Rajeshwari Shinde wrote: > This patch sets pinmux for VBus of USB. > > Signed-off-by: Vivek Gautam > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++ > arch/arm/include/asm/arch-exynos/periph.h |1 + > 2 f

[U-Boot] [PATCH 3/3] EXYNOS5: FDT: Add compatible strings for USB

2012-12-03 Thread Rajeshwari Shinde
Add required compatible information for USB Signed-off-by: Vivek Gautam --- include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/fdtdec.h b/include/fdtdec.h index 976e6af..09d1d38 100644 --- a/include/fdtdec.h +++ b/include/

[U-Boot] [PATCH 2/3] EXYNOS5: Add device node for USB.

2012-12-03 Thread Rajeshwari Shinde
This patch adds the device node required for USB Signed-off-by: Vivek Gautam --- arch/arm/dts/exynos5250.dtsi |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi index e8ecf3f..dd2c6ac 100644 --- a/arch/arm/dts

[U-Boot] [PATCH 1/3] EHCI: Exynos: Add fdt support

2012-12-03 Thread Rajeshwari Shinde
Adding fdt support to ehci-exynos in order to parse register base addresses from the device node. Signed-off-by: Vivek Gautam --- drivers/usb/host/ehci-exynos.c | 57 --- 1 files changed, 52 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/ehci-e

[U-Boot] [PATCH 0/3] EXYNOS5: Add FDT support for USB

2012-12-03 Thread Rajeshwari Shinde
This patch set adds FDT support for USB device. Rajeshwari Shinde (3): EHCI: Exynos: Add fdt support EXYNOS5: Add device node for USB. EXYNOS5: FDT: Add compatible strings for USB arch/arm/dts/exynos5250.dtsi |6 drivers/usb/host/ehci-exynos.c | 57

[U-Boot] [PATCH] Change e-mail address of Luka Perkov

2012-12-03 Thread Luka Perkov
Change e-mail address of Luka Perkov. Signed-off-by: Luka Perkov CC: Luka Perkov --- MAINTAINERS | 2 +- board/iomega/iconnect/iconnect.c| 2 +- board/iomega/iconnect/iconnect.h| 2 +- board/iomega/iconnect/kwbimage.cfg | 2 +- board/raidsonic/ib62x0/ib62x0.c

[U-Boot] [PATCH 2/2] SMDK5250: Enable VBus for USB

2012-12-03 Thread Rajeshwari Shinde
This patch enables Vbus required for USB. Signed-off-by: Vivek Gautam Signed-off-by: Rajeshwari Shinde --- board/samsung/smdk5250/smdk5250.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/board/samsung/smdk5250/smdk5250.c b/board/samsung/smdk5250/smdk

[U-Boot] [PATCH 1/2] EXYNOS5: Add pinmux for VBus

2012-12-03 Thread Rajeshwari Shinde
This patch sets pinmux for VBus of USB. Signed-off-by: Vivek Gautam Signed-off-by: Rajeshwari Shinde --- arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++ arch/arm/include/asm/arch-exynos/periph.h |1 + 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/

[U-Boot] [PATCH 0/2] EXYNOS5: Add VBus init required for USB

2012-12-03 Thread Rajeshwari Shinde
This patch sets adds pinmux for USB and function to init VBus. Rajeshwari Shinde (2): EXYNOS5: Add pinmux for VBus SMDK5250: Enable VBus for USB arch/arm/cpu/armv7/exynos/pinmux.c| 10 ++ arch/arm/include/asm/arch-exynos/periph.h |1 + board/samsung/smdk5250/smdk5250.c

Re: [U-Boot] Please pull u-boot-x86.git

2012-12-03 Thread Simon Glass
Hi Otavio, On Mon, Dec 3, 2012 at 4:12 AM, Otavio Salvador wrote: >[snip] > Maybe it is the time to move patman to another git repository? > > patman is nice for many projects so maybe it could live outside U-Boot git? Maybe one day, but we still have a number of things to sort out - e.g. the t

Re: [U-Boot] [PATCH] fix linker generated lists on non-C locales

2012-12-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <201212030457.11755.ma...@denx.de> you wrote: > > > IMHO it would make more sense to just make sure that LC_ALL is not set > > at all, i. e. to explicitly unset it. > > Hrm ... shall we introduce a patch that sanitizes the env then? Maybe we can > fix > the LDFLAGS

Re: [U-Boot] [PATCH 05/10] pxe: use bootz instead of bootm when enabled

2012-12-03 Thread Wolfgang Denk
Dear Rob Herring, In message <1354503629-25621-6-git-send-email-robherri...@gmail.com> you wrote: > From: Rob Herring > > Standard pxelinux servers would use zImage rather than u-boot image > format, so use bootz instead of bootm if enabled. Why would this be the case? We should encourage the

  1   2   >