Il lunedì 01 settembre 2008 17:54:08 Robert Schwebel ha scritto:
> On Sat, Aug 30, 2008 at 01:12:31AM +0200, Wolfgang Denk wrote:
> > Or use colors.
> >
> > The next release will then be the Yellow Submarine :)
>
> We've also considered to name toolchain releases after food. So for
> example if gcc
Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote:
> I've plan to cleanup this part during next release.
>
> and redesign console management to simplify it and reduce its code.
>
> I'm currently designing a generic bus/device/driver mecanism that will
> simplify the implementation withou
Hi Ben,
> Hi Detlev,
>
> On Mon, Sep 1, 2008 at 3:48 PM, Detlev Zundel <[EMAIL PROTECTED]> wrote:
>> Hi Ben,
>>
>>> It looks like this one slipped through the cracks. I've looked through
>>> my e-mails and found one from Wolfgang on 6/8 where he said he'd apply
>>> it, so I acked the patch rather
Hi, Victor
Victor Gallardo wrote:
>
> Hi Felix,
>
> Here is my BDI configuration file for Canyonlands.
>
> This one should work for you. This one configures OCM instead DDR.
>
> -Victor Gallardo
>
>
Your configuration works fine, thanks a lot.
Felix.
> -Original Message-
> From: [EM
Use lcd_setmem() to reserve memory for the LCD framebuffer before
relocation.
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
include/asm-avr32/global_data.h |1 +
lib_avr32/board.c |6 ++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/a
Make it possible to enable just one of the two ethernet interfaces on
the ATSTK1000. This is necessary for LCD support since MACB1 conflicts
with the LCD controller.
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
board/atmel/atstk1000/atstk1000.c |8 +++-
include/configs/atstk1
Add the necessary glue and enable LCD support on ATSTK1002 and
ATSTK1006.
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
board/atmel/atstk1000/atstk1000.c | 97 +
include/configs/atstk1002.h | 22
include/configs/atstk1006.h
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
cpu/at32ap/at32ap700x/portmux.c | 14 ++
include/asm-avr32/arch-at32ap700x/chip-features.h |5 +
include/asm-avr32/arch-at32ap700x/clk.h |6 ++
include/asm-avr32/arch-at32ap700x/port
From: Haavard Skinnemoen <[EMAIL PROTECTED]>
This adds mode definitions and initialization code for the on-board
Samsung LTV350QV panel.
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
board/atmel/atstk1000/Makefile |1 +
board/atmel/atstk1000/ltv350qv.c | 157 ++
Quite often, you only want to do a single SPI transfer with chip select
toggling before and after. Add a simple convenience wrapper for this
purpose. For more "advanced" usage, the spi_xfer() function is still
available.
Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
include/spi.h |
The following series adds support for the LCD panel on the ATSTK1000.
To use this, you must first apply both of the following series:
http://lists.denx.de/pipermail/u-boot/2008-September/039826.html
http://lists.denx.de/pipermail/u-boot/2008-September/039833.html
I'm a bit unsure what to do about
If a board has a variable number of flash banks, there are empty entries
in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
"Outside available Flash". This patch skips flash banks with unknown
flash ids.
Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]>
---
net/tftp.c |2
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
board/esd/plu405/u-boot.lds | 14 --
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/board/esd/plu405/u-boot.lds b/board/esd/plu405/u-boot.lds
index d70d379..d52b51a 100644
--- a/board/esd/plu405/u-boot.lds
+++ b/b
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
include/configs/PLU405.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index 0e04691..211d926 100644
--- a/include/configs/PLU405.h
+++ b/include/configs/PLU405.h
@
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
board/esd/plu405/config.mk |3 +--
include/configs/PLU405.h |6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/board/esd/plu405/config.mk b/board/esd/plu405/config.mk
index 25b2105..0fb4efa 100644
--- a/board/es
This patch
- wraps some long lines
- removes unused/obsolete functions: misc_init_f() and initdram()
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
board/esd/plu405/plu405.c | 58
1 files changed, 21 insertions(+), 37 deletions(-)
diff --git
This patch enables the PCI-OHCI controller on PLU405 board.
Also the default CPU frequency is updated to 266 MHz and
command line editing is enabled.
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
include/configs/PLU405.h | 20
1 files changed, 16 insertions(+), 4 d
Wrap long lines etc.
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
include/configs/PLU405.h | 162 ++---
1 files changed, 79 insertions(+), 83 deletions(-)
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index 4d302ef..38c495e 100
"Eirik Aanonsen" <[EMAIL PROTECTED]> wrote:
> I would prefer more testing over user/developer compability.
Yes. I don't feel good about merging something which no boards use by
default.
> But if you resize the partition for u-boot be sure to resize to 256k and
> not 192k, since this would cause a
>The following series adds support for the LCD panel on the ATSTK1000.
>To use this, you must first apply both of the following series:
>
>http://lists.denx.de/pipermail/u-boot/2008-September/039826.html
>http://lists.denx.de/pipermail/u-boot/2008-September/039833.html
>
>I'm a bit unsure what to d
Hi Haavard,
> If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
> otherwise we don't. WTF?
>
> Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
> ---
> drivers/video/atmel_lcdfb.c |5 +
> 1 files changed, 1 insertions(+), 4 deletions(-)
>
> diff --git a/drivers
>> I would prefer more testing over user/developer compability.
>Yes. I don't feel good about merging something which no boards use by
>default.
>> But if you resize the partition for u-boot be sure to resize to 256k
>and
>> not 192k, since this would cause a lot more problems than needed for
>us
>
Detlev Zundel <[EMAIL PROTECTED]> wrote:
> What about
>
> value |= panel_info.vl_sync & (ATMEL_LCDC_INVLINE_INVERTED |
> ATMEL_LCDC_INVFRAME_INVERTED);
>
> [break lines where convenient] Apart from this being the formal
> equivalent to the original code, this would make it more clear what
"Eirik Aanonsen" <[EMAIL PROTECTED]> wrote:
> >I'm talking about changing the partitioning specifically on ATSTK1000.
> >Other boards can do whatever they want. But it may be a good idea to
> >reserve 256k anyway since it becomes less likely that we'll have to do
> >the same thing all over again in
Hi All,
We have a board with 2 ethernet ports: one on the macb and the other on a
dm9000-chip. Got them both working under linux but the dm9000 doesn't get a
MAC-address assigned now. I would like to give the dm9000 its MAC-address in
U-Boot via a environment-variable. Because I'm new to U-Boot, I
From: Matthias Fuchs <[EMAIL PROTECTED]>
- remove PCI code
- add command line editing
- minor cleanup
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
include/configs/VOM405.h | 52 --
1 files changed, 9 insertions(+), 43 deletions(-)
diff --gi
From: Matthias Fuchs <[EMAIL PROTECTED]>
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
board/esd/vom405/u-boot.lds | 12
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/board/esd/vom405/u-boot.lds b/board/esd/vom405/u-boot.lds
index 21547ac..5d07e44 100644
-
From: Matthias Fuchs <[EMAIL PROTECTED]>
This patch removed the obsolete initdram() function from
VOM405 platform file.
Some minor cleanup.
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
board/esd/vom405/vom405.c | 25 -
1 files changed, 0 insertions(+), 25 dele
From: Matthias Fuchs <[EMAIL PROTECTED]>
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
include/configs/VOM405.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h
index ec6f205..43404fc 100644
--- a/include/configs
"Frank v/d Schoot" <[EMAIL PROTECTED]> wrote:
> We have a board with 2 ethernet ports: one on the macb and the other on a
> dm9000-chip. Got them both working under linux but the dm9000 doesn't get a
> MAC-address assigned now. I would like to give the dm9000 its MAC-address in
> U-Boot via a envir
This patch removes initdram() and testdram() from most esd 405 platforms.
Some boards also have an empty dummy implementation of
misc_init_f(). This is also removed.
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
board/esd/apc405/apc405.c | 10 --
board/esd/ash405/ash405.c
This patch prevents linker error on AT91RM9200 boards, if
CONFIG_CMD_I2_TREE is set.
It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
Signed-off-by: Jens Scharsig <[EMAIL PROTECTED]>
---
diff --git a/cpu/arm920t/at91rm9200/i2c.c b/cpu/arm920t/at91rm9200/i2c.c
index 826ce
Hi,
Haavard Skinnemoen wrote:
> "Frank v/d Schoot" <[EMAIL PROTECTED]> wrote:
>
>> We have a board with 2 ethernet ports: one on the macb and the other on a
>> dm9000-chip. Got them both working under linux but the dm9000 doesn't get a
>> MAC-address assigned now. I would like to give the dm9000
[Re-adding mailing list to Cc]
"Frank van der Schoot" <[EMAIL PROTECTED]> wrote:
> Well after some more investigation: the macb-driver is creating an
> eth_device-structure and this structure is initialised in
> macb_eth_initialize() and then registered with eth_register(). So this
> gives it some
On Sun, 31 Aug 2008, Wolfgang Denk wrote:
> Dear Guennadi Liakhovetski,
>
> In message <[EMAIL PROTECTED]> you wrote:
> > What follows is a patch series to support NAND environment under Linux,
> > including bad blocks. In principle, this is just one logical change, but
> > it is a big one... S
Add support for environment in NAND with automatic NOR / NAND recognition,
including unaligned environment, bad-block skipping, redundant environment
copy.
Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]>
---
This is now a single patch. No union any more, instead a struct with
pointers
Hi Ben,
OK. You are correct. I will update this area and resubmit.
-Victor Gallardo
-Original Message-
From: Ben Warren [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 30, 2008 9:34 AM
To: Victor Gallardo
Cc: u-boot@lists.denx.de
Subject: Re: [U-Boot] [PATCH 1/1] ppc4xx: Add support f
On Tue, Sep 02, 2008 at 09:37:04AM +0200, Luigi 'Comio' Mantellini wrote:
> good idea... but I would like to clarify that we (italians) don't eat
> Spaghetti with Bolognese but we prefer to use Tagliatelle or Tortellini or
> Ravioli pasta, and the Sugo Bolognese's ingredients are:
> - Onion
>
ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]>
---
Remove duplicate code in a if/else block in
cpu/arm926ejs/davinci/dp83848.c.
cpu/arm926ejs/davinci/dp83848.c | 27 +++
1 files changed, 7 inser
(as needed to support old 2.4 Linux kernel based releases)
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
tools/env/fw_env.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index b8bca91..e4fc02d 100644
--- a/tools/env/fw_en
Hi all,
What is the recommended way to update u-boot parameter (such as
network IP) from linux? In the past, I just updated the parameter
sector in the flash by calculating the check sum and wrote the new
data to the flash directly from linux application. This works ok if
u-boot is not updated.
Hi,
I'm developing a custom board based on the AT91RM9200dk. In u-boot prompt,
every time a enter a network command such as tftp or ping I get a message
like this:
"MAC: error during MII initialization"
Although the command actually seems to work I was a little concerned.
After taking a look
Hi Brian,
Brian S. Park wrote:
> Hi all,
> What is the recommended way to update u-boot parameter (such as
> network IP) from linux? In the past, I just updated the parameter
> sector in the flash by calculating the check sum and wrote the new
> data to the flash directly from linux application
Dear Guennadi Liakhovetski,
In message <[EMAIL PROTECTED]> you wrote:
> Add support for environment in NAND with automatic NOR / NAND recognition,
> including unaligned environment, bad-block skipping, redundant environment
> copy.
>
> Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]>
>
On Sat, 2008-08-30 at 11:22 +0200, Stefan Roese wrote:
> > I used
> > Evolution on Linux to send the patch using the instructions given in
> > Documentation/email-clients in Linux kernel tree. I have problems using git
> > send-email because we send emails using the Exchange server.
>
> OK, then
On Tue, 2 Sep 2008, Wolfgang Denk wrote:
> > + /* Offset inside a block */
> > + block_seek = offset - blockstart;
> ...
> > + /* Limit to one block for the first read */
>
> Why?
Because this is on NAND, there we have to perform all IO block at a time.
> > +
> > + /*
>
From: Grzegorz Bernacki <[EMAIL PROTECTED]>
Offset of NFC register has changed in rev 2 of SoC.
U-Boot passes information about it in property of nfc node.
Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]>
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
board/ads5121/ads5121.c | 33 +
On Tue, 2008-09-02 at 14:09 +0200, Haavard Skinnemoen wrote:
> Right. I was thinking maybe we could extend the boot protocol to pass
> partitioning information from u-boot to the kernel -- that should make
> it possible to run the same kernel on boards with different flash
> layout as long as the
On Tue, 2 Sep 2008, Wolfgang Denk wrote:
> > + /*
> > +* If we are reading, we don't need the flag and the crc any
> > +* more, if we are writing, we will set them before writing out
> > +*/
>
> Note that this is a serious impairment compared to the
> Just make sure to select "preformat" instead of "normal"
> before you "insert" -> text file" on your patch.
Thanks. I will try that next time I post any patch.
Regards,
Prodyut Hazarika
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx
Dear Guennadi Liakhovetski,
In message <[EMAIL PROTECTED]> you wrote:
>
> If you were first setting the flag to "invalid, write in progress", then
> wrote the environment, then reset the flag to "valid, write completed
> successfully", then yes, writing per one write would be essentially
> diff
Hi,
Any update on this patch. I even checked Linux Source for this define & way
back in Linux 2.6.11, same kind of patch was applied.
More info @
http://www.linuxhq.com/kernel/v2.6/11/include/asm-arm/arch-omap/hardware.h
TIA
Regards
Gururaja
___
U-B
Hello,
I'm planning to make a port on a ARM926EJ-S based board. What is the
recommended way: take release or GIT version as a base ?
Thanks.
--
Roman Mashak
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
> From: "Roman Mashak" <[EMAIL PROTECTED]>
> Subject: [U-Boot] U-Boot version for a new port
> I'm planning to make a port on a ARM926EJ-S based board. What is the
> recommended way: take release or GIT version as a base ?
Depends on what processor you are using, atmel at91sam9 series or omap
Hi,
- CONFIG_INIT_CRITICAL is deprecated
- remove all references to CONFIG_INIT_CRITICAL for ARM based boards
- replace by CONFIG_SKIP_LOWLEVEL_INIT
Signed-off-by: Gururaja Hebbar <[EMAIL PROTECTED]>
---
cpu/arm946es/start.S|6 +++---
cpu/arm_intcm/start.S |2 +-
i
Hi,
2008/9/2 Gururaja Hebbar K R <[EMAIL PROTECTED]>:
> Depends on what processor you are using, atmel at91sam9 series or omap
> or ti davinci
It's LG's system-on-chip, consisting of main CPU (ARM926EJ-S based),
running at 216MHz, mpeg2/mpeg4/audio decoding engines, LCD interface,
UART. On-chip R
Roman Mashak wrote:
> Hello,
>
> I'm planning to make a port on a ARM926EJ-S based board. What is the
> recommended way: take release or GIT version as a base ?
> Thanks.
Definitely work off the GIT tip of the tree.
The current window for changes is (almost) closed: there will be a
period of st
Hello,
2008/9/2 Jerry Van Baren <[EMAIL PROTECTED]>:
[skip]
I didn't work with 'git' before, mainly subversion and CVS -- need
time to master up this tool. Is it correct to issue
git clone git://www.denx.de/git/u-boot.git u-boot/
in order to obtain local copy of the current sources ?
> The cu
Hi Nobuhiro Iwamatsu,
Now I'm porting USB on board T-Engine(SH7727)
- My configure following :
#define CONFIG_CMD_USB
#define CONFIG_USB_OHCI_NEW 1
#define CONFIG_USB_STORAGE 1
#define CFG_USB_OHCI_REGS_BASE 0x04000400
#define CFG_USB_OHCI_SLOT_NAME "s3c2400"
#define CFG_USB_OHCI_MAX_RO
Roman Mashak wrote:
> Hello,
>
> 2008/9/2 Jerry Van Baren <[EMAIL PROTECTED]>:
>
> [skip]
>
> I didn't work with 'git' before, mainly subversion and CVS -- need
> time to master up this tool. Is it correct to issue
>
> git clone git://www.denx.de/git/u-boot.git u-boot/
>
> in order to obtain local
Jochen Friedrich wrote:
> If a board has a variable number of flash banks, there are empty entries
> in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
> "Outside available Flash". This patch skips flash banks with unknown
> flash ids.
>
> Signed-off-by: Jochen Friedrich <[EMAIL
Wolfgang,
The following changes since commit e99e9575bbeba1b7c48e046547cae065ec0071de:
Wolfgang Denk (1):
Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
Andy Fleming (6):
tsec: Move tsec.h
Dear Roman,
In message <[EMAIL PROTECTED]> you wrote:
>
> I didn't work with 'git' before, mainly subversion and CVS -- need
> time to master up this tool. Is it correct to issue
>
> git clone git://www.denx.de/git/u-boot.git u-boot/
Yes.
> > The current window for changes is (almost) closed:
Dear Ben,
In message <[EMAIL PROTECTED]> you wrote:
>
> > git clone git://www.denx.de/git/u-boot.git u-boot/
> >
> > in order to obtain local copy of the current sources ?
> >
> >
> git clone git://git.denx.de/u-boot.git u-boot
>
> I seem to vaguely remember a message that this one is more gua
This patch adds GPCS, SGMII and M88E1112 PHY support
for the AMCC PPC460GT/EX processors.
Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]>
---
cpu/ppc4xx/4xx_enet.c | 162 -
cpu/ppc4xx/miiphy.c | 41 -
include/ppc4xx_enet.h |3
65 matches
Mail list logo