[U-Boot] [PATCH 2/2 v2] arm: suen3, suen3_v1, mgcoge2_arm_p1a support

2010-01-26 Thread Heiko Schocher
This patch adds support for the Keymile SUEN3 board variants which are based on the Marvell Kirkwood (88F6281) SoC. All variants uses common code stored in board/keymile/km_arm/km_arm.c mgcoge2_arm_p1a board: This adds support for the ARM part of the mgcoge2. The suen3 target was moved to the corr

[U-Boot] [PATCH 1/2 v2] cramfs: make cramfs usable on non NOR flash

2010-01-26 Thread Heiko Schocher
[PATCH 1/2] cramfs: make cramfs usable without a NOR flash Signed-off-by: Heiko Schocher --- - changes since v1: added comments from Wolfgang Denk: get rid of flash_info_t define in board config (to get this working patch 1/2 is introduced/needed) common/cmd_cramfs.c | 12 +++-

Re: [U-Boot] arm: suen3, suen3_v1, mgcoge2_arm_p1a support

2010-01-26 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <4b459395.2050...@denx.de> you wrote: >> This patch adds support for the Keymile SUEN3 board variants which >> are based on the Marvell Kirkwood (88F6281) SoC. All variants >> uses common code stored in board/keymile/km_arm/km_arm.c >> >> mgcoge2_a

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <4b5f00aa.5080...@denx.de> you wrote: >>>28 03/24 Heiko Schocher i2c: rework multibus/multiadapter >>> functionality >>> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/56416 >> I just need (hopefully only) one more m

Re: [U-Boot] [PATCH] Fix compiler warning in imximage.c due to getline prototype

2010-01-26 Thread Mike Frysinger
On Wednesday 27 January 2010 00:16:45 Kumar Gala wrote: > imximage.c: In function 'imximage_parse_cfg_file': > imximage.c:142: warning: implicit declaration of function 'getline' > > Signed-off-by: Kumar Gala > --- > Not sure if this is how we want to fix this or not. > > - k > > tools/os_supp

[U-Boot] Pull request - mpc85xx

2010-01-26 Thread Kumar Gala
[forgot the cpu disable patches in a branch] The following changes since commit 797312a15edc9dfb433e6903a75189030e7a: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master

[U-Boot] [PATCH] Fix compiler warning in imximage.c due to getline prototype

2010-01-26 Thread Kumar Gala
imximage.c: In function 'imximage_parse_cfg_file': imximage.c:142: warning: implicit declaration of function 'getline' Signed-off-by: Kumar Gala --- Not sure if this is how we want to fix this or not. - k tools/os_support.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff

[U-Boot] [PATCH V4 4/8] Nand mxc_nand add v1.1 controller support

2010-01-26 Thread John Rigby
Add support for version 1.1 of the nfc nand flash controller which is on the i.mx25 soc. Signed-off-by: John Rigby CC: Scott Wood --- drivers/mtd/nand/mxc_nand.c | 617 ++- 1 files changed, 546 insertions(+), 71 deletions(-) diff --git a/drivers/mtd/nan

[U-Boot] [PATCH V4 3/8] Add MX25 support to nand_spl fsl nfc driver

2010-01-26 Thread John Rigby
MX25 has a different version of the fsl_nfc flash controller known as version 1.1. Add support to the nand_spl fsl_nfc driver Versioning differs from mainline mxc kernel driver no consensus yet on if the naming here and in Redboot or the kernel is "correct". Signed-off-by: John Rigby Signed-off

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Mike Frysinger
On Tuesday 26 January 2010 13:53:05 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > 6974 01/21 Mike Frysinger [U-Boot] [PATCH 3/3] > > > asm-arm/unaligned.h: switch to asm-generic/unaligned.h > > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/74116 > > > > > > 6975 01/21 Mike

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Sandeep, In message <0554bef07d437848af01b9c9b5f0bc5d985ee...@dlee01.ent.ti.com> you wrote: > > > Sandeep, could you please comment? > > I have pushed these updates. Thanks. Please send a pull request to Tom when you think you are ready. > These were sent over the holidays and missed me

Re: [U-Boot] [PATCH] NetStar: Disable CONFIG_CMD_JFFS2

2010-01-26 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5d985ee...@dlee01.ent.ti.com> you wrote: > > > > Subject: [PATCH] NetStar: Disable CONFIG_CMD_JFFS2 > > > > Signed-off-by: Ladislav Michl > > > > --- > > include/configs/netstar.h |3 --- > > 1 files changed, 0 insertion

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Paulraj, Sandeep
> Subject: Re: [U-Boot] [STATUS] Patch status update > > Dear Ladislav Michl, > > In message <20100126091238.ga2...@localhost.localdomain> you wrote: > > > > On Mon, Jan 25, 2010 at 11:44:48PM +0100, Wolfgang Denk wrote: > > > 6043 12/30 Ladislav Michl [U-Boot] [PATCH] NetStar: Remove debu

Re: [U-Boot] [PATCH] NetStar: Remove debug junk leaked into eeprom utility

2010-01-26 Thread Paulraj, Sandeep
> Subject: [PATCH] NetStar: Remove debug junk leaked into eeprom utility > > Signed-off-by: Ladislav Michl > > --- > board/netstar/eeprom.c |8 +-- > board/netstar/eeprom_start.S | 190 +++-- > - Pushed to u-boot-ti. Please give a patch descripti

Re: [U-Boot] [PATCH] NetStar: make crcit utility more readable.

2010-01-26 Thread Paulraj, Sandeep
> Subject: [PATCH] NetStar: make crcit utility more readable. > > Signed-off-by: Ladislav Michl > > --- > board/netstar/crcit.c |9 + > 1 files changed, 5 insertions(+), 4 deletions(-) > Pushed to u-boot-ti. Again , since there is no patch description, I copied the patch header

Re: [U-Boot] [PATCH] NetStar: Disable CONFIG_CMD_JFFS2

2010-01-26 Thread Paulraj, Sandeep
> Subject: [PATCH] NetStar: Disable CONFIG_CMD_JFFS2 > > Signed-off-by: Ladislav Michl > > --- > include/configs/netstar.h |3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > Pushed to u-boot-ti. Since there is no patch description, I copied the patch header. __

Re: [U-Boot] imx51 u-boot

2010-01-26 Thread Eric Bénard
Hi Rick, Le 26/01/2010 20:10, Rick Bronson a écrit : >> Do you try the patches I sent to the ML ? And which is the version of >> your processor (TO1, TO2 or TO3) and of the board ? > >Not sure what patches these are or where to find them. Also not > sure what source to apply these patches to.

Re: [U-Boot] [PATCH V3 3/8] Add MX25 support to nand_spl fsl nfc driver

2010-01-26 Thread John Rigby
I'll send updates for both of these tonight. On Tue, Jan 26, 2010 at 1:05 PM, Scott Wood wrote: > On Mon, Jan 25, 2010 at 11:12:53PM -0700, John Rigby wrote: >> MX25 has a different version of the fsl_nfc >> flash controller known as version 1.1. >> >> Add support to the nand_spl fsl_nfc driver >

Re: [U-Boot] [PATCH RFC 0/2] dcache on ARM

2010-01-26 Thread Alessandro Rubini
Hello Nick. > On TI DA830, the 1.0 & 1.1 revision of the silicon have a data caching > bug. You can use data caching, but only in write thru' mode. I see. So instead of both C and B you just need to C bit set in the page table, and no B. I propose to allow an extra option for write-back, leaving

Re: [U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git

2010-01-26 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100126135857.fad74771.kim.phill...@freescale.com> you wrote: > [with the u-boot list on cc this time] > > Dear Wolfgang Denk, > > Please pull a kmeter1 build fix: > > The following changes since commit 2903ad33a71251a3a87485b5b185852c8998f209: > Mike Frysinger

Re: [U-Boot] Please pull u-boot-mpc85xx

2010-01-26 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit 2903ad33a71251a3a87485b5b185852c8998f209: > Mike Frysinger (1): > jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85x

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <9c694fef-d566-4f34-a98b-9b5943d44...@kernel.crashing.org> you wrote: > > >> Already applied: > >> > >> 3491 10/29 Mingkai Hu [U-Boot] [PATCH] ppc/85xx: Clean up > >> mpc8536DS PCI setup code > >>> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/7065

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Nick Thompson, In message <4b5f2056.3090...@ge.com> you wrote: > On 25/01/10 22:44, Wolfgang Denk wrote: > > 5369 12/08 Nick Thompson [U-Boot] [PATCH RFC] NAND: Improve read > > performance from Large Page NAND devices > > http://article.gmane.org/gmane.comp.boot-loaders.

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b5f00aa.5080...@denx.de> you wrote: > > >28 03/24 Heiko Schocher i2c: rework multibus/multiadapter > > functionality > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/56416 > > I just need (hopefully only) one more merge window,

Re: [U-Boot] FW: [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Sandeep, In message <0554bef07d437848af01b9c9b5f0bc5d9856d...@dlee01.ent.ti.com> you wrote: > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/57219 >33 04/18 Jean-Christophe P [U-Boot] [PATCH] omap2420h4: move arch pre > lowlevel init to board > Never seen this

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Kumar Gala
On Jan 25, 2010, at 10:23 PM, Li Yang-R58472 wrote: > {snip} > >> 5438 12/10 Li Yang[U-Boot] [PATCH 1/5] fdt: add >> fdt_del_node_by_path() API >> >> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/72559 >> 5440 12/10 Li Yang[U-Boot] [PATCH 3/5] 85xx: add >>

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Kumar Gala
On Jan 26, 2010, at 1:07 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message you > wrote: >> >> Still need work, review, or updating: > > Thanks. > >> Already applied: >> >> 3491 10/29 Mingkai Hu [U-Boot] [PATCH] ppc/85xx: Clean up mpc8536DS >> PCI setup code >>> http://ar

Re: [U-Boot] [PATCH V3 3/8] Add MX25 support to nand_spl fsl nfc driver

2010-01-26 Thread Scott Wood
On Mon, Jan 25, 2010 at 11:12:53PM -0700, John Rigby wrote: > MX25 has a different version of the fsl_nfc > flash controller known as version 1.1. > > Add support to the nand_spl fsl_nfc driver > keyed off CONFIG_NAND_NFC_V1_1. > > Also add a define CONFIG_NAND_NFC_V1 to the only > existing user

Re: [U-Boot] [PATCH V3 4/8] Nand mxc_nand add v1.1 controller support

2010-01-26 Thread Scott Wood
On Mon, Jan 25, 2010 at 11:12:54PM -0700, John Rigby wrote: > Add support for version 1.1 of the nfc nand flash > controller which is on the i.mx25 soc. > > Signed-off-by: John Rigby > CC: Scott Wood > --- > drivers/mtd/nand/mxc_nand.c | 617 > ++- > 1

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Matthias =?ISO-8859-1?Q?Wei=DFer?=, In message <1264511615.3300.5.ca...@mat-frame> you wrote: > >59 07/08 Matthias Weisser [U-Boot] [PATCH RESEND 1/3] arm: Added > > support for MB86R01 'Jade' SoC > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/63112 > > Can

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Stefan Roese, In message <201001261102.04837...@denx.de> you wrote: > Hi Wolfgang, > > On Monday 25 January 2010 23:44:48 Wolfgang Denk wrote: > >82 08/24 Renato Andreola[U-Boot] PATCH mtd CFI flash: timeout > > calculation underflow if imprecise 1kHz timer: fix > > ht

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Daniel Gorsulowski, In message <4b5eb52c.80...@esd.eu> you wrote: > > > 6827 01/19 Daniel Gorsulowsk [U-Boot] [PATCH] at91: Add esd gmbh OTC570 > > board support > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/73971 > > This is obsoleted by the following patch.

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Ben Warren, In message <4b5eb3a9.3080...@gmail.com> you wrote: > > > 2811 10/19 Shinya Kuribayash [U-Boot] [PATCH] qemu_mips: Fix > > CONFIG_NET_MULTI build warning > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70008 > > > NAK'd OK. > > 3760 11/02 "Seung

[U-Boot] [GIT PULL] Please pull u-boot-mpc83xx.git

2010-01-26 Thread Kim Phillips
[with the u-boot list on cc this time] Dear Wolfgang Denk, Please pull a kmeter1 build fix: The following changes since commit 2903ad33a71251a3a87485b5b185852c8998f209: Mike Frysinger (1): jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE are available in the git repositor

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Kim Phillips
On Mon, 25 Jan 2010 23:44:48 +0100 Wolfgang Denk wrote: > 6917 01/20 Heiko Schocher [U-Boot] 83xx, kmeter1: fix compile error > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/74057 mainline pull request sent. Kim ___ U-Boot

Re: [U-Boot] 83xx, kmeter1: fix compile error

2010-01-26 Thread Kim Phillips
On Wed, 20 Jan 2010 09:05:32 +0100 Heiko Schocher wrote: > - delete double MTDIDS_DEFAULT and MTDPARTS_DEFAULT > defines in board config file. > - add mising CONFIG_KM_UBI_PARTITION_NAME define > > Signed-off-by: Heiko Schocher > --- > include/configs/kmeter1.h |7 ++- > 1 files chan

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Alessandro Rubini, In message <20100126081343.ga7...@morgana.gnudd.com> you wrote: > > > 4940 11/25 Alessandro Rubini [U-Boot] [PATCH V4] Nomadik: fix > > reset_timer() > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/72083 > > This is needed for saveenv to work

Re: [U-Boot] imx51 u-boot

2010-01-26 Thread Rick Bronson
Hi Stefano, > Please send your questions to u-boot ML. It is the right place where we > can exchange experience on u-boot. Okay. > If this is the u-boot you find in the ltib, the command could be > correct. It depends how u-boot is built. > > The MX51 processor reads automatically the SD card

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Ladislav Michl, In message <20100126091238.ga2...@localhost.localdomain> you wrote: > > On Mon, Jan 25, 2010 at 11:44:48PM +0100, Wolfgang Denk wrote: > > 6043 12/30 Ladislav Michl [U-Boot] [PATCH] NetStar: Remove debug junk > > leaked into eeprom utility > > http://artic

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear "Swarthout Edward L-SWARTHOU", In message you wrote: > > > Still need work, review, or updating: > > 9 09/05 "Swarthout Edward [U-Boot] Image.c get_table_entry_name > > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/46596 > > This patch is obsoleted by the "ppc: Enable full

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Anders Darander, In message <2c9a759f1001252324s6a7ee6dbr63df260ff4475...@mail.gmail.com> you wrote: > > Comments on my patches: > > On Mon, Jan 25, 2010 at 23:44, Wolfgang Denk wrote: > > 6492 01/14 Anders Darander[U-Boot] [PATCH] Add bootcount to> AT91 > > http://articl

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Scott Wood
Wolfgang Denk wrote: >> BTW, is there any way from the gmane links to find replies, besides >> scanning the normal archives for the same subject? > > Yes, of course (which is why I prefer the gmane links): just clock on > the link presented in the Subject: line. This will take you to the > threade

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > > Still need work, review, or updating: Thanks. > Already applied: > > 3491 10/29 Mingkai Hu [U-Boot] [PATCH] ppc/85xx: Clean up mpc8536DS > PCI setup code > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70655 > (3491 w

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Wolfgang Wegner, In message <20100125232218.go23...@leila.ping.de> you wrote: > > [...] > > 3449 10/28 Wolfgang Wegner[U-Boot] [PATCH] MCF532x: make > > icache_enable use CONFIG_SYS_SDRAM_SIZE > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70615 > > 3450 10

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Scott Wood, In message <20100125235040.ga21...@loki.buserror.net> you wrote: > On Mon, Jan 25, 2010 at 11:44:48PM +0100, Wolfgang Denk wrote: > > 2432 10/12 Kyungmin Park [U-Boot] [PATCH] Reduce apollon OneNAND IPL > > code > > http://article.gmane.org/gmane.comp.boot-loa

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201001251847.28034.vap...@gentoo.org> you wrote: > ... > these have been merged already Thanks for the confirmation - I still had the USB patches marked as open. > > 6698 01/17 Mike Frysinger [U-Boot] [PATCH 1/1] [rfc] usb: musb: some > > more Blackfin stu

Re: [U-Boot] [PATCH v2] add ability to handle compressed images to imxtract

2010-01-26 Thread Wolfgang Denk
Dear Wolfgang Wegner, In message <1260436281-31824-1-git-send-email-w.weg...@astro-kom.de> you wrote: > imxtract currently can not handle compressed images. This patch adds > handling for bzip2 and zip compression. In both cases, a destination > address has to be specified for extraction. > > Sig

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > > 6862 01/19 Joakim Tjernlund [PATCH 1/4] ppc: Loose GOT access in IRQ > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/74001 > > 6863 01/19 Joakim Tjernlund [PATCH 2/4] ppc: Use r12 instead of r14 as > > GOT poin

Re: [U-Boot] [PATCH 4/4] ppc: Update README about the new GOT ptr.

2010-01-26 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1263908518-31835-4-git-send-email-joakim.tjernl...@transmode.se> you wrote: > r14 is no longer used as non volatile GOT ptr. Instead > the volatile r12 is used so be sure to do GET_GOT in > asm code when you need to access global data. > > Signed-off-by: Joakim

Re: [U-Boot] [PATCH 3/4] ppc: remove -ffixed-r14 gcc option.

2010-01-26 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1263908518-31835-3-git-send-email-joakim.tjernl...@transmode.se> you wrote: > This is no loger needed, free up r14 for general usage. > > Signed-off-by: Joakim Tjernlund > --- > cpu/74xx_7xx/config.mk |2 +- > cpu/mpc512x/config.mk |2 +- > cpu/mpc5x

Re: [U-Boot] [PATCH 1/4] ppc: Loose GOT access in IRQ

2010-01-26 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1263908518-31835-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > Using the GOT in IRQ handlers requires r14 to be -ffixed-r14. > Avoid this by relocatate transfer_to_handler too. > This will allow to free up r14 later on. > > Signed-off-by: Joakim

Re: [U-Boot] [PATCH RFC 0/2] dcache on ARM

2010-01-26 Thread Armando VISCONTI
> >> I don't see the flush_cache() call inside cmd_bootm.c. >> Don't you think it is necessary before jumping to Linux? >> > > Yes, definitely. Actually, I checked it, but re-checking now I see > I've been tricked by '[id]cache_disable' being grepped successfully in > common/cmd_bootm.c . Howe

Re: [U-Boot] [PATCH RFC 0/2] dcache on ARM

2010-01-26 Thread Alessandro Rubini
> I don't see the flush_cache() call inside cmd_bootm.c. > Don't you think it is necessary before jumping to Linux? Yes, definitely. Actually, I checked it, but re-checking now I see I've been tricked by '[id]cache_disable' being grepped successfully in common/cmd_bootm.c . However, it's inside a

Re: [U-Boot] [PATCH RFC 0/2] dcache on ARM

2010-01-26 Thread Armando VISCONTI
Alessandro, I don't see the flush_cache() call inside cmd_bootm.c. Don't you think it is necessary before jumping to Linux? Or am I missing something? Rgds, Arm Alessandro Rubini wrote: > These patches enable the dcache for ARM9. It's mainly an RFC, as some > details are still to be sorted out,

Re: [U-Boot] [PATCH RFC 0/2] dcache on ARM

2010-01-26 Thread Nick Thompson
On 26/01/10 16:16, Alessandro Rubini wrote: > These patches enable the dcache for ARM9. It's mainly an RFC, as some > details are still to be sorted out, but they work fine (and the speed > increase is noticeable for kernel boots and cp.b -- didn't make more > tests. I'm all for speed increases :

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Nick Thompson
On 25/01/10 22:44, Wolfgang Denk wrote: > 5369 12/08 Nick Thompson [U-Boot] [PATCH RFC] NAND: Improve read > performance from Large Page NAND devices > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/72491 This one is not ready yet, some other drivers need updating. >

Re: [U-Boot] [PATCH RFC] tsec: do not print Speed: if using netconsole

2010-01-26 Thread Peter Tyser
Hi Ed, On Sat, 2010-01-23 at 15:39 -0600, Ed Swarthout wrote: > CONFIG_NETCONSOLE on the p2020ds is functional with the tsec driver. > But the printf in adjust_link() which is called by startup_tsec() > called by tsec_init() in tsec.c is making it impossible to use. > > For example typing 12345 o

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear John, In message <4b73d43f1001251513o16380ef6yaf5e14f17dd4c...@mail.gmail.com> you wrote: > --000e0cd1b36ebb16c2047e055293 > Content-Type: text/plain; charset=ISO-8859-1 > > 6590 01/16 John Rigby [U-Boot] [PATCH-V2 1/9] mxc_serial replace > > platform specific clock > >

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Wolfgang Denk
Dear Albin Tonnerre, In message <20100125230553.ga10...@pc-ran3241.res.insa> you wrote: > > >84 08/26 Albin Tonnerre [U-Boot] [PATCH 1/2] > > drivers/mmc/atmel_mci.c: port to the new CONFIG_GENERIC_MMC API > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/66798 > >

[U-Boot] [PATCH RFC 2/2] arm cp15: setup mmu and enable dcache

2010-01-26 Thread Alessandro Rubini
This has been tested on at91sam9263 and STN8815. Again, I didn't check if it has bad effects on non-arm926 cores. Initially I had a "done" bit to only set up page tables at the beginning. However, since the aligmnent requirement was for the whole object file, this extra integer tool 16kB in BSS, s

[U-Boot] [PATCH RFC 1/2] flush cache for arm926

2010-01-26 Thread Alessandro Rubini
This simple adds the cache flush for arm926. Most likely the same works for other families, like arm920t, but I didn't check as this is currently just an RFC. Signed-off-by: Alessandro Rubini --- lib_arm/cache.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lib_ar

[U-Boot] [PATCH RFC 0/2] dcache on ARM

2010-01-26 Thread Alessandro Rubini
These patches enable the dcache for ARM9. It's mainly an RFC, as some details are still to be sorted out, but they work fine (and the speed increase is noticeable for kernel boots and cp.b -- didn't make more tests. I tested the code on at91sam9263ek and nhk8815. No makeall at this point, as I'm

Re: [U-Boot] [PATCH V4 09/11] ARM/PPC: add a common way to access registers

2010-01-26 Thread Wolfgang Denk
Dear Stefano, could you _please_ provide sufficient "References:" and "In-reply-to:" headers with your messages, so threading is working? You are using git-send-email so this is really simple - just enter the respective message ID when it asks Message-ID to be used as In-Reply-To for the

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > here is a list of e-mail messages / patches, which I have marked as > "open" in my folder. It would we be really helpful if both submitters > and responsible custodians could take a look at these and provide > feedback if these patches are still to be applie

Re: [U-Boot] [PATCH] OMAP3 Move declaration of gpmc_cfg.

2010-01-26 Thread Paulraj, Sandeep
> > Every omap3 board config file declared the global variable gpmc_cfg. > This changes moves the declaration to a better location in the > arch dependent header file cpu.h. > > Signed-off-by: Tom Rix > --- > include/asm-arm/arch-omap3/cpu.h |4 > include/configs/devkit8000.h |

[U-Boot] FW: [STATUS] Patch status update

2010-01-26 Thread Paulraj, Sandeep
Hi everybody, here is a list of e-mail messages / patches, which I have marked as "open" in my folder. It would we be really helpful if both submitters and responsible custodians could take a look at these and provide feedback if these patches are still to be applied, or have been rejected or

[U-Boot] [PATCH V4 10/11] fsl_esdhc: add support for mx51 processor

2010-01-26 Thread Stefano Babic
The esdhc controller in the mx51 processor is quite the same as the one in some powerpc processors (MPC83xx, MPC85xx). This patches adapts the driver to support the arm mx51. Signed-off-by: Stefano Babic --- cpu/arm_cortexa8/mx51/Makefile |2 +- cpu/arm_cortexa8/mx51/speed.c | 38

[U-Boot] [PATCH V4 09/11] ARM/PPC: add a common way to access registers

2010-01-26 Thread Stefano Babic
Some Freescale's processors of different architectures have the same peripherals (eSDHC controller in PowerPC and i.MX51). This patch adds neutral functions to access to the internal registers of the SOCs that can be used by both architectures. Signed-off-by: Stefano Babic --- include/asm-arm/io

Re: [U-Boot] [PATCH] Overo GPMC registers

2010-01-26 Thread Paulraj, Sandeep
> > Use appropriate GPMC timings for the LAN9221 controller on the > Gumstix Overo expansion boards not the values in arch-omap3/mem.h > which are for a different ethernet controller. > > Signed-off-by: Scott Ellis jumpnowtek.com> > --- > board/overo/overo.c | 14 +++--- > board/ove

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Matthias Weißer
>59 07/08 Matthias Weisser [U-Boot] [PATCH RESEND 1/3] arm: Added > support for MB86R01 'Jade' SoC > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/63112 Can be dropped. I will come up with a new version of this patch set. > 6384 01/12 Matthias Weisser [U-Boot] [

[U-Boot] [PATCH] ppc4xx: Fix compilation error on ML2 board

2010-01-26 Thread Stefan Roese
Recently this compilation error occurs: Configuring for ML2 board... traps.c: In function 'MachineCheckException': traps.c:159: error: 'debugger_exception_handler' undeclared (first use in this function) traps.c:159: error: (Each undeclared identifier is reported only once traps.c:159: err

Re: [U-Boot] Enabling ARM DCache (and MMU setup) in U-Boot

2010-01-26 Thread A. Geisreiter
Hi Drasko, I have now the same problem. You have posted, that you have finished you're work successfully, but I can't find a patch. Is it possible to get the source for enable MMU and dcache? Thanks, Andreas ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Stefan Roese
Hi Wolfgang, On Monday 25 January 2010 23:44:48 Wolfgang Denk wrote: >82 08/24 Renato Andreola[U-Boot] PATCH mtd CFI flash: timeout > calculation underflow if imprecise 1kHz timer: fix > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/0 Patch still needs some rework

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Daniel Gorsulowski
Hello Wolfgang, Wolfgang Denk wrote: > > Hi everybody, > > here is a list of e-mail messages / patches, which I have marked as > "open" in my folder. It would we be really helpful if both submitters > and responsible custodians could take a look at these and provide > feedback if these patches

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Ben Warren
Hi Wolfgang, Wolfgang Denk wrote: > Hi everybody, > > here is a list of e-mail messages / patches, which I have marked as > "open" in my folder. It would we be really helpful if both submitters > and responsible custodians could take a look at these and provide > feedback if these patches are sti

Re: [U-Boot] [PATCH V3 09/11] ARM/PPC: add a common way to access registers

2010-01-26 Thread Stefano Babic
Wolfgang Denk wrote: >> +/* Clear and set bits in one shot. These macros can be used to clear and >> + * set multiple bits in a register using a single call. These macros can >> + * also be used to set a multiple-bit bit pattern using a mask, by >> + * specifying the mask in the 'clear' parameter

[U-Boot] typo ([STATUS] Patch status update)

2010-01-26 Thread Alessandro Rubini
[damn, I re-read it over and over before sending] > There is one minor delay about lcd_setfgcolor/lcd_setbgcolor that ^ > was sorted out by Anatolij on Dec 12 ("lcd: remove CONFIG_ATMEL_LCD > ifdefs from lcd_setfgcolor"). It was a minor __detail__. No delay issues her

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Alessandro Rubini
> 4051 11/06 Alessandro Rubini [U-Boot] [PATCH V3] Nomadik: fix reset_timer() > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/71200 Superseded by V4 below. > 4940 11/25 Alessandro Rubini [U-Boot] [PATCH V4] Nomadik: fix reset_timer() > http://article.gman

Re: [U-Boot] [STATUS] Patch status update

2010-01-26 Thread Ladislav Michl
Hi Wolfgang, On Mon, Jan 25, 2010 at 11:44:48PM +0100, Wolfgang Denk wrote: > 6043 12/30 Ladislav Michl [U-Boot] [PATCH] NetStar: Remove debug junk > leaked into eeprom utility > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/73165 > 6044 12/30 Ladislav Michl [U-