Hi, Wolfgang
Could you help to consider this patch?
Thanks.
Roy
> -Original Message-
> From: Zang Roy-R61911
> Sent: Friday, January 21, 2011 11:30 AM
> To: u-boot@lists.denx.de
> Cc: Zang Roy-R61911
> Subject: [PATCH v2] Net: Add Intel E1000 82574L PCIe card support
>
> Add Intel E1000 82
Wolfgang Denk wrote:
> Dear Luca Ceresoli,
>
> In message<4da0c56d.7030...@comelit.it> you wrote:
...
> Observations:
>> a. arch/arm/cpu/armv7/omap3/mem.c computes a value for those variables based
>> on config-values in the config file (see gpmc_init(), bottom half):
> Note that arch/arm/c
Dear Andreas Bießmann:
> Signed-off-by: Andreas Bießmann
> ---
> changes since v1:
> - only rename definitions to ATMEL_BASE_xx schema in this patch
> - rename of memeory-map.h -> hardweare.h is required before
>
> arch/avr32/cpu/at32ap700x/sm.h|4 +-
> arch/avr32/cpu/h
Dear Andreas Bießmann:
> Signed-off-by: Andreas Bießmann
> ---
> changes since v1:
> - only rename in this patch and fixup includes in respective includes
> - use 'format-patch -C'
>
> arch/avr32/cpu/at32ap700x/clk.c|2 +-
> arch/avr32/cpu/at32ap700x/portmux.c
I wrote,
> These are all the reworks on the ATMEL parts done by me so far.
> They are now officially posted as patches for commenting.
> They are the patches found in u-boot-atmel so far, with minor
> whitespace and long line fixes complained about by checkpatch.
>
> The following files are affect
The omap24xx driver only seems to support devices that have a single subaddress
byte. With these types of devices, the first access in a bus transaction is
usually a write (writes the subaddress) followed by either a read or write to
access the devices registers.
Many such devices will respond to
Dear Jens Scharsig,
> Dear Reinhard Meyer
>> Dear Andreas Bießmann,
>>> Dear Jens Scharsig,
>>>
>>> Am 18.12.2010 um 13:30 schrieb Jens Scharsig:
>>>
* use start/end label for initialization tables instead of fix values
Signed-off-by: Jens Scharsig
>>>
>>> Acked-by: Andreas Bießmann
Prafulla Wadaskar wrote:
>
>> -Original Message-
>> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com]
>> Sent: Friday, April 08, 2011 6:18 PM
>> To: u-boot@lists.denx.de
>> Cc: holger.bru...@keymile.com; h...@denx.de; Valentin Longchamp; Wolfgang
>> Denk; Detlev Zundel; Praf
Dear Jens Scharsig,
> * remove __attribute__ ((packed)) to prevent byte access
> to soc registers in some gcc version
>
> Signed-off-by: Jens Scharsig
> ---
Applied to u-boot-atmel/next.
Thanks,
Reinhard
___
U-Boot mailing list
U-Boot@lists.denx.d
Prafulla Wadaskar wrote:
>
>> -Original Message-
>> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>> On Behalf Of Valentin Longchamp
>> Sent: Friday, April 08, 2011 6:23 PM
>> To: u-boot@lists.denx.de
>> Cc: h...@denx.de; holger.bru...@keymile.com
>> Subject: Re:
Dear Jason Liu,
In message you wrote:
>
> >>> --- a/drivers/mmc/fsl_esdhc.c
> >>> +++ b/drivers/mmc/fsl_esdhc.c
...
>
> Who will pick up this patch?
It's MMC code, so that would be MMC custodian.
Maybe you should put the responsible custodian on Cc.
Best regards,
Wolfgang Denk
--
DENX Soft
Dear Daniel Gorsulowski,
>>> Check that your AT91Bootstrap loads u-boot to a sane address not at the
>>> very end
>>> of DRAM, and that CONFIG_SYS_TEXT_BASE is exactly the address where
>>> AT91Bootstrap
>>> loads u-boot. (I changed AT91Bootstrap to load u-boot to the very begin
>>> of DRAM
>>> fo
Dear Daniel Gorsulowski,
> Signed-off-by: Daniel Gorsulowski
> ---
> arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c | 55
> +++--
> 1 files changed, 18 insertions(+), 37 deletions(-)
>
Applied to u-boot-atmel/next.
Thanks,
Reinhard
___
Dear Fabio Estevam,
In message <1302491295-11222-1-git-send-email-feste...@gmail.com> you wrote:
> Use the same method of the Linux kernel to print the MX31 silicon version on
> boot.
>
> Tested on a MX31PDK with a 2.0 silicon, where it shows:
>
> CPU: Freescale i.MX31 at 531 MHz
...
> +#defi
Dear Eric Bénard,
> - update to new relocation code
> - switch to boards.cfg
> - get rid of LEGACY (still a little hack in .h to compile)
> - add nand boot configuration
> - boot tested for the following configurations :
> 9260 (64MB RAM & nor boot)
> 9260_nand (64MB RAM & nand boot)
>
Dear Minkyu,
On 1 April 2011 12:52, Minkyu Kang wrote:
> Dear Chander Kashyap,
>
> On 31 March 2011 18:14, Chander Kashyap
> wrote:
> > SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much
> > similar to S5PC210.
> >
> > Signed-off-by: Chander Kashyap
> > Signed-off-by: Tushar
Dear Asen Dimov,
sorry for the late reply.
This patch needs to be rebased on top of u-boot-atmel/next,
also please observe the following comments:
> Signed-off-by: Asen Dimov
> ---
> board/ronetix/pm9g45/pm9g45.c | 15 +++
> include/configs/pm9g45.h |5 +
> 2 files
The following is a series of relative minor x86 patches. Patch 4 (rename
i386 to x86) is far more trivial than it looks :)
In theory they could be submitted as six mutually independent patches, but
the order becomes important due to the rename and they are all 'cleanup'
patches with no significant
CONFIG_ENV_SIZE = CONFIG_ENV_SECT_SIZE = 128kB but CONFIG_SYS_STACK_SIZE
is only 32kB resulting in saveenv causing a stack overflow and crashing
U-Boot. Resolve by reducing CONFIG_ENV_SIZE to 4kB
Also fix up CONFIG_SYS_MALLOC_LEN to correctly use environment sector
size and add some comments to th
By including in the ld script, CONFIG_SYS_MONITOR_LEN (defined
in the boards config file) can be used in lieu of FLASH_SIZE (defined in
the board specific config.mk)
As this is the last remaining entry in the board specific config.mk, this
file can now be removed
Signed-off-by: Graeme Russ
---
Partial linking allows weak functions to be overridden in files containing
only one function. Moving the sc520 override of reset_cpu gets rid of an
ugly #ifdef
Signed-off-by: Graeme Russ
---
arch/x86/cpu/sc520/Makefile |1 +
arch/x86/cpu/sc520/sc520.c | 10 -
arch/x86/cp
Signed-off-by: Graeme Russ
---
MAKEALL|4 ++--
Makefile |4 ++--
README |2 +-
arch/{i386 => x86}/config.mk |0
arch/{i386 => x86
The README files are totally out-of-date to the point where they do more
harm than good
Signed-off-by: Graeme Russ
---
MAINTAINERS|4 +-
doc/README-x86 | 74
doc/TODO-i386 | 29 --
3 files changed, 2 insert
Signed-off-by: Heiko Schocher
---
drivers/mtd/cfi_flash.c | 13 +++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
index 5788328..7617e0e 100644
--- a/drivers/mtd/cfi_flash.c
+++ b/drivers/mtd/cfi_flash.c
@@ -1202,8 +1
Make the copyright notices in the x86 files consistent and update them with
proper attributions for recent updates
Also fix a few comment style/accuracy and whitespace/blank line issues
Signed-off-by: Graeme Russ
---
arch/i386/cpu/cpu.c | 31 +++
arch/i386/cp
Hi Reinhard,
On 11/04/2011 12:51, Reinhard Meyer wrote:
>> +/* to be removed once maemory-map.h is fixed */
>
> That would be "memory-map.h".
> However memory-map.h does not exist anymore.
>
.../...
>
> Please no "1" anymore for just defines, unless the value 1 is really used as
> a value.
>
.../
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
> Sent: Thursday, April 07, 2011 12:48 PM
> To: u-boot@lists.denx.de
> Cc: Prafulla Wadaskar; Clint Adams
> Subject: Re: [U-Boot] [PATCH 2/2] Initialize second PHY on OpenRD-Client
> and OpenRD-Ultimate.
>
> Le 0
Hi Heiko,
could you please add an "flinfo" example, with and without this patch? So that
we can better see, which problem is fixed. And which device this is needed
for/tested on?
Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich
tested on the a4m072 board with a S29GL512P flash.
flinfo without this patch
Bank # 1: CFI conformant flash (16 x 16) Size: 32 MB in 256 Sectors
AMD Standard command set, Manufacturer ID: 0x01, Device ID: 0x227E
Erase timeout: 16384 ms, write timeout: 2 ms
Buffer write timeout: 5 ms, buffer
Hi Prafulle,
Le 11/04/2011 14:03, Prafulla Wadaskar a écrit :
board/Marvell/openrd_base/openrd_base.c | 22 ++--
>> --
include/configs/openrd_base.h | 14 --
>> Didn't Julian re-post patches that actually separates Base, Client and
>> Ultim
On Sat, Apr 9, 2011 at 2:05 PM, Stefano Babic wrote:
> Signed-off-by: Stefano Babic
> CC: Sandeep Paulraj
> CC: Scott Wood
> [...]
> @@ -143,20 +144,20 @@ int board_init(void)
> irq_init();
> #endif
>
> -#ifdef CONFIG_NAND_DAVINCI
> /*
> * NAND CS setup - cycle counts ba
Dear Ryan Mallon,
> Add support for Bluewater Systems AT91 based Snapper 9260 and 9G20
> single board computer modules. Includes NAND flash and Ethernet
> support.
>
> Signed-off-by: Ryan Mallon
> ---
> Patches apply against the rework101229 branch of
> git://git.denx.de/u-boot-atmel.git.
>
> B
Hi All,
As a bit of a lark, I ran the following shell command:
grep -r -h -o -G "#define CONFIG.*" * | \
sed 's/#define[ \t]*//' | \
sed 's/^\([A-Za-z0-9_]*\).*/\1/' | \
sort -u > README.configuration.options
I then ran the result through the following script into
README.configuration.options.co
This patch fixes some issues with JFFS2 summary support in U-Boot.
1/ Bug fix for summary support: we need to get the latest DIRENT.
2/ Avoid allocate too big memory if the biggest file in JFFS2 is too
long. We only allocate one node size for pL->readbuf.
3/ Free memory space if we fail to scan the
This patch make the JFFS2 scanning faster in U-Boot.
1). if we find 1KB 0xFF data from the beginning of the erase block,skip it.
2). if the 1KB data is 0xFF after the cleanmarker, ship this erase block.
For the 16MB nor flash, the scanning time is changed from about 9s to 1s.
Signed-off-by: Leo L
Hi Stefano,
Thanks for sharing this patch -- I have been using the "-O 2048" (VID
header offset) option to prevent subpages here.
On Sat, Apr 9, 2011 at 2:05 PM, Stefano Babic wrote:
> The NAND controller does not support subpage accessing. This is
> not used at all for MLC NAND, but it is set f
Hi Shinya,
I have some minor additions
2011/4/9 Shinya Kuribayashi :
> Fix style issues and alignments globally. No logical changes.
> - Replace C comments with AS line comments where possible
> - Use ifndef where possible, rather than if !defined for simplicity
> - An instruction executed in a
Hi
Am 19.01.2011 12:03, schrieb Matthias Weisser:
> When an elf section is already at the right position (e.g. after image
> decompression by bootm) there is no need to copy it. This saves some ms
> when bootig an elf image.
>
> Changes since V1
> - Fixed style issues
>
> Signed-off-by: Matthi
On Sat, 9 Apr 2011 10:53:34 -0500
Kumar Gala wrote:
>
> On Apr 5, 2011, at 2:39 PM, Matthew McClintock wrote:
>
> > Change variables to const to reduce code size, these values are
> > hardcoded via defines anyways so we might as well assume they
> > are constants
> >
> > Signed-off-by: Matthew
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net]
> Sent: Monday, April 11, 2011 6:15 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Clint Adams; Julian Pidancet
> Subject: Re: [U-Boot] [PATCH 2/2] Initialize second PHY on OpenRD-Client
> and OpenRD-Ul
On Sat, Apr 2, 2011 at 10:19 AM, John Rigby wrote:
> Add support for ST-Ericsson U8500 SoC and HREF platform
>
> John Rigby (2):
> armv7: Add ST-Ericsson u8500 arch
> armv7: Add support for ST-Ericsson U8500 href platform
>
> Michael Brandt (1):
> I2C: add driver of st-ericsson u8500 i2c
>
> Ra
Dear John Rigby,
In message <1301761196-26072-2-git-send-email-john.ri...@linaro.org> you wrote:
> From: Rabin Vincent
>
> empty fifo on init
> program receive line control register on u8500
>
> Signed-off-by: Rabin Vincent
> ---
> v2: no changes
>
> drivers/serial/serial_pl01x.c | 10
Dear John Rigby,
In message <1300826419-18632-3-git-send-email-john.ri...@linaro.org> you wrote:
> From: Rabin Vincent
>
> Signed-off-by: Rabin Vincent
> Signed-off-by: Mathieu Poirier
> Signed-off-by: John Rigby
...
> +void arm_pl180_mmci_init(void);
NAK.
Please move all prototype declara
Dear John Rigby,
In message <1301761196-26072-5-git-send-email-john.ri...@linaro.org> you wrote:
> Based on ST-Ericsson private git repo.
> Plus changes to use arm_pl180_mmci driver.
>
> This board support requires the vexpress mmc driver patch set from
> Matt Waddel.
All these comments are not
Dear Graeme Russ,
sorry for the delay.
In message you
wrote:
>
> My point was that everything can be piped through panic()
Yes, it can. But I don't think that makes sense.
> > Can you please show me a specific case where you would use such
> > different arguments to panic() in the existing c
On Tue, Apr 05, 2011 at 02:39:34PM -0500, Matthew McClintock wrote:
> Change variables to const to reduce code size, these values are
> hardcoded via defines anyways so we might as well assume they
> are constants
>
> Signed-off-by: Matthew McClintock
> cc: Scott Wood
> ---
> With this change we
On Wed, Apr 06, 2011 at 04:01:52PM -0400, Alex Waterman wrote:
> Sorry, I screwed up the settings in Thunderbird, hopefully I fixed the
> white space/name issues now.
>
> About the patch not applying, I used git format-patch and git apply to
> test the stuff locally, was that wrong?
>
> Here is
Objective: Skip an area in memory commands
Example use case: Skip over embedded environment when updating U-Boot
In case of an embedded environment, a complete U-Boot binary consists of
two code sections and an environment block in between. In an update flow
tftp/erase/cp/cmp conveniently using t
Dear Mike Frysinger,
In message <1294644014-7560-2-git-send-email-vap...@gentoo.org> you wrote:
> These functions largely do the same exact thing, so unify them all
> into one basic function.
>
> Signed-off-by: Mike Frysinger
> ---
> drivers/mtd/spi/spi_flash.c | 67 --
Dear Mike Frysinger,
In message <1294644014-7560-3-git-send-email-vap...@gentoo.org> you wrote:
> All of the spi flash drivers implement the status register polling for
> detecting the device ready state, so unify them all in a new helper
> function -- spi_flash_wait_ready.
>
> Signed-off-by: Mik
Dear Mike Frysinger,
In message <1294644014-7560-4-git-send-email-vap...@gentoo.org> you wrote:
> Signed-off-by: Mike Frysinger
> ---
> drivers/mtd/spi/eon.c| 55 ++---
> drivers/mtd/spi/macronix.c | 60 ++--
> dri
Dear Mike Frysinger,
In message <1294644014-7560-5-git-send-email-vap...@gentoo.org> you wrote:
> Signed-off-by: Mike Frysinger
> ---
> drivers/mtd/spi/atmel.c | 18 +-
> drivers/mtd/spi/eon.c| 22 +-
> drivers/mtd/spi/macronix.c
Dear Lei Wen,
In message <1294654875-6414-1-git-send-email-lei...@marvell.com> you wrote:
> For uImage always has a 64 bytes header, we couldn't expect to do
> the xip from the header but should xip from the image start.
>
> The latter logic in that section is also move the image from image_start
Dear Nobuhiro Iwamatsu,
In message <1294747652-12603-1-git-send-email-iwama...@nigauri.org> you wrote:
> Linker needs to use the proper endian/bfd flags even when doing partial
> linking.
> LDFLAGS_u-boot sets linker option which is called it when U-boot is built
> (u-boot final).
> LDFLAGS sets
On Sat, Apr 09, 2011 at 08:05:35PM +0200, Stefano Babic wrote:
> diff --git a/README b/README
> index 21cd71b..8d664eb 100644
> --- a/README
> +++ b/README
> @@ -2907,6 +2907,10 @@ Low Level (hardware related) configuration options:
> that is executed before the actual U-Boot. E.g. wh
Use the 'video-mode' environment variable (for Freescale chips that have a
DIU display controller) to designate the full video configuration. Previously,
the DIU driver used the 'monitor' variable, and it was used only to determine
the output video port.
The old definition of the "monitor" enviro
Dear Minkyu Kang,
In message you
wrote:
>
> On 11 January 2011 21:22, David M=FCller wrote:
> >
> > This patch brings the VCMA9 port in sync with the latest U-Boot
> > version by doing the following:
...
> If so, you should separate the patch.
You you ask for such changes, could you please al
On Mon, 11 Apr 2011 21:15:43 +0200
Wolfgang Denk wrote:
> Dear Nobuhiro Iwamatsu,
>
> In message <1294747652-12603-1-git-send-email-iwama...@nigauri.org> you wrote:
> > Linker needs to use the proper endian/bfd flags even when doing partial
> > linking.
> > LDFLAGS_u-boot sets linker option whi
Dear Ben Gardiner,
In message
you wrote:
> This patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8
> where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all the
> Makefiles except ea20, probably due to merge path of the changes in 2010.12.
>
> Signed-off-
Dear Ben Gardiner,
In message
you wrote:
> This patch fixes ea20 after 8ef583a0351590a91394499eb5ca2ab8a703d959 where
> the u-boot custom PHY_ macros were replaced with those of linux/mii.h MII_
> definitions except in the RMII support for davinci_emac. Probably also due to
> the merge path of
Le 11/04/2011 20:52, Andreas Pretzsch a écrit :
> Objective: Skip an area in memory commands
>
> Example use case: Skip over embedded environment when updating U-Boot
>
> In case of an embedded environment, a complete U-Boot binary consists of
> two code sections and an environment block in between
Am Sonntag, den 03.04.2011, 04:43 -0400 schrieb Mike Frysinger:
> The Blackfin gpio command isn't terribly Blackfin-specific. So generalize
> the few pieces into two new optional helpers:
> name_to_gpio() - turn a string name into a GPIO #
> gpio_status() - display current pin bindings
Am Freitag, den 08.04.2011, 16:24 -0400 schrieb Mike Frysinger:
> this is obsoleted by my recent patch:
> [U-Boot] [PATCH] gpio: generalize for all generic gpio providers
> -mike
ACK. Thanks very much for your work.
--
carpe noctem engineering
Ingenieurbuero fuer Hard- & Software-Entwick
Dear Joakim Tjernlund,
In message <1291642606-4290-1-git-send-email-joakim.tjernl...@transmode.se> you
wrote:
> The -fPIC flag belongs with -mrelocatable, move it there.
> Also change -fPIC to -fpic as this produces smaller
> binaries.
> However, currently -mrelocatable promotes -fpic to -fPIC, a
Dear Joakim Tjernlund,
In message <1291656937-24619-1-git-send-email-joakim.tjernl...@transmode.se>
you wrote:
> -msingle-pic-base is a new gcc option for ppc and
> it reduces the size of my u-boot with 6-8 KB.
> While at it, add -fno-jump-tables too to save a
> few more bytes.
>
> -msingle-pic-
Hi John,
Le 11/04/2011 19:33, John Rigby a écrit :
> On Sat, Apr 2, 2011 at 10:19 AM, John Rigby wrote:
>> Add support for ST-Ericsson U8500 SoC and HREF platform
>>
>> John Rigby (2):
>> armv7: Add ST-Ericsson u8500 arch
>> armv7: Add support for ST-Ericsson U8500 href platform
>>
>> Michae
Dear Thomas Chou,
In message <1295323751-12085-1-git-send-email-tho...@wytron.com.tw> you wrote:
> This patch adds support for OpenCores tiny_spi.
>
> http://opencores.org/project,tiny_spi
>
> Signed-off-by: Thomas Chou
> ---
> for u-boot
> v2, use const and clean up as Mike suggested.
> v3, us
Am Montag, den 11.04.2011, 21:31 +0200 schrieb Albert ARIBAUD:
> Le 11/04/2011 20:52, Andreas Pretzsch a écrit :
> > Objective: Skip an area in memory commands
> >
> > Example use case: Skip over embedded environment when updating U-Boot
> >
> > In case of an embedded environment, a complete U-Boot
Dear Matthias Weisser,
In message <1295435020-14190-1-git-send-email-weiss...@arcor.de> you wrote:
> When an elf section is already at the right position (e.g. after image
> decompression by bootm) there is no need to copy it. This saves some ms
> when bootig an elf image.
>
> Changes since V1
>
Am 11.04.2011 21:59, schrieb Wolfgang Denk:
> Dear Matthias Weisser,
>
> In message <1295435020-14190-1-git-send-email-weiss...@arcor.de> you wrote:
>> > When an elf section is already at the right position (e.g. after image
>> > decompression by bootm) there is no need to copy it. This saves some
Dear Roy Zang,
In message <1295580578-9828-1-git-send-email-tie-fei.z...@freescale.com> you
wrote:
> Add Intel E1000 82574L PCIe card support. Test on MPC8544DS
> and MPC8572 board.
> Add the missing contact information for future support.
>
> Signed-off-by: Roy Zang
> Acked-by: Kumar Gala
> -
Dear Stefano Babic,
In message <4d46c87f.2000...@denx.de> you wrote:
> On 01/24/2011 11:14 AM, Stefano Babic wrote:
> > config.mk in board directory is obsolete and should be removed.
> > The patch allows to get rid of own config.mk adding the imximage.cfg
> > file to the options in the boards.cfg
Dear Macpaul Lin,
In message <1295873267-32570-1-git-send-email-macp...@andestech.com> you wrote:
> Although most IDE controller is designed to be connected to PCI bridge,
> there are still some IDE controller support AHB interface for SoC design.
>
> The driver implementation of these IDE-AHB co
Dear Macpaul Lin,
In message <1295873267-32570-2-git-send-email-macp...@andestech.com> you wrote:
> Faraday's ftide020_s is an IDE-AHB controller for SoC design.
> This patch ported the u-boot driver (PIO) of ftide020 ATA (IDE) driver
> from Linux kernel. IDE commands include read, info, and other
Is there a way to manually trigger an automatic update using a FIT
image, based on the way described in doc/README.update ?
I mean beside setting "updatefile" environment variable, saveenv and
reboot, but trigger it from U-Boot prompt resp. script ?
As far as I can see, update_tftp() is only call
Dear Holger Brunck,
In message <1295945839-1817-1-git-send-email-holger.bru...@keymile.com> you
wrote:
> On first HW versions the BOCO FPGA was behind a MUX device. These
> HW versions are not supported anymore. And therefore this code can
> be removed, it is already unused.
>
> Signed-off-by: H
Dear Holger Brunck,
In message <1295951175-3635-1-git-send-email-holger.bru...@keymile.com> you
wrote:
> From: Andreas Huber
>
> This reads the DIP switch on mgcoge. The DIP switch is connected to
> the BFTICU (0x4089) FPGA. If the DIP switch is set the environment
> variable 'actual_bank'
Dear =?UTF-8?q?Eric=20B=C3=A9nard?=,
In message <1295994684-7431-1-git-send-email-e...@eukrea.com> you wrote:
>
> this board was cancelled long time ago so remove it as it won't
> be maintained anymore
>
> Signed-off-by: Eric Bénard
> ---
> board/mp2usb/Makefile| 50 -
> board/mp2usb
Dear Macpaul Lin,
In message <1296038788-12702-1-git-send-email-macp...@andestech.com> you wrote:
> Faraday ftwdt010 watchdog is an architecture independant
> watchdog. It is usaually used in SoC chip design.
>
> Signed-off-by: Macpaul Lin
> ---
> Change v2:
>Fix the wrong title of ftwdt010
Dear Alex Dubov,
In message <110534.85629...@web37608.mail.mud.yahoo.com> you wrote:
> AMC8548 is a RapidIO development board in AMC form factor, featuring MPC854=
> 8E=0Aprocessor, DDR2 SO-DIMM slot, 16MB of hardwired NAND flash memory, rea=
> l time=0Aclock and additional serial EEPROM on i2c bu
Dear Andreas Pretzsch,
In message <1302551856.13241.146.ca...@ws-apr.office.loc> you wrote:
>
> > > What do you think, worth the effort, acceptable in mainline or
> > > over-engineering ?
> >
> > Over-engineering IMO.
I agree with Albert here.
> > There is a reason why a board defines its envir
Dear Matthias Weisser,
In message <4da360a9.10...@arcor.de> you wrote:
>
> I can't come up with an example where this may produce a problem but who
> knows which exotic hardware is out there which expects that a memcpy
> with identical src and dst addresses is executed exactly in that way.
> But m
Dear Andreas Pretzsch,
In message <1302554333.13241.158.ca...@ws-apr.office.loc> you wrote:
> Is there a way to manually trigger an automatic update using a FIT
> image, based on the way described in doc/README.update ?
Yes, there is.
> I mean beside setting "updatefile" environment variable, sa
Use the same method of the Linux kernel to print the MX31 silicon version on
boot.
Tested on a MX31PDK with a 2.0 silicon, where it shows:
CPU: Freescale i.MX31 at 531 MHz
MX31 silicon rev 2.0
Signed-off-by: Fabio Estevam
---
Changes since v2:
- Use macro instead of defines for IMX_CHIP_REVI
Ben Gardiner wrote:
> "tries to access subpages" is maybe a little too vague; I think Jon
> Povey described the problem quite succinctly:
That's me, I better wake up!
> What's more is that the davinci nand controller could do subpage
> writing if the writing operation were informed of the extents
Dear Wolfgang Denk,
On 12 April 2011 04:24, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> You you ask for such changes, could you please also update the patch
> status in patchwork to "Changes Requested"? Thanks!
>
>
> [This applies to all other custodians as well! Thanks!]
>
> Best regards,
>
>
Use the same method of the Linux kernel to print the MX31 silicon version on
boot.
Tested on a MX31PDK with a 2.0 silicon, where it shows:
CPU: Freescale i.MX31 rev 2.0 at 531 MHz
Signed-off-by: Fabio Estevam
---
Changes since v3:
- Keep consistency with other i.MX processors and print the s
Use the same method of the Linux kernel to print the MX31 silicon version on
boot.
Tested on a MX31PDK with a 2.0 silicon, where it shows:
CPU: Freescale i.MX31 rev 2.0 at 531 MHz
Signed-off-by: Fabio Estevam
---
Changes since v4:
- Get rid of imx_soc_revision.h and its macro
Changes since
Hi Kapil,
On 04/11/2011 12:06 AM, Dev, Kapil wrote:
> Hi I am trying to detect a daughter card chip. From data sheet I was
> able to find the address for that chip. But when I use i2c probe
> command from uboot shell, it is showing me only 4 addresses. And
> these 4 addresses does not contain the
Hi,
I'm having a problem with detecting a network controller in Mistral's
omap3evm board rev G. I've compiled both x-loader and u-boot from the one
included in dvsdk_omap3530-evm_4_01_00_09_setuplinux. Can you please suggest
any idea how I can fix this problem? Thanks in advance.
Regards,
Sung He
On Monday, April 11, 2011 15:34:17 Andreas Pretzsch wrote:
> Am Sonntag, den 03.04.2011, 04:43 -0400 schrieb Mike Frysinger:
> > + return port_base + simple_strtoul(name, NULL, 10);
>
> Remark: Leads to an oom access when exceeding the processor number of
> GPIOs, e.g. PF48 on a BF561. IMHO, no
Hi Wolfgang
2011/4/12 Wolfgang Denk :
> Dear Macpaul Lin,
>
> In message <1296038788-12702-1-git-send-email-macp...@andestech.com> you
> wrote:
>> Faraday ftwdt010 watchdog is an architecture independant
>> watchdog. It is usaually used in SoC chip design.
>>
>> Signed-off-by: Macpaul Lin
>> ---
1. Move header to include/faraday
2. Fix include path in ftwdt010_wdt.c
3. Fix function prototype and declaration to
- ftwdt010_wdt_settimeout
- ftwdt010_wdt_reset
- ftwdt010_wdt_disable
4. Add "#if definde (CONFIG_HW_WATCHDOG)" let user have flexibilty
to choose which better to his product
This patch adds support for OpenCores tiny_spi.
http://opencores.org/project,tiny_spi
Signed-off-by: Thomas Chou
---
for u-boot
v2, use const and clean up as Mike suggested.
v3, use struct instead of base+offset as Wolfgang suggested.
v4, remove volatile in regs def.
drivers/spi/Makefile
Add support for ST-Ericsson U8500 SoC and HREF platform
John Rigby (2):
armv7: Add ST-Ericsson u8500 arch
armv7: Add support for ST-Ericsson U8500 href platform
Michael Brandt (1):
I2C: Add driver for ST-Ericsson U8500 i2c
Rabin Vincent (1):
Serial: p1011: new vendor init options
READM
From: Rabin Vincent
Two new options:
CONFIG_PL011_SERIAL_RLCR
Some vendor versions of PL011 serial ports (e.g. ST-Ericsson U8500)
have separate receive and transmit line control registers. Set
this variable to initialize the extra register.
CONFIG_PL011_SERIAL_FLUSH_ON_INIT
On some platforms
From: Michael Brandt
Signed-off-by: John Rigby
CC: Heiko Schocher
---
v2: Incorporate suggestions from Heiko Schocher
v3: Fix line length problem reported by Heiko Schocher
drivers/i2c/Makefile|1 +
drivers/i2c/u8500_i2c.c | 613 +++
drivers
Based on ST-Ericsson internal git repo.
Signed-off-by: Mathieu Poirier
Signed-off-by: John Rigby
CC: Albert Aribaud
---
v2: cleanup, mostly removal of unused defines
v3: remove prototype from sys_proto.h as suggested by Wolfgang
arch/arm/cpu/armv7/u8500/Makefile | 46 +
arch/a
Minimal platform support to boot linux from SD.
Supported devices/hw limited to external MMC/SD slot,
GPIO, I2C and minimal PRCMU.
Signed-off-by: John Rigby
CC: Albert Aribaud
---
This board support requires mmc driver patch set from Matt Waddel.
v2: cleanup, mostly removal of unused defines an
From: Alex Dubov
AMC8548 is a RapidIO development board in AMC form factor, featuring MPC8548E
processor, DDR2 SO-DIMM slot, 16MB of hardwired NAND flash memory, real time
clock and additional serial EEPROM on i2c bus (enabled). USB controller is
available, but not presently enabled.
Additional
1 - 100 of 118 matches
Mail list logo