Re: [U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files

2013-10-08 Thread Stephen Warren
On 10/07/2013 04:42 PM, Tom Warren wrote: > This provides SPL support for T124 boards - AVP > early init, plus CPU (A15) init/jump to main U-Boot. > arch/arm/cpu/arm720t/tegra124/cpu.c | 301 > I would have expected a lot more of that file to be common with t

Re: [U-Boot] [PATCH] Revert "am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so should mmcroot."

2013-10-08 Thread Robert P. J. Day
On Tue, 8 Oct 2013, Tom Rini wrote: > On Tue, Oct 08, 2013 at 05:28:23PM -0400, Robert P. J. Day wrote: > > On Tue, 8 Oct 2013, Robert Nelson wrote: > > > > > On Tue, Oct 8, 2013 at 3:39 PM, Robert P. J. Day > > > wrote: > > > > On Tue, 8 Oct 2013, Tom Rini wrote: > > > > > > > > ... snip ... >

Re: [U-Boot] [PATCH 5/8] Tegra124: Add common CPU (shared) files

2013-10-08 Thread Stephen Warren
On 10/07/2013 04:42 PM, Tom Warren wrote: > These files are used by both SPL and main U-Boot. > diff --git a/arch/arm/cpu/tegra-common/ap.c b/arch/arm/cpu/tegra-common/ap.c > @@ -81,7 +81,14 @@ int tegra_get_chip_sku(void) > return TEGRA_SOC_T114; > } >

Re: [U-Boot] [PATCH 6/8] Tegra124: Add generic T124 build support

2013-10-08 Thread Stephen Warren
On 10/07/2013 04:42 PM, Tom Warren wrote: > Basic Tegra124 build support added - no specific > board is targeted. The content of this patch seems entirely unrelated to the commit description. BTW, if I apply each one of these patches in turn, rather than all of them at once, can the entire code-b

Re: [U-Boot] [PATCH 7/8] Tegra124: Venice2: fdt: Add device-tree files

2013-10-08 Thread Stephen Warren
On 10/07/2013 04:42 PM, Tom Warren wrote: > These are fairly complete, and near-clones of T114 Venice, > with an additional I2C port, and MMC address changes for T124. > diff --git a/arch/arm/dts/tegra124.dtsi b/arch/arm/dts/tegra124.dtsi > + tegra_car: clock { > + compatible = "n

Re: [U-Boot] [PATCH 8/8] Tegra124: Add Venice2 (T124) build

2013-10-08 Thread Stephen Warren
On 10/07/2013 04:42 PM, Tom Warren wrote: > These are the board files for Venice2 (t124), plus the AS3722 > PMIC files. PMIC init will be moved to pmic_common_init later. > > This builds/boots on Venice2, SPI/MMC/USB/I2C all work. Audio > and display and WB/LP0 are not supported yet. > diff --git

Re: [U-Boot] [PATCH] arm: Tegra: T114: Use common tegra1x4- includes in arch-tegra

2013-10-08 Thread Stephen Warren
On 10/08/2013 02:27 PM, Tom Warren wrote: > A previous commit created common arch-tegra/tegra1x4-xxx header > files for T124, based on the existing T114 headers (HW is nearly > 100% compatible for most blocks). Now that T124 support is in, > move T114 over to use those common headers (which are act

Re: [U-Boot] [ANN] v2013.10-rc4

2013-10-08 Thread Scott Wood
On Wed, 2013-10-02 at 15:14 -0400, Tom Rini wrote: > Hey all, > > I've put v2013.10-rc4 out, only a little later than I had hoped, but I > wanted to get those PRs in for this. > uploaded soon. > > At this point, we're just about ready to release so: > 1) If you have a bugfix outstand please let m

Re: [U-Boot] [ANN] v2013.10-rc4

2013-10-08 Thread Tom Rini
On Tue, Oct 08, 2013 at 06:26:13PM -0500, Scott Wood wrote: > On Wed, 2013-10-02 at 15:14 -0400, Tom Rini wrote: > > Hey all, > > > > I've put v2013.10-rc4 out, only a little later than I had hoped, but I > > wanted to get those PRs in for this. > > uploaded soon. > > > > At this point, we're jus

Re: [U-Boot] [PATCH] mpc85xx: Fix the offset of register address error

2013-10-08 Thread Tang Yuantian-B29983
> > > > Hi York, > > I double checked the offset address of GPIO, I found that the offset > > addresses of GPIO on the boards you mentioned above are all changed to > > 0x0, not 0xc00 according to the newest RM. > > I do found that the offset address is 0xc00 in some old RMs. > > You can find the n

Re: [U-Boot] [PATCH v4] spi: Add support SH Quad SPI driver

2013-10-08 Thread Nobuhiro Iwamatsu
Hi, (2013/10/04 4:45), Jagan Teki wrote: Hi Nobuhiro Iwamatsu, I have send your patch for v4. Eliminated few checks see on change log: Please fix below comments and try to apply the same on u-boot-spi.git repo with master-probe branch. OK, I will check with your repo. On Fri, Oct 4, 2013

[U-Boot] [PATCH] spi: Add support SH Quad SPI driver

2013-10-08 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Quad SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v5: - Add print abort when call ctrlc(). - Move sourc

[U-Boot] Difference between CONFIG_SYS_TEXT_BASE and _start

2013-10-08 Thread Djoker
Hi Everyone, I have a armv7 board and am seeing a discrepancy. In my board file I have defined: #define CONFIG_SYS_TEXT_BASE 0x6704 After I build the ub-boot binary, I ran "nm u-boot | grep -w _start". It returned the following: 6720 T _start Would anyone know why there is a difference

Re: [U-Boot] [PATCH] SPDX: document dual license notation

2013-10-08 Thread Wolfgang Denk
Dear Stephen, In message <52546f78.40...@wwwdotorg.org> you wrote: > > > +Ideally, the license terms of all files in the source tree should be > > +defined by such License Identifiers; in no case a file can contain > > +more than one such License Identifier. > > I assume "one such License Identif

[U-Boot] problems porting to 2013.x

2013-10-08 Thread Chris Ruehl
Hi. I hope someone can open my eyes on this. We try to port our MX27 board to the new u-boot loader using the SPL code rather then the self hacked NAND->SDRAM. I'm not able to get anything run. The console stays dead. Let start here: To see if the second image is booting I tried to load the i

Re: [U-Boot] [PATCH V2 1/6] exynos: Use common pmic_reg_update() definition

2013-10-08 Thread Lukasz Majewski
Hi Leela, > This function is used by different Exynos platforms, put it in the > common file. > > Signed-off-by: Vadim Bendebury > Signed-off-by: Leela Krishna Amudala > Reviewed-by: Doug Anderson > --- > board/samsung/common/board.c | 19 --- > drivers/power/power_core.c

Re: [U-Boot] [PATCH V2 2/6] power: Explicitly select pmic device's bus

2013-10-08 Thread Lukasz Majewski
Hi Leela, > The current pmic i2c code assumes the current i2c bus is > the same as the pmic device's bus. There is nothing ensuring > that to be true. Therefore, select the proper bus before performing > a transaction. > > Signed-off-by: Aaron Durbin > Signed-off-by: Simon Glass > Signed-off-by

Re: [U-Boot] [PATCH V2 4/6] SMDK5420: S2MPS11: Adds the register settings for S2MPS11

2013-10-08 Thread Lukasz Majewski
Hi Leela, > Adds the register settings, addresses and voltages associated with > S2MPS11 > > Signed-off-by: Alim Akhtar > Signed-off-by: Leela Krishna Amudala > Reviewed-by: Vadim Bendebury > --- > include/power/s2mps11_pmic.h | 141 > ++ 1 file changed

Re: [U-Boot] problems porting to 2013.x

2013-10-08 Thread Chris Ruehl
On Wednesday, October 09, 2013 01:34 PM, Chris Ruehl wrote: Hi. I hope someone can open my eyes on this. We try to port our MX27 board to the new u-boot loader using the SPL code rather then the self hacked NAND->SDRAM. I'm not able to get anything run. The console stays dead. Let start here:

<    1   2