From: Jerry Huang
The new MPC8360EMDS board changes the oscillator to 33.33MHz in order to
support QE 500MHZ and this new board supports 512MB DDR since 2008,
but the u-boot only supports 256MB DDR and 66.6MHz oscillator on top tree,
For 512MB DDR:
BAT0 is used for the first 256MB memory, BAT4 i
From: Jerry Huang
It is sometimes necessary to force the I2C module to become the I2C bus master
out of reset and drive SCL(even though SDA may already be driven,
which indicates that the bus is busy). This can occur when a system reset
does not cause all I2C devices to be reset. Thus, SDA can be
> From:
>
> From: Jerry Huang
>
> It is sometimes necessary to force the I2C module to become the I2C bus master
> out of reset and drive SCL(even though SDA may already be driven,
> which indicates that the bus is busy). This can occur when a system reset
> does not cause all I2C devices to be r
Thanks and Best Regards
Jerry Huang
> -Original Message-
> From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se]
> Sent: Thursday, October 27, 2011 3:26 PM
> To: Huang Changming-R66093
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH 2/2] Powerpc/i2c: Force i2c to becom
Thanks and Best Regards
Jerry Huang
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Huang Changming-R66093
> Sent: Thursday, October 27, 2011 3:40 PM
> To: Joakim Tjernlund
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot]
Huang Changming-R66093 wrote on 2011/10/27 09:40:23:
>
>
> Thanks and Best Regards
> Jerry Huang
>
>
> > -Original Message-
> > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se]
> > Sent: Thursday, October 27, 2011 3:26 PM
> > To: Huang Changming-R66093
> > Cc: u-boot@lists.den
Huang Changming-R66093 wrote on 2011/10/27 09:51:49:
>
>
>
> Thanks and Best Regards
> Jerry Huang
>
>
> > -Original Message-
> > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> > On Behalf Of Huang Changming-R66093
> > Sent: Thursday, October 27, 2011 3:40 PM
>
Enable support for PMIC driver at C210 Universal reference target.
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
Depend on: "New generic PMIC framework"
http://patchwork.ozlabs.org/patch/118071/
http://patchwork.ozlabs.org/patch/117565/
http://patchwork.ozlabs
This commit enables support for USB Gadgets on the GONI
reference target.
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
Cc: Remy Bohmer
---
Changes for v2:
- None
Changes for v3:
- Error handlers for max8998_set_ldo functions
Changes for v4:
This patch series adds support for Samsung's USB Device Controller (UDC)
on GONI/Universal C210 reference targets.
Lukasz Majewski (3):
usb:gadget:s5p USB Device Controller (UDC) implementation
usb:gadget:s5p Enable the USB Gadget framework at GONI
usb:gadget:s5p Enable the USB Gadget framew
This commit enables support for USB Gadgets on the C210 Universal
reference target.
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
---
Depend on: "New generic PMIC framework"
http://patchwork.ozlabs.org/patch/118071/
http://patchwork.ozlabs.org/patch/117565/
http:/
Recent builds for SH4 boards fail with a lot of errors like:
cmd_mem.o: In function 'dcache_invalid_range':
include/asm/cache.h:25: multiple definition of 'dcache_invalid_range'
include/asm/cache.h:25: first defined here
This is due to the funcs being defined in the header,
> -Original Message-
> From: Lei Wen [mailto:lei...@marvell.com]
> Sent: Wednesday, October 26, 2011 7:52 AM
> To: Wolfgang Denk; Albert ARIBAUD; Prafulla Wadaskar; u-
> b...@lists.denx.de
> Subject: [PATCH V2] ARM: orion5x: reduce dependence of
> including platform file
>
> For files li
On 10/24/2011 08:24 PM, Fabio Estevam wrote:
> Remove unneeded '1' from mx51evk.h.
>
> Signed-off-by: Fabio Estevam
> ---
> include/configs/mx51evk.h | 10 +-
> 1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
> in
On 10/26/2011 09:01 PM, Fabio Estevam wrote:
> No board information is passed for MX51EVK, so remove get_board_rev function.
>
> Signed-off-by: Fabio Estevam
> ---
> Stefano,
>
> This patch applies on u-boot-imx with my previous mx51evk.h cleanup patch
> applied:
> http://www.mail-archive.com/u
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: Wednesday, October 26, 2011 2:41 AM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Mike Frysinger
> Subject: Re: [U-Boot] [PATCH] mvgbe: fix network device indices
>
> Am Freitag 21 Oktober 2011, 10:09:15 s
> > > >
> > > > The above sequence is different than the kernel version, why?
> > >
> > > I don't know the kernel version, but I write the u-boot code
> according
> > > to the Reference Manual of PowerPC, e.g p1022:
> > > 11.5.6 Generation of SCL When SDA Low
> > > It is sometimes necessary to forc
> > > > The above sequence is different than the kernel version, why?
> > >
> > > I don't know the kernel version, but I write the u-boot code
> according
> > > to the Reference Manual of PowerPC, e.g p1022:
> > > 11.5.6 Generation of SCL When SDA Low
> > > It is sometimes necessary to force the I2
Hi,
do you have any open issues with my patchset (ea20 patches) ?
http://patchwork.ozlabs.org/patch/117783/
If not, can you merge them into u-boot-ti ?
Thanks,
Stefano
--
=
DENX Software Engineering GmbH, MD: Wolfgang Den
Move the coldfire boards to boards.cfg. The config name
for the EB+MCF-EV123 boards are changed to EB-MCF-EV123
as the '+' cannot be recognized.
Signed-off-by: Jason Jin
---
Makefile | 108
boards.cfg | 13 +++
2 files changed
Update the config.mk for EB+MCF-EV123 boards according
to the config change from Makefile to boards.cfg.
Signed-off-by: Jason Jin
---
board/BuS/EB+MCF-EV123/config.mk |1 -
board/BuS/EB+MCF-EV123/textbase.mk |1 -
2 files changed, 0 insertions(+), 2 deletions(-)
delete mode 100644 boa
After commit 327474f854a33b5b7a11c374b0446d1d40d9f673, the
M52277EVB_stmicro configuration fail to build. Fix it by moving
the env outside the flash and update the lds file.
Signed-off-by: Jason Jin
---
board/freescale/m52277evb/u-boot.lds |3 ---
include/configs/M52277EVB.h |6
Am Do, 27.10.2011, 11:12 schrieb Prafulla Wadaskar:
>> > If I understood it correctly,
>> > In current implementation, if only egiga1 device is enabled
>> on the board,
>> > then it will assign MAC address associated with environment
>> variable
>> > "ethaddr".
>> yes but the current mvgbe driver w
Huang Changming-R66093 wrote on 2011/10/27 11:26:04:
>
> > > > > The above sequence is different than the kernel version, why?
> > > >
> > > > I don't know the kernel version, but I write the u-boot code
> > according
> > > > to the Reference Manual of PowerPC, e.g p1022:
> > > > 11.5.6 Generation
Remove unneeded '1' from mx53evk.h.
Cc: Jason Liu
Signed-off-by: Fabio Estevam
---
include/configs/mx53evk.h | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index c1941e3..a5d403f 100644
--- a/include/
No board information is passed for MX53EVK, so remove get_board_rev function.
Cc: Jason Liu
Signed-off-by: Fabio Estevam
---
board/freescale/mx53evk/mx53evk.c |5 -
include/configs/mx53evk.h |1 -
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/board/freescale
No board information is passed for MX53ARD, so remove get_board_rev function.
Signed-off-by: Fabio Estevam
---
board/freescale/mx53ard/mx53ard.c |5 -
include/configs/mx53ard.h |1 -
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/board/freescale/mx53ard/mx53ar
No board information is passed for MX53SMD, so remove get_board_rev function.
Signed-off-by: Fabio Estevam
---
board/freescale/mx53smd/mx53smd.c |5 -
include/configs/mx53smd.h |1 -
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/board/freescale/mx53smd/mx53sm
No board information is passed for MX53LOCO, so remove get_board_rev function.
Cc: Jason Liu
Signed-off-by: Fabio Estevam
---
board/freescale/mx53loco/mx53loco.c |5 -
include/configs/mx53loco.h |1 -
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/board/free
No board information is passed for VISION2, so remove get_board_rev function.
Signed-off-by: Fabio Estevam
---
board/ttcontrol/vision2/vision2.c |9 -
include/configs/vision2.h |1 -
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/board/ttcontrol/vision2/v
This allows to initialize DDR memory in C code.
Currently all mx31 boards use assembler code (lowlevel_init.S)
Signed-off-by: Helmut Raiger
---
V2: new in V2
V3: no changes
arch/arm/include/asm/arch-mx31/imx-regs.h | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
dif
This adds basic board support for TT-01 based on
the Bluetechnix i.MX31 SOM. Currently only NOR-Flash
boot is implemented.
Signed-off-by: Helmut Raiger
---
V2:
- MAINTAINER updated and used board.cfg instead of Makefile change
- eliminated config.mk
- replaced __REG accessors (WEIM and ESD
Signed-off-by: Helmut Raiger
---
V2: no changes since V1
V3: fixed multiline comment, rebased to u-boot-imx
arch/arm/cpu/arm1136/mx31/devices.c | 15 +++
arch/arm/include/asm/arch-mx31/clock.h|1 +
arch/arm/include/asm/arch-mx31/imx-regs.h | 16
3
Remove unneeded '1' from mx53evk.h.
Cc: Jason Liu
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Fix board name in Subject
include/configs/mx53evk.h | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk
>http://patchwork.ozlabs.org/patch/117783/
>
>If not, can you merge them into u-boot-ti ?
>
>Thanks,
>Stefano
will do
--Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This patchset makes no real change that would impact
execution flow. All changes should help in better
readability.
It was created against u-boot-ti/master.
Compile tested with omap3_evm_config and omap3_beagle_config
Sanjeev Premi (3):
omap3: mem: Define and use common macros
omap3: mem: Cl
Define common macros to arrive at the values of registers
SDRC_ACTIM_CTRLA and SDRC_ACTIM_CTRLB for different memory
types.
This doesn't make any real change in the execution but
helps readability.
Signed-off-by: Sanjeev Premi
Cc: Sandeep Paulraj
---
arch/arm/include/asm/arch-omap3/mem.h | 8
Consistent use of TABs and align definitions with
neighbouring code.
Signed-off-by: Sanjeev Premi
Cc: Sandeep Paulraj
---
arch/arm/include/asm/arch-omap3/mem.h | 52
1 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/arch/arm/include/asm/arch-oma
Calculations for ACTIM_CTRLA amd ACTIM_CTRLB values
are defined in 'header' style comments.
Moved them along with definitions. Should help maintain
consistency between comments and code if any of these
are tweaked in future.
Signed-off-by: Sanjeev Premi
Cc: Sandeep Paulraj
---
arch/arm/include
This patch modifies mxcmmc.c to be used
not only by i.MX27 but also by i.MX31 boards.
Both use the same SD controller, but have different
clock set-ups.
The i.MX27 imx_get_XXXclock functions are made static to
generic.c and a public mxc_get_clock() function
is provided. Pins, base address and prot
On 10/20/2011 04:19 PM, Helmut Raiger wrote:
> This renames BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT.
> Along the way it removes some leftover
>
> #define BOARD_LATE_INIT 1
>
> and adds some basic documentation for board specific
> callbacks in README.
>
> Signed-off-by: Helmut Raige
Add the MACH type to the configuration file. Maybe the board
will be not pushed into linux ML, but it remains compatible
with older kernels.
Signed-off-by: Stefano Babic
---
include/configs/vision2.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/visio
On 10/25/2011 04:34 PM, Fabio Estevam wrote:
> errno.h is not used on this file, so remove it.
>
> Signed-off-by: Fabio Estevam
> ---
> board/ttcontrol/vision2/vision2.c |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/board/ttcontrol/vision2/vision2.c
> b/board/tt
On 10/27/2011 02:25 PM, Helmut Raiger wrote:
> On 10/20/2011 04:19 PM, Helmut Raiger wrote:
>> This renames BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT.
>> Along the way it removes some leftover
>>
>> #define BOARD_LATE_INIT1
>>
>> and adds some basic documentation for board specific
>> cal
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Rini, Tom
> Sent: Thursday, October 27, 2011 2:44 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH 2/2] OMAP3: Add SPL support to Beagleboard
>
> This introduces 200MHz M
On 10/27/2011 01:31 PM, Helmut Raiger wrote:
> Signed-off-by: Helmut Raiger
> ---
> V2: no changes since V1
> V3: fixed multiline comment, rebased to u-boot-imx
>
> arch/arm/cpu/arm1136/mx31/devices.c | 15 +++
> arch/arm/include/asm/arch-mx31/clock.h|1 +
> arch/ar
On 10/27/2011 01:31 PM, Helmut Raiger wrote:
> This allows to initialize DDR memory in C code.
> Currently all mx31 boards use assembler code (lowlevel_init.S)
>
> Signed-off-by: Helmut Raiger
> ---
> V2: new in V2
> V3: no changes
>
> arch/arm/include/asm/arch-mx31/imx-regs.h | 13 ++
On 10/27/2011 01:31 PM, Helmut Raiger wrote:
> This adds basic board support for TT-01 based on
> the Bluetechnix i.MX31 SOM. Currently only NOR-Flash
> boot is implemented.
>
Hi Helmut,
> diff --git a/boards.cfg b/boards.cfg
> index 0de08a1..4e43b00 100644
> --- a/boards.cfg
> +++ b/boards.cfg
Hi Mike,
On Wed, Oct 26, 2011 at 11:00 PM, Mike Frysinger wrote:
> On Thu, Oct 27, 2011 at 02:18, Simon Glass wrote:
>> --- a/net/net.c
>> +++ b/net/net.c
>>
>> - if (!strcmp(nretry, "yes"))
>> + if (*nretry == 'y')
>
> not sure about this as it makes it hard to add co
On Thu, Oct 27, 2011 at 15:35, Simon Glass wrote:
> On Wed, Oct 26, 2011 at 11:00 PM, Mike Frysinger wrote:
>> On Thu, Oct 27, 2011 at 02:18, Simon Glass wrote:
>>> --- a/net/net.c
>>> +++ b/net/net.c
>>>
>>> - if (!strcmp(nretry, "yes"))
>>> + if (*nretry == 'y')
>>
>>
> Dear Donggeun Kim,
>
> In message <1319526928-7927-1-git-send-email-dg77@samsung.com> you wrote:
> > In some cases, saving data in RAM as a file with FAT format is required.
> > This patch allows the file to be written in FAT formatted partition.
> >
> > The usage is similar with reading a
Hi Wolfgang,
On Wed, Oct 26, 2011 at 10:11 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> > /work/wd/tmp-ppc/u-boot.lds:69 cannot move location counter backwards
>> > (from 4000815c to 40008000)
>>
>> I did see this in my testing, but it seemed to happen even
On Thursday 27 October 2011 06:35:47 Sadashiva wrote:
> I am able to build the u-boot source code and its also able to
> create u-boot.bin but not able to build the u-boot.img file.
> Please can you instruct me how to build u-boot.img file.
Hmmm... What exactly is an "u-boot.img"? Whic
On 20 October 2011 11:06, Arno Steffen wrote:
>
> I modified single bits by adding a patch (thanks Scott Wood) to uboot,
> that allows write in raw mode to flash. Single bit error can corrected
> with HW-ECC, not with SW-ECC.
Hi all,
I would be very interested in using that patch (it is very use
board_mmc_init() initializes the pins of SDHC1 and
turns on V_MMC1 of the PMIC. The video setup for
the Epson display is provided along with some fancy
extra info to be displayed next to the HALE logo.
Signed-off-by: Helmut Raiger
---
V1: Note this requires http://patchwork.ozlabs.org/patch/1221
On 10/27/2011 06:11 PM, Helmut Raiger wrote:
> board_mmc_init() initializes the pins of SDHC1 and
> turns on V_MMC1 of the PMIC. The video setup for
> the Epson display is provided along with some fancy
> extra info to be displayed next to the HALE logo.
>
> Signed-off-by: Helmut Raiger
> ---
> V
This patch series should change no functionality, but just reduce code size
slightly to what it was before the tftpput series.
Each patch is independent and each can be accepted or rejected as required.
Overall the effect is to reduce the code size to about 36 bytes lower
than it was before tftp w
This is intended purely as a code size reduction.
Signed-off-by: Simon Glass
---
README|4
net/net.c |6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README b/README
index a1910dc..4d9ab77 100644
--- a/README
+++ b/README
@@ -3579,6 +3579,10 @@ List of
This should be a static function so it can be inlined.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add net_transfer() fix
net/tftp.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/tftp.c b/net/tftp.c
index e34f202..81f9af4 100644
--- a/net/tftp.c
+++ b/net/tft
This is intended purely as a code size reduction.
Signed-off-by: Simon Glass
---
Changes in v2:
- Fix commit message to say memset() instead of memcpy()
net/net.c |8 ++--
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/net/net.c b/net/net.c
index 11f41ed..cd34bf9 100644
This commit reduces code size a little by making the ICMP handler only
available to tftpput. This is reasonable since it is the only user at
present (ping just uses the normal handler).
Signed-off-by: Simon Glass
---
net/net.c |8
net/tftp.c |6 --
2 files changed, 12 inse
If CONFIG_CMD_TFTPPUT is not enabled, we want minimal code size impact
on the tftp code. This introduces a few more #ifdefs.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add patch with #ifdefs for cases which can only happen with tftpput
net/tftp.c | 11 ++-
1 files changed, 10 ins
The rarp code includes another instance of the auto_load logic, so call
what is now net_auto_load() instead.
This also fixes an incorrect call to TftpStart() which was never seen
since apparently no boards enable rarp.
Signed-off-by: Simon Glass
---
include/net.h |6 ++
net/bootp.c |
Hi,
To flash the u-boot image on board through tftp board expects in
u-boot.img format only. I cannot flash the u-boot.bin file. Like the code
specific or board specfic requires in certain format. So I, need help on how
build u-boot.img or image format file or else how to convert the u-
On 10/27/2011 05:46 AM, Premi, Sanjeev wrote:
>> -Original Message-
>> From: u-boot-boun...@lists.denx.de
>> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Rini, Tom
>> Sent: Thursday, October 27, 2011 2:44 AM
>> To: u-boot@lists.denx.de
>> Subject: [U-Boot] [PATCH 2/2] OMAP3: Add SPL
On Thursday 27 October 2011 18:29:55 Sadashiva wrote:
> To flash the u-boot image on board through tftp board expects in
> u-boot.img format only. I cannot flash the u-boot.bin file. Like the code
> specific or board specfic requires in certain format. So I, need help on
> how build u-boot.
--
THIS E-MAIL HAS WON TWO CRORES AND TWELVE LAKHS RUPEES IN THE COCA-COLA
2011 EVENT SEND YOUR NAME/ADD/NUMBER TO THIS E-mail:cocacolabo...@w.cn
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 10/27/2011 12:23 AM, Heiko Schocher wrote:
>>> In drivers/mtd/nand/davinci_nand.c CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
>>> is used, and there are 4bit specific functions, so this define is
>>> also valid, just we need in drivers/mtd/nand/nand_spl_simple.c a more
>>> common name, right?
>>
>> Rig
On 10/26/2011 09:29 PM, chang-ming.hu...@freescale.com wrote:
> From: Jerry Huang
>
> This patch:
> 1. Support 512MB DDR.
> 2. Support 33.33MHz oscillator.
> 3. QE clock is changed to 500MHz as the default value.
>
> The new MPC8360EMDS board changes the oscillator to 33.33MHz in order to
> supp
Commit 476af29 broke this check when the ifdef lists we consolidated.
Signed-off-by: Thierry Reding
---
include/image.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/image.h b/include/image.h
index 1ba866e..c56a18d 100644
--- a/include/image.h
+++ b/include/im
On 10/27/2011 10:22 AM, Ivan Nardi wrote:
> On 20 October 2011 11:06, Arno Steffen wrote:
>>
>> I modified single bits by adding a patch (thanks Scott Wood) to uboot,
>> that allows write in raw mode to flash. Single bit error can corrected
>> with HW-ECC, not with SW-ECC.
>
> Hi all,
>
> I woul
On 10/27/2011 01:54 PM, Scott Wood wrote:
> On 10/26/2011 09:29 PM, chang-ming.hu...@freescale.com wrote:
>> From: Jerry Huang
>>
>> This patch:
>> 1. Support 512MB DDR.
>> 2. Support 33.33MHz oscillator.
>> 3. QE clock is changed to 500MHz as the default value.
>>
>> The new MPC8360EMDS board cha
Hi Simon,
Le 25/10/2011 23:16, Simon Glass a écrit :
>> But please think about what you actually want in start.S. Do you
>> really want an #ifdef TEGRA2 with a check of a SOC register, followed
>> by a branch around the cp15_init code?
>
>
> This is the bit we need to sort out.
Indeed, but
Hi Wolfgang,
The following changes since commit c30a15e590c7e5bfd27e4704c81648071f11d51f:
FAT: Add FAT write feature (2011-10-26 21:40:44 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
Ajay Bhargav (4):
SPI: Add SPI driver support for Marvell Arm
Hi Albert,
On Thu, Oct 27, 2011 at 1:05 PM, Albert ARIBAUD
wrote:
> Hi Simon,
>
> Le 25/10/2011 23:16, Simon Glass a écrit :
>
>>> But please think about what you actually want in start.S. Do you
>>> really want an #ifdef TEGRA2 with a check of a SOC register, followed
>>> by a branch around the
Hi Simon,
On 21.10.2011 15:08, Simon Schwarz wrote:
Use software ECC for the SPL build if support for software ECC in
> SPL is
enabled.
>>>
>>> I'am curious: Is there a special reason for having software ecc in SPL?
>>
>> Well, yes. On OMAP2+ ECC mode defaults to software (incompatible w
Hi Tom,
That seems like a good change, though I would recommend to split it into
smaller
patches, please, see below:
On 10/26/2011 11:13 PM, Tom Rini wrote:
> This changes to making the board be responsible for providing the
> memory initialization timings in SPL
That probably would be one patch
Dear Mike Frysinger,
In message
you wrote:
> On Tue, Oct 25, 2011 at 09:15, Donggeun Kim wrote:
> > In some cases, saving data in RAM as a file with FAT format is required.
> > This patch allows the file to be written in FAT formatted partition.
>
> i thought Wolfgang NAK-ed FS write patches in
On 10/27/2011 01:46 PM, Igor Grinberg wrote:
> Hi Tom,
>
> That seems like a good change, though I would recommend to split it into
> smaller
> patches, please, see below:
>
> On 10/26/2011 11:13 PM, Tom Rini wrote:
>> This changes to making the board be responsible for providing the
>> memory in
Dear Simon Glass,
In message
you wrote:
>
> Yes, I'm not sure either. I have found a few env variables that use
> single letters (autoload, flashchecksum) and noticed that quite a few
> commands only decode as much of their subcommand as they need to be
> unique. I am happier with y and n than o
On Thu, Oct 27, 2011 at 20:58, Thierry Reding wrote:
> Commit 476af29 broke this check when the ifdef lists we consolidated.
that does seem to be the case ... sorry about that. i don't have any
dt systems to test :x.
Acked-by: Mike Frysinger
-mike
___
On Thu, Oct 27, 2011 at 22:55, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> On Tue, Oct 25, 2011 at 09:15, Donggeun Kim wrote:
>> > In some cases, saving data in RAM as a file with FAT format is required.
>> > This patch allows the file to be written in FAT formatted partition.
>>
>> i thought W
Acked-by: Mike Frysinger
-mike
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Commit c30a15e "FAT: Add FAT write feature" introduced a compiler
warning. Fix this.
Signed-off-by: Wolfgang Denk
Cc: Donggeun Kim
Cc: Kyungmin Park
---
fs/fat/fat.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index 7cf173c..756ac64 1
Acked-by: Mike Frysinger
-mike
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thu, Oct 27, 2011 at 18:24, Simon Glass wrote:
> The rarp code includes another instance of the auto_load logic, so call
> what is now net_auto_load() instead.
Acked-by: Mike Frysinger
> This also fixes an incorrect call to TftpStart() which was never seen
> since apparently no boards enable
i wish there was a way we could be clever and give gcc hints to do
better DCE rather than sprinkling #ifdef's. but maybe this is a pipe
dream.
-mike
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Signed-off-by: Michael Walle
Cc: Albert ARIBAUD
Cc: Prafulla Wadaskar
---
arch/arm/include/asm/arch-kirkwood/config.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-kirkwood/config.h
b/arch/arm/include/asm/arch-kirkwood/config.h
index b393b1a
On 10/26/2011 11:13 PM, Tom Rini wrote:
> This introduces 200MHz Micron parts timing information based on x-loader
> and re-organizes the file slightly for grouping. The memory init logic
> is also based on what x-loader does in these cases. Note that while
> previously u-boot would be flashed in
On 10/27/2011 11:00 PM, Tom Rini wrote:
> On 10/27/2011 01:46 PM, Igor Grinberg wrote:
>> Hi Tom,
>>
>> That seems like a good change, though I would recommend to split it into
>> smaller
>> patches, please, see below:
>>
>> On 10/26/2011 11:13 PM, Tom Rini wrote:
>>> This changes to making the boa
Dear Igor Grinberg,
In message <4ea9ca9d.6010...@compulab.co.il> you wrote:
> On 10/26/2011 11:13 PM, Tom Rini wrote:
> > This introduces 200MHz Micron parts timing information based on x-loader
> > and re-organizes the file slightly for grouping. The memory init logic
> > is also based on what x
On 10/27/2011 02:18 PM, Igor Grinberg wrote:
> On 10/26/2011 11:13 PM, Tom Rini wrote:
>> This introduces 200MHz Micron parts timing information based on x-loader
>> and re-organizes the file slightly for grouping. The memory init logic
>> is also based on what x-loader does in these cases. Note
This patchset introduces a new element "index" within the eth_device
structure, which is populated by eth_register(). The second patch uses this
element to get the right name of the environment variable for the ethernet
hardware address.
___
U-Boot maili
Don't assume that the MAC address of egiga0 rsp. egiga1 is ethaddr rsp.
eth1addr. If there is only a egiga1 device, u-boot will enumerate it as
device 0. Instead use the correct index number stored within the eth_device
structure.
Signed-off-by: Michael Walle
Cc: Prafulla Wadaskar
---
drivers/n
Instead of counting the device index everytime a functions needs it, store
it in the eth_device struct. eth_register() keeps track of the indices and
updates the device's index number. This simplifies some functions in
net/eth.c.
Additionally, a network driver can now query its index, eg. to get t
Am Donnerstag 27 Oktober 2011, 23:31:35 schrieb Michael Walle:
> Instead of counting the device index everytime a functions needs it, store
> it in the eth_device struct. eth_register() keeps track of the indices and
> updates the device's index number. This simplifies some functions in
> net/eth.c
Dear Simon Glass,
In message <1319732672-29071-2-git-send-email-...@chromium.org> you wrote:
> This commit reduces code size a little by making the ICMP handler only
> available to tftpput. This is reasonable since it is the only user at
> present (ping just uses the normal handler).
>
> Signed-o
Dear Simon Glass,
In message <1319732672-29071-3-git-send-email-...@chromium.org> you wrote:
> This should be a static function so it can be inlined.
>
> Signed-off-by: Simon Glass
> ---
> Changes in v2:
> - Add net_transfer() fix
>
> net/tftp.c |2 +-
> 1 files changed, 1 insertions(+), 1
Dear Simon Glass,
In message <1319732672-29071-4-git-send-email-...@chromium.org> you wrote:
> If CONFIG_CMD_TFTPPUT is not enabled, we want minimal code size impact
> on the tftp code. This introduces a few more #ifdefs.
>
> Signed-off-by: Simon Glass
> ---
> Changes in v2:
> - Add patch with #
Dear Simon Glass,
In message <1319732672-29071-5-git-send-email-...@chromium.org> you wrote:
> This is intended purely as a code size reduction.
>
> Signed-off-by: Simon Glass
> ---
> Changes in v2:
> - Fix commit message to say memset() instead of memcpy()
>
> net/net.c |8 ++--
> 1 f
1 - 100 of 208 matches
Mail list logo