Dear Bo Shen,
On 02.07.12 05:35, Bo Shen wrote:
> Add at91sam9x5ek board support, this board support the following SoCs
> AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35
>
> Using at91sam9x5ek_nandflash to configure for the board
> Now only supports NAND with software ECC boot u
Hi Troy,
On 06/28/2012 07:48 PM, Troy Kisky wrote:
> On 6/28/2012 8:33 AM, Eric Nelson wrote:
>> On 06/28/2012 06:50 AM, Wolfgang Grandegger wrote:
>>> Hi,
>>>
>>> I just realized that I cannot download files on a Gitabit Ethernet
>>> network. I'm getting timeouts:
>>>
>>>MX6QSABRELITE U-Boot>
Hi Andreas,
On 7/2/2012 15:01, Andreas Bießmann wrote:
Dear Bo Shen,
On 02.07.12 05:35, Bo Shen wrote:
Add at91sam9x5ek board support, this board support the following SoCs
AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35
Using at91sam9x5ek_nandflash to configure for the boa
On Thu, Jun 14, 2012 at 08:18:33AM -0700, Prafulla Wadaskar wrote:
>
>
> > -Original Message-
> > From: Simon Guinot [mailto:si...@sequanux.org]
> > Sent: 14 June 2012 20:41
> > To: Simon Guinot
> > Cc: Prafulla Wadaskar; u-boot@lists.denx.de
> > Subject: Re: [U-Boot] [PATCH v2 0/3] Bug f
Recent compiler generates unaligned memory access in armv7 default.
But current U-Boot does not allow unaligned memory access, so it causes
data abort exception.
This patch add compile option "-mno-unaligned-access" if it is available.
Signed-off-by: Tetsuyuki Kobayashi
---
arch/arm/cpu/armv7/co
On 02.07.2012 10:36, Bo Shen wrote:
> Hi Andreas,
>
> On 7/2/2012 15:01, Andreas Bießmann wrote:
>> Dear Bo Shen,
>>
>> On 02.07.12 05:35, Bo Shen wrote:
>>> diff --git a/drivers/serial/atmel_usart.h b/drivers/serial/atmel_usart.h
>>> index 7e4b2c9..ad1d9f0 100644
>>> --- a/drivers/serial/atmel
2012/6/29 Rajeshwari Shinde :
> Define additional registers for clock control in Exynos5250 Rev 1.0
>
> Signed-off-by: Hatim Ali
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V2:
> - None
> Changes in V3:
> - Modified Clocks as per Exynos5250 Rev 1.0.
> Changes in V4:
>
2012/6/29 Rajeshwari Shinde :
> This patch adds support for BPLL clock.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V3:
> - New Patch
> Changes in V4:
> - Removed the warning message.
> arch/arm/cpu/armv7/exynos/clock.c | 26 --
> arch/
2012/6/29 Rajeshwari Shinde :
> MPLL clock-out of Exynos5250 Rev 1.0 is always at 1.6GHz.
> Adjust the divisor value to get 800MHz as needed by devices
> like UART etc
>
> Signed-off-by: Hatim Ali
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V2:
> - None
> Changes in V3:
>
2012/6/29 Rajeshwari Shinde :
> This patch modifies the pinmux settings of MMC and UART as per
> Exynos5250 Rev 1.0.
> It also corrects the gpio offset calculations.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V2:
> - None.
> Changes in V3:
> - Corrected the pinmux setti
On 07/02/2012 11:47 AM, Andreas Bießmann :
> On 02.07.2012 10:36, Bo Shen wrote:
[..]
+/* bootstrap + u-boot + env + linux in nandflash */
+#define CONFIG_ENV_IS_IN_NAND
+#define CONFIG_ENV_OFFSET0xc
+#define CONFIG_ENV_OFFSET_REDUND0x10
+#define CONFI
Dear all,
On 02.07.2012 11:53, Nicolas Ferre wrote:
> On 07/02/2012 11:47 AM, Andreas Bießmann :
>> On 02.07.2012 10:36, Bo Shen wrote:
>
> [..]
>
> +/* bootstrap + u-boot + env + linux in nandflash */
> +#define CONFIG_ENV_IS_IN_NAND
> +#define CONFIG_ENV_OFFSET0xc
>
On 07/02/2012 12:02 PM, Andreas Bießmann :
> Dear all,
>
> On 02.07.2012 11:53, Nicolas Ferre wrote:
>> On 07/02/2012 11:47 AM, Andreas Bießmann :
>>> On 02.07.2012 10:36, Bo Shen wrote:
>>
>> [..]
>>
>> +/* bootstrap + u-boot + env + linux in nandflash */
>> +#define CONFIG_ENV_IS_IN_NAND
Dear Rajeshwari Shinde,
On 29 June 2012 21:59, Rajeshwari Shinde wrote:
> This patch adds support for BPLL clock.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V3:
> - New Patch
> Changes in V4:
> - Removed the warning message.
> arch/arm/cpu/armv7/exynos/clock.c
Dear all,
On 02.07.2012 12:02, Andreas Bießmann wrote:
> Dear all,
>
> On 02.07.2012 11:53, Nicolas Ferre wrote:
>> On 07/02/2012 11:47 AM, Andreas Bießmann :
>>> On 02.07.2012 10:36, Bo Shen wrote:
>>
>> [..]
>>
>> +/* bootstrap + u-boot + env + linux in nandflash */
>> +#define CONFIG_E
This patch set supports newly exynos5 display features.
[1/8] EXYNOS5: support exynos5 lcd clock control
[2/8] EXYNOS5: support display system register control
[3/8] EXYNOS5: support display port phy control function
[4/8] EXYNOS5: add display port base address
[5/8] video: support exynos display
This patch support exynos5 lcd clock control.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/exynos/clock.c | 108 -
1 files changed, 107 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/armv7/exynos/clock.c
b/arch/ar
This patch supports display block system regisger control.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/exynos/system.c | 18 ++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/exynos/system.c
b/arch/arm/cpu
This patch add display port base address for EXYNOS5. In case of EXYNOS4,
use DEVICE_NOT_AVAILABLE macro because DP is not supported.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/include/asm/arch-exynos/cpu.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
To support display port in exynos fb driver, added dp_enabled variable
in vidinfo structure that set in board file.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
include/lcd.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/lcd.h b/include/lcd.h
in
This patch support display port phy control function.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/exynos/power.c| 21 +
arch/arm/include/asm/arch-exynos/power.h |5 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff
If dp_enabled was set, exynos fb driver support display port feature.
This patch depends on [PATCH] video: support exynos fimd driver
for various exynos series.
http://marc.info/?l=u-boot&m=134119605104467&w=2
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/include/asm/ar
This patch support exynos pwm backlight driver. It can control backlight
power and brightness by using pwm.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/include/asm/arch-exynos/pwm_backlight.h | 34 +
drivers/video/Makefile |1
To avoid compilers error in case of not using
CONFIG_EXYNOS_MIPI_DSIM, add no operation function.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/include/asm/arch-exynos/mipi_dsim.h |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/arm/inc
This patch set adds support for Exynos5250 Rev 1.0.
Exynos5250 Rev 1.0 supports DDR3 Memory configuration and
support for LPDDR2 is removed.
Exynos5250 Rev 1.0 supports DWMMC controller and does not support SDHCI
controller.
After DWMMC driver is added to Mainline support for generic S5P MMC driver
Add a structure for table-driven configuration mechanism such that no
recompilation
is needed to update the configuration parameters, rather than hard-coding
board initialization parameters.
Signed-off-by: Che-Liang Chiou
Signed-off-by: Abhilash Kesavan
Signed-off-by: Tom Wai-Hong Tam
Signed-o
Define table-driven configuration mechanism for SMDK5250
rather than hard-coding board initialization parameters.
Signed-off-by: Che-Liang Chiou
Signed-off-by: Abhilash Kesavan
Signed-off-by: Tom Wai-Hong Tam
Signed-off-by: Simon Glass
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
Default spl/u-boot-spl.lds created by spl/Makefile resolves
the spl text load addr to 0x0. As 0x0 belongs to iROM addr so
Global variables can not be used.
Adding specific smdk5250-uboot-spl.lds makes possible to use Global Variables
in spl.
Signed-off-by: Alim Akhtar
Signed-off-by: Rajeshwari S
Define additional registers for clock control in Exynos5250 Rev 1.0
Signed-off-by: Hatim Ali
Signed-off-by: Rajeshwari Shinde
Acked-by: Joonyoung Shim
---
Changes in V2:
- None.
Changes in V3:
- Modified Clocks as per Exynos5250 Rev 1.0.
Changes in V4:
- None.
Changes in
Add new clock values for Exynos5250 Rev 1.0
Signed-off-by: Hatim Ali
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None.
Changes in V3:
- Set Peric3 clock for PWM Ratio.
Changes in V4:
- None.
Changes in V5:
- None
board/samsung/smdk5250/clock_init.c | 7
The patch adds the memory initialization sequence of DDR3.
Signed-off-by: Hatim Ali
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None.
Chnages in V3:
- None.
Changes in V4:
- None
Changes in V5:
- None.
arch/arm/include/asm/arch-exynos/dmc.h | 65 +
MPLL clock-out of Exynos5250 Rev 1.0 is always at 1.6GHz.
Adjust the divisor value to get 800MHz as needed by devices
like UART etc
Signed-off-by: Hatim Ali
Signed-off-by: Rajeshwari Shinde
Acked-by: Joonyoung Shim
---
Changes in V2:
- None
Changes in V3:
- Incorported review co
This patch modifies the pinmux settings of MMC and UART as per
Exynos5250 Rev 1.0.
It also corrects the gpio offset calculations.
Signed-off-by: Rajeshwari Shinde
Acked-by: Joonyoung Shim
---
Changes in V2:
- None.
Changes in V3:
- Corrected the pinmux settings and offset calcuati
This patch adds support for BPLL clock.
Signed-off-by: Rajeshwari Shinde
Acked-by: Joonyoung Shim
---
Changes in V3:
- New Patch.
Changes in V4:
- Removed warning message.
Changes in V5:
- fixed indentation error
arch/arm/cpu/armv7/exynos/clock.c| 28 ++
This patch sets UART3 and MMC channle 0 for Exynos5250 Rev 1.0
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None.
Changes in V3:
- None
Changes in V4:
- None
Changes in V5:
- None
board/samsung/smdk5250/smdk5250.c |6 +++---
include/configs/smdk5250.h
On at91sam platforms, u-boot grew larger than the allocated size in
dataflash, the layout was:
bootstrap 0x
ubootenv 0x4200
uboot 0x8400
kernel 0x00042000
u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 =
0x39C00 bytes anymore.
Now, the layout is:
boo
Dear Alexandre Belloni,
On 02.07.2012 13:37, Alexandre Belloni wrote:
> On at91sam platforms, u-boot grew larger than the allocated size in
> dataflash, the layout was:
> bootstrap 0x
> ubootenv 0x4200
> uboot 0x8400
> kernel 0x00042000
>
> u-boot with the defconfig do
Tetsuyuki Kobayashi writes:
> Recent compiler generates unaligned memory access in armv7 default.
> But current U-Boot does not allow unaligned memory access, so it causes
> data abort exception.
> This patch add compile option "-mno-unaligned-access" if it is available.
Why not allow unaligned
Dear alex,
> Hi:
>I can't power off the chip by function "mx28_powerdown", and I can't
> find any error on it. So I want to know whether this issue is on your
> side. The code is based on mainline imx-uboot.
The system obviously won't powerdown as a usual ATX PC. It's only the chip will
ha
The current configuration selects an incorrect NAND ECC layout,
which causes u-boot to write HW ECC data incorrectly.
This patch selects the right layout.
Signed-off-by: Nikita Kiryanov
---
include/configs/cm_t35.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include
On Mon, Jul 02, 2012 at 02:01:00PM +0200, Andreas Bießmann wrote :
> really sorry for that, I should have seen it before. Shouldn't we also
> make the U-Boot partition greater when we move the start of kernel
> partition?
> Can you please send another version, rest is fine (checkpatch, apply
> clea
Dear Alexandre Belloni,
On 02.07.2012 14:55, Alexandre Belloni wrote:
> On Mon, Jul 02, 2012 at 02:01:00PM +0200, Andreas Bießmann wrote :
>>> diff --git a/include/configs/at91sam9260ek.h
>>> b/include/configs/at91sam9260ek.h
>>> index 07b1968..ef25fa5 100644
>>> --- a/include/configs/at91sam926
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
board/ti/beagle/beagle.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 9edd3c5..4611b8a 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/be
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
include/configs/omap3_beagle.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 268215c..5fd67bc 100644
--- a/include/configs/omap3_beagle.h
+++
On Mon, Jul 02, 2012 at 03:07:55PM +0200, Andreas Bießmann wrote :
> > Right, I didn't really care about the end of the kernel partition as the
> > 9261ek has an 8MiB dataflash and my rootfs is in NAND. The kernel is
> > around 1.7MiB using the default configuration. Maybe, we should also
> > exten
On at91sam platforms, u-boot grew larger than the allocated size in
dataflash, the layout was:
bootstrap 0x
ubootenv 0x4200
uboot 0x8400
kernel 0x00042000
fs 0x00252000
u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x8400 =
0x39C00 bytes anymore.
N
Dear Alexandre Belloni,
On 02.07.2012 16:26, Alexandre Belloni wrote:
> On at91sam platforms, u-boot grew larger than the allocated size in
> dataflash, the layout was:
> bootstrap 0x
> ubootenv 0x4200
> uboot 0x8400
> kernel 0x00042000
> fs 0x00252000
>
> u-bo
Signed-off-by: Andreas Bießmann
---
doc/git-mailrc |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/git-mailrc b/doc/git-mailrc
index c8a6390..743ce06 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -11,6 +11,7 @@ alias u-boot uboot
# Maintainer aliases. Use t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/29/2012 08:58 PM, Marek Vasut wrote:
> Dear Harman Sohanpal,
>
>> On Sat, Jun 30, 2012 at 6:15 AM, Marek Vasut
>> wrote:
>>> Dear Harman Sohanpal,
>>>
These patches add USB support in u-boot for AM335x. The
support for host or device
On Sun, Jul 1, 2012 at 9:53 PM, Heiko Schocher wrote:
> Hello Tom,
>
> On 15.05.2012 08:24, Heiko Schocher wrote:
>>
>> - change gpio pin settings:
>>
>> - gpio pin 6[13] (PLC reset) default value low
>> - gpio pin 6[0] (TPM reset) default value low
>> - 4 new GPIO pins
>> pin i/o
Am Montag, den 02.07.2012, 10:53 +0100 schrieb Måns Rullgård:
> Tetsuyuki Kobayashi writes:
>
> > Recent compiler generates unaligned memory access in armv7 default.
> > But current U-Boot does not allow unaligned memory access, so it causes
> > data abort exception.
> > This patch add compile op
On Mon, Jul 02, 2012 at 03:27:59PM +0300, Nikita Kiryanov wrote:
> The current configuration selects an incorrect NAND ECC layout,
> which causes u-boot to write HW ECC data incorrectly.
> This patch selects the right layout.
>
> Signed-off-by: Nikita Kiryanov
This change is correct on all boar
Lucas Stach writes:
> Am Montag, den 02.07.2012, 10:53 +0100 schrieb Måns Rullgård:
>> Tetsuyuki Kobayashi writes:
>>
>> > Recent compiler generates unaligned memory access in armv7 default.
>> > But current U-Boot does not allow unaligned memory access, so it causes
>> > data abort exception.
On 19/06/2012 19:24, Fabio Estevam wrote:
> commit acc4959fc1 (Revert "i.MX28: Enable additional DRAM address bits")
> broke mx28evk boot.
>
> Fix it by properly adjusting the HW_DRAM_CTL29 register value.
>
> Suggested-by: Marek Vasut
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-im
On 14/06/2012 15:44, Dirk Behme wrote:
> From: Michael Langer
>
> The commit "i.mx: fsl_esdhc: add the i.mx6q support" (4692708d) introduces
> support for the i.MX6Q MMC host controller USDHC.
>
> MXC_IPG_PERCLK sets the clock to 66MHz. This seems to be the default clock
> of the ESDHC IP found
Hi Albert,
please pull from u-boot-imx. Thanks !
The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you t
Dear Nobuhiro Iwamatsu,
In message
you wrote:
>
> The following changes since commit 436da3cd233e7166b5ce9293dbd28092cf37bcc9:
>
> ext2load: increase read speed (2012-06-21 22:49:33 +0200)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sh.git master
>
> for you
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=,
In message <1340863319-63074-1-git-send-email-andreas.de...@googlemail.com> you
wrote:
> Use the POSIX variant of basename due to BSD systems (e.g. OS X) do not
> provide
> GNU version of basename(3). It is save to use the POSIX variant here cause we
>
Hello all,
I would like to get out -rc1 ASAP. If you have any patches queued
that should make it into the upcoming release, then plase send your
pull requezts as soon as possible.
Albert, what are your plans for an ARM pull req?
Thanks!
Best regards,
Wolfgang Denk
--
DENX Software Enginee
On Mon, Jul 02, 2012 at 08:41:56PM +0200, Wolfgang Denk wrote:
> Hello all,
>
> I would like to get out -rc1 ASAP. If you have any patches queued
> that should make it into the upcoming release, then plase send your
> pull requezts as soon as possible.
>
>
> Albert, what are your plans for an
hi,
While testing on hawkboard with the latest commit, i hit an issue of
commands not being accepted.
hawkboard > reset
Unknown command '�' - try 'help'
hawkboard >
Running git bisect showed that this is caused due to commit 054ea170f271:
cmd_mem: cmp: unify size code paths. Has anyone seen t
Am Montag, den 02.07.2012, 07:52 +0200 schrieb Michal Simek:
> 2012/7/1 Stephan Linz :
> > On Microblaze systems with BPI configuration from CFI flash
> > the first 1-10 MB will occupied by the FPGA configuration
> > data (BIN file). So we can not use this area for the U-Boot
> > environment.
> >
On Fri, Jun 29, 2012 at 8:06 PM, Scott Wood wrote:
> On 06/28/2012 09:13 PM, Rafael Beims wrote:
>> On Thu, Jun 28, 2012 at 10:36 PM, Scott Wood wrote:
>>> On 06/28/2012 03:47 PM, Rafael Beims wrote:
Freescale FCM controller has a 2K size limitation of buffer RAM. In order
to support th
This is my implementation of the factory badblock migration process for
the fsl_elbc driver using the hack to support nand devices with page
sizes bigger than 2048k.
I would really appreciate any feedback related to the patch.
Changes in v2:
- Added check to disallow the migration code to run in
Freescale FCM controller has a 2K size limitation of buffer RAM. In order
to support the Nand flash chip with pagesize larger than 2K bytes,
we read/write 2k data repeatedly by issuing FIR_OP_RB/FIR_OP_WB and save
them to a large buffer.
Because of this, the in flash layout of the oob is different
Dear Sughosh Ganu,
In message
you wrote:
>
> While testing on hawkboard with the latest commit, i hit an issue of
> commands not being accepted.
>
> hawkboard > reset
> Unknown command '�' - try 'help> '
> hawkboard >
>
> Running git bisect showed that this is caused due to commit 054ea170f2
On 07/02/2012 04:00 PM, Rafael Beims wrote:
> On Fri, Jun 29, 2012 at 8:06 PM, Scott Wood wrote:
>> This raises the question of whether we should write the marker multiple
>> times, or otherwise deal with the possibility that the marker gets
>> bitflipped. We don't want the migration to run again
Dear Albert Aribaud,
The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to f3f68232e
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
board/ti/beagle/beagle.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 2214b7f..2b61cb8 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Thursday, June 28, 2012 12:58 AM
> To: Wolfgang Denk>
> Cc: Jim Lin; 'U-Boot@lists.denx.de'; Tom Warren
> Subject: Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB
> controllers at once
> > On
Wolfgang,
> -Original Message-
> From: Allen Martin [mailto:amar...@nvidia.com]
> Sent: Monday, June 25, 2012 3:55 PM
> To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org;
> thierry.red...@avionic-design.de
> Cc: u-boot@lists.denx.de
> Subject: [PATCH v5 00/13] split tegra20 arm7 cod
From: Zhong Hongbo
In the spl booting step, When __bss_start is equal to __bss_end__,
The loop will clear all the things in CPU space. If there are have
the same address for this symbol, To skip the clear bss section.
Signed-off-by: Hongbo Zhong
---
arch/arm/cpu/armv7/start.S |3 +++
1 fil
From: Zhong Hongbo
In general, The get_timer_masked function get the system time,
no the number of ticks. Such as the nand_wait_ready will use
get_timer_masked to delay the operations. And change the system
time to adopt to the CONFIG_SYS_HZ.
Signed-off-by: Hongbo Zhong
---
arch/arm/cpu/armv7/
Function "mx28_powerdown" can't work on my side, and uboot continue to execute
next function... bootlet from freescale, relative function can power off.
At 2012-07-02 20:17:26,"Marek Vasut" wrote:
>Dear alex,
>
>> Hi:
>>I can't power off the chip by function "mx28_powerdown", and I can'
Add at91sam9x5ek board support, this board support the following SoCs
AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35
Using at91sam9x5ek_nandflash to configure for the board
Now only supports NAND with software ECC boot up
Signed-off-by: Bo Shen
---
This patch is based on git:/
This patch is supported DesginWare MMC Controller.
Signed-off-by: Jaehoon Chung
Signed-off-by: Kyungmin Park
Signed-off-by: Rajeshawari Shinde
---
drivers/mmc/dw_mmc.c | 388 ++
include/dwmmc.h | 186
2 files chang
These patches is depend on [PATCH]mmc: dw-mmc: support DesignWare MMC
controller.
For using dw-mmc controller, need to add the some samsung specific code.
Exynos specific code should be presented into exynos_dw_mmc.c
Jaehoon Chung (2):
EXYNOS: clock: add the get_mmc_clk function
EXYNOS: mmc:
To get more exactly sclk value, used the get_mmc_clk.
Signed-off-by: Jaehoon Chung
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/exynos/clock.c | 78
arch/arm/include/asm/arch-exynos/clk.h |1 +
2 files changed, 79 insertions(+), 0 deletions(-)
Support DesignWare MMC Controller for Samsung Specific.
Signed-off-by: Jaehoon Chung
Signed-off-by: Kyungmin Park
Signed-off-by: Rajeshawari Shinde
---
arch/arm/include/asm/arch-exynos/dwmmc.h | 36 ++
drivers/mmc/exynos_dw_mmc.c | 60 ++
On 07/02/2012 09:36 PM, Stephan Linz wrote:
Am Montag, den 02.07.2012, 07:52 +0200 schrieb Michal Simek:
2012/7/1 Stephan Linz:
On Microblaze systems with BPI configuration from CFI flash
the first 1-10 MB will occupied by the FPGA configuration
data (BIN file). So we can not use this area for
On 06/29/2012 10:22 PM, Stephan Linz wrote:
Am Freitag, den 29.06.2012, 09:37 +0200 schrieb Michal Simek:
Call emaclite FDT registration when CONFIG_OF_CONTROL is used.
Signed-off-by: Michal Simek
---
.../xilinx/microblaze-generic/microblaze-generic.c |5 -
1 files changed, 4 inserti
Hi Jaehoon Chung,
On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung wrote:
> Support DesignWare MMC Controller for Samsung Specific.
>
> Signed-off-by: Jaehoon Chung
> Signed-off-by: Kyungmin Park
> Signed-off-by: Rajeshawari Shinde
> ---
> arch/arm/include/asm/arch-exynos/dwmmc.h | 36 ++
Hi,
On 07/03/2012 02:39 PM, Rajeshwari Birje wrote:
> Hi Jaehoon Chung,
>
>
> On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung wrote:
>> Support DesignWare MMC Controller for Samsung Specific.
>>
>> Signed-off-by: Jaehoon Chung
>> Signed-off-by: Kyungmin Park
>> Signed-off-by: Rajeshawari Shin
Rename CONFIG_MACH_TEGRA_GENERIC to the less confusing CONFIG_TEGRA.
The meaning of the config options is now:
CONFIG_TEGRA - Any tegra chip
CONFIG_TEGRA20 - A tegra20 family chip
CONFIG_TEGRA30 - A tegra30 family chip (not added yet)
Signed-off-by: Allen Martin
Acked-by: Stephen Warren
---
in
Enable the building of private libgcc for SPL
Signed-off-by: Allen Martin
---
arch/arm/lib/Makefile |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index 39a9550..bd3b77f 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Ma
Add tegra20-common-post.h to be consistent with other tegra20 boards.
Signed-off-by: Allen Martin
Acked-by: Thierry Reding
Acked-by: Stephen Warren
---
include/configs/tec.h |2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/tec.h b/include/configs/tec.h
index 39400d9..9b
Add support for specifying a different CPU for main u-boot and SPL
u-boot builds. This is done by adding an optional SPL CPU after the
main CPU in boards.cfg as follows:
normal_cpu:spl_cpu
This this case CPU will be set to "normal_cpu" during the main u-boot
build and "spl_cpu" during the S
Don't use timer_init from tegra board.c. This comes out of arm720t
for the SPL build.
Signed-off-by: Allen Martin
Acked-by: Stephen Warren
---
board/nvidia/common/board.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
index 90
Add target for tegra20 u-boot image. This is a concatenation of tegra
spl and normal u-boot binaries. For non-devicetree builds this is
named "u-boot-nodtb-tegra.bin" for devicetree builds is named
"u-boot-dtb-tegra.bin".
Signed-off-by: Allen Martin
---
Makefile | 14 ++
1 file c
These flags were necessary when building tegra20 as a single binary
that supported ARM7TDMI and Cortex A9. Now that the ARM7TDMI support
is split into a separate SPL, this is no longer necessary.
Signed-off-by: Allen Martin
Acked-by: Stephen Warren
---
arch/arm/cpu/armv7/tegra20/config.mk |
This patch series fixes a long standing problem with the tegra20
u-boot build. Tegra20 contains an ARM7TDMI boot processor and a
Cortex A9 main processor. Prior to this patch series this was
accomplished by #ifdefing out any armv7 code from the early boot
sequence and creating a single binary tha
Take a few SPL fixes from armv7 and apply them to arm720t:
-Use dummy exception handlers for SPL build
-Initialize relocation register r9 to 0 for the case of no relocation
-ifdef out interrupt handler code
Signed-off-by: Allen Martin
Acked-by: Stephen Warren
---
arch/arm/cpu/arm720t/start.S |
Move warmboot_save_sdram_params() to later in the boot sequence. This
code relies on devicetree to get the address of the memory controller
and with upcoming changes for SPL boot it gets called early in the
boot process when devicetree is not initialized yet.
Signed-off-by: Allen Martin
Acked-by
Add SPL options to tegra20 config files and enable SPL build for
tegra20 boards. Also remove redundant code from u-boot that is not
contained in SPL.
Signed-off-by: Allen Martin
---
Makefile |9 ++
arch/arm/cpu/armv7/start.S|2 -
arch/arm/cpu/teg
Change the mkdir commands for the object directories to be
unconditional. This fixes an issue when building for SPL where
SRCTREE and OBJTREE are the same, but $(obj) is under SPLTREE.
Signed-off-by: Allen Martin
---
board/avionic-design/medcom/Makefile |2 --
board/avionic-design/plutux/Ma
In preparation for splitting out the armv4t code from tegra20, move
the tegra20 SoC code to arch/arm/cpu/tegra20-common. This code will
be compiled armv4t for the arm7tdmi and armv7 for the cortex A9.
Signed-off-by: Allen Martin
Acked-by: Stephen Warren
---
Makefile
This fixes the SPL build to link with the SPL version of libgcc if
USE_PRIVATE_LIBGCC is set to "yes". Previously it was linking with
the libgcc from the normal u-boot build because it gets set in
PLATFORM_LIBS and passed down the to the SPL build.
Signed-off-by: Allen Martin
---
spl/Makefile |
Add support for tegra20 arm7 boot processor. This processor is used
to power on the Cortex A9 and transfer control to it. In tegra this
processor is an ARM7TDMI not an ARM720T, but since we don't use cache
it was easier to just reuse the ARM720T code as the processors are
otherwise identical exce
Hi Jaehoon Chung,
On Tue, Jul 3, 2012 at 11:18 AM, Jaehoon Chung wrote:
> Hi,
>
> On 07/03/2012 02:39 PM, Rajeshwari Birje wrote:
>
>> Hi Jaehoon Chung,
>>
>>
>> On Tue, Jul 3, 2012 at 10:27 AM, Jaehoon Chung
>> wrote:
>>> Support DesignWare MMC Controller for Samsung Specific.
>>>
>>> Signed-o
Hi Sughosh,
On Mon, Jul 2, 2012 at 9:24 PM, Sughosh Ganu wrote:
> hi,
> While testing on hawkboard with the latest commit, i hit an issue of
> commands not being accepted.
>
> hawkboard > reset
> Unknown command '�' - try 'help'
> hawkboard >
>
> Running git bisect showed that this is caused
1 - 100 of 101 matches
Mail list logo