>-Original Message-
>From: Simon Glass [mailto:s...@chromium.org]
>Sent: Tuesday, April 03, 2012 7:19 AM
>To: U-Boot Mailing List
>Cc: Tom Warren; Stephen Warren; Wei Ni; Simon Glass; Stephen Warren
>Subject: [PATCH v3 18/23] tegra: Turn off power detect in board init
>
>From: Wei Ni
>
>
Dear Joey,
In message <4f835962.7010...@drewtech.com> you wrote:
>
> I don't need anybody to take any action on this, so feel free to
> disregard if this report is not interesting. I have no support through
> Marvell but I thought it was appropriate to share my results with this
> mailing list.
Am Montag, 9. April 2012, 21:51:32 schrieb Stephen Warren:
> On 04/09/2012 05:07 PM, Simon Glass wrote:
> > Hi Stephen,
> >
> > On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote:
> >> On Mon, Apr 9, 2012 at 2:59 PM, Stephen Warren
wrote:
> >>> On 04/09/2012 03:40 PM, Simon Glass wrote:
> >>>
Dear apple pie,
In message you wrote:
>
> I have a number of u-boot development questions that I would like to raise to
> you for answers:
>
> (1) Is it possible to install u-boot in a Windows XP environment? If it is,
> please tell me
> the steps to follow. Are they the same as those cut out
On 10.04.2012 10:02, Wolfgang Denk wrote:
Dear Joey,
In message<4f835962.7010...@drewtech.com> you wrote:
I don't need anybody to take any action on this, so feel free to
disregard if this report is not interesting. I have no support through
Marvell but I thought it was appropriate to share m
Greetings all.
On the uCLinux tab of ARM Ltd's "Linux Support" (1) page they list a
U-Boot binary for Cortex R4.
It seems the R4 support never was merged into mainline (or did I miss
it?), so asking questions about it here on the U-boot list is probably
highly inappropriate - my question is if an
This sets up the external ethernet IRQ pin.
Signed-off-by: Phil Edworthy
---
board/renesas/rsk7264/lowlevel_init.S |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/renesas/rsk7264/lowlevel_init.S
b/board/renesas/rsk7264/lowlevel_init.S
index fc759bd..39acfa7 10064
Hi Simon,
On 06.04.2012 00:05, Simon Glass wrote:
> The standalone example does not have get_timer() defined, so we cannot
> rely on it being available.
>
> Move the timer function into boootstage.c to avoid this problem.
>
> This corrects a build breakage for the standalone example on some boar
Dear apple pie,
> Hi Wolfgang,
>
> I have a number of u-boot development questions that I would like to raise
> to you for answers:
>
> (1) Is it possible to install u-boot in a Windows XP environment? If it is,
> please tell me the steps to follow. Are they the same as those cut out for
> Linux
Dear Phil Edworthy,
> This sets up the external ethernet IRQ pin.
>
> Signed-off-by: Phil Edworthy
Add Cc: Nobuhiro Iwamatsu
> ---
> board/renesas/rsk7264/lowlevel_init.S |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/board/renesas/rsk7264/lowlevel_init.S
> b
arch/arm/include/asm/arch-mx35/mx35_pins.h |2 --
arch/arm/include/asm/arch-mx5/mx5x_pins.h |2 --
arch/arm/include/asm/arch-mx6/imx-regs.h |2 --
drivers/gpio/mxc_gpio.c| 12 ++--
4 files changed, 6 insertions(+), 12 deletions(-)
Changed from v1:
Remove gpio related unused/repititive definitions from imx headers.
Signed-off-by: Vikram Narayanan
---
arch/arm/include/asm/arch-mx35/mx35_pins.h |2 --
arch/arm/include/asm/arch-mx5/mx5x_pins.h |2 --
arch/arm/include/asm/arch-mx6/imx-regs.h |2 --
3 files changed, 0 insertions(
Add GPIO_TO_PORT macro in the mxc_gpio.c driver
Signed-off-by: Vikram Narayanan
---
drivers/gpio/mxc_gpio.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c
index df6..7e65b39 100644
--- a/drivers/gpio/mxc_gpio.c
+++ b
Use the defined GPIO_TO_PORT macro. Remove gpio >> 5 references.
Signed-off-by: Vikram Narayanan
---
drivers/gpio/mxc_gpio.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c
index 7e65b39..21b1cdc 100644
--- a/drive
Return gpio_set_value in gpio_direction_output.
Earlier it returned 0 and ignored gpio_set_value's return value.
Signed-off-by: Vikram Narayanan
---
drivers/gpio/mxc_gpio.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.
On 10/04/2012 16:25, Vikram Narayanan wrote:
> Remove gpio related unused/repititive definitions from imx headers.
>
> Signed-off-by: Vikram Narayanan
> ---
> arch/arm/include/asm/arch-mx35/mx35_pins.h |2 --
> arch/arm/include/asm/arch-mx5/mx5x_pins.h |2 --
> arch/arm/include/asm/arch
On 10/04/2012 16:26, Vikram Narayanan wrote:
> Add GPIO_TO_PORT macro in the mxc_gpio.c driver
>
> Signed-off-by: Vikram Narayanan
> ---
> drivers/gpio/mxc_gpio.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c
> in
On 10/04/2012 16:26, Vikram Narayanan wrote:
> Use the defined GPIO_TO_PORT macro. Remove gpio >> 5 references.
>
> Signed-off-by: Vikram Narayanan
> ---
> drivers/gpio/mxc_gpio.c |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpio/mxc_gpio.c b/driv
On 10/04/2012 16:26, Vikram Narayanan wrote:
> Return gpio_set_value in gpio_direction_output.
> Earlier it returned 0 and ignored gpio_set_value's return value.
>
> Signed-off-by: Vikram Narayanan
> ---
> drivers/gpio/mxc_gpio.c |3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
On 04/09/2012 10:00 PM, Marek Vasut wrote:
Dear Mike Frysinger,
On Monday 09 April 2012 02:45:03 Marek Vasut wrote:
@@ -765,9 +767,6 @@
-__attribute__ ((__aligned__ (__alignof__ (dir_entry
-__u8 do_fat_read_block[MAX_CLUSTSIZE];
-
@@ -788,6 +787,7 @@ do_fat_read (const char *filename, vo
Hi,
On Tue, Apr 10, 2012 at 12:56 AM, Marc Dietrich wrote:
> Am Montag, 9. April 2012, 21:51:32 schrieb Stephen Warren:
>> On 04/09/2012 05:07 PM, Simon Glass wrote:
>> > Hi Stephen,
>> >
>> > On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote:
>> >> On Mon, Apr 9, 2012 at 2:59 PM, Stephen War
Hi Stephen,
On Mon, Apr 9, 2012 at 2:36 PM, Stephen Warren wrote:
> On 04/02/2012 05:18 PM, Simon Glass wrote:
>> From: Yen Lin
>>
>> Add code to set up the warm boot area in the Tegra CPU ready for a
>> resume after suspend.
>>
>> Signed-off-by: Simon Glass
>> Acked-by: Stephen Warren
>
>> +s
From: Yen Lin
Add code to set up the warm boot area in the Tegra CPU ready for a
resume after suspend.
Signed-off-by: Yen Lin
Signed-off-by: Simon Glass
---
Changes in v2:
- Move structs shared between A9 and AVP into warmboot.h header file
- Remove unused crypto code
- Tidy SDRAM range check
From: Jimmy Zhang
Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25).
Signed-off-by: Simon Glass
Acked-by: Stephen Warren
---
Changes in v2:
- Move EMC tables to device tree
- Removed check for nominal voltage (not needed as it is done just before)
Changes in v3:
- A
On 10.04.2012 17:07, Eric Nelson wrote:
On 04/09/2012 10:00 PM, Marek Vasut wrote:
Dear Mike Frysinger,
On Monday 09 April 2012 02:45:03 Marek Vasut wrote:
@@ -765,9 +767,6 @@
-__attribute__ ((__aligned__ (__alignof__ (dir_entry
-__u8 do_fat_read_block[MAX_CLUSTSIZE];
-
@@ -788,6 +787,7
... after commit "net/miiphy/serial: drop duplicate NAMESIZE
define" (sha1:f6add13) was applied. The building of the new
LL TEMAC network driver fails with error below:
xilinx_ll_temac.c: In function 'xilinx_ll_temac_initialize':
xilinx_ll_temac.c:301: error: 'NAMESIZE' undeclared (first use in th
On Tuesday 10 April 2012 12:20:57 Stephan Linz wrote:
> ... after commit "net/miiphy/serial: drop duplicate NAMESIZE
> define" (sha1:f6add13) was applied. The building of the new
> LL TEMAC network driver fails with error below:
>
> xilinx_ll_temac.c: In function 'xilinx_ll_temac_initialize':
> xi
Hello,
The following changes since commit 4a0764858b0bdcb3508f01b96e3fa32b16cdb30f:
Simon Glass (1):
arm: Use common .lds file where possible
are available in the git repository at:
git://git.denx.de/u-boot-ti master
Bernhard Walle (2):
tricorder: Add UBIFS
tricorder: Lo
On Fri, 06 Apr 2012 14:36:15 +0900
Donghwa Lee wrote:
> Add vidinfo data structure for EXYNOS display driver
>
> Signed-off-by: Donghwa Lee
> Signed-off-by: Kyungmin Park
> Signed-off-by: Inki Dae
> ---
> include/lcd.h | 64
> +
> 1
On Fri, 06 Apr 2012 14:36:17 +0900
Donghwa Lee wrote:
> This patch support EXYNOS FB and FIMD display drivers.
>
> Signed-off-by: Donghwa Lee
> Signed-off-by: Kyungmin Park
> Signed-off-by: Inki Dae
> ---
> arch/arm/include/asm/arch-exynos/fb.h | 446
> +
>
On Fri, 06 Apr 2012 14:36:21 +0900
Donghwa Lee wrote:
> EXYNOS SoC platform has MIPI-DSI controller and MIPI-DSI
> based LCD Panel could be used with it. This patch supports MIPI-DSI driver
> based Samsung SoC chip.
>
> LCD panel driver based MIPI-DSI should be registered to MIPI-DSI driver at
>
On Fri, 06 Apr 2012 14:36:23 +0900
Donghwa Lee wrote:
> From f3326ff482ebebe3eea72621b354fd6e93f957a7 Mon Sep 17 00:00:00 2001
> From: Donghwa Lee
> Date: Fri, 6 Apr 2012 14:24:01 +0900
> Subject: [PATCH] PATCH v2: LCD: support S6E8AX0 amoled driver based on EXYNOS
> MIPI DSI
>
> This patch su
On Fri, 06 Apr 2012 14:36:27 +0900
Donghwa Lee wrote:
> This patch support TRATS board configuration and display function.
>
> Signed-off-by: Donghwa Lee
> Signed-off-by: Kyungmin Park
> Signed-off-by: Inki Dae
> ---
> board/samsung/trats/trats.c | 147
> +++
Hi,
On Fri, 06 Apr 2012 14:36:07 +0900
Donghwa Lee wrote:
> This patch support EXYNOS display drivers including Framebuffer and
> MIPI DSI interface version 2.
>
> [PATCH v2 1/7] EXYNOS: definitions of system resgister and power management
> registers.
> [PATCH v2 2/7] EXYNOS: add LCD and MIP
Dear Dirk,
In message <4f845db6.7050...@googlemail.com> you wrote:
>
> Sorry guys, but I'm confused now.
Heh. Me too ;-)
> We have two patches, Eric's [1] and Marek's [2]. Which one should we
> take? With the discussion here and [3] I'm somehow under the
> impression that both patches [1] [2]
On Tue, 2012-04-10 at 08:17 -0700, Simon Glass wrote:
> From: Jimmy Zhang
>
> Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25).
>
Signed-off-by: Jimmy Zhang
> Signed-off-by: Simon Glass
> Acked-by: Stephen Warren
> ---
-
On Sat, 31 Mar 2012 17:47:45 -0300
Fabio Estevam wrote:
> Fix typo on CONFIG_SYS_HUSH_PARSER and also add CONFIG_SYS_PROMPT_HUSH_PS2
> to avoid build error.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - Also add CONFIG_SYS_PROMPT_HUSH_PS2 definition
> include/configs/EB+MCF-E
On Thu, 5 Apr 2012 15:05:17 -0700
Simon Glass wrote:
> The standalone example does not have get_timer() defined, so we cannot
> rely on it being available.
>
> Move the timer function into boootstage.c to avoid this problem.
>
> This corrects a build breakage for the standalone example on some
On Fri, 6 Apr 2012 11:15:07 +0200
Dirk Behme wrote:
> From: Dirk Behme
>
> Fix the compiler warning
>
> mkenvimage.c: In function ‘main’:
> mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument
> 3 has type ‘unsigned int’
> mkenvimage.c:226: warning: format ‘%ld’ expe
On Tuesday 10 April 2012 01:05:13 Lei Wen wrote:
> Hi Mike,
>
> On Tue, Apr 10, 2012 at 12:37 PM, Mike Frysinger wrote:
> > On Tuesday 03 April 2012 05:31:09 Lei Wen wrote:
> >> Hi Mike,
> >>
> >> On Tue, Apr 3, 2012 at 3:17 AM, Mike Frysinger wrote:
> >> > On Tue, Mar 27, 2012 at 04:04, Lei We
On 04/10/2012 01:34 PM, Wolfgang Denk wrote:
Dear Dirk,
In message<4f845db6.7050...@googlemail.com> you wrote:
Sorry guys, but I'm confused now.
Heh. Me too ;-)
We have two patches, Eric's [1] and Marek's [2]. Which one should we
take? With the discussion here and [3] I'm somehow under t
Hi Mike,
On Wed, Apr 11, 2012 at 6:11 AM, Mike Frysinger wrote:
> On Tuesday 10 April 2012 01:05:13 Lei Wen wrote:
>> Hi Mike,
>>
>> On Tue, Apr 10, 2012 at 12:37 PM, Mike Frysinger wrote:
>> > On Tuesday 03 April 2012 05:31:09 Lei Wen wrote:
>> >> Hi Mike,
>> >>
>> >> On Tue, Apr 3, 2012 at 3:1
Hi Jaehoon,
On Tue, Apr 10, 2012 at 10:04 AM, Jaehoon Chung wrote:
> This patchset is supported the sdhci controller for Samsung-SoC.
> In mmc driver, already implemented the generic sdhci.
> There is no reason that didn't use sdhci.c.
> So, use the sdhci instead of s5p_mmc.
>
> Changelog-v4:
>
I'm trying to solve a problem we've had in the tegra build of u-boot for a
while. Tegra2/3 have an integrated arm7tdmi in addition to the cortex A9.
Initial boot of the system is always to the arm7tdmi which is responsible for
turning on the clocks and power rails for the A9 and then taking it
Hi, all.
Applied, thanks,
I will put this to 201204.
Best regards,
Nobuhiro
2012/4/10 Marek Vasut :
> Dear Phil Edworthy,
>
>> This sets up the external ethernet IRQ pin.
>>
>> Signed-off-by: Phil Edworthy
>
> Add Cc: Nobuhiro Iwamatsu
>
>> ---
>> board/renesas/rsk7264/lowlevel_init.S |
45 matches
Mail list logo