Dear Aneesh V,
Am 30.06.2011 um 08:12 schrieb Aneesh V:
> Hi Heiko,
>
> On Thursday 30 June 2011 11:31 AM, Heiko Schocher wrote:
>> Hello Aneesh,
>>
>> Aneesh V wrote:
>>> Signed-off-by: Aneesh V
>>> ---
>>> arch/arm/cpu/armv7/omap-common/Makefile |9 ++--
>>> arch/arm/cpu/armv7/omap-commo
On 06/29/2011 08:37 PM, Matthias Weisser wrote:
> Hi Stefano
Hi Matthias,
>> There is an explicit rule in arch/arm/cpu/arm1136/mx35/Makefile. It
>> seems to me the right place to put the generated file. It is an include
>> header, and it should be the include directory for the desired soc, in
>>
Hello Aneesh,
Aneesh V wrote:
> On Thursday 30 June 2011 11:31 AM, Heiko Schocher wrote:
>> Hello Aneesh,
>>
>> Aneesh V wrote:
>>> Signed-off-by: Aneesh V
>>> ---
>>> arch/arm/cpu/armv7/omap-common/Makefile |9 ++--
>>> arch/arm/cpu/armv7/omap-common/spl.c| 56
>>> +++
Hi,
> Hmm, I actually porting a dm368 based board with nand_spl support
> (patches following soon), and there I have an empty bss section,
> so I can direct copy the u-boot image from nand to ram in board_init_f().
This is what I'am doing with OMAP3 also. IMHO it would be more
readable if relocat
l am a Staff of Hang Seng Bank HongKong, I do not know if we can work
together in transferring $19,500,000.USD from my bank to your bank
account. Finally if you are interested I shall provide you with more
details. Email: mrsong.l...@w.cn
___
U-Boot maili
Dear Andreas Bießmann,
> The grasshopper board is a neat avr32 evaluation kit produced by In-Circuit
> GmbH.
> ...
> +struct mmu_vm_range mmu_vmr_table[CONFIG_SYS_NR_VM_REGIONS] = {
> +{
> +.virt_pgno = CONFIG_SYS_FLASH_BASE >> PAGE_SHIFT,
> +.nr_pages = CONFIG_SYS_FLASH_SIZE
Dear Andreas Bießmann,
> This patch removes the board implemenatation for flash driver which can now
> safely switched to the common cfi driver.
>
> Compile tested for all atstk100x boards, runtime tested on atstk1002.
>
> Signed-off-by: Andreas Bießmann
> ---
> board/atmel/atstk1000/Makefile |
Dear Andreas Bießmann,
> This series is an RFC for atmel/next!
>
> It should replace the current at91rm9200_usart driver by the common
> atmel_usart
> driver. This is tested on at91rm9200ek, there are patches included for the two
> other arm920t/at91 boards currently supported by u-boot.
> Jens,
Dear Andreas Bießmann,
> This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
>
> Signed-off-by: Andreas Bießmann
> CC: Jens Scharsig
> CC: e...@eukrea.com
> ---
> changes since v1:
> - fix typo in commit message
>
> arch/arm/include/asm/arch-at91/at91rm9200.h |2 +-
> 1 files chan
Dear e...@bus-elektronik.de,
> * Fix compiler error for cpu at91sam9, if lowlevel init is enabled
> * use correct ATMEL_ name scheme to define ATMEL_BASE_SDRAMC
>
> Signed-off-by: Jens Scharsig
> ---
> arch/arm/include/asm/arch-at91/at91sam9_sdramc.h |2 +-
> 1 files changed, 1 insertions(+),
Dear Albert,
The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
Matthias Weisser (1):
arm: Update jadecpu board
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
Andreas Bießmann (1):
atstk100x: switch to common cfi dr
Dear Andreas,
thanks for the input!
> well, deactivating caches make the process much slower. I recommend
> don't disabeling it!
Sure, this was for debugging puposes - just forgot to undo. will change
> BTW, this patch also add preloader_console_init() to s_init() .. please
> honor this in commi
Hi Albert,
please pull from u-boot-imx.
The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
arm: Update jadecpu board (2011-06-29 20:25:06 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
Fabio Estevam (5):
MX5: Make
On i.MX27, the asm-offsets.h file is not yet generated as it should be.
Signed-off-by: Stefano Babic
CC: Matthias Weisser
---
arch/arm/cpu/arm926ejs/mx27/Makefile | 13 +++
arch/arm/cpu/arm926ejs/mx27/asm-offsets.c| 45 ++
arch/arm/include/asm/arch-mx
On i.MX5, the asm-offsets.h file is not yet generated as it should be.
Signed-off-by: Stefano Babic
CC: Matthias Weisser
---
arch/arm/cpu/armv7/mx5/Makefile | 13 +
arch/arm/cpu/armv7/mx5/asm-offsets.c| 76 +++
arch/arm/include/asm/arch-mx5/as
Am 2011-06-30 10:54, schrieb Reinhard Meyer:
>
> PS: for better readability of Submitter it would be nice
> to have real names with the e-Mail address ;)
Dear Reinhard Meyer,
sorry about this. I used a different computer than usual to create this
patch.
Best regards
Jens Scharsig
_
zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash and
an optional NAND flash. Some additons to imx25 SoC are made to fully support
the hardware on the board.
Matthias Weisser (5):
imx: Add get_tbclk() function for imx25
imx: Use correct imx25 reset.c
imx: Add suppor
Need this function for autoboot keyd
Signed-off-by: Matthias Weisser
---
arch/arm/cpu/arm926ejs/mx25/timer.c | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx25/timer.c
b/arch/arm/cpu/arm926ejs/mx25/timer.c
index 14f0c2d..7c8a71b 1006
Adding support for USB host on imx25 using the internal PHY
Signed-off-by: Matthias Weisser
---
drivers/usb/host/ehci-mxc.c | 28 ++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c
index 6af35ab
zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash, an
optional NAND flash.
Signed-off-by: Matthias Weisser
---
MAINTAINERS|1 +
board/syteco/zmx25/Makefile| 51 +
board/syteco/zmx25/lowlevel_init.S | 136 +++
imx25 used the wrong reset.c from imx27
Signed-off-by: Matthias Weisser
---
arch/arm/cpu/arm926ejs/mx25/Makefile | 19 +++
1 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/mx25/Makefile
b/arch/arm/cpu/arm926ejs/mx25/Makefile
index 38d7f03.
Offsets to registers may be needed in asm code. This patch adds automated
generation of these offsets form C structures.
Signed-off-by: Matthias Weisser
---
arch/arm/cpu/arm926ejs/mx25/asm-offsets.c | 60 +
arch/arm/include/asm/arch-mx25/imx-regs.h | 39 ++
The grasshopper board is a neat avr32 evaluation kit produced by In-Circuit
GmbH.
See http://www.ic-board.de/product_info.php?info=p75_ICnova-AP7000-Base.html
for detailed information about this device.
Signed-off-by: Andreas Bießmann
---
changes since v1:
- use vim: set noet ts=8 for 80 char pe
On Thursday 30 June 2011 01:51 PM, Simon Schwarz wrote:
> Hi,
>
>> Hmm, I actually porting a dm368 based board with nand_spl support
>> (patches following soon), and there I have an empty bss section,
>> so I can direct copy the u-boot image from nand to ram in board_init_f().
>
> This is what I'am
Dear Mike Frysinger,
In message <201106291930.48377.vap...@gentoo.org> you wrote:
>
> On Wednesday, June 29, 2011 17:21:46 Wolfgang Denk wrote:
> > Please stick to the rules. These apply to everbody, including you.
> > Even more so to you, as you have the experience and knowledge so that
> > you
Hi List,
for my bachelor thesis I will implement a direct Linux boot from U-Boot SPL.
My current plan is to utilize do_bootm_[OS].
Simplest solution is to direct boot Linux/other OS and just boot
u-boot when a key is pressed. In addition i will also have some tests
(header check/CRC) - if they fa
Dear Stefano Babic,
In message <1309426950-20987-2-git-send-email-sba...@denx.de> you wrote:
> On i.MX27, the asm-offsets.h file is not yet generated as it should be.
>
> Signed-off-by: Stefano Babic
> CC: Matthias Weisser
> ---
> arch/arm/cpu/arm926ejs/mx27/Makefile | 13 +++
>
Dear Stefano Babic,
In message <1309426950-20987-1-git-send-email-sba...@denx.de> you wrote:
> On i.MX5, the asm-offsets.h file is not yet generated as it should be.
>
> Signed-off-by: Stefano Babic
> CC: Matthias Weisser
> ---
> arch/arm/cpu/armv7/mx5/Makefile | 13 +
> arch
On Tuesday 28 June 2011 07:44 PM, simonschwarz...@googlemail.com wrote:
> Deactivates caching in SPL. Add call to preloader_console_init for early
> console output.
>
> Signed-off-by: Simon Schwarz
> --
>
> diff --git a/arch/arm/cpu/armv7/omap3/board.c
> b/arch/arm/cpu/armv7/omap3/board.c
> index
Dear Matthias Weisser,
In message <1309427865-17531-6-git-send-email-weiss...@arcor.de> you wrote:
> zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash,
> an
> optional NAND flash.
>
> Signed-off-by: Matthias Weisser
> ---
> MAINTAINERS|1 +
Dear Matthias Weisser,
In message <1309427865-17531-3-git-send-email-weiss...@arcor.de> you wrote:
> imx25 used the wrong reset.c from imx27
>
> Signed-off-by: Matthias Weisser
> ---
> arch/arm/cpu/arm926ejs/mx25/Makefile | 19 +++
> 1 files changed, 15 insertions(+), 4 deleti
Dear Matthias Weisser,
In message <1309427865-17531-3-git-send-email-weiss...@arcor.de> you wrote:
> imx25 used the wrong reset.c from imx27
>
> Signed-off-by: Matthias Weisser
> ---
> arch/arm/cpu/arm926ejs/mx25/Makefile | 19 +++
> 1 files changed, 15 insertions(+), 4 deleti
Hi Prafulla,
Le 30/06/2011 10:06, Prafulla Wadaskar a écrit :
>
>
>> -Original Message-
>> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>> On Behalf Of Albert ARIBAUD
>> Sent: Thursday, June 30, 2011 12:08 AM
>> To: u-boot@lists.denx.de
>> Subject: Re: [U-Boot]
Dear Andreas,
> You also set some special ECC handling in this patch, please honour this
> in your commit message!
will do.
>> +
>> +/**
>> + * nand_read_buf16 - [DEFAULT] read chip data into buffer
>> + * @mtd: MTD device structure
>> + * @buf: buffer to store date
>> + * @len: number o
Hi Simon,
Le 30/06/2011 10:21, Simon Schwarz a écrit :
> Hi,
>
>> Hmm, I actually porting a dm368 based board with nand_spl support
>> (patches following soon), and there I have an empty bss section,
>> so I can direct copy the u-boot image from nand to ram in board_init_f().
>
> This is what I'am
Hi Aneesh,
On Thu, Jun 30, 2011 at 7:12 AM, Aneesh V wrote:
> On Thursday 30 June 2011 12:22 AM, Mike Frysinger wrote:
>>
>> On Wednesday, June 29, 2011 09:09:21 Aneesh V wrote:
>>>
>>> -$(obj)%.s: %.S
>>> +$(obj)%.s: $(src)%.S
>
> I too didn't understand why that was done. But I noticed
This seems to be an extension of the work I did for OMAP4. So, I shall
respond for the code I had added.
On Wednesday 29 June 2011 01:57 PM, Andreas Bießmann wrote:
> Dear Simon Schwarz,
[snip ..]
>> +#ifdef CONFIG_PRELOADER
>> +/* If in Preloader don't use interrupts...*/
>> +_undefined_instruc
Wolfgang,
Le 30/06/2011 08:24, Albert ARIBAUD a écrit :
> Wolfgang,
>
> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
>
> Prepare v2011.06 (2011-06-27 22:22:42 +0200)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-arm.git master
Pleas
Hi again Wolfgang,
This pull request obsoletes and replaces the one made earlier today.
The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
Prepare v2011.06 (2011-06-27 22:22:42 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
On Thursday 30 June 2011 04:39 PM, Albert ARIBAUD wrote:
> Hi Simon,
>
> Le 30/06/2011 10:21, Simon Schwarz a écrit :
>> Hi,
>>
>>> Hmm, I actually porting a dm368 based board with nand_spl support
>>> (patches following soon), and there I have an empty bss section,
>>> so I can direct copy the u-b
Hello Wolfgang
Am 30.06.2011 12:49, schrieb Wolfgang Denk:
>> +$(OBJS) : $(TOPDIR)/include/asm/arch/asm-offsets.h
>> +
>> #
>>
>> # defines $(obj).depend target
>> @@ -44,3 +44,14 @@ include $(SRCTREE)/rules.mk
>> sinclu
Hi Stefano,
Le 30/06/2011 11:38, Stefano Babic a écrit :
> Hi Albert,
>
> please pull from u-boot-imx.
>
> The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
>
>arm: Update jadecpu board (2011-06-29 20:25:06 +0200)
>
> are available in the git repository at:
>git:
Hi Reinhard,
Le 30/06/2011 11:06, Reinhard Meyer a écrit :
> Dear Albert,
>
> The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
>Matthias Weisser (1):
> arm: Update jadecpu board
>
> are available in the git repository at:
>
>git://git.denx.de/u-boot-atm
Hello Wolfgang
Am 30.06.2011 12:46, schrieb Wolfgang Denk:
>> +
>> +$(TOPDIR)/include/asm/arch/asm-offsets.h:
>> $(TOPDIR)/include/autoconf.mk.dep \
>> +./asm-offsets.s
>> +@echo Generating $@
>> +$(TOPDIR)/tools/scripts/make-asm-offsets ./asm-offsets.s $@
>> +
>> +asm-offsets.s:
Hello Simon,
Simon Schwarz wrote:
> for my bachelor thesis I will implement a direct Linux boot from U-Boot SPL.
> My current plan is to utilize do_bootm_[OS].
>
> Simplest solution is to direct boot Linux/other OS and just boot
> u-boot when a key is pressed. In addition i will also have some te
Hi Rob,
Le 28/06/2011 17:39, Rob Herring a écrit :
> From: Rob Herring
>
> This series enables non-PCI AHCI controllers and adds support for Calxeda
> Highbank platform which uses the AHCI changes.
>
> Changes from v3:
> - Added Highbank to MAINTAINERS
> - Added back patch to fix CONFIG_SKIP_LOWLE
This patch provides handling of the two way handshake when SEND_OP_COND
(CMD1) is send to mmc card. It is necessary to inform eMMC card if the
host can work with high capacity cards (Jedec JESD84-A441, point 7.4.3).
The extra flag MMC_MODE_HC (high capacity) is added to indicate if the
host is cap
Hi Benoît,
Le 27/06/2011 08:26, Benoit PRIGENT a écrit :
>
>
> Hi,
>
> I try compiling u-boot for Iomega iConnect using these files:
> http://patchwork.openwrt.org/patch/299/
>
> But I got this error:
>
> board.c: In function â__dram_init_banksizeâ:
> board.c:233: error: âCONFIG_SYS_SDRAM_BASEâ un
Hi,
Using external VBUS on the OTG port in host mode, I have set
musb_cfg.extvbus = 1.
However, after a 'usb start', the DRVVBUS bit in OTG_CTRL is always set
to 1 (regardless of the value of musb_cfg.extvbus). Immediately after
boot it is 0. (I ran 'i2c md 0x48 0xa 1'.)
In musb_hcd.c, the
Bill,
> I can start work on the 9G45 update in early July if necessary.
I have been using this board as well. I managed to fix my compilation locally.
The patch I submitted was before a lot of the updates for the over all ARM
stuff went through. I am pretty sure it should still apply though.
Hi Aex,
Le 30/06/2011 14:32, Alex Waterman a écrit :
>
> Bill,
>
>> I can start work on the 9G45 update in early July if necessary.
>
> I have been using this board as well. I managed to fix my compilation
> locally. The patch I submitted was before a lot of the updates for the over
> all ARM st
Mike,
Applied to: git://git.denx.de/u-boot-nios.git 'next'
Thanks,
--Scott
Mike Frysinger wrote:
> I can't build test this, but just looking at the config files written
> and it seems OK ...
>
> Tested-by: Thomas Chou
> Signed-off-by: Mike Frysinger
> ---
> v2
> - rebased onto master
>
Dear Wolfgang,
The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
Wolfgang Denk (1):
Prepare v2011.06
are available in the git repository at:
git://git.denx.de/u-boot-nios.git next
Mike Frysinger (1):
nios2: move generic config to boards.cfg
MA
thanks Heiko! That seems like half of the work :)
> - we should define a struct, which contains the 3 values
> offset, size, destination, so we can create a "nand_load_list"
> which can contain n entries, that could be processed in
> a while loop ... so no need for the CONFIG_SYS_BOOT_LINUX
>
Am 30.06.2011 12:44, schrieb Wolfgang Denk:
> Dear Matthias Weisser,
>
> In message<1309427865-17531-6-git-send-email-weiss...@arcor.de> you wrote:
>> zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash,
>> an
>> optional NAND flash.
>>
>> Signed-off-by: Matthias Weisser
>
Hi Helmut,
helmut.rai...@hale.at wrote:
> From: Helmut Raiger
>
> The driver already had the MII functions, but they have not been
> registered using miiphy_register().
>
> Signed-off-by: Helmut Raiger
[...]
I implemented in the past, but never found the time to polish it for
submission. It look
Signed-off-by: Luca Ceresoli
---
This patch is my implementation of the same functionality that Helmut's patch
implements. I'm sending it as a reference for him to look at the error
checking code and possibly merge it into his own patch.
drivers/net/smc911x.c | 41 +
Hi Anton,
> Ack, you're right, I didn't mean to include the printf changes. Sorry about
> that, I will be more careful with the next patches. Would it be best to
> leave this patch as it is or split it up for the next version (if there is
> one)?
IMHO this is a minor issue, so I'm fine with the
Hello,
Your ad here:
http://www.kif-kif.net/an/
Thanks
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Anton,
> On Wed, Jun 29, 2011 at 6:04 AM, Detlev Zundel wrote:
>
>> Hi Anton,
>>
>> > Previously reading or writing zero full sectors (reading the end of
>> > one sector and the beginning of the next for example) was special
>> > cased and involved stack allocating a second sector buffer. Thi
Hello Wolfgang,
>> rules.mk uses the GNU specific sed \w leading to not directly obvious
>> Make / _depend errors in the build process, like circular dependencies
> You should probably mention when such errors result - I have never seen
> any of these.
>
I understand. Logs for what it solves are be
Hello
I have a business to propose to you, my late client left an unclaimed sum with
my bank.
I want you to help me process and receive this fund.
If interested pls contact to me as soonest your convenience at my e-mail:
mrche...@aol.com
Li
___
asm-offsets.h should be auto generated. This patch adds two rules to rules.mk
which makes this possible and removes the rules on imx35.
Signed-off-by: Matthias Weisser
---
arch/arm/cpu/arm1136/mx35/Makefile | 11 ---
rules.mk | 10 ++
2 files changed
On Thu, Jun 30, 2011 at 06:29, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> On Wednesday, June 29, 2011 17:21:46 Wolfgang Denk wrote:
>> > Please stick to the rules. These apply to everbody, including you.
>> > Even more so to you, as you have the experience and knowledge so that
>> > you actua
On Tue, Jun 28, 2011 at 13:38, Mike Frysinger wrote:
> Now that the common spi_flash structure tracks all the info that these
> drivers need, kill off their local state indirection and use just what
> the common code provides.
this patch has been updated since it's original posting, but only to
re
On 06/30/2011 11:57 AM, Matthias Weisser wrote:
> zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash,
> an
> optional NAND flash.
Hi Matthias,
> diff --git a/board/syteco/zmx25/lowlevel_init.S
> b/board/syteco/zmx25/lowlevel_init.S
> new file mode 100644
> index 000
Dear Mike Frysinger,
In message you wrote:
>
> > If you want to do something useful, then apply the original patches,
> > and make sure to reference these properly.
>
> except that they already are the original ones
Then why did you repost them? This is completely stupid, and I never
want to s
On 06/30/2011 11:57 AM, Matthias Weisser wrote:
> Need this function for autoboot keyd
>
Hi Matthias,
> +/*
> + * This function is derived from PowerPC code (timebase clock frequency).
> + * On ARM it returns the number of timer ticks per second.
> + */
> +ulong get_tbclk(void)
> +{
> + ulon
On Wed, Jun 29, 2011 at 17:16, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
>>
>> Prepare v2011.06 (2011-06-27 22:22:42 +0200)
>>
>> are available in the git repository at:
>> git://www.denx.de/git/u-boot-blackfin.g
On Thu, Jun 30, 2011 at 11:38, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> > If you want to do something useful, then apply the original patches,
>> > and make sure to reference these properly.
>>
>> except that they already are the original ones
>
> Then why did you repost them?
i already exp
On Wed, Jun 29, 2011 at 17:23, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
>>
>> Prepare v2011.06 (2011-06-27 22:22:42 +0200)
>>
>> are available in the git repository at:
>> git://www.denx.de/git/u-boot-blackfin.g
On 06/30/2011 11:57 AM, Matthias Weisser wrote:
> Adding support for USB host on imx25 using the internal PHY
>
> Signed-off-by: Matthias Weisser
> ---
Hi Matthias,
> +#ifdef CONFIG_MX25
> +#define MX25_USB_CTRL_IP_PUE_DOWN_BIT(1<<6)
> +#define MX25_USB_CTRL_HSTD_BIT (1<<5
Dear Mike Frysinger,
In message you wrote:
>
> i just went through patchwork and d/l-ed the ones posted there and
> compared to my local tree to come to the conclusion that everything
> has already been posted (which is something i was not sure of when i
> sent things out a few days ago). it was
Dear Mike Frysinger,
In message you wrote:
>
> i sent out the pull request immediately for this tree because your
> latency tends to be high (and if there was any problems with the
> patches, i'd get them fixed and updated the request), and this is how
> i'm used to doing things with linux. the
On Thu, Jun 30, 2011 at 11:49, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> i just went through patchwork and d/l-ed the ones posted there and
>> compared to my local tree to come to the conclusion that everything
>> has already been posted (which is something i was not sure of when i
>> sent th
Add this option to allow boards to override the default read-to-write
turnaround time for better performance.
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |3 +++
arch/powerpc/include/asm/fsl_ddr_sdram.h |3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
di
On Tue, Jun 28, 2011 at 15:36, Mike Frysinger wrote:
> Many of these have been posted already, but some have not. We've pulled
> some updates from the Linux port, added support for multiple serial devs
> at the same time, and random tweaks/improvements all over.
>
> Harald Krapfenbauer (2):
> Bla
* add ATMEL_PMC_UHP define to at91sam9261/63 header
Signed-off-by: Jens Scharsig
---
arch/arm/include/asm/arch-at91/at91sam9261.h |1 +
arch/arm/include/asm/arch-at91/at91sam9263.h |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at91
Enable buffer write for better performance. This platform uses a NOR flash chip
which supports write buffer programming. CFI driver can query the buffer size
and use it to program the flash for best performance.
Signed-off-by: York Sun
---
include/configs/corenet_ds.h |1 +
1 files changed,
Move mac command to board/freescale/common/sys_eeprom.c.
Change the help message to be more helpful. Print argument format.
Fix MAX_NUM_PORTS to comply with v1 NXID format.
Signed-off-by: York Sun
---
board/freescale/common/sys_eeprom.c | 29 -
common/Makefile
This patch set first cleans up all of the checkpatch warnings
and errors in fs/ext2/dev.c and then cleans up the partial sector
access logic in the ext2fs_devread function.
I didn't see a file system or ext2 custodian so I've CC'ed Andy
the custodian for MMC as that seems closest. Please let me k
Fix all checkpatch violations in the low level Ext2 block
device reading code. This is done in preparation for cleaning
up the partial sector access code.
Also replace hard coded function names in printfs with __func__
macro, and correctly indent comments for style consistency
not captured by che
Previously reading zero full sectors (reading the end of one
sector and the beginning of the next for example) was special
cased and involved stack allocating a second sector buffer. This
change uses the same code path for this case as well as when there
are a non-zero number of full sectors to ac
Bill,
On 06/30/2011 02:10 PM, William C. Landolina wrote:
> Alex - If there is anything I can do to help please let me know. I've been
> roughly patching the various builds for a while and really would like to see
> this get back in the mainline.
I will send my patch set in a few moments; jus
Start the process of pushing the at91sam9m10g45ek* boards to
the new builds.cfg configuration style. At the moment just the
generic config is available, add the rest as necessary.
Signed-off-by: Alex Waterman
---
Makefile | 21 -
1 files changed, 0 insertions(+), 21 deletio
Fixes the compile errors in the board specific initializations for
the at91sam9m10g45ek specific files.
Signed-off-by: Alex Waterman
---
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 128 +++
board/atmel/at91sam9m10g45ek/led.c |6 +-
2 files changed, 67
This patch set fixes the at91sam9mg45ek build for my set up. I have
only been able to test this patch on my own NAND booting
at91sam9m10g45ek. Dataflash and norflash are untested. Anyway,
this is a rough approximation of a patch; I would need more input
from people with nor-flash, working at91boot
Move this file to the new ATMEL_BASE_* and ATMEL_ID_* defines.
Also fixed a problem appearing in the ethernet initialization where
the entire board was being reset, not just the ethernet controller.
This at least makes ethernet work on my board if the correct
environment (mac address, ip address,
Some boards use AT91_SLOW_CLOCK and other use
CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs
clock code will return which ever is set.
Signed-off-by: Alex Waterman
---
arch/arm/cpu/arm926ejs/at91/clock.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git
Adds a short busy loop wait to the atmel_usart.c serial_init()
function.
Signed-off-by: Alex Waterman
---
drivers/serial/atmel_usart.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c
index e326b2b..e355706
Add the default generic at91sam9m10g45ek_config target to the new
config system. Not all possible configurations of u-boot for the
at91sam9m10g45ek are included yet. Add them as needed.
Signed-off-by: Alex Waterman
---
boards.cfg |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff -
Moves the at91sam9g45_matrix.h header file to use the new
ATMEL_BASE_MATRIX define.
Signed-off-by: Alex Waterman
---
.../arm/include/asm/arch-at91/at91sam9g45_matrix.h | 84 ++--
1 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at9
Moves to using newer defines and adds possible support for the
second bank of RAM (if so desired).
Also, some coding clean up: removed the needless define to 1s for
defines that just act as flags.
Signed-off-by: Alex Waterman
---
include/configs/at91sam9m10g45ek.h | 188 +--
Hi,
I have the arm/verstilepb compiling and working on qemu (without flash
for now). I don't have the board itself though, and have no intention to
order it... Since it tends to be used as an example for emulation (the
board is supported by qemu) it might be worth to preserve though.
1) Is the
From: Alex Waterman
Adds a short busy loop wait to the atmel_usart.c serial_init()
function.
Signed-off-by: Alex Waterman
---
drivers/serial/atmel_usart.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c
i
From: Alex Waterman
Some boards use AT91_SLOW_CLOCK and other use
CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs
clock code will return which ever is set.
Signed-off-by: Alex Waterman
---
arch/arm/cpu/arm926ejs/at91/clock.c |4
1 files changed, 4 insertions(+), 0 del
From: Alex Waterman
Add the default generic at91sam9m10g45ek_config target to the new
config system. Not all possible configurations of u-boot for the
at91sam9m10g45ek are included yet. Add them as needed.
Signed-off-by: Alex Waterman
---
boards.cfg |1 +
1 files changed, 1 insertions(+),
From: Alex Waterman
Start the process of pushing the at91sam9m10g45ek* boards to
the new builds.cfg configuration style. At the moment just the
generic config is available, add the rest as necessary.
Signed-off-by: Alex Waterman
---
Makefile | 21 -
1 files changed, 0 ins
From: Alex Waterman
This patch set fixes the at91sam9mg45ek build for my set up. I have
only been able to test this patch on my own NAND booting
at91sam9m10g45ek. Dataflash and norflash are untested. Anyway,
this is a rough approximation of a patch; I would need more input
from people with nor-f
From: Alex Waterman
Move this file to the new ATMEL_BASE_* and ATMEL_ID_* defines.
Also fixed a problem appearing in the ethernet initialization where
the entire board was being reset, not just the ethernet controller.
This at least makes ethernet work on my board if the correct
environment (mac
1 - 100 of 134 matches
Mail list logo