Mike Frysinger wrote:
> Since the on-chip MAC does not have an eeprom or similar interface, force
> all Blackfin boards that use this to define their own board_get_enetaddr()
> function.
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
>
Acked-by: Ben Warren
> ---
> v2
> - drop CONFIG
Hi Michal,
I'm really sorry for taking so long getting to this. Mostly little things:
mon...@monstr.eu wrote:
> From: Michal Simek
>
>
> Signed-off-by: Michal Simek
> ---
> drivers/net/Makefile |1 +
> drivers/net/xilinx_ll_temac.c | 543
> +++
Since the on-chip MAC does not have an eeprom or similar interface, force
all Blackfin boards that use this to define their own board_get_enetaddr()
function.
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
v2
- drop CONFIG_ETHADDR handling
drivers/net/bfin_mac.c | 21 ++
On Wed, 28 Jan 2009 15:40:49 -0800
Ben Warren wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 22:42 Wed 28 Jan , Haavard Skinnemoen wrote:
> >
> >> As for a better name, how about CONFIG_MACB_ADVERTISE?
> >>
> > why not
> >
> I like it too. One of the common checkbox it
Mike Frysinger wrote:
> On Thursday 29 January 2009 01:01:41 Ben Warren wrote:
>
>> Mike Frysinger wrote:
>>
>>> On Thursday 29 January 2009 00:43:31 Ben Warren wrote:
>>>
Mike Frysinger wrote:
> --- a/drivers/net/bfin_mac.c
> +++ b/drivers/net/bfin_mac.c
>
On Thursday 29 January 2009 01:01:41 Ben Warren wrote:
> Mike Frysinger wrote:
> > On Thursday 29 January 2009 00:43:31 Ben Warren wrote:
> >> Mike Frysinger wrote:
> >>> --- a/drivers/net/bfin_mac.c
> >>> +++ b/drivers/net/bfin_mac.c
> >>>
> >>> eth_register(dev);
> >>>
> >>> + ethaddr = getenv(
Dear Jean-Christophe,
now that OMAP3 support is in u-boot-arm git [1], can you kindly send a
git pull request to Wolfgang for mainline merge?
As discussed yesterday, when you have additional ARM patches ready, an
additional git pull request would be easy then.
Best regards
Dirk
[1] http://gi
Mike Frysinger wrote:
> Redo how pointers are managed to get rid of ugly casts and strict pointer
> aliasing issues that are highlighted by gcc 4.3.
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
>
Acked-by: Ben Warren
regards,
Ben
___
U-Boot
Mike Frysinger wrote:
> No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
> does exactly the same thing as common "CONFIG_RMII".
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
>
Acked-by: Ben Warren
> ---
> drivers/net/bfin_mac.c |4 ++--
> 1 files changed, 2
Mike Frysinger wrote:
> On Thursday 29 January 2009 00:43:31 Ben Warren wrote:
>
>> Mike Frysinger wrote:
>>
>>> --- a/drivers/net/bfin_mac.c
>>> +++ b/drivers/net/bfin_mac.c
>>>
>>> eth_register(dev);
>>>
>>> + ethaddr = getenv("ethaddr");
>>> +#ifndef CONFIG_ETHADDR
>>>
>> I
On Thursday 29 January 2009 00:43:31 Ben Warren wrote:
> Mike Frysinger wrote:
> > --- a/drivers/net/bfin_mac.c
> > +++ b/drivers/net/bfin_mac.c
> >
> > eth_register(dev);
> >
> > + ethaddr = getenv("ethaddr");
> > +#ifndef CONFIG_ETHADDR
>
> I know this was there before, but CONFIG_ETHADDR i
Mike Frysinger wrote:
> Rather then defining our own DEBUGF(), just use the common debug().
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
>
Acked-by: Ben Warren
> ---
> drivers/net/bfin_mac.c | 14 +++---
> 1 files changed, 3 insertions(+), 11 deletions(-)
>
> diff --git a/dri
Mike Frysinger wrote:
> Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
> of 2.5mhz, use these ase defaults if the board doesn't specify otherwise.
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
>
Acked-by: Ben Warren
regards,
Ben
_
Mike Frysinger wrote:
> Cleanup and rewrite the MII/PHY related functions so that we can reuse the
> existing common linux/miiphy.h code and hook into the `mii` command.
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
>
Acked-by: Ben Warren
regards,
Ben
_
Mike Frysinger wrote:
> Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
> use the real algorithm so it gets set correctly regardless of SCLK.
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
>
Acked-by: Ben Warren
> ---
> drivers/net/bfin_mac.c | 10 +-
>
Hi Mike,
Mike Frysinger wrote:
> Since the on-chip MAC does not have an eeprom or similar interface, force
> all Blackfin boards that use this to define their own board_get_enetaddr()
> function.
>
> Signed-off-by: Mike Frysinger
> CC: Ben Warren
> ---
> drivers/net/bfin_mac.c | 24 ++
Somehow I missed the real driver part in my last patch version. This patch
now adds the driver.
Signed-off-by: Stefan Roese
---
drivers/usb/usb_ehci_vct.c | 58
1 files changed, 58 insertions(+), 0 deletions(-)
create mode 100644 drivers/usb/usb_eh
On Wednesday 28 January 2009, Pawel Pastuszak wrote:
> I was wondering if some one could give me an hand with OCM for PPC405EP
>
> So my goal is to Access *CFG_BOOTCOUNT_ADDR *value in Linux based on
> http://www.denx.de/wiki/view/DULG/UBootBootCountLimit
Please note that its CONFIG_SYS_BOOTCOUNT_
Hi All,
Reset problem got fixed, actually the reset command isn't doing a full board
reset and just the core was regging resetted.
Now its solved. Thanks a lot.
Thanks,
Ajeesh Kumar
-Original Message-
From: Jayakrishnan M [mailto:jay.krishn...@gmail.com]
Sent: Tuesday, January 27, 200
On Wed, 28 Jan 2009 10:41:02 +0100
Heiko Schocher wrote:
> diff --git a/cpu/mpc83xx/cpu.c b/cpu/mpc83xx/cpu.c
> +#ifdef CONFIG_BOOTCOUNT_LIMIT
> +
> +#if !defined(CONFIG_BOOTCOUNT_ADDR)
> +#define CONFIG_BOOTCOUNT_ADDR0x11bff8
it's CONFIG_SYS and magic number, but now that I've found it
On Wed, 28 Jan 2009 10:40:50 +0100
Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher
> ---
> Makefile |9 +-
> board/keymile/common/common.c|6 +++-
> board/keymile/km8xx/km8xx.c |7 -
> cpu/mpc8xx/cpu_init.c|2 +
> cpu/mp
On Wed, 28 Jan 2009 10:40:24 +0100
Heiko Schocher wrote:
> diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
> index d66ba8b..feb6150 100644
> --- a/include/configs/kmeter1.h
> +++ b/include/configs/kmeter1.h
> @@ -322,6 +322,11 @@
> #define CONFIG_SYS_DTT_BUS_NUM
On Wed, 28 Jan 2009 10:40:20 +0100
Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher
> ---
please be more verbose in your commit messages.
> @@ -135,6 +128,24 @@ int fixed_sdram(void)
> udelay (200);
> im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN;
>
> + msize = CONFIG_SYS_DDR_SIZ
On Wed, 28 Jan 2009 10:40:16 +0100
Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher
> ---
> include/configs/keymile-common.h |8
> include/configs/kmeter1.h| 19 ---
a lot of patches in this patchseries touch a lot of the same files -
can you please r
On Wed, 28 Jan 2009 10:40:04 +0100
Heiko Schocher wrote:
> +static int board_init_i2c_busses (void)
> +{
> + I2C_MUX_DEVICE *dev = NULL;
> + uchar *buf;
> +
> + /* Set up the Bus for the DTTs */
> + buf = (unsigned char *) getenv ("DTT_bus");
the environment is case sensitive;
On Wed, 28 Jan 2009 10:39:12 +0100
Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher
> ---
can we get a better commit title & message here please?
Thanks,
Kim
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-b
On Wed, 28 Jan 2009 10:38:42 +0100
Heiko Schocher wrote:
> +++ b/common/cmd_nvedit.c
> @@ -75,7 +75,12 @@ DECLARE_GLOBAL_DATA_PTR;
> static const unsigned long baudrate_table[] = CONFIG_SYS_BAUDRATE_TABLE;
> #define N_BAUDRATES (sizeof(baudrate_table) / sizeof(baudrate_table[0]))
>
> +sta
On Wed, 28 Jan 2009, Heiko Schocher wrote:
> Hello ksi,
>
> k...@koi8.net schrieb:
>> On Tue, 27 Jan 2009, Heiko Schocher wrote:
>>> k...@koi8.net wrote:
Hi everyone,
Here is the first draft of major I2C subsystem rework. This is not a
>>> patch
> [...]
the new code. It is a bi
This patch adjusts the LED control so that interrupt lines are not reading LEDs
and effectively causing indefinite interrupts to the controller.
Signed-off-by: Ron Madrid
---
drivers/net/tsec.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/net/tsec.c b/drive
The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
rather than a generic "env" command, or anything else related to the
environment. So, let's make sure the define is named accordingly.
Signed-off-by: Mike Frysinger
---
README |2 +-
common/
Signed-off-by: Mike Frysinger
---
board/bf537-stamp/spi_flash.c | 20 +++-
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/board/bf537-stamp/spi_flash.c b/board/bf537-stamp/spi_flash.c
index 99caa96..b147ce7 100644
--- a/board/bf537-stamp/spi_flash.c
+++ b/board/
From: Cliff Cai
This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
Signed-off-by: Cliff Cai
Signed-off-by: Mike Frysinger
---
drivers/mmc/Makefile|1 +
drivers/mmc/bfin_sdh.c | 546 +++
drivers/mmc/bfin_
From: Sonic Zhang
This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
Signed-off-by: Sonic Zhang
Signed-off-by: Mike Frysinger
---
drivers/block/Makefile |1 +
drivers/block/pata_bfin.c| 1201 ++
drivers/bl
Knowing the booting source of the part is useful, especially when the part
can switch dynamically between sources.
Signed-off-by: Mike Frysinger
---
include/asm-blackfin/blackfin-config-pre.h | 22 ++
lib_blackfin/board.c |6 +-
2 files changed
Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
the Blackfin on-chip bootrom to boot out of SPI flash.
Signed-off-by: Mike Frysinger
---
include/asm-blackfin/blackfin-config-post.h |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/as
Signed-off-by: Mike Frysinger
---
include/asm-blackfin/posix_types.h | 20 +---
1 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/include/asm-blackfin/posix_types.h
b/include/asm-blackfin/posix_types.h
index 39651d2..000ffe5 100644
--- a/include/asm-blackfin/posix
This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
Signed-off-by: Mike Frysinger
---
drivers/mtd/nand/Makefile|1 +
drivers/mtd/nand/bfin_nand.c | 376 ++
2 files changed, 377 insertions(+), 0 deletions(-)
create mode 100644 drive
Some people need to access port I, so make sure the pins are defined.
Signed-off-by: Mike Frysinger
---
include/asm-blackfin/mach-bf548/ports.h | 20 +++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/include/asm-blackfin/mach-bf548/ports.h
b/include/asm-blac
Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
up u-boot, including ones that output FDPIC ELF by default.
Signed-off-by: Mike Frysinger
---
blackfin_config.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/blackfin_config.mk b/blackfin_con
The EBIU defines for EBSZ 256/512 were incorrect.
Signed-off-by: Mike Frysinger
---
include/asm-blackfin/mach-common/bits/ebiu.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/asm-blackfin/mach-common/bits/ebiu.h
b/include/asm-blackfin/mach-common/bits/ebiu.
Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
as usable with the source/destination addresses and the count size.
Signed-off-by: Mike Frysinger
---
lib_blackfin/string.c | 23 +++
1 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/l
The performance difference from doing an 8 bit DMA memcpy vs an optimized
core memcpy can be pretty big when you add in the overhead of setting up the
MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
actually require it.
Signed-off-by: Mike Frysinger
---
include/asm-blackf
We have to make sure the DMA channel is actually disabled in hardware before
attempting to reprogram it. Otherwise the new settings are ignored and we
end up with random hangs/failures.
Signed-off-by: Mike Frysinger
---
lib_blackfin/string.c | 19 +++
1 files changed, 11 inser
Take the cache flush functions from the kernel as they use hardware loops in
order to get optimal performance.
Signed-off-by: Mike Frysinger
---
cpu/blackfin/cache.S | 118 -
include/asm-blackfin/blackfin_local.h |4 +
lib_blackfin/cache.c
Start building all Blackfin boards with -ffunction-sections/-fdata-sections
and linking with --gc-sections.
Signed-off-by: Mike Frysinger
---
blackfin_config.mk|3 +++
cpu/blackfin/Makefile |1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/blackfin_config.mk b/blac
For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
based on $ethaddr, so set it up.
Signed-off-by: Mike Frysinger
---
lib_blackfin/board.c | 11 ++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/lib_blackfin/board.c b/lib_blackfin/board.c
index
Calculating the clocks requires a bit of calls to gcc math functions, so
cache the values after the first run since they'll most likely never
change once U-Boot is up and running.
Signed-off-by: Mike Frysinger
---
include/asm-blackfin/blackfin_local.h |2 +
lib_blackfin/Makefile
Signed-off-by: Mike Frysinger
---
cpu/blackfin/initcode.c |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/cpu/blackfin/initcode.c b/cpu/blackfin/initcode.c
index e733dd2..6091f8c 100644
--- a/cpu/blackfin/initcode.c
+++ b/cpu/blackfin/initcode.c
@@ -61,7 +61,11 @@ st
No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
does exactly the same thing as common "CONFIG_RMII".
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
drivers/net/bfin_mac.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/bfin_mac
This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
Signed-off-by: Mike Frysinger
---
drivers/spi/Makefile |1 +
drivers/spi/bfin_spi.c | 343
2 files changed, 344 insertions(+), 0 deletions(-)
create mode 100644 driver
Redo how pointers are managed to get rid of ugly casts and strict pointer
aliasing issues that are highlighted by gcc 4.3.
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
drivers/net/bfin_mac.c | 75 +++
drivers/net/bfin_mac.h |5 ++-
2 files c
Save some time by using CONFIG_POST in the Makefile rather than C files.
Signed-off-by: Mike Frysinger
---
lib_blackfin/Makefile |3 +--
lib_blackfin/post.c |4
lib_blackfin/tests.c |3 ---
3 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/lib_blackfin/Makefile b
Cleanup and rewrite the MII/PHY related functions so that we can reuse the
existing common linux/miiphy.h code and hook into the `mii` command.
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
drivers/net/bfin_mac.c | 284 +++-
drivers/net/bfin_mac.h
Rather then defining our own DEBUGF(), just use the common debug().
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
drivers/net/bfin_mac.c | 14 +++---
1 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c
index b875937..c14b5
Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
of 2.5mhz, use these ase defaults if the board doesn't specify otherwise.
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
drivers/net/bfin_mac.c | 15 +++
drivers/net/bfin_mac.h |1 -
2 files changed, 1
Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
use the real algorithm so it gets set correctly regardless of SCLK.
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
drivers/net/bfin_mac.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/
A few more simple bug fixes, but now we get some fun stuff too:
- major cleanup of the Blackfin on-chip MAC driver
- new driver for Blackfin on-chip NAND controller
- new driver for Blackfin on-chip ATAPI controller
- new driver for Blackfin on-chip SDIO controller
- improve cache performance
Since the on-chip MAC does not have an eeprom or similar interface, force
all Blackfin boards that use this to define their own board_get_enetaddr()
function.
Signed-off-by: Mike Frysinger
CC: Ben Warren
---
drivers/net/bfin_mac.c | 24 +++-
include/common.h |2 +
This patch will exclude all functions from drivers/serial/ns16550.c from
NAND_SPL builds with exception of NS16550_putc and NS16550_init. This will save
space and remove unused code from already tightly constrained bootstrap images
for NAND_SPL builds.
Signed-off-by: Ron Madrid
---
drivers/seri
>>
>>>
> This patch makes it possible to limit the macb to 10 MBit for this
> case. We are open for suggestions for other solutions.
I guest you may need to disable the phy auto config mode and force him to
be
see as a 10Mbps phy evenif it's a 10/100
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 22:42 Wed 28 Jan , Haavard Skinnemoen wrote:
>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>
On the EVK1100 board, the CPU (UC3A0512) is connected to the PHY via an
RMII bus. This requires the CPU clock to be at least 50 MHz.
U
On 22:42 Wed 28 Jan , Haavard Skinnemoen wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > On the EVK1100 board, the CPU (UC3A0512) is connected to the PHY via an
> > > RMII bus. This requires the CPU clock to be at least 50 MHz.
> > > Unfortunately, the chip on current EVK1100 boards may
Hi Tsi Chung,
Liew Tsi Chung-R5AAHP wrote:
> Richard,
>
> This error caused by no defines for CONFIG_SYS_CS0_BASE,
> CONFIG_SYS_CS0_MASK and CONFIG_SYS_CS0_CTRL in configuration file. Need
> to provide settings for each. The CS0 usually refer to the boot flash.
>
> Flexbus or chipselect is the s
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
Makefile |6 +++---
board/armltd/.gitignore|2 ++
board/{ => armltd}/integratorap/Makefile |0
board/{ => armltd}/integratorap/config.mk |0
Dear Wolfgang,
2009/1/28 Wolfgang Denk :
> Dear Luigi Mantellini,
>
> In message you
> wrote:
>>
>> I think that an audit of the code is important to understand if we
>> have a problem (or not) and how large is the problem.
>
> We (i. e. all of us except you) do not have a problem.
my question
--- On Wed, 1/28/09, Scott Wood wrote:
> From: Scott Wood
> Subject: Re: [U-Boot] [PATCH] mpc83xx: fix undefined reference to
> `flush_cache' error in simpc8313 build
> To: ron_mad...@sbcglobal.net
> Cc: "Wolfgang Denk" , u-boot@lists.denx.de, "Kim Phillips"
>
> Date: Wednesday, January 28, 2
Michael: could you make sure your patch changelogs follow proper git style in
the future ? these two commits have broken formatting with the subject and so
look messed up when looking at short history:
51ab142b8b546d5e627b2c8c36d0adae222565f7
db63299b1dd2894ade542278210bccd046de6435
-mike
sign
Dear Luigi Mantellini,
In message you
wrote:
>
> I think that an audit of the code is important to understand if we
> have a problem (or not) and how large is the problem.
We (i. e. all of us except you) do not have a problem.
> My compiler is not broken...
Well, YMMV...
> cassini linux # f
Ron Madrid wrote:
> It would seem that the drivers/serial/ns16550.c file currently being
> included in my project has a few functions that are completely unused
> by my board. Is it allowable to duplicate the two functions I do use
> (NS16550_putc and NS16550_init) in my code within a #ifdef CONFI
--- On Wed, 1/28/09, Scott Wood wrote:
> From: Scott Wood
> Subject: Re: [U-Boot] [PATCH] mpc83xx: fix undefined reference to
> `flush_cache' error in simpc8313 build
> To: "Wolfgang Denk"
> Cc: ron_mad...@sbcglobal.net, u-boot@lists.denx.de, "Kim Phillips"
>
> Date: Wednesday, January 28, 2
Dear Ben,
In message <4980d38f.4020...@gmail.com> you wrote:
>
> > Here is for example a copy of /usr/include/netinet/ip.h :
...
> > struct iphdr
...
> Yeah, I made the same observation, but am not fluent enough in the black
> magic of Linux header files to know if packing was being enforced
> s
Dear Mike Frysinger,
In message <200901281647.54413.vap...@gentoo.org> you wrote:
>
> Petri:
> if you're worried about grepping, then perhaps you'd post a patch like so:
> -image_get_hdr_l (dcrc);
> +image_get_hdr_l (dcrc); /* image_get_dcrc() */
Excellent idea!
Best regards,
Wolfgang Denk
--
Dear All,
2009/1/28 Wolfgang Denk :
> Dear Ben Warren,
>
> In message <4980cc59.1070...@gmail.com> you wrote:
>>
>> > My idea should be to declare a define like this
>> >
>> > #define PKT_HEADER __attribute__((__packed__))
>> >
>> > my 2EuroCents.
>> >
>> > best regards,
>> >
>> > luigi
>> >
>> >
This fixes an error which raises just a warning:
sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from
pointer without a cast
Signed-off-by: Wolfgang Denk
---
v2: fix typo in Subject
board/sbc8560/sbc8560.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff -
This fixes an error which raises just a warning:
sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from
pointer without a cast
Signed-off-by: Wolfgang Denk
---
board/sbc8560/sbc8560.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/sbc8560/sbc8
Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <4980cc59.1070...@gmail.com> you wrote:
>
>>> My idea should be to declare a define like this
>>>
>>> #define PKT_HEADER __attribute__((__packed__))
>>>
>>> my 2EuroCents.
>>>
>>> best regards,
>>>
>>> luigi
>>>
>>>
>>>
>> OK, soun
On Wednesday 28 January 2009 16:20:13 Wolfgang Denk wrote:
> Petri Lehtinen wrote:
> > I got frustrated while grepping through the sources, trying to find
> > the definitions of these functions. Thinking back, the obvious place
> > to look in the first place would of course have been include/image.
Richard,
This error caused by no defines for CONFIG_SYS_CS0_BASE,
CONFIG_SYS_CS0_MASK and CONFIG_SYS_CS0_CTRL in configuration file. Need
to provide settings for each. The CS0 usually refer to the boot flash.
Flexbus or chipselect is the same definition.
Regards,
TsiChung
-Original Message
Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On the EVK1100 board, the CPU (UC3A0512) is connected to the PHY via an
> > RMII bus. This requires the CPU clock to be at least 50 MHz.
> > Unfortunately, the chip on current EVK1100 boards may be unable to run
> > at more than 50 MHz, and with the oscil
Dear Ben Warren,
In message <4980cc59.1070...@gmail.com> you wrote:
>
> > My idea should be to declare a define like this
> >
> > #define PKT_HEADER __attribute__((__packed__))
> >
> > my 2EuroCents.
> >
> > best regards,
> >
> > luigi
> >
> >
> OK, sounds good. Send a patch please.
Hm... and
Hi guys,
I was wondering if some one could give me an hand with OCM for PPC405EP
So my goal is to Access *CFG_BOOTCOUNT_ADDR *value in Linux based on
http://www.denx.de/wiki/view/DULG/UBootBootCountLimit
In u-boot it works fine but ... but how to i talk to this memory range in
linux.
I tried th
Dear Luigi Mantellini,
In message you
wrote:
>
> > I'd focus on fixing your toolchain. Your problem will not be confined to
> > protocol headers.
>
> my toolchain works fine ;)
Except that it adds padding where it doesn't make sense. I think you
want to fix it.
Best regards,
Wolfgang Denk
Hi Wolfgang,
On Wed, 2009-01-28 at 22:15 +0100, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1233100992-30871-1-git-send-email-pty...@xes-inc.com> you wrote:
> > Changes since v1:
> > - Rebase on top of tree
>
> Are you sure?
>
> > This patch series attempts to clean up how the "usa
Dear Mike Frysinger,
In message <200901281354.18466.vap...@gentoo.org> you wrote:
>
> btw, i find the "CONFIG_CMD_ENV -> saveenv" bindings a bit confusing. any
> qualms with doing a giant sed to convert it to CONFIG_CMD_SAVEENV ?
> sed -i 's:CONFIG_CMD_ENV\>:CONFIG_CMD_SAVEENV:g' \
> includ
Dear Mike Frysinger,
In message <1233168535-16153-1-git-send-email-vap...@gentoo.org> you wrote:
> Since the SPD823TS board does not actually have any writable flash to save
> its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
> disabled.
>
> This fixes the build error:
> common
Luigi Mantellini wrote:
> Dear All
>
> From my point of view, when packing is formally required (ie packets
> headers), the structs should be declared explicitly as __packed__. The
> correctness of the object code should be independent from the compiler
> optimizations and we should always remember
Dear Petri Lehtinen,
In message <1233125286-29550-1-git-send-email-petri.lehti...@inoi.fi> you wrote:
> Signed-off-by: Petri Lehtinen
> ---
>
> I got frustrated while grepping through the sources, trying to find
> the definitions of these functions. Thinking back, the obvious place
> to look in
Dear Peter Tyser,
In message <1233100992-30871-1-git-send-email-pty...@xes-inc.com> you wrote:
> Changes since v1:
> - Rebase on top of tree
Are you sure?
> This patch series attempts to clean up how the "usage" field
> of the cmd_tbl_s structure is used. It does 3 things:
> 1. Adds a cmd_usage
Dear Mark Jackson,
In message <497f1732.6050...@mimc.co.uk> you wrote:
> This patch adds 16bpp BMP support to the common lcd code.
>
> Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
>
> At the moment it's only been tested on the MIMC200 AVR32 board, but extending
> this
Dear Grzegorz,
In message <12331552753467-git-send-email-...@semihalf.com> you wrote:
> This is the InterControl custom device based on the MPC5200B chip.
...
General comment: there is a lot of code which could use a few comments
so the reader has a chance to understand what exactly you are doing
2009/1/28 Ben Warren :
..
> I'd focus on fixing your toolchain. Your problem will not be confined to
> protocol headers.
my toolchain works fine ;)
--
Luigi 'Comio' Mantellini
R&D - Software
Industrie Dial Face S.p.A.
Via Canzo, 4
20068 Peschiera Borromeo (MI), Italy
Tel.: +39 02 5167 2813
Dear All
>From my point of view, when packing is formally required (ie packets
headers), the structs should be declared explicitly as __packed__. The
correctness of the object code should be independent from the compiler
optimizations and we should always remember that the offset of a
struct field
Dear Heiko Schocher,
please chose a better Subject.
In message <4980282a.5010...@denx.de> you wrote:
> + ulong flash_reg[3] = {0};
>
> memory_data[0] = cpu_to_be32 (bd->bi_memstart);
> memory_data[1] = cpu_to_be32 (bd->bi_memsize);
> @@ -184,6 +185,10 @@ void ft_blob_update (voi
This patch updates the default environmental variables for the
Korat PPC 440EPx board, and makes additional minor fixes.
Signed-off-by: Larry Johnson
---
include/configs/korat.h | 84 ---
1 files changed, 50 insertions(+), 34 deletions(-)
diff --git
The new environment variable "korat_usbcf" selects the USB
port used by the Korat board's CompactFlash controller.
Signed-off-by: Larry Johnson
---
board/korat/korat.c | 23 ++-
doc/README.korat| 14 ++
2 files changed, 36 insertions(+), 1 deletions(-)
di
Dear Heiko Schocher,
In message <4980281e.2040...@denx.de> you wrote:
> renaming the "mgsuvd" board port into "km8xx", because there will
> come more similar boards from keymile.
> Compiling the mgsuvd board with "make mgsuvd_config" remains.
>
> Signed-off-by: Heiko Schocher
> ---
> Makefile
Dear Heiko Schocher,
In message <49802808.4050...@denx.de> you wrote:
>
> Signed-off-by: Heiko Schocher
> ---
> include/configs/kmeter1.h |9 +
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
> index d66ba8b.
Wolfgang Denk wrote:
> It fails for me, too, but differently:
>
> -> ./MAKEALL SIMPC8313_LP
> ...Large Page NAND...Configuring for SIMPC8313 board...
> ppc_5xx-ld: NAND bootstrap too big
> ppc_5xx-ld: NAND bootstrap too big
> make[1]: *** [/home/wd/git/u-boot/work/nand_spl/u-boot-spl] Error 1
> ma
Dear Remy Bohmer,
In message <3efb10970901281141p25db7d5ao7e2c2f4c43c1a...@mail.gmail.com> you
wrote:
> The following changes since commit
> 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2:
> Kim Phillips (1):
> mpc83xx: fix undefined reference to `flush_cache' error in
> simpc8313 build
>
>
Dear Mike Frysinger,
In message <1233167355-5901-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2:
> Kim Phillips (1):
> mpc83xx: fix undefined reference to `flush_cache' error in simpc8313
> build
>
> are avai
1 - 100 of 203 matches
Mail list logo