Hi Albert,
please pull from u-boot-imx (last fixes), thanks.
The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08
14:59:37 +0100)
are available in the git repository at:
git://www.denx.de/git/u-b
This patchset fixes the following compilation warnings:
exynos_dp.c: In function 'exynos_init_dp':
exynos_dp.c:860:23: warning: variable 'disp_info' set but not used
[-Wunused-but-set-variable]
exynos_fb.c: In function 'draw_logo':
exynos_fb.c:74:8: warning: variable 'addr' set but not used
[-Wunus
Remove unused variable disp_info to fix the following compilation warning:
exynos_dp.c: In function 'exynos_init_dp':
exynos_dp.c:860:23: warning: variable 'disp_info' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Ajay Kumar
---
drivers/video/exynos_dp.c | 2 --
1 file changed, 2 d
Previously, the call to draw_logo() was happening irrespective
of whether we have selected logo or LCD console.
With this patch we call draw_logo() only when CONFIG_CMD_BMP is selected.
This would even fix the following compilation warning:
exynos_fb.c: In function 'draw_logo':
exynos_fb.c:74:8: w
Hi,
using BDI telnet session to issue the unprotect command works fine. Here some
hints that have to be considered:
- use command mmh to do a 16 bit access on a 16 bit wide flash
- on a 16 bit wide flash the LSB address line is usually not connected (A0 of
flash is connected to A1 of the host on
Hi Albert,
On Mon, Jan 14, 2013 at 1:14 PM, Albert ARIBAUD
wrote:
> Hi Rajeshwari,
>
> On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje
> wrote:
>> Hi Albert,
>>
>> - VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
>> >> which causes the following build errors:
>> >>
>>
On 14/01/13 14:49, Rajeshwari Shinde wrote:
> This patch resolves the following build errors for I2C driver in
> VCMA9:
>
> In file included from s3c24x0_i2c.c:40:0:
> s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
> s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
On 14/01/13 18:32, Ajay Kumar wrote:
> This patchset fixes the following compilation warnings:
> exynos_dp.c: In function 'exynos_init_dp':
> exynos_dp.c:860:23: warning: variable 'disp_info' set but not used
> [-Wunused-but-set-variable]
> exynos_fb.c: In function 'draw_logo':
> exynos_fb.c:74:8:
Dear Albert,
The following changes since commit 96764df1b47ddebfb50fadf5af72530b07b5fc89:
Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to e4660e0b736
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/14/2013 02:33 AM, Nikita Kiryanov wrote:
> On 01/10/2013 11:49 PM, Tom Rini wrote:
>> Hey all,
>>
>> As a reminder, we're scheduled for v2013.01 on the 15th. I've
>> pushed out v2013.01-rc3 now. I still expect: - At least one more
>> u-boot-ar
On Mon, Jan 14, 2013 at 08:30:03AM -0500, Sergey Lapin wrote:
> From: Brian Norris
>
> This patch is essentially an update of u-boot MTD subsystem to
> the state of Linux-3.7.1 with exclusion of some bits:
>
> - the update is concentrated on NAND, no onenand or CFI/NOR/SPI
> flashes interfaces a
On Mon, Jan 14, 2013 at 08:30:03AM -0500, Sergey Lapin wrote:
> From: Brian Norris
Sorry about this - will fix and resubmit.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Sat, Jan 12, 2013 at 12:20 PM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain does not automatically attribute U-Boot
> commits by company. Each author needs to be manually added to the list
> and th
Hi guys
I'm running a Linux embeded system (sysmoBTS) and since two weeks, the device
cannot start up.
here the information about the Loader:
---
sysmobts_v2 Loader v1.1.0 (Aug 15 2012-21:21:49)
Board revision: C.3
Initializing NAND flash:
Bypassing ECC checks
ID:0xA1
Manjunath Hadli ti.com> writes:
>
> check for the return status for eth_getenv_enetaddr_by_index()
> and eth_setenv_enetaddr() functions and print appropriate message
> on failure.
I am upgrading from v2011.12 (as I have some ubifsmount issues and
don't want to debug this on an old ubi) and I s
I work at Google and any submission from dlau...@google.com or
dlau...@chromium.org can be attributed to Google.
-duncan
On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org dom
Hi Minkyu,
On Mon, 14 Jan 2013 19:25:25 +0900, Minkyu Kang
wrote:
> Dear Albert,
>
> The following changes since commit 96764df1b47ddebfb50fadf5af72530b07b5fc89:
>
> Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14 +0100)
>
> are available in the git repository at:
>
>
Hi Stefano,
On Mon, 14 Jan 2013 09:40:23 +0100, Stefano Babic
wrote:
> Hi Albert,
>
> please pull from u-boot-imx (last fixes), thanks.
>
> The following changes since commit 7528cf5f016b5b8b8b12b373f6f31a10bf89233d:
>
> Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-01-08
Hello Tom,
The following changes since commit
fd70aa41468be4324275910f85578cb5be6a0439:
m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
for you to fetch changes up to a17617d6553369ba72c08012
AM335x EVM 1.5A uses Micron MT41J512M8RH-125 SDRAM 4Gb (512Mx8) as the
DDR3 chip.
[Hebbar Gururaja ]
- Resolve merge conflict while rebasing. File structure is
changed in the mainline. So re-arrange the code accordingly.
- Update commit message to reflect the DDR3 part nu
On 01/12/2013 02:07 AM, Allen Martin wrote:
> Add node for tegra20 SPI SFLASH controller to fdt.
> diff --git a/board/nvidia/dts/tegra20-seaboard.dts
> b/board/nvidia/dts/tegra20-seaboard.dts
> + spi@7000c380 {
> + spi-max-frequency = <2500>;
> + };
Seaboard doesn't actu
From: Fabio Estevam
commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into mx6qsabresd.h
to store the mmc partition, but in order for it to have effect we should place
it into 'mmcpart' variable.
Also add CONFIG_SYS_MMC_ENV_PART into mx6qsabreauto.h.
Signed-off-by: Fabio Estevam
--
On 01/12/2013 09:56 AM, Simon Glass wrote:
> Hi,
>
> On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
>> Add driver for tegra SPI "SLINK" style driver. This controller is
>> similar to the tegra20 SPI "SFLASH" controller. The difference is
>> that the SLINK controller is a genernal purpose
On 01/12/2013 02:07 AM, Allen Martin wrote:
> This series updates the tegra20 SPI driver to add fdt support and adds
> a new tegra30 SPI driver.
Aside from any comments I or anyone has made,
Reviewed-by: Stephen Warren
___
U-Boot mailing list
U-Boot@lis
On Mon, Jan 14, 2013 at 4:44 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into
> mx6qsabresd.h
> to store the mmc partition, but in order for it to have effect we should place
> it into 'mmcpart' variable.
>
> Also add CONFIG_SY
I work for Google and CLs from bhthomp...@chromium.org or
bhthomp...@google.com can be attributed to Google.
-Bernie
On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain
> On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote:
>
>> Hi,
>>
>> You are being copied because you have written U-Boot code which is now
>> in mainline.
>>
>> The chromium.org domain does not automatically attribute U-Boot
>> commits by company. Each author needs to be manually added to the lis
From: Fabio Estevam
commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into mx6qsabresd.h
to store the mmc partition, but in order for it to have effect we should place
it into 'mmcpart' variable.
Also add CONFIG_SYS_MMC_ENV_PART into mx6qsabreauto.h.
Signed-off-by: Fabio Estevam
--
Hi Nikita,
On Thu, 20 Dec 2012 12:52:34 +0200
Nikita Kiryanov wrote:
> Commit fb6a9aab7ae78c (LCD: display 32bpp decompressed bitmap image)
> broke the check that allowed U-Boot to display 8 bpp BMPs on a 16
> bpp LCD screen, effectively turning this feature off.
>
> Restore this feature by cha
Hi Wolfgang,
On Thu, 3 Jan 2013 11:43:59 +0100
Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk
> cc: Anatolij Gustschin
> ---
> V2: changed text as suggested by Jeroen Hofstee
> in <50e55d24.8000...@myspectrum.nl>
>
> README | 13 -
> 1 file changed, 8 insertions(+), 5 d
Sorry...forgot the '[U-Boot]'
On Mon, Jan 14, 2013 at 2:27 PM, Steve Heckman wrote:
> I was wondering if there was a limit on the size of the version string
> U_BOOT_VERSION_STRING
> in start.S.
>
> There are 256 bytes available for the Magic Number, version_string
> (U_BOOT_VERSION_STRING)
>
On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain does not automatically attribute U-Boot
> commits by company. Each author needs to be manually added to the list
> and thi
In commit abbab70 we added a prototype for hw_watchdog_init, in a
Freescale i.MX watchdog driver. We did not however guard it with an
__ASSEMBLY__ check and broke some platforms. Move this to the end of
the file with other prototypes and guard it.
Signed-off-by: Tom Rini
---
include/watchdog.h
I was wondering if there was a limit on the size of the version string
U_BOOT_VERSION_STRING
in start.S.
There are 256 bytes available for the Magic Number, version_string
(U_BOOT_VERSION_STRING)
and _start_cont code.
We want to put clearcase build view information in as part of the
version_strin
Hello Tom,
The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439:
m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-staging.git ag...@denx.de
Peter Meerwald (1):
twl4030: fix 'could
Hello Tom,
The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439:
m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Nikita Kiryanov (1):
lcd: restore ability to dis
On Mon, Jan 14, 2013 at 11:28:32PM +0100, Anatolij Gustschin wrote:
> Hello Tom,
>
> The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439:
>
> m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)
>
> are available in the git repository at:
> git://git.de
On Mon, Jan 14, 2013 at 11:30:05PM +0100, Anatolij Gustschin wrote:
> Hello Tom,
>
> The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439:
>
> m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)
>
> are available in the git repository at:
> git://git.de
On Mon, Jan 14, 2013 at 05:58:39PM +0100, Albert ARIBAUD wrote:
> Hello Tom,
>
> The following changes since commit
> fd70aa41468be4324275910f85578cb5be6a0439:
>
> m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)
>
> are available in the git repository at:
>
> git://git.d
On Sat, Jan 12, 2013 at 11:39:27AM -, Lukasz Dalek wrote:
> When u-boot is compiled for PXA25x processor, pxa/start.S is calling
> cpu_init_crit by BL instruction. BL is overwriting lr register so
> relocate_code is going into infinite loop. This patch preservs lr
> register in r12 before call
Hi Stefan,
On Fri, Jan 11, 2013 at 2:06 AM, Stefan Roese wrote:
> Hi Joe,
>
> On 12/12/2012 05:16 AM, Joe Hershberger wrote:
>> Add support for per-variable callbacks to the "hashtable" functions.
>
> I just noticed using latest master branch that booting on a NOR
> flash based board (sequoia, PP
On Tue, 8 Jan 2013 18:25:11 -0800
Barry Grussling wrote:
> While trying to bring up a custom MPC8308 based board I found
> that the clocking was wrong. The comment in
> include/configs/mpc8308_p1m.h led me to believe
> setting HRCWH_PCI_HOST and HRCWH_PCI1_ARBITER_ENABLE in the
> CONFIG_SYS_HRCW
The BSC9132 is a highly integrated device that targets the evolving
Microcell, Picocell, and Enterprise-Femto base station market subsegments.
The BSC9132 device combines Power Architecture e500 and DSP StarCore SC3850
core technologies with MAPLE-B2P baseband acceleration processing elements
On Sat, Jan 12, 2013 at 08:56:23AM -0800, Simon Glass wrote:
> Hi,
>
> On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> > Add driver for tegra SPI "SLINK" style driver. This controller is
> > similar to the tegra20 SPI "SFLASH" controller. The difference is
> > that the SLINK controller i
On Mon, Jan 14, 2013 at 10:49:53AM -0800, Stephen Warren wrote:
> On 01/12/2013 09:56 AM, Simon Glass wrote:
> > Hi,
> >
> > On Sat, Jan 12, 2013 at 1:07 AM, Allen Martin wrote:
> >> Add driver for tegra SPI "SLINK" style driver. This controller is
> >> similar to the tegra20 SPI "SFLASH" contro
On Mon, Jan 14, 2013 at 10:26 PM, Prabhakar Kushwaha
wrote:
> #define SVR_9130 0x860001
> #define SVR_9131 0x86
> +#define SVR_9132 0x861000
> +#define SVR_9132_E 0x861800
> +#define SVR_9232 0x861400
Remove SVR_9132_E. See commit 48f6a5c348453fc3ab33aaa91e5e
QIXIS FPGA is accessable via both i2c and flash controller.
Only flash controller access is supported.
Add support of i2c based access. It is quite useful in the scenario
where either flash controller path is broken or not present.
Signed-off-by: Ruchika Gupta
Signed-off-by: Prabhakar Kushwaha
BSC9132QDS is a Freescale reference design board for BSC9132 SoC.
BSC9132 SOC is an integrated device that targets the evolving Microcell,
Picocell, and Enterprise-Femto base station market subsegments.
It combines Power Architecture e500v2 and DSP StarCore SC3850 core
technologies with MAPLE-B2F b
The BSC9132 is a highly integrated device that targets the evolving
Microcell, Picocell, and Enterprise-Femto base station market subsegments.
The BSC9132 device combines Power Architecture e500 and DSP StarCore SC3850
core technologies with MAPLE-B2P baseband acceleration processing elements
Hi Simon,
On Sun, Jan 13, 2013 at 4:48 AM, Simon Glass wrote:
> If we are passing this using the device tree then we may not want to
> set this up here. TBD.
>
> Signed-off-by: Simon Glass
> ---
> arch/x86/lib/zimage.c | 21 -
> 1 files changed, 12 insertions(+), 9 deletio
Hi Joe,
On 01/15/2013 12:23 AM, Joe Hershberger wrote:
>> Here you see the delay in himport_r() is approx 1 second.
>>
>> And with patch (2598090 [env: Add environment variable flags]) this
>> delay even grows to 2 seconds:
>>
>> [ 3.096149] < 0.004800> U-Boot 2013.01-rc1-00392-g2598090 (Jan
On 01/15/2013 01:59 AM, Kim Phillips wrote:
On Tue, 8 Jan 2013 18:25:11 -0800
Barry Grussling wrote:
---
can I get an ack from someone else with an 8308 here please? This
custom board fix has the possibility of bricking all existing
8308 based mainline boards.
Sorry, we only have an 8309 b
52 matches
Mail list logo