Adding the build support for dra7xx_evm.
Reusing omap5_evm.h config by moving it to omap5_common.h
Signed-off-by: Lokesh Vutla
Signed-off-by: R Sricharan
---
boards.cfg |1 +
include/configs/dra7xx_evm.h| 40
include/configs/{o
Adding new board files for DRA7XX socs.
The pad registers layout is changed completely from OMAP5
So introducing the new structure here and also adding the
minimal data.
Signed-off-by: Lokesh Vutla
Signed-off-by: Nishant Kamat
Signed-off-by: R Sricharan
---
arch/arm/include/asm/arch-omap5/mux_
DRA7XX is a high-performance, infotainment application device,
based on enhanced OMAP architecture integrated on a 28-nm technology.
This series adds support for DRA7XX family Socs and the data for
DRA752 ES1.0 soc.
This is on top of OMAP5 ES2.0 series
http://www.mail-archive.com/u-boot@lists.denx
A new DPLL DDR is added in DRA7XX socs. Now clocks to
EMIF CD is from DPLL DDR. So DPLL DDR should be locked
before initializing RAM.
Also adding other dpll data which are different from OMAP5 ES2.0.
SYS_CLK running at 20MHz is introduced in DRA7xx socs.
Signed-off-by: Lokesh Vutla
Signed-off-by:
Control module register addresses are changed from OMAP5
to DRA7XX socs.
So adding the necessary changes for the same.
Signed-off-by: Lokesh Vutla
Signed-off-by: R Sricharan
---
arch/arm/cpu/armv7/omap5/hw_data.c |5 ++-
arch/arm/cpu/armv7/omap5/prcm-regs.c | 72
PRCM register addresses are changed from OMAP5 ES2.0 to DRA7XX.
So adding the necessary register changes for DRA7XX socs.
Signed-off-by: Lokesh Vutla
Signed-off-by: R Sricharan
---
arch/arm/cpu/armv7/omap4/hw_data.c |2 +-
arch/arm/cpu/armv7/omap4/prcm-regs.c |2 +-
arch/arm/cpu/a
DRA752 uses DDR3. Populating the corresponding structures
with DDR3 data.
Writing into MA registers if only MA is present in that soc.
Signed-off-by: Lokesh Vutla
Signed-off-by: R Sricharan
---
arch/arm/cpu/armv7/omap-common/emif-common.c |2 +-
arch/arm/cpu/armv7/omap4/sdram_elpida.c
Adding CPU detection support for the DRA752 ES1.0 soc.
Signed-off-by: Lokesh Vutla
Signed-off-by: R Sricharan
---
arch/arm/cpu/armv7/omap-common/hwinit-common.c |9 +++--
arch/arm/cpu/armv7/omap5/hwinit.c |3 +++
arch/arm/include/asm/arch-omap5/omap.h |1 +
Hi Andy, Tom,
this patchset is 2 months old.
Can you please address it?
On 12/03/2012 02:19 PM, Nikita Kiryanov wrote:
This patchset implements card detection and write protection check for omap mmc.
The write protect implementation also adds generic code that is usable by other
mmc drivers.
T
Hi Sir,
I am Sadashiva Reddy working in Mistral Solutions Pvt Ltd.
I am using AMCC PPC440Gx processor for our project presently the board is
working with vxWorks.
But our customer new requirement is same board should be ported with linux
but porting time is very less.
So, I am asking the help f
Enclosing process_nodes() and spi_get_config() inside
CONFIG_OF_CONTROL, since they are compiled only for DT systems.
This fixes following warning:
exynos_spi.c:391:12: warning: 'process_nodes' defined but not used
[-Wunused-function]
Signed-off-by: Vivek Gautam
---
drivers/spi/exynos_spi.c |
Compiling for non-dt systems gives folowing warning:
smdk5250.c: In function 'board_eth_init':
smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable]
Declare variable 'node' only for dt enabled systems to remove this
warning.
Signed-off-by: Vivek Gautam
---
board/samsung/smdk5250
This patch adds required pmic voltage settings for SMDK5250.
Acked-by: Simon Glass
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- Corrected the multi line comment style
Changes in V3:
- None
board/samsung/smdk5250/smdk5250.c | 113 -
i
This patch adds a function to set ps_hold data driving value high.
This enables the machine to stay powered on even after the initial
power-on condition goes away(e.g. power button).
Acked-by: Simon Glass
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- Corrected the multi line comm
These patches add PMIC MAX77686 voltage settings for SMDK5250.
Changes in V2:
- Corrected the multi line comment style
Changes in V3:
- Renamed the ps hold function.
Rajeshwari Shinde (2):
EXYNOS5: Add function to setup set ps hold
SMDK5250: Add PMIC voltage settings
arch/arm
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
---
drivers/usb/host/ehci-exynos.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/host/ehci-exynos.c b/drivers/usb/host/
With current FDT support driver tries to parse device node
twice in ehci_hcd_init() and ehci_hcd_stop(), which shouldn't
happen ideally.
Making provision to store data in a global structure and thereby
passing its pointer when needed.
Signed-off-by: Vivek Gautam
---
This patch comes up as a fix
Based on 'master' branch of u-boot-samsung.
Changes from v1:
- Added patch to fix problem of multiple FDT decode.
- Addressing warnings when compiling non-dt way.
Vivek Gautam (2):
usb: ehci: exynos: Fix multiple FDT decode
usb: ehci: exynos: Enable non-dt path
drivers/usb/host/ehci-exyno
Rename tegra SPI drivers to tegra20_spi and tegra30_spi in preparation
for commonization and addition of tegra114_spi.
Signed-off-by: Allen Martin
---
arch/arm/include/asm/arch-tegra/tegra_slink.h | 84 --
arch/arm/include/asm/arch-tegra/tegra_spi.h | 75 -
arch/arm/include/asm
Add driver for tegra114 SPI controller. This controller is not
compatible with either the tegra20 or tegra30 controllers, so it
requires a new driver.
Signed-off-by: Allen Martin
---
arch/arm/include/asm/arch-tegra114/tegra114_spi.h | 91 ++
drivers/spi/Makefile
Add support for Winbond W25Q32DW 32Mbit part
Signed-off-by: Allen Martin
---
drivers/mtd/spi/winbond.c |5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
index f6aab3d..9156957 100644
--- a/drivers/mtd/spi/winbond.c
+++ b/drivers/mtd
Add a common interface to fdt based SPI drivers. Each driver is
represented by a table entry in fdt_spi_drivers[]. If there are
multiple SPI drivers in the table, the first driver to return success
from spi_init() will be registered as the SPI driver.
Signed-off-by: Allen Martin
---
arch/arm/i
Move register structs from headers into .c files and use common name.
This is in preparation of making common fdt front end for SPI
drivers.
Signed-off-by: Allen Martin
---
arch/arm/include/asm/arch-tegra20/tegra20_spi.h | 13 -
arch/arm/include/asm/arch-tegra30/tegra30_spi.h | 18 --
Add node for apbdma controller hardware.
Signed-off-by: Allen Martin
---
arch/arm/dts/tegra114.dtsi | 37 +
1 file changed, 37 insertions(+)
diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi
index bd969aa..f8b4605 100644
--- a/arch/arm/dt
Add node for clock and reset controller hardware.
Signed-off-by: Allen Martin
---
arch/arm/dts/tegra114.dtsi |6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi
index d06cd12..bd969aa 100644
--- a/arch/arm/dts/tegra114.dtsi
+++ b/a
Make the tegra20 SPI driver similar to the tegra30 (and soon to be
tegra114) SPI drivers in preparation of common fdt SPI driver front
end.
Signed-off-by: Allen Martin
---
drivers/spi/tegra20_spi.c | 110 +++--
1 file changed, 67 insertions(+), 43 deletio
Add nodes for t114 SPI controller hardware
Signed-off-by: Allen Martin
---
arch/arm/dts/tegra114.dtsi | 72
1 file changed, 72 insertions(+)
diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi
index f8b4605..a7bd3ca 100644
--- a/ar
Dalmore has a SPI flash part attached to controller 4, so enable
controller 4 and set to 25MHz.
Signed-off-by: Allen Martin
---
board/nvidia/dts/tegra114-dalmore.dts |5 +
1 file changed, 5 insertions(+)
diff --git a/board/nvidia/dts/tegra114-dalmore.dts
b/board/nvidia/dts/tegra114-dal
Configure pinmux for SPI4 controller.
Signed-off-by: Allen Martin
---
board/nvidia/dalmore/pinmux-config-dalmore.h |9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/board/nvidia/dalmore/pinmux-config-dalmore.h
b/board/nvidia/dalmore/pinmux-config-dalmore.h
index 3d
This series pulls fdt functionality from the existing tegra20 and
tegra30 SPI drivers into a new common fdt SPI driver front end,
then adds a new tegra114 SPI driver as an additional client of
the fdt SPI driver.
Allen Martin (14):
tegra: spi: rename tegra SPI drivers
tegra: spi: remove non fd
Turn on SPI in dalmore config file
Signed-off-by: Allen Martin
---
include/configs/dalmore.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h
index ce32c80..e7df60b 100644
--- a/include/configs/dalmore.h
+++ b/include/config
Remove non fdt support from tegra20 and tegra30 SPI drivers in
preparation of new common fdt based SPI driver front end.
Signed-off-by: Allen Martin
---
drivers/spi/tegra20_spi.c | 12
drivers/spi/tegra30_spi.c | 29 -
2 files changed, 4 insertions(+)
Add "nvidia,tegra114-spi" to represent t114 SPI controller hardware.
Signed-off-by: Allen Martin
---
include/fdtdec.h |1 +
lib/fdtdec.c |1 +
2 files changed, 2 insertions(+)
diff --git a/include/fdtdec.h b/include/fdtdec.h
index 77f244f..1b20f72 100644
--- a/include/fdtdec.h
+++ b
Dear Rajeshwari,
On 23/01/13 19:07, Rajeshwari Shinde wrote:
> This patch adds a function to set ps_hold data driving value high.
> This enables the machine to stay powered on after the initial
> power-on condition goes away(e.g. power button).
>
> Acked-by: Simon Glass
> Signed-off-by: Rajeshwa
Hi Minkyu Kang,
Thank you foe comments,
On Tue, Feb 12, 2013 at 2:21 PM, Minkyu Kang wrote:
> 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
>> Change
Hi,
Please do let me know if any comments on this patch set.
--
Regards,
Rajeshwari Shinde
On Wed, Jan 23, 2013 at 12:00 PM, Rajeshwari Shinde
wrote:
> This patch set adds driver for Gigabyte device GD25LQ and GD25Q64B
> required for Snow board and enables same in config file.
>
> Based on fol
Hi All,
Please do let me know if any comments on this patch set.
--
Regards,
Rajeshwari Shinde
On Wed, Jan 23, 2013 at 3:37 PM, Rajeshwari Shinde
wrote:
> This patch set seperates setting PMIC values form previous
> "Convert lowlevel_init.S to .c" patch set.
> These patches add PMIC MAX77686 v
Hi Simon,
It looks good to me.
Acked-by: Jaehoon Chung
On 02/09/2013 01:48 AM, Simon Glass wrote:
> Hi,
>
> On Sun, Dec 16, 2012 at 7:44 PM, Simon Glass wrote:
>> Hi,
>>
>> On Sun, Dec 16, 2012 at 6:12 PM, Jaehoon Chung
>> wrote:
>>> On 12/16/2012 02:18 AM, Simon Glass wrote:
Hi,
On 12/02/13 17:58, Piotr Wilczek wrote:
> 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/tra
-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:
>
On 02/12/2013 04:41:15 PM, Simon Glass wrote:
Hi Scott,
On Tue, Feb 12, 2013 at 2:32 PM, Scott Wood
wrote:
> 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
>> +
>>
Hi Scott,
On Tue, Feb 12, 2013 at 2:32 PM, Scott Wood wrote:
> 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 */
>>
On 02/12/2013 04:29:56 PM, Simon Glass wrote:
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
>>
Hi Stephen,
On Tue, Feb 12, 2013 at 12:13 PM, Stephen Warren wrote:
> 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
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
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
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
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
+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
-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:
>
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
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
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 -
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
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 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 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: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:
> 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/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 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 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.
>>>
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,
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
-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.
>>>
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
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
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 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-
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
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
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
>>
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
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
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: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
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 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
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/
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
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
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,
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 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 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 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
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
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
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
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
>
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
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 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 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
--
===
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
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
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
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,
>> > >
>> > >
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
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
1 - 100 of 144 matches
Mail list logo