Hi,
on current u-boot-arm/master, I get this error for _ALL_ ARM9 boards
(./MAKEALL ARM9 - perhaps even more arches are affected):
common/image.c:141:4: error: ‘IH_TYPE_OMAPIMAGE’ undeclared here (not in
a function)
Can someone look into this?
Best Regards,
Reinhard
___
On 08/01/2011 07:58 PM, Scott Wood wrote:
> On Fri, 29 Jul 2011 18:53:38 +0200
> Simon Schwarz wrote:
>
>> diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
>> index 8b598f6..fcd8b74 100644
>> --- a/drivers/mtd/nand/Makefile
>> +++ b/drivers/mtd/nand/Makefile
>> @@ -26,12 +26,18 @
Hi Wolfgang,
thanks for the help,
I changed url using git, but i still have an issue:
angelo@angel7:~/sysam/amcore/u-boot.git$ git checkout master
M Makefile
A arch/m68k/cpu/mcf530x/Makefile
A arch/m68k/cpu/mcf530x/config.mk
A arch/m68k/cpu/mcf530x/cpu.c
A arch/m68k
Dear all:
I have set board_init -->:
gd->bd->bi_arch_number = MACH_TYPE_OMAP3EVM,
and boot into uboot, bdinfo cmmand give me the message as follows:
arch_number = 0x 05FF
it seems everythings is okay. Loading kernel is aslo okay, serial port could
print out compress header information. (I
Hello Alex,
I am interested in seeing this work merged into U-Boot. Will you have
the time to fix the issues pointed out by Reinhard Meyer and post an
updated version, or would you accept if somebody else takes over your
patch set and posts an updated version ?
Thanks,
Thomas
Le Thu, 30 Jun 201
Dear Albert,
> Dear Sandeep,
>
> please pull this directly with the rest of the OMAP SPL patches.
>
> In message <1311004011-9073-13-git-send-email-ane...@ti.com> you wrote:
> > From: John Rigby
> >
> > - Add mkimage support for OMAP boot image
> > - Add support for OMAP boot image(MLO) generat
Dear Hong Xu,
> > > diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c
> > > index e326b2b..6f9c2de 100644
> > > --- a/drivers/serial/atmel_usart.c
> > > +++ b/drivers/serial/atmel_usart.c
> > > @@ -49,17 +49,23 @@ int serial_init(void)
> > > {
> > > atmel_usart3_t *usa
Hi Reinhard,
On 08/02/2011 05:54 PM, Reinhard Meyer wrote:
> Dear Hong Xu,
> > > > diff --git a/drivers/serial/atmel_usart.c
> b/drivers/serial/atmel_usart.c
> > > > index e326b2b..6f9c2de 100644
> > > > --- a/drivers/serial/atmel_usart.c
> > > > +++ b/drivers/serial/atmel_usart.c
> > > > @@
Dear Hong Xu,
> Fix at91sam9261_matrix.h according to the new scheme.
>
> Signed-off-by: Hong Xu
> ---
> .../arm/include/asm/arch-at91/at91sam9261_matrix.h | 77
> +---
> 1 files changed, 36 insertions(+), 41 deletions(-)
Applied to u-boot-atmel/master. Thanks. Reinhard
_
Dear Remy Bohmer, dear Wolfgang,
>
> 2011/7/18 Wolfgang Denk :
> > Signed-off-by: Wolfgang Denk
> > Cc: Stelian Pop
> > Cc: Sedji Gaouaou
> > ---
> > MAINTAINERS |2 -
> > MAKEALL |2 -
> > Makefile
Dear Hong Xu,
> Fix board part of AT91SAM9261-EK according to the new scheme
>
> Signed-off-by: Hong Xu
> ---
> Makefile | 23 -
> board/atmel/at91sam9261ek/at91sam9261ek.c | 136
> +++--
> board/atmel/at91sam9261ek/config.mk
Before reset dbgu transmitter, we just wait TXEMPTY to drain the
transmitter register(Just in case). If not doing this, we may sometimes
see several weird characters from DBGU.
A short delay is also added to make sure the new serial settings are
settled.
Signed-off-by: Hong Xu
---
Changes since
On Mon, Aug 01, 2011 at 02:09:13PM +, Jason Cooper wrote:
> This driver can be used for kirkwood SoCs by enabling CONFIG_RTC_MV. Tested
> on
> Global Scale Technologies Dreamplug.
>
> Signed-off-by: Jason Cooper
Tested-by: Simon Guinot
> ---
> Changes from v1:
> - renamed files to
Hi Reinhard,
Le 02/08/2011 11:08, Reinhard Meyer a écrit :
> Dear Albert,
>> Dear Sandeep,
>>
>> please pull this directly with the rest of the OMAP SPL patches.
>>
>> In message<1311004011-9073-13-git-send-email-ane...@ti.com> you wrote:
>>> From: John Rigby
>>>
>>> - Add mkimage support for OMA
Dear Hong Xu,
> Rework for AT91SAM9263 SoC, makes it build again.
> Based on the work for AT91SAM9260-EK.
>
> Signed-off-by: Hong Xu
> ---
> arch/arm/cpu/arm926ejs/at91/lowlevel_init.S|2 +-
> arch/arm/cpu/arm926ejs/at91/timer.c| 13 ++
> arch/arm/include/asm/arch-a
Dear Hong Xu,
> Rework for AT91SAM9263-EK, makes it build again.
> Based on the work for AT91SAM9260-EK.
>
> Signed-off-by: Hong Xu
> ---
> Makefile | 19 ---
> board/atmel/at91sam9263ek/at91sam9263ek.c | 56 ---
> board/atmel/at91sam9263e
Dear Albert,
> Le 02/08/2011 11:08, Reinhard Meyer a écrit :
> > Dear Albert,
> >> Dear Sandeep,
> >>
> >> please pull this directly with the rest of the OMAP SPL patches.
> >>
> >> In message<1311004011-9073-13-git-send-email-ane...@ti.com> you wrote:
> >>> From: John Rigby
> >>>
> >>> - Add mkim
Hi Aneesh,
>> diff --git a/arch/arm/cpu/armv7/omap-common/spl.c
>> b/arch/arm/cpu/armv7/omap-common/spl.c
>> index d177652..7ec5c7c 100644
>> --- a/arch/arm/cpu/armv7/omap-common/spl.c
>> +++ b/arch/arm/cpu/armv7/omap-common/spl.c
>> @@ -26,6 +26,7 @@
>> #include
>> #include
>> #include
>> +#incl
Hi Simon,
On Tuesday 02 August 2011 05:33 PM, Simon Schwarz wrote:
> Hi Aneesh,
>
>
>>> diff --git a/arch/arm/cpu/armv7/omap-common/spl.c
>>> b/arch/arm/cpu/armv7/omap-common/spl.c
>>> index d177652..7ec5c7c 100644
>>> --- a/arch/arm/cpu/armv7/omap-common/spl.c
>>> +++ b/arch/arm/cpu/armv7/omap-c
How are you?
I am Marine Maysun International ltd ofChina, our company isspecialized in
manufacturing LED lighting products. If you interest in our products LED
lighting, you can visit our website:
http://www.maysungroup.com
And now I offer a product: LED Tube
Length:600mm,900mm,1200mm,1
Dear Hong Xu,
> Before reset dbgu transmitter, we just wait TXEMPTY to drain the
> transmitter register(Just in case). If not doing this, we may sometimes
> see several weird characters from DBGU.
>
> A short delay is also added to make sure the new serial settings are
> settled.
>
> Signed-off-b
Hi Aneesh,
On 08/02/2011 02:18 PM, Aneesh V wrote:
> Hi Simon,
>
> On Tuesday 02 August 2011 05:33 PM, Simon Schwarz wrote:
>> Hi Aneesh,
>>
>>
diff --git a/arch/arm/cpu/armv7/omap-common/spl.c
b/arch/arm/cpu/armv7/omap-common/spl.c
index d177652..7ec5c7c 100644
--- a/arch/arm
./MAKEALL at91
- SUMMARY
Boards compiled: 48
Boards with warnings or errors: 11 ( at91cap9adk meesc meesc_dataflash
pm9261 pm9263 at91sam9263ek at91sam9m10g45ek pm9g45 SBC35_A9G20
TNY_A9260 TNY_A9G20 )
---
Hi Simon,
On Monday 01 August 2011 07:43 PM, Simon Schwarz wrote:
> Hi Aneesh,
>
> On 08/01/2011 02:56 PM, Aneesh V wrote:
>> Hi Simon,
>>
>> On Monday 01 August 2011 04:50 PM, Simon Schwarz wrote:
>>> Hi Aneesh,
>>>
>>> I am working on the OS booting right now and have a bigger change of
>>> your
Hello Aneesh,
Aneesh V wrote:
> Hi Simon,
>
> On Monday 01 August 2011 07:43 PM, Simon Schwarz wrote:
>> Hi Aneesh,
>>
>> On 08/01/2011 02:56 PM, Aneesh V wrote:
>>> Hi Simon,
>>>
>>> On Monday 01 August 2011 04:50 PM, Simon Schwarz wrote:
Hi Aneesh,
I am working on the OS booting
Wolfgang,
On Mon, Aug 01, 2011 at 01:04:27AM +, Jason Cooper wrote:
> If CONFIG_DISPLAY_CPUINFO is enabled on kirkwood SoCs, this will print the
> speeds of the various components.
>
> Signed-off-by: Jason Cooper
> ---
> Changes since v1:
> - optimized macros to remove one-timers
>
Dear Hong Xu,
> Could you please rebase and reissue this patch based onto current master
> (without the timer.c changes)?
Disregard, it still applied quite well.
Now in u-boot-atmel/master.
Thanks,
Reinhard
___
U-Boot mailing list
U-Boot@lists.denx.de
h
Dear Hong Xu,
> > Rework for AT91SAM9263-EK, makes it build again.
> > Based on the work for AT91SAM9260-EK.
> >
> > Signed-off-by: Hong Xu
> > ---
> > Makefile | 19 ---
> > board/atmel/at91sam9263ek/at91sam9263ek.c | 56 ---
> > board/at
Le Tue, 02 Aug 2011 12:37:41 +,
Reinhard Meyer a écrit :
> Configuring for at91sam9m10g45ek board...
For this board there are patches from Alex Waterman, sent on June,
30th. They fix the compilation, and they mostly work (there is an issue
with the Ethernet device, though).
Since Alex hasn'
Dear angelo,
In message <4e37b3e7.60...@gmail.com> you wrote:
>
> angelo@angel7:~/sysam/amcore/u-boot.git$ git checkout master
> M Makefile
> A arch/m68k/cpu/mcf530x/Makefile
> A arch/m68k/cpu/mcf530x/config.mk
> A arch/m68k/cpu/mcf530x/cpu.c
> A arch/m68k/cpu/mcf530
Dear Thomas Petazzoni,
> Le Tue, 02 Aug 2011 12:37:41 +,
> Reinhard Meyer a écrit :
>
> > Configuring for at91sam9m10g45ek board...
>
> For this board there are patches from Alex Waterman, sent on June,
> 30th. They fix the compilation, and they mostly work (there is an issue
> with the Ethe
Dear Aneesh V,
In message <4e37f082.9060...@ti.com> you wrote:
>
> If my suggestion works I would still prefer that. If you want better
> configurability you can always use u-boot! Direct kernel boot from SPL
> is likely to be used in production systems for improved boot-time,
> where it should b
Hi Ajay,
On Fri, Jul 22, 2011 at 12:46:33PM +0530, Ajay Bhargav wrote:
> This patch adds generic GPIO driver framework support for Marvell SoCs.
>
> To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands
> define CONFIG_CMD_GPIO in your board configuration file.
>
> Signed-off-by
> I find it highly irregular that this patch has made it into mainline!
>
> 1. We have had a discussion about that I think the approach in this
> patch is wrong. My concerns have not been addressed yet.
I have seen no such discussion. I saw no comments on this patch, so I
applied it. In an idea w
Hi, Albert,
2011/8/2 Albert ARIBAUD :
> Hi Jason,
>
> Le 01/08/2011 18:33, Jason Liu a écrit :
>
>> Maybe there will be many many duplicated code like this, do you wish that?
>
> I don't think this will or should be duplicated for each ARM board; more
> like suplicated by SoC, or more precisely, b
On Tue, 2 Aug 2011 04:11:25 +
shawn Bai wrote:
> > When flash is enlarged to 4GiB, it repeats throughout the address space.
>
> After flash is enlarged to 4GiB, why will it repeat through the address
> space? the whole 4GiB address space?How does it happen?
It's just how the hardware works
From: Manjunathappa, Prakash
The Spectrum Digital AM18xx EVM contains I2C EEPROM compared
da850/omap-l138 Logic PD EVMs. This information is used to differentiate
the EVMs and is passed to kernel via second byte of ATAG_REVISION.
Signed-off-by: Manjunathappa, Prakash
Signed-off-by: Nagabhushana
From: Nagabhushana Netagunte
As per new cache management framework, if the caches are not used
in u-boot, it needs to be explicitly indicated through macros in
config file. da850 doesnt support I-CACHE, D-CACHE or L2-CACHE
usage in u-boot which is indicated by the following macro definitions,
1.
From: Nagabhushana Netagunte
These are some of the patches which add features like NOR
support and a couple of fixes. Sending them as a series
since some of them have some build dependency.
Manjunathappa, Prakash (2):
da850: add support for Spectrum Digital AM18xx EVM
da850: pass board revis
From: Nagabhushana Netagunte
Add an option to use NOR boot mode in configuration file and
correspanding pin-mux support in board file.
Signed-off-by: Sudhakar Rajashekhara
Signed-off-by: Nagabhushana Netagunte
---
board/davinci/da8xxevm/da850evm.c | 51 +
From: Nagabhushana Netagunte
The AM18xx EVM contains MAC address in I2C EEPROM compared
da850/omap-l138 Logic PD EVM which maintains in SPI flash. So this
patch tries to read MAC address from I2C EEPROM, in failure case reads
from SPI flash assuming board to be da850/omap-l138 Logic PDS EVM.
Sig
From: Nagabhushana Netagunte
Add support for DSP wake-up by default on DA850/OMAP-L138
during board initialization. To prevent DSP from being woken up,
set the environment variable dspwake to 'no'.
Signed-off-by: Sekhar Nori
Signed-off-by: Nagabhushana Netagunte
---
arch/arm/include/asm/arch-
From: Nagabhushana Netagunte
AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for
NOR to work on Rev.3 EVM. When GP0[11] is low,
the SD0 interface will not work, but NOR flash will.
Signed-off-by: Rajashekhara, Sudhakar
Signed-off-by: Nagabhushana Netagunte
---
arch/arm/include/asm/arch-da
From: Nagabhushana Netagunte
add misc_int_r function to read the mac address from SPI flash
if env variable ethaddr is not set.
Signed-off-by: Prakash PM
Signed-off-by: Nagabhushana Netagunte
---
board/davinci/da8xxevm/da850evm.c | 66 +
include/configs/d
From: Nagabhushana Netagunte
Print DDR frequency when u-boot is coming up. Function
is added in hardware.h to find which PLL clock is used.
Signed-off-by: Rajashekhara, Sudhakar
Signed-off-by: Nagabhushana Netagunte
---
arch/arm/include/asm/arch-davinci/hardware.h | 16 ++--
boa
From: Nagabhushana Netagunte
TX and RX channel numbers programmed as '1' during EMAC
teardown initialization is wrong. This patch fixes the
same by setting channel number to '0' which is used by U-boot.
Signed-off-by: Sugumar Natarajan
Signed-off-by: Nagabhushana Netagunte
---
drivers/net/dav
From: Sudhakar Rajashekhara
Modify clk_get() function in cpu file to work for
multiple PLL controllers.
Signed-off-by: Sudhakar Rajashekhara
Signed-off-by: Nagabhushana Netagunte
---
arch/arm/cpu/arm926ejs/davinci/cpu.c | 30 -
arch/arm/include/asm/arch-davin
From: Nagabhushana Netagunte
Modify U-Boot prompt string from "DA850-evm >" to "U-Boot >".
Signed-off-by: Sudhakar Rajashekhara
Signed-off-by: Nagabhushana Netagunte
---
include/configs/da850evm.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/da850e
From: Manjunathappa, Prakash
The AM18xx EVM contains winbond SPI flash instead of ST SPI flash in
comparison with logic PD da850/omap-l138 EVM. So enable configuration
to look for winbond flash.
Signed-off-by: Manjunathappa, Prakash
Signed-off-by: Nagabhushana Netagunte
---
include/configs/da
>
> Sandeep,
>
> Few of your commits will not allow using davinci_emac driver for non-
> davinci family of devices. For example,
This has happened in the kernel also. How is a developer supposed to know which
new devices are in the pipeline.
Infact we recently had a case in the kernel NAND dr
Le 02/08/2011 16:35, Jason Liu a écrit :
> Hi, Albert,
>
> 2011/8/2 Albert ARIBAUD:
>> Hi Jason,
>>
>> Le 01/08/2011 18:33, Jason Liu a écrit :
>>
>>> Maybe there will be many many duplicated code like this, do you wish that?
>>
>> I don't think this will or should be duplicated for each ARM board;
V1 Initial SPL support for OMAP3 was based on the old SPL
V2 Introduced major changes. It is based on the OMAP4-SPL patch by
Aneesh V and the new SPL Framework by Daniel Schwierzeck and Aneesh V
V3 Some small bug fixes and correct placed SOB.
V4 Corrected one bugfix and some style problems
Moves the early UART clock setup setup_clocks_for_console() from
preloader_console_init() to s_init() of OMAP4.
This is done to prepare for OMAP3 integration.
This patch was posted seperatly to the mailinglist but I decidet - since it is
a prereqesit for this patch to add it. Former port to ML:
h
OMAP3 relied on the memory config done by X-loader or Configuration Header. This
has to be reworked for the implementation of a SPL. This patch configures RAM
bank 0 if CONFIG_SPL_BUILD is set. Settings for Micron-RAM used by devkit8000
are added to mem.h
Signed-off-by: Simon Schwarz
---
V1 chang
Add NAND support for the new SPL structure.
Signed-off-by: Simon Schwarz
---
This patch didn't exist before V2!
V2 changes:
ADD Some define-barriers for OMAP3 to only use NAND
ADD nand_load_image() - inits the OMAP gpmc, loads the images - parses the
header
CHG cosmetic
ADD do_reset() im
Adds NAND libarary to SPL.
Signed-off-by: Simon Schwarz
---
V1 changes:
CHG Default to HW ecc in SPL build
ADD nand_read_buf16 function, read buffer
ADD omap_dev_ready function, indicte if chip is ready
V2 changes:
DEL GPMC_WAIT0_PIN_ACTIVE define
CHG omap_dev_ready() renamed to omap_spl_dev_re
Adds power library to the new spl
Signed-off-by: Simon Schwarz
---
Didn't exist before V7
V8 changes:
nothing
---
doc/README.SPL |1 +
spl/Makefile |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/README.SPL b/doc/README.SPL
index ef946ce..2987f43 100644
--- a/
Support for the new spl structure. Using the interface defined by Aneesh V for
OMAP4
Signed-off-by: Simon Schwarz
---
V1 changes:
ADD support for early console output in SPL
V2 changes:
ADD include omap_common.h in board.c
ADD implement new omap common interface omap_boot_device, omap_boot_mode
Add NAND SPL support to the devkit8000 config
Signed-off-by: Simon Schwarz
---
V1 changes:
ADD devkit8000_nand to board.cfg
ADD nand_spl Makefile, llinker script, spl-devkit8000.c
ADD config ecc, SRAM, SPL to board config
ADD CONFIG_SYS_SRAM_START and _SIZE to board config
ADD CONFIG_SYS_SPL_TEXT
Implements the saving of boot params passed by OMAP3 ROM code.
Signed-off-by: Simon Schwarz
---
Didn't exist before V8
---
arch/arm/cpu/armv7/omap-common/spl.c |6 +-
arch/arm/cpu/armv7/omap3/lowlevel_init.S |9 +++--
arch/arm/include/asm/omap_common.h | 10 ++
split-up spl.c into spl.c, spl_mmc.c and spl_nand.c. This avoids problems
with missing defines if some one board does not use mmc or nand. This includes
adding spl_ prefix to some functions which are now public. spl_image_t is now
a public type. Added some of the common functions to omap-common.h
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-2-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> As per new cache management framework, if the caches are not used
> in u-boot, it needs to be explicitly indicated through macros in
> c
On Tue, 2 Aug 2011 17:59:12 +0200
Simon Schwarz wrote:
> V8 changes:
> CHG: Added CONFIG_SPL_NAND_SIMPLE
> DEL nand_spl_read_page is replaced by nand_spl_load_image with size=page size
>
> Transition from V1 to V2 also includes that this patch is now based on
> - the new SPL layout by Aneesh V a
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-4-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> Add an option to use NOR boot mode in configuration file and
> correspanding pin-mux support in board file.
>
> Signed-off-by: Sudhakar
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-6-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> add misc_int_r function to read the mac address from SPI flash
> if env variable ethaddr is not set.
>
> Signed-off-by: Prakash PM
> S
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-6-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> add misc_int_r function to read the mac address from SPI flash
> if env variable ethaddr is not set.
>
> Signed-off-by: Prakash PM
> S
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-7-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> Add support for DSP wake-up by default on DA850/OMAP-L138
> during board initialization. To prevent DSP from being woken up,
> set the e
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-9-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Manjunathappa, Prakash
>
> The Spectrum Digital AM18xx EVM contains I2C EEPROM compared
> da850/omap-l138 Logic PD EVMs. ...
Sorry, I cannot parse this. Please r
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-10-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> The AM18xx EVM contains MAC address in I2C EEPROM compared
> da850/omap-l138 Logic PD EVM which maintains in SPI flash. ...
Sorry, I c
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-12-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for
> NOR to work on Rev.3 EVM. When GP0[11] is low,
> the SD0 interface will not w
Dear nagabhushana.netagu...@ti.com,
In message <1312299792-16415-13-git-send-email-nagabhushana.netagu...@ti.com>
you wrote:
> From: Nagabhushana Netagunte
>
> Print DDR frequency when u-boot is coming up. Function
> is added in hardware.h to find which PLL clock is used.
Please don;t add need
On Mon, 1 Aug 2011 10:13:39 -0500
Kumar Gala wrote:
> On Jul 30, 2011, at 4:50 PM, Wolfgang Denk wrote:
>
> > Fix:
> >
> > tqm834x.c:299: warning: passing argument 1 of 'get_ram_size' discards
> > qualifiers from pointer target type
> >
> > Signed-off-by: Wolfgang Denk
> > Cc: Kim Phillips
>
WD, please pull:
The following changes since commit 33a6b9e90bfd56ed389f37470534eede0773cdd7:
environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined (2011-08-01
15:20:16 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
Wolfgang Denk (1):
Dear Wolfgang,
> Signed-off-by: Wolfgang Denk
> Cc: Stelian Pop
> ---
> MAINTAINERS |1 -
> MAKEALL |1 -
> Makefile | 19 --
> board/atmel/at91sam9263ek/Makefile| 56 -
> boa
Gentile titolare del conto, stiamo aumentando la nostra banca dati ed e-mail
centro account. Cancelliamo tutti account di posta elettronica che non si
applicano per creare spazio per i nuovi account. Per evitare che il tuo account
per stato disattivato, č necessario riconfermare il tuo indirizzo
On Tue, Aug 02, 2011 at 06:06:42PM +0200, Wolfgang Denk wrote:
> Dear nagabhushana.netagu...@ti.com,
>
> In message <1312299792-16415-2-git-send-email-nagabhushana.netagu...@ti.com>
> you wrote:
> > From: Nagabhushana Netagunte
> >
> > As per new cache management framework, if the caches are no
Dear Kim Phillips,
In message <20110802125317.13875095.kim.phill...@freescale.com> you wrote:
> WD, please pull:
>
> The following changes since commit 33a6b9e90bfd56ed389f37470534eede0773cdd7:
>
> environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined (2011-08-01
> 15:20:16 +0200)
>
Dear Shinya Kuribayashi,
In message <4e356f2e.5030...@pobox.com> you wrote:
>
> Please pull the patches from Daniel, which tries to clean up INCA-IP
> dependent code in more generic way, preparing for upcoming new Lantiq
> SoC support. Also consolidate MIPS generic area (cache and README).
>
>
Dear Mike Frysinger,
In message <1310451782-19008-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6:
>
> powerpc/85xx: Add default usb mode and phy type to hwconfig (2011-07-11
> 13:24:21 -0500)
>
> are available in th
Dear Stefan Roese,
In message <201107281919.24234...@denx.de> you wrote:
> Hi Wolfgang,
>
> please pull the following patch:
>
> The following changes since commit 3857f8f5a5a029a2ff403f83e7b9987cfdb09569:
>
> Correct ih_os for u-boot.img (2011-07-28 17:17:36 +0200)
>
> are available in the
This reverts commit c310fc840472a36e4b9d2505830e9dc8d458d63c.
The Atmel custodian had apparently rejected this patch's approach in
another thread, so this patch reverts it for now.
Signed-off-by: Andy Fleming
---
I have pushed this up to my repository, and will submit a pull request if
Reinhard
Dear Macpaul Lin,
In message <1303354299-26484-1-git-send-email-macp...@andestech.com> you wrote:
> Add support of MX25L4005 and MX25L8005 according to the datasheet
> http://www.mct.net/download/macronix/mx25l8005.pdf
>
> This patch has been tested with MX25L4005 and MX25L8005
>
> Signed-off-by
On Mon, Jul 18, 2011 at 03:25:11PM +0200, Holger Brunck wrote:
> From: Stefan Bigler
>
> The new SAMSUNG NAND Flash K9F1G08U0D require a bigger chip_delay.
> The Data Transfer from Cell to Register is >= 35us. Other Vendors
> and older chips normally use >= 25us. To have enough margin 40us
> is s
Dear Mike Frysinger,
In message <1310156976-27426-1-git-send-email-vap...@gentoo.org> you wrote:
> From: Shaohui Xie
>
> Signed-off-by: Shaohui Xie
> Signed-off-by: Mike Frysinger
> ---
> v2
> - tweak summary
>
> drivers/mtd/spi/spansion.c |9 +
> 1 files changed, 9 inserti
Dear Mike Frysinger,
In message <1310157169-27623-1-git-send-email-vap...@gentoo.org> you wrote:
> From: Simon Guinot
>
> Signed-off-by: Simon Guinot
> Signed-off-by: Mike Frysinger
> ---
> v6
> - tweak summary
>
> drivers/mtd/spi/macronix.c | 42 +
On Wed, Jul 06, 2011 at 09:40:28AM +0200, helmut.rai...@hale.at wrote:
> From: Helmut Raiger
>
> Signed-off-by: Helmut Raiger
> ---
> drivers/mtd/nand/mxc_nand.c | 19 +--
> 1 files changed, 9 insertions(+), 10 deletions(-)
Applied to u-boot-nand-flash next
-Scott
_
On Wed, Jul 06, 2011 at 07:04:41PM +0200, helmut.rai...@hale.at wrote:
> From: Helmut Raiger
>
> When writing 0x4000 to the unlockend_blkaddr register, large writes to
> a 2k page NAND sometimes fail. The current kernel driver writes 0x
> to this register for V2 of the nand controller.
>
> H
Dear Andy,
> This reverts commit c310fc840472a36e4b9d2505830e9dc8d458d63c.
>
> The Atmel custodian had apparently rejected this patch's approach in
> another thread, so this patch reverts it for now.
[U-Boot] [Question]AT91: MMC read and multiple read failed
> Signed-off-by: Andy Fleming
> ---
Sorry for the delay, didn't see this the first time around -- just
noticed it in patchwork.
On Sat, Jul 16, 2011 at 12:06:44AM -, Heiko Schocher wrote:
> @@ -739,6 +743,10 @@ U_BOOT_CMD(
> "nand env.oob set off|partition - set enviromnent offset\n"
> "nand env.oob get - get environ
are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
Andy Fleming (1):
Revert "AT91:mmc:fix multiple read/write error"
drivers/mmc/atmel_mci.h |9 +
drivers/mmc/gen_atmel_mci.c |4
2 files changed, 1 insertions(+), 12 deletions(-)
Dear Andy Fleming,
In message <1312316706-10641-1-git-send-email-aflem...@freescale.com> you wrote:
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-mmc.git master
>
> Andy Fleming (1):
> Revert "AT91:mmc:fix multiple read/write error"
>
> drivers/mmc/atmel_mc
On Sat, 16 Jul 2011 22:28:23 +0200
Anatolij Gustschin wrote:
> Signed-off-by: Anatolij Gustschin
> ---
> drivers/video/mb862xx.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
applied to u-boot-video/master.
Anatolij
___
U-Boot mailin
On Sat, Jul 16, 2011 at 12:06:49AM -, Heiko Schocher wrote:
> Signed-off-by: Heiko Schocher
> cc: Scott Wood
>
> ---
> nand_spl/nand_boot.c | 42 ++
> 1 files changed, 42 insertions(+), 0 deletions(-)
Applied to u-boot-nand-flash next
-Scott
_
Dear Wolfgang,
The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018:
Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 22:39:36
+0200)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Anatolij Gustschin (2):
vid
> Date: Tue, 2 Aug 2011 10:21:09 -0500
> From: scottw...@freescale.com
> To: programas...@hotmail.com
> CC: u-boot@lists.denx.de
> Subject: Re: [U-Boot] problem with mpc837x start.S
>
> On Tue, 2 Aug 2011 04:11:25 +
> shawn Bai wrote:
>
> > > When fl
-Original Message-
From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On
Behalf Of Reinhard Meyer
Sent: 2011年8月3日 4:19
To: Andy Fleming
Cc: u-boot@lists.denx.de
Subject: Re: [U-Boot] [PATCH] Revert "AT91:mmc:fix multiple read/write error"
Dear Reinhard, Andy
>> Thi
Hi Reinhard & Thomas,
On 08/02/2011 09:36 PM, Reinhard Meyer wrote:
> Dear Thomas Petazzoni,
> > Le Tue, 02 Aug 2011 12:37:41 +,
> > Reinhard Meyer a écrit :
> >
> > > Configuring for at91sam9m10g45ek board...
> >
> > For this board there are patches from Alex Waterman, sent on June,
>
Hi,
I was reading the README.post to get information about POST tests and notice
that the sections 2.2.1.2.Special Purpose Register Tests, 2.2.3.3.USB Test,
and 2.2.3.4.SPI Test are TBD.
Is there any information ready for this sections or still in development?
Thanks,
Ferdinand Vega
Syst
Dear Wolfgang Denk,
On 31 July 2011 15:30, Wolfgang Denk wrote:
> Dear Chander Kashyap,
>
> In message <1311914519-10531-2-git-send-email-chander.kash...@linaro.org>
> you wrote:
> > Origen board is based upon S5PV310 SoC which is similiar to
> > S5PC210 SoC.
> >
> > Signed-off-by: Chander Kashy
Dear Wolfgang Denk,
On 31 July 2011 15:33, Wolfgang Denk wrote:
> Dear Chander Kashyap,
>
> In message <1311914519-10531-3-git-send-email-chander.kash...@linaro.org>
> you wrote:
> > Adds mmc boot support.
> >
> > Signed-off-by: Chander Kashyap
> > ---
> > mmc_spl/board/samsung/origen/Makefile
1 - 100 of 106 matches
Mail list logo