Hello Heiko,
Thank you for your reply!
On Wed, Nov 9, 2011 at 6:37 AM, Heiko Schocher wrote:
> Hello Christian,
>
> Christian Riesch wrote:
>> Signed-off-by: Christian Riesch
>> ---
>>
>> Hello Heiko,
>>
>> On my board I cannot use your code in arch_cpu_init() in da850_lowlevel.c
>> since I have
On 11/08/2011 10:50 PM, Andy Fleming wrote:
> On Tue, Nov 8, 2011 at 3:42 PM, Marek Vasut wrote:
>>> On Fri, Oct 21, 2011 at 5:44 PM, Marek Vasut wrote:
Signed-off-by: Marek Vasut
Cc: Andy Fleming
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
>>>
>>> Acked-by
Hi Macpaul,
2011/10/26 Macpaul Lin :
> Header definitions of Synopsys DWC DDR2/1 Memory Controller.
>
> Signed-off-by: Macpaul Lin
> ---
> include/synopsys/dwcddr21mctl.h | 337
> +++
> 1 files changed, 337 insertions(+), 0 deletions(-)
> create mode 100644
Hi Macpaul,
2011/10/27 Macpaul Lin :
> header file of andes_pcu power control unit
>
> Signed-off-by: Macpaul Lin
> ---
Applied to u-boot-nds32/master, thanks.
Best regards,
Macpaul Lin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de
This patch allows replacing arch_cpu_init() if a custom initialization
is required.
Signed-off-by: Christian Riesch
Cc: Sandeep Paulraj
Cc: Heiko Schocher
---
arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/a
Am Mi, 9.11.2011, 00:26 schrieb Michael Walle:
> atm there is the mvgbe driver:
> - which has a hardcoded mac address (or if enabled, a randomized mac
> address)
>and
> - touches the environment
oh and i've forgot to mention, that the driver is broken for boards with
#define CONFIG_MVGBE_P
Make linker script handles .data.rel sections.
Signed-off-by: Macpaul Lin
Tested-by: Macpaul Lin
Cc: Mike Frysinger
---
arch/nds32/cpu/n1213/u-boot.lds |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/nds32/cpu/n1213/u-boot.lds b/arch/nds32/cpu/n1213/u-boot.lds
in
Hi Macpaul,
2011/11/9 Macpaul Lin :
> Make linker script handles .data.rel sections.
>
> Signed-off-by: Macpaul Lin
> Tested-by: Macpaul Lin
> Cc: Mike Frysinger
Applied to u-boot-nds32/master, thanks.
Best regards,
Macpaul Lin
___
U-Boot mailing li
Hello Christian,
Christian Riesch wrote:
> Hello Heiko,
> Thank you for your reply!
>
> On Wed, Nov 9, 2011 at 6:37 AM, Heiko Schocher wrote:
>> Hello Christian,
>>
>> Christian Riesch wrote:
>>> Signed-off-by: Christian Riesch
>>> ---
>>>
>>> Hello Heiko,
>>>
>>> On my board I cannot use your
> On 11/08/2011 10:50 PM, Andy Fleming wrote:
> > On Tue, Nov 8, 2011 at 3:42 PM, Marek Vasut wrote:
> >>> On Fri, Oct 21, 2011 at 5:44 PM, Marek Vasut
wrote:
> Signed-off-by: Marek Vasut
> Cc: Andy Fleming
> Cc: Stefano Babic
> Cc: Wolfgang Denk
> Cc: Detlev Zundel
Hello Tom,
Am 08.11.2011 21:53, schrieb Thomas Weber:
> Am 26.10.2011 20:09, schrieb Tom Rini:
>> The devkit8000 ships with either a 128MB or 256MB NAND chip. In
>> order for SPL to work with 256MB NAND CONFIG_SYS_NAND_5_ADDR_CYCLE
>> needs to be set. After talking with Scott Wood this should be
On 11/09/2011 09:38 AM, Marek Vasut wrote:
> Stefano, I'll rebase the patches and repost so you can apply. Can you rebase
> your u-boot-imx/master on top of u-boot-arm/master so I can use that? Thanks!
Done - you can take it
Stefano
--
==
On 11/09/2011 07:09 AM, Heiko Schocher wrote:
> commit f9fc237f1f07d4e5ff7c9c2da39cabc8d3d7b339
> Author: Bastian Ruppert
> Date: Tue Oct 4 23:43:28 2011 +
>
> Davinci: ea20: set console on UART0
>
> replaced DAVINCI_SYSCFG_SUSPSRC_UART2 with DAVINCI_SYSCFG_SUSPSRC_UART0
> but DAVINCI_
Dear Wolfgang,
Could you please pull these 3 patches to your tree.
Thanks,
Macpaul
The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
(2011-11-08 07:44:52 +0100)
are available in the git repository at:
gi
This series adds support for DENX M28 SoM and M28EVK kit.
This series depends on previous series:
* Support for both FEC interfaces on i.MX28
* Random NAND fixes and improvements
* SPL modifications
NOTE: Final version of the patchset, rebased on top of u-boot-imx/master as of
commit 021ac2c4c80d
Signed-off-by: Marek Vasut
Cc: Andy Fleming
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
arch/arm/include/asm/arch-mx28/sys_proto.h |2 +
drivers/mmc/Makefile |1 +
drivers/mmc/mxsmmc.c | 351
3 fil
Signed-off-by: Marek Vasut
Cc: Ben Warren
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
drivers/net/fec_mxc.c | 44 ++--
1 files changed, 42 insertions(+), 2 deletions(-)
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index 0c
Taken from Linux kernel with minor modifications:
commit bf985969e27b507f734435a99df8bf745a3dbb2b
Author: Shawn Guo
Date: Mon Dec 20 22:57:43 2010 +0800
ARM: mxs: Add iomux support
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
arch/arm/cpu/arm92
Signed-off-by: Marek Vasut
Cc: Heiko Schocher
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
drivers/i2c/Makefile |1 +
drivers/i2c/mxs_i2c.c | 246 +
2 files changed, 247 insertions(+), 0 deletions(-)
create mode 100644 driver
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
drivers/spi/Makefile |1 +
drivers/spi/mxs_spi.c | 186 +
2 files changed, 187 insertions(+), 0 deletions(-)
create mode 100644 drivers/spi/mxs_spi.c
dif
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
arch/arm/include/asm/arch-mx28/dma.h | 170 +++
arch/arm/include/asm/arch-mx28/imx-regs.h |1 +
arch/arm/include/asm/arch-mx28/regs-apbh.h | 466 +++
drivers/dma/Makefile
Signed-off-by: Marek Vasut
Cc: Scott Wood
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
drivers/mtd/nand/Makefile |1 +
drivers/mtd/nand/mxs_nand.c | 1118 +++
2 files changed, 1119 insertions(+), 0 deletions(-)
create mode 100644 dri
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
drivers/rtc/Makefile |1 +
drivers/rtc/mxsrtc.c | 86 ++
2 files changed, 87 insertions(+), 0 deletions(-)
create mode 100644 drivers/rtc/mxsrtc.c
diff -
This tool can now generate proper image for "BootStream" files.
NOTE: This tool now works only for NAND.
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
tools/.gitignore |1 +
tools/Makefile |6 +
tools/mxsboot.c | 684
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
.gitignore |1 +
Makefile |5 +
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 70a11f7..ff4bae0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
doc/README.m28 | 223
1 files changed, 223 insertions(+), 0 deletions(-)
create mode 100644 doc/README.m28
diff --git a/doc/README.m28 b/doc/README.m
This contains support for the following components:
- DUART
- MMC
- Both FEC interfaces
- NAND
- I2C (RTC, EEPROM)
- SPI (FLASH)
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
MAINTAINERS|1 +
board/denx/m28evk/Makefile | 43 +++
This patch introduces proper ARM vector handling for i.MX28 CPU. This issue
wasn't addressed because the interrupts weren't enabled on any ARMv5 core,
therefore the issue wasn't noticed earlier.
In previous implementation, the vectoring code used by i.MX28 CPU when an
exception happened was that o
This code allows the DDR DRAM size to be detected at runtime. The RAM size is
stored into two scratch registers, from which it is then fetched in U-Boot.
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
board/denx/m28evk/Makefile |7 ++-
board/de
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
---
arch/arm/cpu/arm926ejs/mx28/mx28.c|6 ++
arch/arm/include/asm/arch-mx28/gpio.h | 32
drivers/gpio/Makefile |1 +
drivers/gpio/mxs_gpio.c | 136
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
Cc: Remy Bohmer
---
arch/arm/include/asm/arch-mx28/regs-usb.h| 178 ++
arch/arm/include/asm/arch-mx28/regs-usbphy.h | 151 ++
2 files changed, 329 insertions(+),
This driver supports both EHCI ports on the i.MX28 CPU.
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
Cc: Remy Bohmer
---
drivers/usb/host/Makefile |1 +
drivers/usb/host/ehci-mxs.c | 154 +++
2 files changed,
This enables the second port, aka. the port with the USB connector on the
M28EVK.
Signed-off-by: Marek Vasut
Cc: Stefano Babic
Cc: Wolfgang Denk
Cc: Detlev Zundel
Cc: Remy Bohmer
---
board/denx/m28evk/m28evk.c |7 +++
include/configs/m28evk.h | 12
2 files changed, 1
Hello Marek,
Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Heiko Schocher
> Cc: Stefano Babic
> Cc: Wolfgang Denk
> Cc: Detlev Zundel
> ---
> drivers/i2c/Makefile |1 +
> drivers/i2c/mxs_i2c.c | 246
> +
> 2 files changed, 247 in
Dear All,
This is a quick-and-dirty proof-of-concept for splitting the dfu into
core dfu gadget, generic parts of dfu backend, dfu command and
target-specific implementation for Goni.
This patch definitely needs some coding style cleanups.
Also, the place for storing generic parts of dfu was cho
Signed-off-by: Andrzej Pietrasiewicz
Signed-off-by: Kyungmin Park
---
drivers/usb/gadget/Makefile |1 +
drivers/usb/gadget/dfu.c| 920 +++
drivers/usb/gadget/dfu.h| 171
include/dfu.h | 28 ++
include/flash_entity.h
Signed-off-by: Andrzej Pietrasiewicz
Signed-off-by: Kyungmin Park
---
common/Makefile |1 +
common/cmd_dfu.c | 51 +++
2 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 common/cmd_dfu.c
diff --git a/common/Makefile b/com
Signed-off-by: Andrzej Pietrasiewicz
Signed-off-by: Kyungmin Park
---
board/samsung/goni/Makefile |2 +
board/samsung/goni/flash.c | 341 +++
board/samsung/goni/flash.h | 28
board/samsung/goni/goni.c | 17 ++
include/configs/s5p_goni.h
Signed-off-by: Andrzej Pietrasiewicz
Signed-off-by: Kyungmin Park
---
Makefile |1 +
drivers/usb/dfu/Makefile | 33
drivers/usb/dfu/dfu.c| 109
drivers/usb/dfu/fat.c| 77
drivers/u
On 09/11/11 09:19, Gabe Black wrote:
> There are two blobs embedded into the u-boot image which are linked to run
> at an address which is different from where they actually end up in the
> ROM, one called "realmode" and one called "bios". There are realmode_setup
> and bios_setup functions which p
I am Mr. Wen Lee director of operations of the Bank Of Taipei Taiwan. I have
an obscured business proposal for you. Reply if interested.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
I am Mr. Wen Lee director of operations of the Bank Of Taipei Taiwan. I have
an obscured business proposal for you. Reply if interested.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Christian Riesch,
In message <1320830586-19124-1-git-send-email-christian.rie...@omicron.at> you
wrote:
> This patch allows replacing arch_cpu_init() if a custom initialization
> is required.
>
> Signed-off-by: Christian Riesch
> Cc: Sandeep Paulraj
> Cc: Heiko Schocher
> ---
> arch/arm
Hi Wolfgang,
On Wed, Nov 9, 2011 at 11:12 AM, Wolfgang Denk wrote:
> In message <1320830586-19124-1-git-send-email-christian.rie...@omicron.at>
> you wrote:
>> This patch allows replacing arch_cpu_init() if a custom initialization
>> is required.
>>
>> Signed-off-by: Christian Riesch
>> Cc: San
Hi Gabe,
Can you please try this patch - If it solves your libgcc problem, I will
add it to the misc cleanup patch
Thanks,
Graeme
---
arch/x86/config.mk|3 ---
arch/x86/cpu/interrupts.c |2 +-
arch/x86/cpu/start.S |5 ++---
3 files changed, 3 insertions(+), 7 deletions(
Dear Christian Riesch,
In message
you wrote:
>
> > All this needs a _thorough_ cleanup before I'm willing to accept this
> > for mainline.
>
> This is already in mainline, see
Indeed. What a pity.
Anyway. We should clean it up first, before attempting any other
changes.
I don't understan
Hello Wolfgang, Christian,
Wolfgang Denk wrote:
> Dear Christian Riesch,
>
> In message <1320830586-19124-1-git-send-email-christian.rie...@omicron.at>
> you wrote:
>> This patch allows replacing arch_cpu_init() if a custom initialization
>> is required.
>>
>> Signed-off-by: Christian Riesch
>>
> Hello Marek,
>
> Marek Vasut wrote:
> > Signed-off-by: Marek Vasut
> > Cc: Heiko Schocher
> > Cc: Stefano Babic
> > Cc: Wolfgang Denk
> > Cc: Detlev Zundel
> > ---
> >
> > drivers/i2c/Makefile |1 +
> > drivers/i2c/mxs_i2c.c | 246
> > +++
Hi Tom,
On 11/08/11 17:21, Tom Rini wrote:
> On 11/08/2011 12:45 AM, Igor Grinberg wrote:
>> On 11/07/11 22:05, Tom Rini wrote:
>>> A number of boards are populated with a PoP chip for both DDR and NAND
>>> memory. So to determine DDR timings the NAND chip needs to be probed
>>> and mfr/id return
On 11/08/11 17:28, Tom Rini wrote:
> On 11/08/2011 12:57 AM, Igor Grinberg wrote:
>> On 11/07/11 22:05, Tom Rini wrote:
>>> This introduces 200MHz Micron parts timing information based on x-loader
>>> to . The memory init logic is also based on what
>>> x-loader does in these cases. Note that wh
Hello Wolfgang,
On Wed, Nov 9, 2011 at 11:44 AM, Wolfgang Denk wrote:
> In message
> you
> wrote:
>>
>> > All this needs a _thorough_ cleanup before I'm willing to accept this
>> > for mainline.
>>
>> This is already in mainline, see
>
> Indeed. What a pity.
>
> Anyway. We should clean it up
Hello Heiko,
On Wed, Nov 9, 2011 at 11:44 AM, Heiko Schocher wrote:
>> Heiko, Christian: please negotiate who performs which part of the
>> cleanup. But I expect that with proper symbolic names instead of the
>> hardwired constants the need for a wek function will go away.
>
> I rework this.
I'd
Hi Heiko,
On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher wrote:
> since commits:
> davinci: emac: add support for more than 1 PHYs
> 062fe7d332c28ede25626f448681e43d76bb312e
>
> davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM
> fb1d6332b5430b90a8fa8ebab709f33a60e9f816
>
> I get followin
Hello Christian,
Christian Riesch wrote:
> Hello Wolfgang,
>
> On Wed, Nov 9, 2011 at 11:44 AM, Wolfgang Denk wrote:
>> In message
>> you
>> wrote:
All this needs a _thorough_ cleanup before I'm willing to accept this
for mainline.
>>> This is already in mainline, see
>> Indeed. Wh
Hello Prabhakar Lad,
Prabhakar Lad wrote:
> Hi Heiko,
>
> On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher wrote:
[...]
>> Signed-off-by: Heiko Schocher
>> Cc: Sandeep Paulraj
>> Cc: Albert ARIBAUD
>> Cc: Wolfgang Denk
>> Cc: Manjunath Hadli
>> ---
>> drivers/net/davinci_emac.c | 17 +
Hello Christian,
Christian Riesch wrote:
> Hello Heiko,
>
> On Wed, Nov 9, 2011 at 11:44 AM, Heiko Schocher wrote:
>>> Heiko, Christian: please negotiate who performs which part of the
>>> cleanup. But I expect that with proper symbolic names instead of the
>>> hardwired constants the need for a
Hi Heiko,
On Wed, Nov 9, 2011 at 5:56 PM, Heiko Schocher wrote:
> Hello Prabhakar Lad,
>
> Prabhakar Lad wrote:
> > Hi Heiko,
> >
> > On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher wrote:
> [...]
> >> Signed-off-by: Heiko Schocher
> >> Cc: Sandeep Paulraj
> >> Cc: Albert ARIBAUD
> >> Cc: Wo
Hello Prabhakar Lad,
Prabhakar Lad wrote:
> Hi Heiko,
>
> On Wed, Nov 9, 2011 at 5:56 PM, Heiko Schocher wrote:
>
>> Hello Prabhakar Lad,
>>
>> Prabhakar Lad wrote:
>>> Hi Heiko,
>>>
>>> On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher wrote:
>> [...]
Signed-off-by: Heiko Schocher
Cc
since commits:
davinci: emac: add support for more than 1 PHYs
062fe7d332c28ede25626f448681e43d76bb312e
davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM
fb1d6332b5430b90a8fa8ebab709f33a60e9f816
I get following warning on the enbw_cmc board:
Err: serial
Net:5 ETH PHY detected
miiphy_
Těší mě,
Jsem slečna Rebeca, zájem o vás,
a přejí si, že jste jako můj přítel,
pro přítele je především o respekt, obdiv a lásku i vášeň
Přátelství se skládá ze sdílení nápadů a plánování společně,
Chci, aby vám moje fotografie pro vás, pokud jste odpovězte mi.
poděkování od Rebeca.
Hi Graeme,
> Hi Wolfgang
>
> On Wed, Nov 9, 2011 at 9:49 AM, Wolfgang Denk wrote:
>> Dear Simon Glass,
>>
>> In message
>> you
>> wrote:
>>>
>>> This discussion was regarding the need to #ifdef the variable declaration,
>>> viz:
>>>
>>> #if defined(THING1) || defined(THING2)
>>> const char *c
Hi Albert,
> Signed-off-by: Albert ARIBAUD
> ---
> CREDITS |4
> MAINTAINERS |5 -
> arch/arm/include/asm/arch-pxa/hardware.h |8
> boards.cfg |2 --
> doc/README.scrapya
Hi Wolfgang,
On Tue, Nov 8, 2011 at 2:49 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> This discussion was regarding the need to #ifdef the variable declaration,
>> viz:
>>
>> #if defined(THING1) || defined(THING2)
>> const char *cat;
>> #endif
>>
>> ...
>>
Use proper IO accessor for GPR register.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm1136/mx31/generic.c |5 +++--
arch/arm/include/asm/arch-mx31/imx-regs.h |7 ++-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/arch/arm/cpu/arm1136/mx31/generic.c
b/arch/a
Fix checkpatch warnings in generic.c.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm1136/mx31/generic.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/arm1136/mx31/generic.c
b/arch/arm/cpu/arm1136/mx31/generic.c
index 167e97a..f458281 100644
--- a/ar
GPR register definition is already available at imx-regs.h, so remove the
duplication.
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/arm1136/mx31/generic.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/arch/arm/cpu/arm1136/mx31/generic.c
b/arch/arm/cpu/arm1136/m
Use generic function for configuring GPR register.
Signed-off-by: Fabio Estevam
---
board/davedenx/qong/qong.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c
index 665aedf..c41f11d 100644
--- a/board/davedenx/qong
Hi Detlev,
On Wed, Nov 9, 2011 at 5:45 AM, Detlev Zundel wrote:
> Hi Graeme,
>
>> Hi Wolfgang
>>
>> On Wed, Nov 9, 2011 at 9:49 AM, Wolfgang Denk wrote:
>>> Dear Simon Glass,
>>>
>>> In message
>>> you
>>> wrote:
This discussion was regarding the need to #ifdef the variable declarat
Dear Frank,
the BAB7xx throws a number of build warnings:
misc.c: In function 'misc_init_r':
misc.c:159:2: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
misc.c:247:3: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-
We cause CCSRBAR to be relocated in the SPL phase of NAND boot which
isn't expected and breaks things. Fixing the board config.h to NOT
relocate CCSR during the CONFIG_NAND_SPL phase.
Signed-off-by: Kumar Gala
---
include/configs/MPC8536DS.h|2 +-
include/configs/MPC8569MDS.h |2 +
Dear Frank,
the ELPPC throws a build warning:
misc.c: In function 'misc_init_r':
misc.c:120:3: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-al
Is it still worth to fix this (then please provide a patch), or
should we rather drop that board?
Best regards
Dear Reinhard,
the CPCI750 board throws a number of build warnings:
mv_eth.c: In function 'mv64360_eth_real_open':
mv_eth.c:425:6: warning: variable 'port_status' set but not used
[-Wunused-but-set-variable]
mv_eth.c: In function 'mv64360_eth_stop':
mv_eth.c:643:15: warning: variable 'port_num'
Casting around to *(volatile ulong *) doesn't look good, so include
the macros and use good old readl() instead.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebased to U-Boot ARM HEAD at Alberts request, see message
4ea1c8e7.7090...@aribaud.net
ChangeLog v2->v3:
- Rebased to U-Boot AR
Alter the board.cfg to pass core module configuration flags
so we can make compile-time switches for different core
modules. These are already in use for some low-level code,
they just got lost in the conversion to the new build
system.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebased
Do away with the config.mk file and move the text offset to the
config files to make things easier.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebased to U-Boot ARM HEAD at Alberts request, see message
4ea1c8e7.7090...@aribaud.net
ChangeLog v2->v3:
- Rebased to U-Boot ARM HEAD at Albe
Fix:
ahci.c: In function 'ata_scsiop_read10':
ahci.c:564:6: warning: variable 'lba' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
drivers/block/ahci.c |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/block/ahci.c b/drivers/block/ah
Fix:
x86emu/ops.c: In function 'x86emuOp_int3':
x86emu/ops.c:3521:9: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
x86emu/ops.c: In function 'x86emuOp_int_IMM':
x86emu/ops.c:3549:9: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
x86emu/ops.c: In funct
Fix:
sata_sil3114.c: In function 'scan_sata':
sata_sil3114.c:793:7: warning: array subscript is above array bounds
[-Warray-bounds]
sata_sil3114.c:794:7: warning: array subscript is above array bounds
[-Warray-bounds]
sata_sil3114.c:795:39: warning: array subscript is above array bounds
[-Warra
On Mon, Nov 7, 2011 at 10:00 PM, Albert ARIBAUD
wrote:
> Can you please rebase them on top of current u-boot-arm/master?
OK I rebased and sent them off with the same series enumeration.
Since 3/7 was merged out-of-series I've only rebased and sent
out 1,2,4,5,6,7. (Just as it appears in patchwor
the summary "fixup" tells us nothing as to what you're fixing. could you use a
little more descriptive summary ?
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.d
This enables Vpp and disables the flash protection on the
Integrator when starting U-Boot. The integrator/AP has double
protection mechanisms: this one and the EBI protection bit
(patch earlier), the Integrator/CP has only one line of
protection in these registers.
Signed-off-by: Linus Walleij
--
This reconfigures the EBI (External Bus Interface) on the
integrator so that chip select 1, handling the flash memory, is
set to writeable. Without this it is not possible for U-Boot to
access flash memory and it crashes on startup since CFI won't
work properly.
Since this is the first time we use
Break out the AP system controller and CP "CP controller"
registers into a header file, it gives better overview than
hardcoding its values and other disturbing practices.
Signed-off-by: Linus Walleij
---
ChangeLog v1->v2:
- Rebased to U-Boot ARM HEAD at Alberts request, see message
4ea1c8e7.70
Address 85xx specific gcc 4.6 warnings
- k
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Fix:
cpu_init.c: In function 'cpu_init_r':
cpu_init.c:320:7: warning: variable 'l2srbar' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/cpu_init.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/cpu/mp
Fix:
tlb.c: In function 'disable_tlb':
tlb.c:175:34: warning: variable '_mas7' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/tlb.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/tlb.c b
Fix:
fsl_lbc.c: In function 'upmconfig':
fsl_lbc.c:110:9: warning: variable 'mdr' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8xxx/f
Fix:
cds_pci_ft.c: In function 'cds_pci_fixup':
cds_pci_ft.c:31:12: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
board/freescale/common/cds_pci_ft.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/board/freescale/
Fix:
pixis.c: In function 'strfractoint':
pixis.c:383:6: warning: variable 'intarr_len' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
board/freescale/common/pixis.c |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/board/freescale/common/p
Fix:
mpc8548cds.c: In function 'local_bus_init':
mpc8548cds.c:87:7: warning: variable 'lbc_hz' set but not used
[-Wunused-but-set-variable]
mpc8548cds.c: In function 'lbc_sdram_init':
mpc8548cds.c:121:7: warning: variable 'cpu_board_rev' set but not used
[-Wunused-but-set-variable]
Signed-off-b
Fix:
mpc8568mds.c: In function 'local_bus_init':
mpc8568mds.c:150:7: warning: variable 'lbc_hz' set but not used
[-Wunused-but-set-variable]
mpc8568mds.c: In function 'pib_init':
mpc8568mds.c:271:11: warning: variable 'orig_i2c_bus' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Ku
Fix:
sbc8548.c: In function 'local_bus_init':
sbc8548.c:80:7: warning: variable 'lbc_hz' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
board/sbc8548/sbc8548.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/sbc8548/sbc8548.c b/board/
Fix:
sbc8560.c: In function 'ft_board_setup':
sbc8560.c:351:12: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
board/sbc8560/sbc8560.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/board/sbc8560/sbc8560.c b/board/
mpc8569mds.c: In function 'local_bus_init':
mpc8569mds.c:306:7: warning: variable 'lbc_hz' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
board/freescale/mpc8569mds/mpc8569mds.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/freescale
Fix:
fm.c: In function 'fm_init_common':
fm.c:398:6: warning: variable 'n' set but not used [-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
drivers/net/fm/fm.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/net/fm/fm.c b/drivers/net/fm/fm.c
index 23
uec.c: In function 'uec_stop':
uec.c:267:22: warning: variable 'uccf' set but not used
[-Wunused-but-set-variable]
uec.c: In function 'uec_set_mac_if_mode':
uec.c:328:15: warning: variable 'uec_info' set but not used
[-Wunused-but-set-variable]
uec.c: In function 'adjust_link':
uec.c:519:11: warn
Fix:
ehci-fsl.c: In function 'ehci_hcd_init':
ehci-fsl.c:43:7: warning: variable 'usb_phy' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
drivers/usb/host/ehci-fsl.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/host/ehci-fs
Fix:
options.c: In function 'populate_memctl_options':
options.c:486:28: warning: variable 'pdodt' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc8xxx/ddr/options.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/
Fix:
fsl_corenet_serdes.c: In function 'fsl_serdes_init':
fsl_corenet_serdes.c:511:8: warning: variable 'buf' set but not used
[-Wunused-but-set-variable]
fsl_corenet_serdes.c:498:18: warning: variable 'lane_prtcl' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Kumar Gala
---
arc
Fix:
ctrl_regs.c: In function 'set_ddr_sdram_cfg_2':
ctrl_regs.c:641:15: warning: variable 'rcw_en' set but not used
[-Wunused-but-set-variable]
ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
ctrl_regs.c:951:31: warning: array subscript is above array bounds
[-Warray-bounds]
ctrl_reg
1 - 100 of 190 matches
Mail list logo