ctrl_regs.c: In function 'set_ddr_sdram_mode_2':
ctrl_regs.c:690:6: warning: unused variable 'i'
'i' is only used by DDR3 code.
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8x
On Jan 19, 2011, at 11:02 PM, Alex Dubov wrote:
> Mpq101 is a RapidIO development board in AMC form factor, featuring MPC8548
> processor, 512MB of hardwired DDR2 RAM, 128MB of hardwired NAND flash
> memory, real time clock and additional serial EEPROM on i2c bus (enabled).
> USB controller is av
Hello Reinhard,
Reinhard Meyer wrote:
> Dear Daniel Gorsulowski,
>> Hello Albert,
>>
>> Albert ARIBAUD wrote:
>>> Le 18/01/2011 10:27, Daniel Gorsulowski a écrit :
Hello again!
>>>
>>> Hi Daniel,
>>>
One month ago, I asked you for help (see message below), but got no
answer.
>>>
>>>
Mpq101 is a RapidIO development board in AMC form factor, featuring MPC8548
processor, 512MB of hardwired DDR2 RAM, 128MB 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 board info
The following changes since commit e1ccf97c5d7651664d37c0c5aa243874b8851b2d:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-01-17
20:31:46 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Dipen Dudhat (1):
powerpc/85xx: Protect a
On Jan 19, 2011, at 1:25 AM, Prabhakar Kushwaha wrote:
> u-boot cannot be compiled after disabling CONFIG_PCI.
>
> Place PCI related codes under #ifdef CONFIG_PCI
>
> Signed-off-by: Prabhakar Kushwaha
> ---
> Based of http://git.denx.de/u-boot.git (branch master)
>
> Top commit:
> commit 3f1
On Jan 19, 2011, at 1:39 AM, Dipen Dudhat wrote:
> Future SoC (like the P1010) replace the LBC controller with the new IFC
> (Integrated Flash Controller) so ensure we properly protect code that is
> related to the LBC.
>
> Signed-off-by: Dipen Dudhat
> Acked-by: Kumar Gala
> ---
> arch/powerp
On Jan 12, 2011, at 10:20 AM, York Sun wrote:
> Hwconfig is called before relocating. Use the new hwconfig APIs.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 15 +--
> 1 files changed, 13 insertions(+), 2 deletions(-)
applied to 85xx
- k
___
On Jan 10, 2011, at 4:03 PM, York Sun wrote:
> Extend board specific parameters to include cpo, write leveling override
> Extend write leveling sample to 0xf
> Adding rcw overrid for quad-rank RDIMMs
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/include/asm/fsl_ddr_sdram.h |3 +
> board/f
On Jan 10, 2011, at 4:03 PM, York Sun wrote:
> Erratum DDR-A003 requires workaround to correctly set RCW10 for registered
> DIMM.
> Also adding polling after enabling DDR controller to ensure completion.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc85xx/cmd_errata.c|4 ++
> a
On Jan 10, 2011, at 4:03 PM, York Sun wrote:
> Added fsl_ddr_get_version() function to for DDR3 to poll DDRC IP version
> (major, minor, errata) to determine if unique mode registers are available.
> If true, always use unique mode registers. Dynamic ODT is enabled if needed.
> The table is docum
On Jan 10, 2011, at 4:02 PM, York Sun wrote:
> This patch exposes more registers which can be used by the DDR drivers or
> interactive debugging. U-boot doesn't use all the registers in DDRC.
> When advanced tuning is required, writing to those registers is needed.
>
> Add writing to cdr1, cdr2,
On Jan 10, 2011, at 4:02 PM, York Sun wrote:
> ECC can be turned on/off by hwconfig without recompiling. So enable it
> by default.
>
> Signed-off-by: York Sun
> ---
> include/configs/corenet_ds.h |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
applied to 85xx
- k
___
On Jan 10, 2011, at 4:02 PM, York Sun wrote:
> Add fsl_ddr:ecc=on in hwconfig. If ECC is enabled in board configuration file,
> ECC can be turned on/off by this switch. If this switch is omitted, it is ON
> by
> default.
>
> Updated hwconfig calls to use local buffer.
>
> Syntax is
> hwconfig=
On Jan 10, 2011, at 4:02 PM, York Sun wrote:
> Print a message when a RDIMM is detected.
>
> Signed-off-by: York Sun
> ---
> .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c| 18 +++---
> 1 files changed, 7 insertions(+), 11 deletions(-)
applied to 85xx
- k
___
On Jan 19, 2011, at 2:53 AM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1295391047-10952-1-git-send-email-ga...@kernel.crashing.org> you
> wrote:
>> There are several users of the hwconfig APIs (8xxx DDR) before we have
>> the environment properly setup. This causes issues because
Hi folks -
I had posted last week. I was able to get basic Splash Screen going on EVK,
through using patches I found from googling around. At the end of this email,
the patch set that shows the differences from the U-Boot I pulled on
12/24/2010. I am not sure I have the right patch set, but in
When redundand environments are used the serial needs
to get increased, otherwise the old one will still be used.
Signed-off-by: Alexander Holler
---
common/env_nand.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/env_nand.c b/common/env_nand.c
index 2682f07..a
On Thu, Jan 20, 2011 at 8:19 AM, Tom Warren wrote:
> +
> +/*
> + * Routine: uart_clock_init
> + * Description: init the PLL and clock for the UART in uart_num
> + */
> +void uart_clock_init(int uart_num)
> +{
> + clk_rst_ctlr *const clkrst = (clk_rst_ctlr *)NV_PA_CLK_RST_BASE;
> + sta
Hi Tom,
Some last minutes nits:
It looks like some of the new functions can be declared statically.
It'd be nice to do so where possible.
> --- /dev/null
> +++ b/arch/arm/cpu/armv7/tegra2/lowlevel_init.S
> @@ -0,0 +1,66 @@
> +/*
> + * Board specific setup info
This is CPU-specific code, correc
Hi Vitaly,
> If you want to autoboot from tftp you should specify bootcmd environment
> variable to something like "tftp uImage; bootm".
> And always use usb gadget only with network commands like tftp, dhcp,
> ping, etc.
Currently it boots to the prompt. Than when I specify things like the above
On Jan 19, 2011, at 3:40 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1295429250-25788-1-git-send-email-ga...@kernel.crashing.org> you
> wrote:
>> Add new headers that capture common defines for a given SoC/processor
>> rather than duplicating that information in board config.h a
Dear Kumar Gala,
In message <1295429250-25788-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> Add new headers that capture common defines for a given SoC/processor
> rather than duplicating that information in board config.h and random
> other places.
>
> Eventually this should be handl
Hi Vitaly,
Thanks so much for your reply. I got a little further now.
> Marcel wrote:
> >> Could you enable debug output for ether.c and for your UDC driver and
> >> show the results?
> >
> > I enabled a lot of extra debugging messages so this is not very short.
> > The output attached below is
Signed-off-by: Tom Warren
---
Changes for V2:
- Use board/nvidia/ instead of /board/tegra
- Change nv-common.h config file to tegra2-common.h
MAINTAINERS |4 +
board/nvidia/harmony/Makefile | 50
boards.cfg |1 +
i
Signed-off-by: Tom Warren
---
Changes for V2:
- Remove mach-types.h change; wait for ARM kernel sync-up
- Use board/nvidia/ instead of /board/tegra
MAINTAINERS|1 +
board/nvidia/seaboard/Makefile | 50
boards.cfg
Signed-off-by: Tom Warren
---
Changes for V2:
- Coding style cleanup
- Move serial driver changes to separate patch
- Use board/nvidia/ instead of /board/tegra
- Remove TRUE/FALSE defines
- Use standard NS16550 register/bit defines in UART init
Changes for
Signed-off-by: Tom Warren
---
Changes for V2:
- Move serial driver changes to separate patch
common/serial.c |3 ++-
include/serial.h |3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/serial.c b/common/serial.c
index 051ae4e..8ebf9a5 100644
--- a/comm
This series of patches adds preliminary/baseline support for NVIDIA's
Tegra2 SoC. Basic CPU (AVP), RAM and UART init are covered so that the
system (Harmony or Seaboard) can boot to the U-Boot serial cmd prompt.
Further support (for Cortex-A9 CPU(s), USB, SD/MMC, etc.) to follow.
Changes for V2:
Wolfgang,
On Mon, Jan 17, 2011 at 4:27 PM, Wolfgang Denk wrote:
> Dear Tom Warren,
>
> In message you
> wrote:
>>
>> 1) IO access functions - I pre-reviewed my patch series with Wolfgang
>> (to hopefully catch any blatant errors and smooth
>> the process) and he indicated that C structs and I/O
Dear Remy Bohmer,
In message you
wrote:
> The following changes since commit 3f1266d6d5bf14ea7248544db8406d308c6bfa7c:
>
> Escape minus signs in manpage (2011-01-19 00:07:51 +0100)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-usb.git master
>
> Lei Wen (1):
>
Hi Remy,
> 2011/1/15 Marcel :
> > Hi,
> >
> > Is there someone on the list who has a USB trace of a working CDC
> > implementation ?
> > What I want to know is what happens after all descriptors are received by
> > the host.
> > The last descriptor I receive is a string descriptor saying "Etherne
Dear Peter Barada,
In message <4d371208.3090...@logicpd.com> you wrote:
>
> >> The hash delete code is in error; instead of just removing the deleted
> >> key, it should instead allocate a new hashtable, hash all the keys into
> >> the new table except for the deleted key and then reclaim the old
Usted tiene una transferencia de dinero de $85.000 .Por favor confirmar la
recepción con su nombre y su país. Enviar por correo electrónico: wude...@w.cn
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Wed, 19 Jan 2011 08:50:52 +0100
Fabian Cenedese wrote:
> At 09:07 17.01.2011 +0100, Fabian Cenedese wrote:
> >Hi
> >
> >We're trying to configure the PPC P2020 cpu to use the L2 cache
> >as SRAM so we can load the U-Boot code in there. However we
> >stumble into problems. Sometimes the cpu goe
On Tue, 18 Jan 2011 21:34:45 -0800
wrote:
> On Sun, Jan 16, 2011 at 06:01:22AM -0800, chr...@cyberswitching.com wrote:
> > ...
> > Any advice on where to take it from here?
>
> Hi everyone,
>
> I investigated this a little further, and I'm wondering if the problem
> is related to the initializa
On Wed, Jan 19, 2011 at 08:49:12PM +0100, Reinhard Meyer wrote:
> I just want to point out that this works fine on our AT91SAM9260/9XE,
> however the environment is read from I2C EEPROM. Not sure where
> his ENV is coming from, whether it is read before use, or if there is
> static data involved be
Dear Wolfgang Denk,
> Dear chr...@cyberswitching.com,
>
> In message<20110119144640.GA8828@cslinux-build01.cyberswitching.local> you
> wrote:
>>
>> Thanks for the feedback. I hope that someone else can continue this
>> work now that I've identified the problem and have developed a solution
>> th
This patch add the MX53 boot image support.
This patch has been tested on Freescale MX53EVK board
and MX51EVK board.
Signed-off-by: Jason Liu
---
Changes for v2:
- Address the following comments from Stefano,
- Get rid of #ifdef in the imximage.h and .c file and use
the runtime check for
Hi, Wolfgang,
2011/1/20 Wolfgang Denk :
> Dear Jason Liu,
>
> In message you
> wrote:
>>
>> Do you mean the I need add the braces as the following?
>>
>> if ((fhdr_v1->app_code_barker == APP_CODE_BARKER) &&
>> (hdr_v1->dcd_table.preamble.barker == DCD_BARKER)) {
>> r
Dear Jason Liu,
In message you
wrote:
>
> Do you mean the I need add the braces as the following?
>
> if ((fhdr_v1->app_code_barker == APP_CODE_BARKER) &&
> (hdr_v1->dcd_table.preamble.barker == DCD_BARKER)) {
> return IMXIMAGE_V1;
> }
Right. And especially wit
The following changes since commit 3f1266d6d5bf14ea7248544db8406d308c6bfa7c:
Escape minus signs in manpage (2011-01-19 00:07:51 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Lei Wen (1):
usb_ether: register usb ethernet gadget at each eth init
>> The hash delete code is in error; instead of just removing the deleted
>> key, it should instead allocate a new hashtable, hash all the keys into
>> the new table except for the deleted key and then reclaim the old table
>> (and deleted key).
> Can you please come up with a patch?
Hashtable de
Hi Marcel,
2011/1/15 Marcel :
> Hi,
>
> Is there someone on the list who has a USB trace of a working CDC
> implementation ?
> What I want to know is what happens after all descriptors are received by the
> host.
> The last descriptor I receive is a string descriptor saying "Ethernet data".
>
> I'
Hi, Wolfgang,
2011/1/19 Jason Liu :
> Hi, Wolfgang,
>
> 2011/1/19 Wolfgang Denk :
>> Dear Jason Liu,
>>
>> In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you
>> wrote:
>>> This patch add the MX53 boot image support.
>>>
>>> This patch has been tested on Freescale MX53EVK boar
Dear chr...@cyberswitching.com,
In message <20110119144640.GA8828@cslinux-build01.cyberswitching.local> you
wrote:
>
> Thanks for the feedback. I hope that someone else can continue this
> work now that I've identified the problem and have developed a solution
> that works for my needs with no o
This patch is not intended to go into mainline! It is just a RFC.
Situation:
Booting a LZO compressed legacy image containing an ELF (so, no linux) from
flash takes about 1.6 seconds after issuing the bootm command to jumping to the
elfs entry point when the patch regarding section copying I send
On Wed, Jan 19, 2011 at 07:59:10AM +0100, Wolfgang Denk wrote:
> > Based on empirical testing, I've discovered that re-running
> > init_baudrate() after env_relocate() fixes everything. The serial
> > console uses the baud rate stored in the "baudrate" variable now, and
> > some ordering of displa
Supported:
MMC
IDE
PMIC
SPI flash
LEDs
I can boot the kernel supplied by freescale/genesi with this from MMC card
and/or PATA disk.
Signed-off-by: Marek Vasut
---
v4: Fixed coding style as proposed by Wolfgang (multiline comments, #defines)
MAINTAINERS|1 +
board/efikamx/Ma
Signed-off-by: Marek Vasut
---
v2: Remove stray newline and useless parens
board/freescale/mx51evk/mx51evk.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/freescale/mx51evk/mx51evk.c
b/board/freescale/mx51evk/mx51evk.c
index 2160d5a..726ce18 100644
--- a/bo
Define voltages configurable on SWx buck switchers.
Signed-off-by: Marek Vasut
Acked-by: Stefano Babic
---
include/mc13892.h | 39 +++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/include/mc13892.h b/include/mc13892.h
index 61c3e6e..a1078
On Wednesday 19 January 2011 09:49:41 Wolfgang Denk wrote:
> Dear Marek Vasut,
>
> In message <1295379040-11563-3-git-send-email-marek.va...@gmail.com> you
wrote:
> > Supported:
> > MMC
> > IDE
> > PMIC
> > SPI flash
> > LEDs
>
> ...
>
> > +/*
On 01/15/2011 02:15 AM, Albert ARIBAUD wrote:
> Le 14/01/2011 17:56, seedshope a écrit :
>> On 01/15/2011 12:39 AM, Albert ARIBAUD wrote:
>>> Hi seedshope,
>>>
>>> Le 14/01/2011 16:45, seedshope a écrit :
On 01/14/2011 02:07 AM, Albert ARIBAUD wrote:
> Le 13/01/2011 14:36, seedshope a écri
On Wednesday 19 January 2011 12:15:33 Sergei Shtylyov wrote:
> On 19-01-2011 2:19, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut
>
> [...]
>
> > diff --git a/board/freescale/mx51evk/mx51evk.c
> > b/board/freescale/mx51evk/mx51evk.c index 2160d5a..bcf1934 100644
> > --- a/board/freescale/mx51e
Hi, Wolfgang,
2011/1/19 Wolfgang Denk :
> Dear Jason Liu,
>
> In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you wrote:
>> This patch add the MX53 boot image support.
>>
>> This patch has been tested on Freescale MX53EVK board
>> and MX51EVK board.
>>
>> Signed-off-by: Jason L
Hi, Wolfgang,
2011/1/19 Wolfgang Denk :
> Dear Jason Liu,
>
> In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you wrote:
>> This patch add the MX53 boot image support.
>>
>> This patch has been tested on Freescale MX53EVK board
>> and MX51EVK board.
>>
>> Signed-off-by: Jason L
On 01/19/2011 05:56 AM, Wolfgang Denk wrote:
> Dear seedshope,
>
> In message<1294757545-4771-4-git-send-email-bocui...@gmail.com> you wrote:
>> Add some relocation symbols to u-boot.lds and disable LED functions
>> in start.s to support nand_spl.
>>
>> Signed-off-by: seedshope
> Please re-split y
Dear Dirk Eibach,
In message <1295440671-20653-1-git-send-email-eib...@gdsys.de> you wrote:
> Board support for the Guntermann & Drunck DLVision-10G.
> Adds support for multiple FPGAs per board for gdsys 405ep
> architecture.
> Adds support for dual link osd hardware for gdsys 405ep.
>
> Signed-o
Board support for the Guntermann & Drunck DLVision-10G.
Adds support for multiple FPGAs per board for gdsys 405ep
architecture.
Adds support for dual link osd hardware for gdsys 405ep.
Signed-off-by: Dirk Eibach
---
Replaces
- 0001-ppc4xx-Add-DLVision-10G-board-support.patch
- 000
Board support for the Guntermann & Drunck DLVision-10G.
Adds support for multiple FPGAs per board for gdsys 405ep
architecture.
Adds support for dual link osd hardware for gdsys 405ep.
Signed-off-by: Dirk Eibach
---
Replaces
- 0001-ppc4xx-Add-DLVision-10G-board-support.patch
- 000
.boards.depend was created in the source tree even when calling make
with O=objtree, and distclean O=objtree wouldn't clean it. Create
.boards.depend in objtree instead as to clean it up properly.
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Ma
When building with srctree != objtree, the build creates arch/soc/cpu
specific symlinks in the source tree. This means that the same source
tree can't be used for multiple builds at the same time. Also, these
symlinks in the source tree are only cleaned up if one passes the same
O= to distclean.
I test the mpc8378 board when I enable the DEBUG macro in common.h file
Log is below:
--
U-Boot 2010.12 (Jan 15 2011 - 11:40:03) MPC83XX
Reset Status: Software Hard, External/Internal Soft, External/Internal Hard
CPU: e300c4, MPC8378E, Rev: 2.1 at 297 MHz, CSB: 198 MHz
Board: Freescale MPC837
On 01/19/2011 12:37 PM, Wolfgang Denk wrote:
> No, I wonder why code a loop when a simple memset() does the same.
Ok, I get the point - you are right, I will replace the code with memset.
>
>>> What do these "!<" markers mean?
>>
>> They have no useful meaning and I must drop them.
>
> There ar
2011/1/19 Leo Liu :
> This patch fix a problem for the pcie enumeration when the mpc83xx pcie
> controller is
> connected with switch or we use both of the two pcie controller.
>
> Signed-off-by: Baidu Boy
> ---
Ignore this one, the name is not changed
___
This patch fix a problem for the pcie enumeration when the mpc83xx pcie
controller is
connected with switch or we use both of the two pcie controller.
Signed-off-by: Leo Liu
---
Changes for V2:
- Avoid line wrap in the patch
Changes for V3
- Add space between ) and {
Changes for
Dear Wolfgang Denk,
Thank you for your review.
2011/01/19 17:28, Wolfgang Denk wrote:
>> arch/sh/include/asm/cpu_sh4.h |2 +
>> arch/sh/include/asm/cpu_sh7757.h| 263 +++
>> board/renesas/sh7757lcr/Makefile| 42 +++
>> board/renesas/sh7757lcr/config.m
Dear Fabio Giovagnini,
In message <201101191135.58566.fabio.giovagn...@aurion-tech.com> you wrote:
> Thanks
Depending on the actual system behaviour this may or may not be ok.
For example, nearly all PowerArchitecture systems use address1=0 and
address2=0.
Best regards,
Wolfgang Denk
--
DENX
This patch fix a problem for the pcie enumeration when the mpc83xx pcie
controller is
connected with switch or we use both of the two pcie controller.
Signed-off-by: Baidu Boy
---
Changes for V2:
- Avoid line wrap in the patch
Changes for V3
- Add space between ) and {
Changes fo
Dear Stefano Babic,
In message <4d36b845.1000...@denx.de> you wrote:
>
...
> There are at the moment two other patches by Anatolji regarding this
> driver. I have already rebased one of them and post to the ML, but I
> admit that, as they are not in the same patchset, it is quite difficult
> to ha
Dear Stefano Babic,
In message <4d36b2af.9000...@denx.de> you wrote:
>
> >> +void imx_get_mac_from_fuse(unsigned char *mac)
> >> +{
> >> + int i;
> >> +
> >> + for (i = 0; i < 6; i++)
> >> + mac[i] = 0;
> >
> > memset(mac, 0, 6);
> >
> > ?
>
> I think your question mark is relate
Dear Fabio Giovagnini,
In message <201101191011.23174.fabio.giovagn...@aurion-tech.com> you wrote:
>
> why this double definitions?
Historical reasons.
> Aren't they the same thing?
Yes, they are. Cleanup patches are welcome.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH,
On 19-01-2011 2:19, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
[...]
> diff --git a/board/freescale/mx51evk/mx51evk.c
> b/board/freescale/mx51evk/mx51evk.c
> index 2160d5a..bcf1934 100644
> --- a/board/freescale/mx51evk/mx51evk.c
> +++ b/board/freescale/mx51evk/mx51evk.c
> @@ -198,17 +198,1
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: Matthias Weisser
---
common/cmd_elf.c |8 +---
1 files changed,
Hello.
On 18-01-2011 22:30, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> diff --git a/board/freescale/mx51evk/mx51evk.c
> b/board/freescale/mx51evk/mx51evk.c
> index 2160d5a..bcf1934 100644
> --- a/board/freescale/mx51evk/mx51evk.c
> +++ b/board/freescale/mx51evk/mx51evk.c
> @@ -198,17 +19
Thanks
--
Ing. Fabio Giovagnini
Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Fax. +39.051.082.14.49
Cell. +39.335.83.50.919
www.aurion-tech.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/ma
On 01/19/2011 08:48 AM, Wolfgang Denk wrote:
> Dear Stefano Babic,
>
> In message <1295012124-15551-6-git-send-email-sba...@denx.de> you wrote:
>> Signed-off-by: Stefano Babic
>> ---
>> drivers/spi/mxc_spi.c | 96
>> +
>> 1 files changed, 73 ins
On 01/19/2011 09:06 AM, Wolfgang Denk wrote:
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index d7cd09c..3abb4cb 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -554,6 +554,7 @@ Stefano Babic
>> ea20davinci
>> polaris xscale
>> trizepsiv xscale
>> +
>
> >
> > +/*
> > + * For booting Linux, the board info and command line
> data
> > + * have to be in the first 16 MB of memory, since
> this is
> > + * the maximum mapped by the Linux kernel during
> initialization.
> > + */
> > +#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /*
> Initial Memory map fo
On 01/19/2011 08:37 AM, Wolfgang Denk wrote:
> Dear Stefano Babic,
>
> In message <1295012124-15551-3-git-send-email-sba...@denx.de> you wrote:
>> Signed-off-by: Stefano Babic
>
> Add a "Cc: Heiko Schocher " here so the responsible
> custodian is on Cc:
>
>> -#error "define CONFIG_SYS_I2C_MX31_
On 01/19/2011 08:35 AM, Wolfgang Denk wrote:
> Dear Stefano Babic,
>> +if (!reg) {
>> +reg = __REG(ROMPATCH_REV);
>
> __REG()?
It should not be..
>
> NAK. Please use I/O accessors. Please fix globally.
I supposed to have already replaced all of them, but I have missed some
of
Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced the following
compiler warnings in the uec ethernet driver:
In file included from /local/home/galak/git/u-boot-85xx/include/miiphy.h:37:0,
from uec.c:32:
/local/home/galak/git/u-boot-85xx/include/linux/mii.h:133:0: warning
Wolfgang,
Please take a look. I'd like to see this go in for v2011.03 to clean up the
both the order issue, but also establish a cleaner means to handle SoC specific
defines for 85xx/86xx/QorIQ going forward.
(will be helpful for things like SoC specific errata not having to get put into
ever
Add new headers that capture common defines for a given SoC/processor
rather than duplicating that information in board config.h and random
other places.
Eventually this should be handled by Kconfig & defconfigs
Signed-off-by: Kumar Gala
---
* I know its late for such a patch, but I think it bes
On 01/18/2011 08:30 PM, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> ---
> board/freescale/mx51evk/mx51evk.c |7 ---
> 1 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/board/freescale/mx51evk/mx51evk.c
> b/board/freescale/mx51evk/mx51evk.c
> index 2160d5a..bcf1934
H All,
why this double definitions?
Aren't they the same thing?
Thanks
--
Ing. Fabio Giovagnini
Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Fax. +39.051.082.14.49
Cell. +39.335.83.50.919
www.aurion-tech.com
__
On 01/18/2011 08:30 PM, Marek Vasut wrote:
> Define voltages configurable on SWx buck switchers.
>
> Signed-off-by: Marek Vasut
> ---
> include/mc13892.h | 35 +++
> 1 files changed, 35 insertions(+), 0 deletions(-)
>
Acked-by: Stefano Babic
Best regards,
St
> Please sort list.
>
>> diff --git a/drivers/misc/fsl_law.c b/drivers/misc/fsl_law.c
>> index 931cc71..d2b0cde 100644
>> --- a/drivers/misc/fsl_law.c
>> +++ b/drivers/misc/fsl_law.c
>> @@ -38,7 +38,7 @@ DECLARE_GLOBAL_DATA_PTR;
>> defined(CONFIG_MPC8641) || defined(CONFIG_MPC8610)
>> #defin
Hi Marcel,
Marcel wrote:
>> Could you enable debug output for ether.c and for your UDC driver and
>> show the results?
>
> I enabled a lot of extra debugging messages so this is not very short.
> The output attached below is including start of macb but USB device behave
> the
> same when I don'
Dear Kumar Gala,
In message <1295391047-10952-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> There are several users of the hwconfig APIs (8xxx DDR) before we have
> the environment properly setup. This causes issues because of the
> numerous ways the environment might be accessed beca
Dear Jason Liu,
In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you wrote:
> This patch add the MX53 boot image support.
>
> This patch has been tested on Freescale MX53EVK board
> and MX51EVK board.
>
> Signed-off-by: Jason Liu
>
> ---
> Changes for v2:
> - Address the fol
Dear Marek Vasut,
In message <1295379040-11563-3-git-send-email-marek.va...@gmail.com> you wrote:
> Supported:
> MMC
> IDE
> PMIC
> SPI flash
> LEDs
...
> +/**
> + * Compile-time error checking
> +
> *
Dear Matthias Weisser,
In message <1295367283-4696-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.
>
> Signed-off-by: Matthias Weisser
> ---
> common/cmd_elf.c |7 +
Dear Alexander Holler,
In message <1295340488-10494-1-git-send-email-hol...@ahsoftware.de> you wrote:
> Documented is CONFIG_CMD_SHA1, through confusion in the source
> CONFIG_CMD_SHA1 and CONFIG_CMD_SHA1SUM has to be used to enable
> sha1sum.
>
> Fix both, the documentation and the source, so th
Dear Kumar Gala,
In message you wrote:
> The following changes since commit e1ccf97c5d7651664d37c0c5aa243874b8851b2d:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-01-17
> 20:31:46 +0100)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85x
Dear Kumar Gala,
In message <1295308504-880-1-git-send-email-ga...@kernel.crashing.org> you
wrote:
> Rather than defining it config.mk we can set it in config.h and remove
> config.mk from several boards that don't need it.
>
> We mimic what 4xx does and introduce CONFIG_RESET_VECTOR_ADDRESS for
Dear Peter Barada,
In message <4d34c85e.4030...@logicpd.com> you wrote:
>
> After spending an entire day digging into the hash using GDB/BDI on my
> ARM board, I've findally figured out that the hash key of "ramdiskimage"
> and "preboot" are the same modulus 347, and this is problematic because
Dear Nobuhiro Iwamatsu,
In message <1295269288-12468-1-git-send-email-iwama...@nigauri.org> you wrote:
> There is not break character between board name and CPU.
>
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> boards.cfg |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thank
Dear Yoshihiro Shimoda,
In message <4d33c15c.9030...@renesas.com> you wrote:
> The R0P7757LC0030RL board has SH7757, 256MB DDR3-SDRAM, SPI ROM,
> Ethernet, and more.
>
> This patch supports the following functions:
> - 256MB DDR3-SDRAM
> - SPI ROM
> - Ethernet
>
> Signed-off-by: Yoshihiro Shi
Hi Marcel,
Marcel wrote:
>> Not sure that branch is anything up to date
>
> hmmm. What branch is best to work on for this code ?
If someone sends USB-CDC patches they usually are applied into master
branch of u-boot-usb.git repository:
http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-us
1 - 100 of 113 matches
Mail list logo