On 11/02/2013 22:12, Otavio Salvador wrote:
> On Mon, Nov 12, 2012 at 8:59 AM, Stefano Babic wrote:
>> Simple howto to add support to a board
>> for booting the kernel from SPL ("Falcon" mode).
>>
>> Signed-off-by: Stefano Babic
>
> Could this be updated and resend? This is an interesting featur
Dear Vivek,
On 11/01/13 18:24, Vivek Gautam wrote:
> Enabling the non-dt path for the driver so that
> we don't get any build errors for non-dt configuration.
>
> Signed-off-by: Vivek Gautam
> ---
>
> Earlier we had moved to fdt support for ehci-exynos driver, but
> missed out the non-dt path.
CONFIG_SPL_OS_BOOT_KEY is used only in board files. It is
not required to have a general CONFIG_ option. Rename it and
define it in board directory.
Signed-off-by: Stefano Babic
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
board/technexion/twister/twister.
Add a more descriptive text to the help of the spl
command.
Signed-off-by: Stefano Babic
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
common/cmd_spl.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/common/cmd_spl.c b/com
Simple howto to add support to a board
for booting the kernel from SPL ("Falcon" mode).
Signed-off-by: Stefano Babic
---
Changes in v5:
- several fixes for the language, rephrasing some unclear parts (Vikram
Narayanan)
Changes in v4:
- fix capitalization, styling, in spl help (Andreas Biessmann
kwboot tool is used to boot Marvell Kirkwood SoCs over the serial link. Before
adding support for other Marvell SoCs, such as Dove or Armada, this patch
renames the tool so it's name makes more sense in the future.
Signed-off-by: Luka Perkov
CC: Prafulla Wadaskar
CC: Sebastian Hesselbarth
CC: D
Dear Rajeshwari,
On 01/02/13 14:39, Rajeshwari Shinde wrote:
> This patch adds the DTS file for Snow Board.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V2:
> -None
> Changes in V3:
> - None
> board/samsung/dts/exynos5250-snow.dts | 69
> +++
Dear Rajeshwari,
On 01/02/13 14:39, Rajeshwari Shinde wrote:
> This patch adds the configuration file for Snow Board and
> defines the same in boards.cfg.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V2:
> - None.
> Changes in V3:
> - Moved CONFIG_SOUND_MAX98095 to exynos5
From: Sebastian Hesselbarth
On Dove mvboot can also be used to boot an u-boot image into RAM.
In contrast to Kirkwood, Dove does not support the UART boot mode
sequence but requires the UART boot mode to be selected through
strap pins. The SolidRun CuBox has a push button to allow uart
boot mode
This patch series add support for the USB Mass Storage (UMS)
New "ums" command provide access to on-device persistent memory.
The storage_common.c and f_mass_storage.c source files are
ported from v2.6.36 Linux kernel
Changes in v2:
- removed commented code;
Lukasz Majewski (3):
usb:composite:
From: Lukasz Majewski
The storage_common.c source file from v2.6.36 Linux kernel.
commit d26a6aa08b9f12b44fb1ee65625e7480d3d5bb81
Author: Michal Nazarewicz
Date: Mon Nov 9 14:15:23 2009 +0100
USB: g_mass_storage: code cleaned up and comments updated
Signed-off-by: Lukasz Majewski
Signed-of
From: Lukasz Majewski
This patch adds the USB Mass Storage Gadget to u-boot
New command called "ums" is implemented to provide access
to on-device embedded persistent memory.
USB Mass Storage is supposed to work on top of the USB
Gadget framework
Signed-off-by: Lukasz Majewski
Signed-off-by: P
From: Lukasz Majewski
This patch enables new "ums" command on Trats board
Signed-off-by: Lukasz Majewski
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes in v2: None
board/samsung/trats/trats.c | 63 +++
include
Hi Minkyu,
On Tue, Feb 12, 2013 at 1:54 PM, Minkyu Kang wrote:
> Dear Vivek,
>
> On 11/01/13 18:24, Vivek Gautam wrote:
>> Enabling the non-dt path for the driver so that
>> we don't get any build errors for non-dt configuration.
>>
>> Signed-off-by: Vivek Gautam
>> ---
>>
>> Earlier we had mov
On Tue, Feb 12, 2013 at 07:51:55AM +0100, Thierry Reding wrote:
> On Mon, Feb 11, 2013 at 12:21:59PM -0700, Tom Warren wrote:
> > Thierry/Lucas,
> >
> > On Mon, Feb 11, 2013 at 12:11 PM, Thierry Reding
> > wrote:
> > > On Mon, Feb 11, 2013 at 10:56:33AM -0700, Tom Warren wrote:
> > >> Lucas,
> >
On Tue, Feb 12, 2013 at 11:41:09AM +0100, Thierry Reding wrote:
> On Tue, Feb 12, 2013 at 07:51:55AM +0100, Thierry Reding wrote:
> > On Mon, Feb 11, 2013 at 12:21:59PM -0700, Tom Warren wrote:
> > > Thierry/Lucas,
> > >
> > > On Mon, Feb 11, 2013 at 12:11 PM, Thierry Reding
> > > wrote:
> > > >
Dear Stefano Babic,
On 02/12/2013 09:38 AM, Stefano Babic wrote:
> Add a more descriptive text to the help of the spl
> command.
>
> Signed-off-by: Stefano Babic
> ---
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
That is not correct, there where changes since v3, this patch
ES2.0 is the latest silicon revision for OMAP543X socs. The SOC
supports enhanced opps for MPU (up to 1.5GHz). This series essentially
adds the support for both 5430 and 5432 versions.
This is on top of the below U-Boot cleanup series.
http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/1528
Adding the CPU detection suport for OMAP5430 and
OMAP5432 ES2.0 SOCs.
Signed-off-by: R Sricharan
Cc: Tom Rini
Cc: Nishanth Menon
---
[v2] Addressed Tom Rini's comments
[v3] Changed the patch to use CONTROL_ID_CODE first
and then arm revision if nessecary.
arch/arm/cpu/armv7/omap5/hwi
PRCM register addresses are changed from ES1.0 to ES2.0 due to
PER power domain getting moved to CORE power domain.
So adding the nessecary register changes for the same.
Signed-off-by: R Sricharan
Reviewed-by: Tom Rini
Cc: Tom Rini
---
[v2] Addressed Tom Rini's comments
[v3] No Change
ar
From: Lokesh Vutla
Add pre calculated timing settings of LPDDR2 and DDR3 memories
present in OMAP5430 and OMAP5432 ES2.0 versions.
Also adding the DDR pad io settings required for
OMAP543X SOCs here.
Signed-off-by: R Sricharan
Signed-off-by: Lokesh Vutla
Reviewed-by: Tom Rini
Cc: Tom Rini
-
From: Lokesh Vutla
After power-up SRCOMP cells are by-passed by default in OMAP5.
Software has to enable these SRCOMP sells.
For ES2: All 5 SRCOMP cells needs to be enabled.
For ES1: Only 4 SRCOMP cells in core power domain are enabled.
The 1 in wkup domain is not enabled because smart i
Change OPP settings as per the latest 0.5 version of
addendum for OMAP5430 ES2.0. omap4/hw_data.c is touched
here to add dummy dividers.
While here correcting OPP_NOM mpu, core frequency for
OMAP4430 ES2.x
Note that OMAP5430 ES1.0 support is still kept alive and
would be removed in a cleanup late
Dear Stefano Babic,
On 02/12/2013 09:38 AM, Stefano Babic wrote:
> Simple howto to add support to a board
> for booting the kernel from SPL ("Falcon" mode).
>
> Signed-off-by: Stefano Babic
> ---
> Changes in v5:
> - several fixes for the language, rephrasing some unclear parts (Vikram
> Naraya
On 12.02.2013 12:48, Andreas Bießmann wrote:
> The spl export command does not write to a storage media. The user is
> responsible to transfer the gathered information (assembled ATAGS list
> or prepared FDT) from temporary storage in RAM into persistant storage
> after each run of 'spl export'.
On 07/02/2013 17:45, Fabio Estevam wrote:
> On a mx6qsabresd revision C board with rev1.2 mx6q, the system gets resetted
> and it is not able to reach the Linux prompt.
>
> Comparing the watchdog behaviour on a revB versus revC board:
>
> - On a mx6qsabresd revB:
>
> U-Boot > reset
> resetting
Dear Stefan Roese,
On 02/12/2013 01:09 PM, Stefan Roese wrote:
> On 12.02.2013 12:48, Andreas Bießmann wrote:
> 3. Use "fdt" commands to patch the DT blob:
> => fdt addr 180
> => fdt boardsetup
> => fdt chosen
>
> 4. Display patched DT blob (optional):
> => fdt print
>
> 5. Save fdt to NO
On Friday 08 February 2013 11:34 PM, Stephen Warren wrote:
On 02/08/2013 10:25 AM, Tom Warren wrote:
T114, like T30, does not have a separate/different DVC (power I2C)
controller like T20 - all 5 I2C controllers are identical, but
I2C5 is used to designate the controller intended for power
contr
On 12.02.2013 13:44, Andreas Bießmann wrote:
>> 3. Use "fdt" commands to patch the DT blob:
>> => fdt addr 180
>> => fdt boardsetup
>> => fdt chosen
>>
>> 4. Display patched DT blob (optional):
>> => fdt print
>>
>> 5. Save fdt to NOR flash:
>> => erase fc06 fc07
>> => cp.b 180 fc06
On 30/01/2013 22:19, Benoît Thébaudeau wrote:
> MMDC1_MDCFG1.tMRD should be set to max(tMRD, tMOD) for DDR3.
>
> For all DDR3 speed bins:
> tMRD(min) = 4 nCK
> tMOD(min) = max(12 nCK, 15 ns)
>
> Hence, MMDC1_MDCFG1.tMRD should be set to max(12 nCK, 15 ns), which is 12 nCK
> at 532 MHz, encode
On 07/02/2013 17:45, Fabio Estevam wrote:
> On a mx6qsabresd revision C board with rev1.2 mx6q, the system gets resetted
> and it is not able to reach the Linux prompt.
>
> Comparing the watchdog behaviour on a revB versus revC board:
>
> - On a mx6qsabresd revB:
>
> U-Boot > reset
> resetting
On 12/02/2013 13:44, Andreas Bießmann wrote:
>
>> Stefano, perhaps you could integrate this into this README as well.
>
> +1
Right, I will push V6 with changes you suggested and integrating
Stefan's part.
Regards,
Stefano Babic
--
=
On 02/12/2013 01:52 PM, Stefan Roese wrote:
> On 12.02.2013 13:44, Andreas Bießmann wrote:
>>> 3. Use "fdt" commands to patch the DT blob:
>>> => fdt addr 180
>>> => fdt boardsetup
>>> => fdt chosen
>>>
>>> 4. Display patched DT blob (optional):
>>> => fdt print
>>>
>>> 5. Save fdt to NOR flash
Hi Stefano,
On Saturday, February 9, 2013 5:38:26 PM, Benoît Thébaudeau wrote:
> On Saturday, February 9, 2013 2:53:44 PM, Benoît Thébaudeau wrote:
> > On Saturday, February 9, 2013 12:47:25 AM, Benoît Thébaudeau wrote:
> > > On Friday, February 8, 2013 11:49:27 PM, Benoît Thébaudeau wrote:
> > >
Hi Tom,
On Mon, 11 Feb 2013 14:20:00 -0700, Tom Warren
wrote:
> Dropped the list from the PR. Sorry 'bout that.
Applied to u-boot-arm/master, thanks!
> -- Forwarded message --
> From: Tom Warren
> Date: Mon, Feb 11, 2013 at 11:05 AM
> Subject: pull request for u-boot-tegra/mas
Dear Otavio, Marek,
On Monday, February 11, 2013 5:55:17 PM, Marek Vasut wrote:
> Dear Otavio Salvador,
>
> > When calling 'make u-boot.imx' the build were failing as it were
> > expecting the full path for the file; this regression has been
> > included by commit 71a988a (imximage.cfg: run files
Hello Tom,
The following changes since commit
3a9d879f6f64585b819af728b53be0a05037fe0d:
Prepare v2013.01 (2013-01-15 14:47:42 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to fd8e1c3866578d87ed14a04a59faae341fd415df:
arm:
On 12/02/2013 14:45, Benoît Thébaudeau wrote:
> Hi Stefano,
>
>>
>> I'm also considering to factorize relocate_code to crt0.S. There's not really
>> a
>> good reason for it to be depending on each ARM processor. Any opinion?
>
> FYI, I will post soon a v6 with a lot of cleanup.
Ok, thanks.
Stef
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/11/2013 09:37 PM, Scott Wood wrote:
> On 02/08/2013 02:07:21 PM, Joe Hershberger wrote:
>> NAND is not good at handling absolute addresses to sectors for
>> storing particular data. The current implementation of the NAND
>> env support works a
On Tue, Feb 12, 2013 at 6:38 AM, Stefano Babic wrote:
> Simple howto to add support to a board
> for booting the kernel from SPL ("Falcon" mode).
>
> Signed-off-by: Stefano Babic
> ---
> Changes in v5:
> - several fixes for the language, rephrasing some unclear parts (Vikram
> Narayanan)
>
> Cha
On Mon, Feb 11, 2013 at 04:29:03PM +, Mark Jackson wrote:
> Expose the enable_gpmc_cs_config() function so OMAP2 boards can register
> GPMC chipselects.
>
> Signed-off-by: Mark Jackson
> ---
> arch/arm/include/asm/arch-am33xx/sys_proto.h |2 ++
> 1 file changed, 2 insertions(+)
>
> dif
On Mon, Feb 11, 2013 at 01:43:32PM -0600, Scott Wood wrote:
> On 02/07/2013 02:01:05 AM, tiger...@viatech.com.cn wrote:
> >Hi, experts:
> >I have a JTAG debugger.
> >Its manual suggested user should add "-gdwarf-2" option in the arm gcc
> >compiler.
> >Because it could produce debugging informatio
On Tue, Feb 12, 2013 at 12:01 PM, Benoît Thébaudeau
wrote:
> Dear Otavio, Marek,
>
> On Monday, February 11, 2013 5:55:17 PM, Marek Vasut wrote:
>> Dear Otavio Salvador,
>>
>> > When calling 'make u-boot.imx' the build were failing as it were
>> > expecting the full path for the file; this regress
Signed-off-by: Koen Kooi
---
include/configs/am335x_evm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 2190a7d..951422c 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -86,6 +86,8 @@
The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards.
Signed-off-by: Koen Kooi
---
include/configs/am335x_evm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 72459d8..2190a7d 100644
--- a/include/config
This patch is intended to be patch 2/2 of my first patch to remove
R_ARM_ABS32 relocation types from ARM builds.
With this change, the type of ARM references to __bss_start
and __bss_end__ is changed from R_ARM_ABS32 to R_ARM_RELATIVE.
It should have no functional impact, as it only affects the
re
Thierry,
On Tue, Feb 12, 2013 at 3:53 AM, Thierry Reding
wrote:
> On Tue, Feb 12, 2013 at 11:41:09AM +0100, Thierry Reding wrote:
>> On Tue, Feb 12, 2013 at 07:51:55AM +0100, Thierry Reding wrote:
>> > On Mon, Feb 11, 2013 at 12:21:59PM -0700, Tom Warren wrote:
>> > > Thierry/Lucas,
>> > >
>> > >
Laxman,
On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan wrote:
> On Friday 08 February 2013 11:34 PM, Stephen Warren wrote:
>>
>> On 02/08/2013 10:25 AM, Tom Warren wrote:
>>>
>>> T114, like T30, does not have a separate/different DVC (power I2C)
>>> controller like T20 - all 5 I2C controllers a
The findfdt method is being used to locate the right .dtb for the board and
load it from /boot.
Signed-off-by: Koen Kooi
---
include/configs/am335x_evm.h | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 951
Hi Otavio,
On Tuesday, February 12, 2013 6:09:43 PM, Otavio Salvador wrote:
> On Tue, Feb 12, 2013 at 12:01 PM, Benoît Thébaudeau
> wrote:
> > Dear Otavio, Marek,
> >
> > On Monday, February 11, 2013 5:55:17 PM, Marek Vasut wrote:
> >> Dear Otavio Salvador,
> >>
> >> > When calling 'make u-boot.i
On 01/02/2013 19:08, Eric Nelson wrote:
> In order to use the more thorough memory test, the macro
> CONFIG_SYS_MEMTEST_SCRATCH must be defined with a usable
> address.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
===
On 28/01/2013 12:41, Fabio Estevam wrote:
> It is safe to turn on data and instruction caches for mx23.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=
DENX Software En
On 28/01/2013 12:41, Fabio Estevam wrote:
> The baudrate is already defined by CONFIG_BAUDRATE and there is no need
> to keep CONFIG_SYS_BAUDRATE_TABLE.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
==
On 12/02/2013 18:55, Benoît Thébaudeau wrote:
> Hi Otavio,
>
Hi Benoît,
>> Alright; It did the test Marek has requested and it works fine. I
>> think this should go to imx/master as it fixes a regression.
>
> OK. I include it into my series so that patches apply fine whether Stefano
> applies
Hi Stephen,
On Tue, Feb 5, 2013 at 12:03 PM, Stephen Warren wrote:
> On 02/04/2013 04:48 PM, Tom Warren wrote:
>> tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc.
>> Tested on Seaboard, fully functional.
>
>> diff --git a/board/compal/paz00/paz00.c b/board/compal/paz00/paz00.c
>
Hi,
On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote:
> Stephen,
>
> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren wrote:
>> On 02/04/2013 04:48 PM, Tom Warren wrote:
>>> tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc.
>>> Tested on Seaboard, fully functional.
>>
>>> diff --g
On 02/12/2013 10:04:09 AM, Tom Rini wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/11/2013 09:37 PM, Scott Wood wrote:
> On 02/08/2013 02:07:21 PM, Joe Hershberger wrote:
>> NAND is not good at handling absolute addresses to sectors for
>> storing particular data. The current implem
On 02/12/2013 10:40 AM, Tom Warren wrote:
> Laxman,
>
> On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan wrote:
>> On Friday 08 February 2013 11:34 PM, Stephen Warren wrote:
>>>
>>> On 02/08/2013 10:25 AM, Tom Warren wrote:
T114, like T30, does not have a separate/different DVC (power I
Hi Stephen,
On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren wrote:
> On 02/07/2013 09:14 AM, Tom Warren wrote:
>> Stephen,
>>
>> On Wed, Feb 6, 2013 at 5:00 PM, Stephen Warren wrote:
>>> On 02/06/2013 04:26 PM, Tom Warren wrote:
Note that T114 does not have a separate/different DVC (power I
Hi,
On Fri, Feb 8, 2013 at 9:25 AM, Tom Warren wrote:
> Update DT tables and enable I2C driver support for the
> Tegra114 Dalmore board. This uses the standard Tegra I2C driver.
> 5 controllers are supported, although all may not have devices
> behind them on every board.
>
> Changes in V2:
> - u
Hi Stefano,
On Tuesday, February 12, 2013 6:53:39 PM, Stefano Babic wrote:
> On 12/02/2013 18:55, Benoît Thébaudeau wrote:
> > Hi Otavio,
> >
>
> Hi Benoît,
>
>
> >> Alright; It did the test Marek has requested and it works fine. I
> >> think this should go to imx/master as it fixes a regressi
Hi,
On Thu, Feb 7, 2013 at 9:16 AM, Lucas Stach wrote:
> The ehci_hcd entry points were just calling into the Tegra USB
> functions. Now that they are in the same file we can just move over the
> implementation.
>
> Signed-off-by: Lucas Stach
> Acked-by: Simon Glass
I didn't review this again
Hi Scott,
On Mon, Feb 11, 2013 at 11:52 AM, Scott Wood wrote:
> On 02/08/2013 09:11:57 AM, Simon Glass wrote:
>>
>> These are available on other architectures, so add them on ppc.
>>
>> Signed-off-by: Simon Glass
>> ---
>> Changes in v5: None
>> Changes in v4: None
>> Changes in v3: None
>> Chan
Hi Scott,
On Tue, Feb 12, 2013 at 10:50 AM, Scott Wood wrote:
> On 02/12/2013 12:44:16 PM, Simon Glass wrote:
>>
>> Hi Scott,
>>
>> On Mon, Feb 11, 2013 at 11:52 AM, Scott Wood
>> wrote:
>> > On 02/08/2013 09:11:57 AM, Simon Glass wrote:
>> >>
>> >> These are available on other architectures, so
On 02/12/2013 12:55:39 PM, Simon Glass wrote:
Can you please take a look at this code too, from the patch which
brings in post-relocation board init (board_r.c):
#ifdef CONFIG_PPC
/* TODO: Can we not use dmb() macros for this? */
asm("sync ; isync");
#endif
I'm not sure why we
Simon,
On Tue, Feb 12, 2013 at 11:07 AM, Simon Glass wrote:
> Hi,
>
> On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote:
>> Stephen,
>>
>> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren wrote:
>>> On 02/04/2013 04:48 PM, Tom Warren wrote:
tegra_mmc_init() now uses DT info for bus width, WP/
Hi Scott,
On Tue, Feb 12, 2013 at 11:04 AM, Scott Wood wrote:
> On 02/12/2013 12:55:39 PM, Simon Glass wrote:
>>
>> Can you please take a look at this code too, from the patch which
>> brings in post-relocation board init (board_r.c):
>>
>> #ifdef CONFIG_PPC
>> /* TODO: Can we not use dmb
Stephen,
On Tue, Feb 12, 2013 at 11:10 AM, Stephen Warren wrote:
> On 02/12/2013 10:40 AM, Tom Warren wrote:
>> Laxman,
>>
>> On Tue, Feb 12, 2013 at 5:02 AM, Laxman Dewangan
>> wrote:
>>> On Friday 08 February 2013 11:34 PM, Stephen Warren wrote:
On 02/08/2013 10:25 AM, Tom Warren wr
Hi Tom,
On Tue, Feb 12, 2013 at 11:05 AM, Tom Warren wrote:
> Simon,
>
> On Tue, Feb 12, 2013 at 11:07 AM, Simon Glass wrote:
>> Hi,
>>
>> On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote:
>>> Stephen,
>>>
>>> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren
>>> wrote:
On 02/04/2013 04:48
Simon,
On Tue, Feb 12, 2013 at 11:13 AM, Simon Glass wrote:
> Hi Stephen,
>
> On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren wrote:
>> On 02/07/2013 09:14 AM, Tom Warren wrote:
>>> Stephen,
>>>
>>> On Wed, Feb 6, 2013 at 5:00 PM, Stephen Warren
>>> wrote:
On 02/06/2013 04:26 PM, Tom Warr
Hi Tom,
On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren wrote:
> Simon,
>
> On Tue, Feb 12, 2013 at 11:13 AM, Simon Glass wrote:
>> Hi Stephen,
>>
>> On Thu, Feb 7, 2013 at 10:17 AM, Stephen Warren
>> wrote:
>>> On 02/07/2013 09:14 AM, Tom Warren wrote:
Stephen,
On Wed, Feb 6, 2013
On 12/02/13 17:01, Tom Rini wrote:
On Mon, Feb 11, 2013 at 04:29:03PM +, Mark Jackson wrote:
Expose the enable_gpmc_cs_config() function so OMAP2 boards can register
GPMC chipselects.
Signed-off-by: Mark Jackson
---
arch/arm/include/asm/arch-am33xx/sys_proto.h |2 ++
1 file changed
On 02/12/2013 12:44:16 PM, Simon Glass wrote:
Hi Scott,
On Mon, Feb 11, 2013 at 11:52 AM, Scott Wood
wrote:
> On 02/08/2013 09:11:57 AM, Simon Glass wrote:
>>
>> These are available on other architectures, so add them on ppc.
>>
>> Signed-off-by: Simon Glass
>> ---
>> Changes in v5: None
>>
Expose the enable_gpmc_cs_config() function so AM33xx based boards can
register GPMC chip selects.
Changes in V2:
- Indicate this is for AM33xx (not OMAP2)
Signed-off-by: Mark Jackson
---
arch/arm/include/asm/arch-am33xx/sys_proto.h |2 ++
1 file changed, 2 insertions(+)
diff --git a/arc
Lucas,
On Mon, Feb 11, 2013 at 10:59 AM, Tom Warren wrote:
> Lucas,
>
> On Mon, Feb 11, 2013 at 10:33 AM, Lucas Stach wrote:
>> Am Montag, den 11.02.2013, 10:17 -0700 schrieb Tom Warren:
>>> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
>>> Tested on Seaboard, fully fu
On 02/12/2013 12:17 PM, Simon Glass wrote:
> Hi Tom,
>
> On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren wrote:
...
>> That's the current POR for Tegra DT use in upstream U-Boot, assuming I
>> can find an up-to-date kernel with the latest DTS files (I'll use
>> Stephen's swarren/linux-tegra.git/for-
Hi Stephen,
On Tue, Feb 12, 2013 at 11:26 AM, Stephen Warren wrote:
> On 02/12/2013 12:17 PM, Simon Glass wrote:
>> Hi Tom,
>>
>> On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren
>> wrote:
> ...
>>> That's the current POR for Tegra DT use in upstream U-Boot, assuming I
>>> can find an up-to-date ke
On Tue, Feb 12, 2013 at 12:26 PM, Stephen Warren wrote:
> On 02/12/2013 12:17 PM, Simon Glass wrote:
>> Hi Tom,
>>
>> On Tue, Feb 12, 2013 at 11:13 AM, Tom Warren
>> wrote:
> ...
>>> That's the current POR for Tegra DT use in upstream U-Boot, assuming I
>>> can find an up-to-date kernel with the
Hello Tom,
Am Dienstag, den 12.02.2013, 12:24 -0700 schrieb Tom Warren:
> Lucas,
> >>>
> >> tegra_mmc_init should not be called from every individual board file,
> >> but from the common nvidia tegra board file. Only the pinmux should stay
> >> in the individual board code, same thing as was done
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/12/2013 02:20 PM, Mark Jackson wrote:
> On 12/02/13 17:01, Tom Rini wrote:
>> On Mon, Feb 11, 2013 at 04:29:03PM +, Mark Jackson wrote:
>>
>>> Expose the enable_gpmc_cs_config() function so OMAP2 boards can
>>> register GPMC chipselects.
>>>
Lucas,
On Tue, Feb 12, 2013 at 12:41 PM, Lucas Stach wrote:
> Hello Tom,
>
> Am Dienstag, den 12.02.2013, 12:24 -0700 schrieb Tom Warren:
>> Lucas,
>
>> >>>
>> >> tegra_mmc_init should not be called from every individual board file,
>> >> but from the common nvidia tegra board file. Only the pinm
In commit cfd4ff6 we implemented part of advisory 1.0.10 (internal delay
for RGMII mode not supported). This in turn however requires that we
set the tx clock delay feature in the PHY itself.
Signed-off-by: Tom Rini
---
board/ti/am335x/board.c | 27 +++
1 file changed,
On 02/12/2013 11:07 AM, Simon Glass wrote:
> Hi,
>
> On Tue, Feb 5, 2013 at 1:02 PM, Tom Warren wrote:
>> Stephen,
>>
>> On Tue, Feb 5, 2013 at 1:03 PM, Stephen Warren wrote:
>>> On 02/04/2013 04:48 PM, Tom Warren wrote:
tegra_mmc_init() now uses DT info for bus width, WP/CD GPIOs, etc.
>>>
On 02/11/2013 12:21 PM, Tom Warren wrote:
...
> So the options seem to be:
>
> a) Don't use the tamonton dtsi file, and put the sdhci nodes in the AD
> dts files, just like all other boards (this was my V1 approach).
> Vetoed by Stephen.
> b) Use tegra20-tamonten.dtsi as is, identical to the kerne
On 02/12/2013 03:41 AM, Thierry Reding wrote:
...
> So it turned out that I need to touch U-Boot anyway, so I decided
> to give this a spin. I noticed that overriding
> CONFIG_ARCH_DEVICE_TREE from the board configuration file doesn't
> work currently. What happens is that the autoconf.mk (which is
On 02/11/2013 10:17 AM, Tom Warren wrote:
> Linux dts files were used for those boards that didn't already
> have sdhci info populated. Tamonten has their own dtsi file with
> common sdhci nodes (sourced from Linux).
> diff --git a/board/nvidia/dts/tegra20-seaboard.dts
> b/board/nvidia/dts/tegra2
On 02/08/2013 09:12:08 AM, Simon Glass wrote:
This adds secondary program loader support to the generic board.
Signed-off-by: Simon Glass
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
common/board_f.c | 20
1 file changed, 20 insertio
On 02/11/2013 10:17 AM, Tom Warren wrote:
> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
> Tested on Seaboard, fully functional.
>
> Tamonten boards (medcom-wide, plutux, and tec) use a different/new
> dtsi file w/common settings.
> diff --git a/drivers/mmc/tegra_mmc.c
On 02/08/2013 09:12:14 AM, Simon Glass wrote:
This enables generic board support so that ppc boards can define
CONFIG_SYS_GENERIC_BOARD.
Signed-off-by: Simon Glass
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/powerpc/config.mk| 3 ---
ar
On Tue, Feb 12, 2013 at 01:19:18PM -0700, Stephen Warren wrote:
> On 02/12/2013 03:41 AM, Thierry Reding wrote:
> ...
> > So it turned out that I need to touch U-Boot anyway, so I decided
> > to give this a spin. I noticed that overriding
> > CONFIG_ARCH_DEVICE_TREE from the board configuration fil
On Fri, Nov 30, 2012 at 08:01:12PM +0200, Pantelis Antoniou wrote:
> We didn't support upload/download larger than available memory.
> This is pretty bad when you have to update your root filesystem for
> example.
>
> This patch removes the limitation (and the crashes when you transfered
> any fi
Stephen,
On Tue, Feb 12, 2013 at 1:29 PM, Stephen Warren wrote:
> On 02/11/2013 10:17 AM, Tom Warren wrote:
>> Linux dts files were used for those boards that didn't already
>> have sdhci info populated. Tamonten has their own dtsi file with
>> common sdhci nodes (sourced from Linux).
>
>> diff -
Stephen,
On Tue, Feb 12, 2013 at 1:38 PM, Stephen Warren wrote:
> On 02/11/2013 10:17 AM, Tom Warren wrote:
>> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
>> Tested on Seaboard, fully functional.
>>
>> Tamonten boards (medcom-wide, plutux, and tec) use a different/new
On 02/12/2013 01:57 PM, Tom Warren wrote:
> Stephen,
>
> On Tue, Feb 12, 2013 at 1:38 PM, Stephen Warren wrote:
>> On 02/11/2013 10:17 AM, Tom Warren wrote:
>>> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
>>> Tested on Seaboard, fully functional.
>>>
>>> Tamonten boar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/12/2013 05:10 PM, Daniel Schwierzeck wrote:
> Hi Tom,
>
> The following changes since commit
> 58864ddc7276ca7403ddbb716da5853638f37519:
>
> Clean up libfdt.h includes (2013-02-08 22:32:38 -0500)
>
> are available in the git repository at:
>
+Albert
Hi Scott,
On Tue, Feb 12, 2013 at 12:29 PM, Scott Wood wrote:
> On 02/08/2013 09:12:08 AM, Simon Glass wrote:
>>
>> This adds secondary program loader support to the generic board.
>>
>> Signed-off-by: Simon Glass
>> ---
>> Changes in v5: None
>> Changes in v4: None
>> Changes in v3: No
2013/2/12 Tom Rini :
>
> To be clear, is this for master or next? The merge window closed, but
> I haven't tagged -rc1 or anything yet (and won't for a bit longer, to
> give folks time to pick up patches). Thanks!
>
it is for master. I needed a few days longer for review and test.
Also I didn't
Hi Scott,
On Tue, Feb 12, 2013 at 12:38 PM, Scott Wood wrote:
> On 02/08/2013 09:12:14 AM, Simon Glass wrote:
>>
>> This enables generic board support so that ppc boards can define
>> CONFIG_SYS_GENERIC_BOARD.
>>
>> Signed-off-by: Simon Glass
>> ---
>> Changes in v5: None
>> Changes in v4: None
On 02/08/2013 09:12:12 AM, Simon Glass wrote:
#ifndef CONFIG_SPL_BUILD
static int reserve_stacks(void)
{
+#ifdef CONFIG_PPC
+ ulong *s;
+#endif
+
/* setup stack pointer for exceptions */
gd->dest_addr_sp -= 16;
gd->dest_addr_sp &= ~0xf;
@@ -398,6 +532,14 @@ static
On 02/12/2013 04:23:21 PM, Simon Glass wrote:
+Albert
Hi Scott,
On Tue, Feb 12, 2013 at 12:29 PM, Scott Wood
wrote:
> On 02/08/2013 09:12:08 AM, Simon Glass wrote:
>>
>> This adds secondary program loader support to the generic board.
>>
>> Signed-off-by: Simon Glass
>> ---
>> Changes in v
1 - 100 of 144 matches
Mail list logo