Re: [U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver

2012-12-20 Thread Chris Kiick
Hi, Thanks for the reply. This is my first patch to u-boot. Any advice is appreciated. Comments in-line below. - Original Message > From: Scott Wood > To: Chris Kiick > Cc: u-boot@lists.denx.de > Sent: Wed, December 19, 2012 1:02:52 PM > Subject: Re: [U-Boot] [PATCH] NAND: allow c

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-20 Thread Prafulla Wadaskar
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 30 October 2012 05:29 > To: U-Boot List > Cc: Andreas Bießmann; Prafulla Wadaskar; dimax.m...@gmail.com > Subject: [PATCH] mv-common.h: increase malloc arena to 4MiB > > This will fix the followin

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-20 Thread Andreas Bießmann
Dear Prafulla Wadaskar, On 20.12.2012 10:31, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] >> Sent: 30 October 2012 05:29 >> To: U-Boot List >> Cc: Andreas Bießmann; Prafulla Wadaskar; dimax.m...@gmail.com >> Subject: [

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-20 Thread Prafulla Wadaskar
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 20 December 2012 15:19 > To: Prafulla Wadaskar > Cc: Andreas Bießmann; U-Boot List; dimax.m...@gmail.com > Subject: Re: [PATCH] mv-common.h: increase malloc arena to 4MiB > > Dear Prafulla Wadaska

Re: [U-Boot] Pull request for u-boot-marvell.git

2012-12-20 Thread Prafulla Wadaskar
Dear Albert Please discard my earlier pull request and please pull The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542: Albert ARIBAUD (1): Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' are available in the git repository at: u-boot-marvell.git mast

[U-Boot] [PATCH] lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs

2012-12-20 Thread Nikita Kiryanov
Commit fb6a9aab7ae78c (LCD: display 32bpp decompressed bitmap image) broke the check that allowed U-Boot to display 8 bpp BMPs on a 16 bpp LCD screen, effectively turning this feature off. Restore this feature by changing the check back to the same meaning it originally had. To avoid future confus

Re: [U-Boot] [PATCH 1/4] Optimized nand_read_buf for kirkwood

2012-12-20 Thread Phil Sutter
Hi Prafulla, On Wed, Dec 19, 2012 at 10:44:01PM -0800, Prafulla Wadaskar wrote: > For your next post of this patch, please do not forget to add version info > and changlog to the patch. Ah yes, indeed! Thanks a lot for the hint and sorry for the confusion caused. Best wishes, Phil -- Viprinet

Re: [U-Boot] please pull u-boot-samsung/resolve

2012-12-20 Thread Albert ARIBAUD
Hi Stephen, On Wed, 19 Dec 2012 23:24:07 -0700, Stephen Warren wrote: > On 12/19/2012 10:59 PM, Minkyu Kang wrote: > > Dear Albert and Stephen, > > > > On 20/12/12 01:28, Albert ARIBAUD wrote: > ... > >> Can you answer the question Stephen has asked on this list on 11/12 ? > >> > >>

Re: [U-Boot] split nand writes

2012-12-20 Thread Jaap de Jong
On 12/19/2012 11:47 PM, Scott Wood wrote: On 12/19/2012 09:43:01 AM, Jaap de Jong wrote: Hi All, suppose the image I want to flash is bigger than the available ram in the unit. Is there a way to copy the image f.i. in pieces into the flash? nand write should have a 'continue on last block' opti

Re: [U-Boot] Bricked when trying to attach UBI

2012-12-20 Thread Holger Brunck
Hi Luca, On 12/19/2012 06:37 PM, Luca Ceresoli wrote: > I had some days ago, but I double-checked now as you suggested. Indeed > there is an important difference: attach_by_scanning() (build.c) calls > ubi_wl_init_scan() and ubi_eba_init_scan() just like Linux does, but in > a swapped order! > >

Re: [U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-20 Thread Pavan
Hi all, i am using u-boot-2013.02.rc2 and cross-compiling for target am335x_evm_uart2_config target its creating MLO and u-boot.img for my target.buts its not booting on uart2. is there any configuration i need to change in u-boot source code? Thanks Regards Pavan -- View this message

[U-Boot] [PATCH V3 0/4] Add support for FIMD and DP on SMDK5250

2012-12-20 Thread Ajay Kumar
Changes since V2: -- Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM. -- Create and use new config CONFIG_EXYNOS_LOGO instead of using CONFIG_CMD_BMP -- Remove explicit call for cfg_lcd_gpio and add it as callback. [PATCH

[U-Boot] [PATCH V3 2/4] EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM

2012-12-20 Thread Ajay Kumar
When only DP is used, we need not enable CONFIG_EXYNOS_MIPI_DSIM. But if we do not select CONFIG_EXYNOS_MIPI_DSIM, exynos_fb.c throws error saying exynos_mipi_dsi_init() not defined. So, we add dummy definition for exynos_mipi_dsi_init when CONFIG_EXYNOS_MIPI_DSIM is not defined. Signed-off-by: Aj

[U-Boot] [PATCH RESEND V2 1/4] EXYNOS5: Change parent clock of FIMD to MPLL

2012-12-20 Thread Ajay Kumar
With VPLL as source clock to FIMD, Exynos DP Initializaton was failing sometimes with unstable clock. Changing FIMD source to MPLL resolves this issue. Signed-off-by: Ajay Kumar Acked-by: Simon Glass --- arch/arm/cpu/armv7/exynos/clock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(

[U-Boot] [PATCH V3 3/4] video: Modify exynos_fimd driver to support LCD console

2012-12-20 Thread Ajay Kumar
Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. In order to get LCD console, we need to enable half word swap feature of FIMD and use 16 BPP. LCD console and proprietary Logo cannot be used simultaneously. You should define CONFIG_EXYNOS_LOGO for proprietary Logo, and if CO

[U-Boot] [PATCH V3 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-20 Thread Ajay Kumar
Add panel_info structure required by LCD driver and DP panel platdata for SMDK5250. Add GPIO configuration for LCD. Enable FIMD and DP support on SMDK5250. DP Panel size: 2560x1600. We use 16BPP resolution to get LCD console. Signed-off-by: Ajay Kumar --- board/samsung/smdk5250/smdk5250.c | 97

Re: [U-Boot] [U-Boot, v2 1/6] cmd_sf: Add print messages on flash erase command

2012-12-20 Thread Wolfgang Denk
Dear Jagan Teki, In message you wrote: > > Apart from this sometimes (very rare) due to the slowness of UART or SPI flash > even if we run the sf commands it will not execute the actual code > just terminate with showing > u-boot prompt, so the user assumes that this command is happen > properly

Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support eMMC booting

2012-12-20 Thread Amarendra Reddy
Hi SImon, Thanks for the review comments. Please find below the responses for your comments. Thanks & Regards Amarendra On 20 December 2012 08:10, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > This patch adds commands to open, close and create partiti

Re: [U-Boot] [PATCH 8/9] SMDK5250: Enable eMMC booting

2012-12-20 Thread Amarendra Reddy
Hi SImon, Thanks for the review comments. Please find below the responses for your comments. Thanks & Regards Amarendra On 20 December 2012 08:05, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > This patch adds support for eMMC booting on SMDK5250 > > > >

Re: [U-Boot] [PATCH 7/9] MMC: APIs to support creation of boot partition

2012-12-20 Thread Amarendra Reddy
Hi Simon, Ok. I will ensure to get rid of these little errors. Thanks & Regards Amarendra Reddy On 20 December 2012 08:01, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > This pathc adds APIs to open, close and to create boot partiton for eMMC. > > > > Sig

Re: [U-Boot] [U-Boot,1/3] fw_env: fix type of len

2012-12-20 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/20/12 00:47, Joe Hershberger wrote: > Hi Tom, > > On Wed, Dec 19, 2012 at 5:00 PM, Tom Rini wrote: >> On Sat, Nov 10, 2012 at 07:47:45PM -, Mike Frysinger wrote: >> >>> This variable is assigned by a size_t, and is printed that way, >>> bu

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-20 Thread Tom Rini
On Tue, Dec 18, 2012 at 07:19:10PM +0100, Marek Vasut wrote: > I reduced it, DFU will have to wait, sorry. > > The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: > > Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) > > are available in the git repository at: > > g

Re: [U-Boot] [U-Boot, 1/2] spi: Add progress percentage and write speed to `sf update`

2012-12-20 Thread Tom Rini
On Wed, Dec 19, 2012 at 05:18:55PM -0800, Simon Glass wrote: > Hi Tom, > > On Wed, Dec 19, 2012 at 5:03 PM, Tom Rini wrote: > > On Thu, Dec 20, 2012 at 12:14:00AM +0100, Wolfgang Denk wrote: > >> Dear Tom Rini, > >> > >> In message <20121219225945.GF14589@bill-the-cat> you wrote: > >> > > >> ...

Re: [U-Boot] Bricked when trying to attach UBI

2012-12-20 Thread Luca Ceresoli
Hi, I'm Cc'ing the linux-mtd list as well as the authors of the Linux commits cited below. For these new readers: I reported a problem with U-Boot 2012.04.01 not being able to attach an UBI partition in NAND, while Linux (2.6.37) can attach and repair it. It looks like an U-Boot bug, but I disc

Re: [U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver

2012-12-20 Thread Chris Kiick
Hi, Well, you are of course 100% correct. I went back and took out the nand plat stuff, made my own driver and used NAND_ECC_HW mode. A few tweaks and it works just great. No changes needed to nand base code. The mode names are a bit misleading, perhaps someone could document them in the R

Re: [U-Boot] Conflicting commits for seaboard USB keyboard handling

2012-12-20 Thread Tom Warren
On Wed, Dec 19, 2012 at 5:32 PM, Allen Martin wrote: > On Wed, Dec 19, 2012 at 02:42:24PM -0800, Albert ARIBAUD wrote: >> Hi Allen, >> >> > Hi Albert, I did a merge of u-boot/master into u-boot-arm/master and >> > resolved the conflicts and I've pushed the result to: >> > >> > git://github.com/ar

Re: [U-Boot] Pull request: u-boot-sh/master

2012-12-20 Thread Tom Rini
On Thu, Dec 20, 2012 at 02:12:32PM +0900, Nobuhiro Iwamatsu wrote: > Hi Tom, > > Please pull u-boot-sh master branch. > > Best regards, > Nobuhiro > > The following changes since commit 095728803eedfce850a2f85828f79500cb09979e: > > Merge branch 'master' of git://git.denx.de/u-boot-net (201

[U-Boot] i.mx53 NFC support

2012-12-20 Thread Mark Roy
Hello folks, I have a custom i.mx53 board with NAND Flash connected using the i.mx53 NAND flash controller.I have been trying to the flash working in U-boot with no success. I was looking at the driver mtd/nand/mxc_nand.c which I thought would work, but it seems that it only supports the o

Re: [U-Boot] i.mx53 NFC support

2012-12-20 Thread Benoît Thébaudeau
Dear Mark Roy, On Thursday, December 20, 2012 6:57:29 PM, Mark Roy wrote: > I have a custom i.mx53 board with NAND Flash connected using the > i.mx53 > NAND flash controller.I have been trying to the flash working in > U-boot with no success. I was looking at the driver > mtd/nand/mxc_nand.c

Re: [U-Boot] [PATCH V3 2/4] EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM

2012-12-20 Thread Simon Glass
Hi Ajay, On Thu, Dec 20, 2012 at 4:35 AM, Ajay Kumar wrote: > When only DP is used, we need not enable CONFIG_EXYNOS_MIPI_DSIM. > But if we do not select CONFIG_EXYNOS_MIPI_DSIM, exynos_fb.c throws > error saying exynos_mipi_dsi_init() not defined. So, we add > dummy definition for exynos_mipi_ds

Re: [U-Boot] [PATCH V3 3/4] video: Modify exynos_fimd driver to support LCD console

2012-12-20 Thread Simon Glass
Hi, On Thu, Dec 20, 2012 at 4:35 AM, Ajay Kumar wrote: > Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. > In order to get LCD console, we need to enable half word swap feature > of FIMD and use 16 BPP. > LCD console and proprietary Logo cannot be used simultaneously. > Y

Re: [U-Boot] [PATCH V3 4/4] EXYNOS5: Add support for FIMD and DP

2012-12-20 Thread Simon Glass
On Thu, Dec 20, 2012 at 4:35 AM, Ajay Kumar wrote: > Add panel_info structure required by LCD driver > and DP panel platdata for SMDK5250. > Add GPIO configuration for LCD. > Enable FIMD and DP support on SMDK5250. > DP Panel size: 2560x1600. > We use 16BPP resolution to get LCD console. > > Signe

Re: [U-Boot] [PATCH 2/4] env_nand.c: support falling back to redundant env when writing

2012-12-20 Thread Phil Sutter
On Tue, Dec 11, 2012 at 05:12:32PM -0600, Scott Wood wrote: > On 12/10/2012 07:41:43 AM, Phil Sutter wrote: > > On Fri, Dec 07, 2012 at 11:38:11AM -0600, Scott Wood wrote: > > > On 12/07/2012 10:58:53 AM, Phil Sutter wrote: > > > > Hmm. Does not look like CONFIG_ENV_OFFSET_OOB is used to select >

Re: [U-Boot] [PATCH 2/4] env_nand.c: support falling back to redundant env when writing

2012-12-20 Thread Scott Wood
On 12/20/2012 03:28:39 PM, Phil Sutter wrote: On Tue, Dec 11, 2012 at 05:12:32PM -0600, Scott Wood wrote: > Erase blocks are larger than write pages, yes. I've never heard erase > blocks called "pages" or write pages called "blocks" -- but my main > point is that the unit of erasing and the u

[U-Boot] [PATCH v2] env: don't generate callback list entries for SPL

2012-12-20 Thread Scott Wood
SPL doesn't write to the environment. These list entries prevent the functions from being garbage-collected, even though nothing will look at the list. This caused several SPL builds (e.g. P2020RDB-PC_NAND) to break due to size limitations and/or unresolved symbols. A static inline function is

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2012-12-20 Thread Robert Nelson
On Tue, Dec 11, 2012 at 10:36 AM, Fabio Estevam wrote: > commit c73368150 (pmic: Extend PMIC framework to support multiple instances > of PMIC devices) has incorrectly passed the PMIC name under the FSL PMIC case. > > Fix that by passing "FSL_PMIC" as the parameter of pmic_get. > > Signed-off-by:

Re: [U-Boot] [PATCH v2] env: don't generate callback list entries for SPL

2012-12-20 Thread Kim Phillips
On Thu, 20 Dec 2012 15:51:05 -0600 Scott Wood wrote: > SPL doesn't write to the environment. These list entries prevent the > functions from being garbage-collected, even though nothing will look at > the list. This caused several SPL builds (e.g. P2020RDB-PC_NAND) to > break due to size limit

Re: [U-Boot] split nand writes

2012-12-20 Thread Scott Wood
On 12/20/2012 06:35:49 AM, Jaap de Jong wrote: On 12/19/2012 11:47 PM, Scott Wood wrote: On 12/19/2012 09:43:01 AM, Jaap de Jong wrote: Hi All, suppose the image I want to flash is bigger than the available ram in the unit. Is there a way to copy the image f.i. in pieces into the flash? nan

Re: [U-Boot] [PATCH] NAND: allow custom SW ECC when using nand plat driver

2012-12-20 Thread Scott Wood
On 12/20/2012 09:05:49 AM, Chris Kiick wrote: Hi, Well, you are of course 100% correct. I went back and took out the nand plat stuff, made my own driver and used NAND_ECC_HW mode. A few tweaks and it works just great. No changes needed to nand base code. The mode names are a bit mislea

Re: [U-Boot] RFC: Secure boot framework

2012-12-20 Thread Fernandes, Joel A
Hi Simon, Thanks for your reply. On Tue, Dec 18, 2012 at 1:37 AM, Simon Glass wrote: > Hi Joel, > > On Mon, Dec 17, 2012 at 9:11 PM, Fernandes, Joel A wrote: > >> Hi, >> >> Can anyone comment on what has been discussed about a framework for secure >> boot and authentication, if there has been s

Re: [U-Boot] [PATCH RESEND V2 1/4] EXYNOS5: Change parent clock of FIMD to MPLL

2012-12-20 Thread Donghwa Lee
On 2012년 12월 20일 21:35, Ajay Kumar wrote: With VPLL as source clock to FIMD, Exynos DP Initializaton was failing sometimes with unstable clock. Changing FIMD source to MPLL resolves this issue. Signed-off-by: Ajay Kumar Acked-by: Simon Glass --- arch/arm/cpu/armv7/exynos/clock.c |2 +-

Re: [U-Boot] [PATCH V3 2/4] EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM

2012-12-20 Thread Donghwa Lee
On 2012년 12월 20일 21:35, Ajay Kumar wrote: When only DP is used, we need not enable CONFIG_EXYNOS_MIPI_DSIM. But if we do not select CONFIG_EXYNOS_MIPI_DSIM, exynos_fb.c throws error saying exynos_mipi_dsi_init() not defined. So, we add dummy definition for exynos_mipi_dsi_init when CONFIG_EXYNOS_

Re: [U-Boot] [PATCH V3 3/4] video: Modify exynos_fimd driver to support LCD console

2012-12-20 Thread Donghwa Lee
On 2012년 12월 20일 21:35, Ajay Kumar wrote: Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. In order to get LCD console, we need to enable half word swap feature of FIMD and use 16 BPP. LCD console and proprietary Logo cannot be used simultaneously. You should define CONFIG

Re: [U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established

2012-12-20 Thread Joe Hershberger
Hi Simon, On Thu, Dec 13, 2012 at 8:21 PM, Simon Glass wrote: > The Asix driver takes the link down during init() and then brings it back up. > This commit changes this so that if a link has already been established > successfully we simply check that the link is still good. > > Also fix up asix_

Re: [U-Boot] [PATCH v2 5/7] usb: usbeth: smsc95xx: remove EEPROM loaded check

2012-12-20 Thread Joe Hershberger
Hi Simon, On Thu, Dec 13, 2012 at 8:21 PM, Simon Glass wrote: > From: Michael Spang > > [port of Linux kernel commit bcd218be5aeb by Steve Glendinning] > > The eeprom read & write commands currently check the E2P_CMD_LOADED_ bit is > set before allowing any operations. This prevents any reading

Re: [U-Boot] [PATCH V3 3/4] video: Modify exynos_fimd driver to support LCD console

2012-12-20 Thread Minkyu Kang
Dear Ajay, On 21/12/12 10:53, Donghwa Lee wrote: > On 2012년 12월 20일 21:35, Ajay Kumar wrote: >> Currently, exynos FIMD driver is being used to support only TIZEN LOGOs. >> In order to get LCD console, we need to enable half word swap feature >> of FIMD and use 16 BPP. >> LCD console and proprietar

[U-Boot] no mtdparted from U-Boot> prompt

2012-12-20 Thread jo...@msli.com
This is my first post to the list. I am using u-boot-1.3.4 in buildroot-2011.11 My device is a at91sam9g20-ek I have a patch adding: include/configs/at91sam9g20ek.h which I gather acts as a config file for u-boot. U-Boot> help does not list mtdparts But my bootargs does use it: bootargs=mem=64M c

Re: [U-Boot] [PATCH 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2012-12-20 Thread Amarendra Reddy
Hi Simon, Thanks for your review comments. Please find the responses below. Thanks & Regards Amarendra Reddy On 20 December 2012 07:54, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > This API computes the divisor value based on MPLL clock and > > writes i

Re: [U-Boot] [PATCH 4/9] EXYNOS5: DWMMC: Added dt support for DWMMC

2012-12-20 Thread Amarendra Reddy
Hi Simon, Thanks for your review comments. Please find the responses below. Thanks & Regards Amarendra Reddy On 20 December 2012 07:53, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > Signed-off-by: Amar > > > > Good to see this patch! Please can you add

Re: [U-Boot] [PATCH 6/9] SMDK5250: Enable DWMMC

2012-12-20 Thread Amarendra Reddy
Hi Simon, Thanks for the review comments. Please find the responses below. Thanks & Regards Amarendra Reddy On 20 December 2012 07:59, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > This patch enables DWMMC for SMDK5250. > > Support both dt and non-dt ver

Re: [U-Boot] [U-Boot, v2 1/6] cmd_sf: Add print messages on flash erase command

2012-12-20 Thread Jagan Teki
Hi Wolfgang Denk, On Thu, Dec 20, 2012 at 6:19 PM, Wolfgang Denk wrote: > Dear Jagan Teki, > > In message > you > wrote: >> >> Apart from this sometimes (very rare) due to the slowness of UART or SPI >> flash >> even if we run the sf commands it will not execute the actual code >> just termin

Re: [U-Boot] [U-Boot, v2 1/6] cmd_sf: Add print messages on flash erase command

2012-12-20 Thread Wolfgang Denk
Dear Jagan Teki, In message you wrote: > > I thought it could be a good progress prints for sf read/write/erase > commands as we didn't have > these verbose prints before. > > Do you think these are useful/required messages?, please take my above > concerns. Some people will like such verboc

[U-Boot] [PATCH] powerpc/mpc8572ds: Enable bank interleaving to cs0+cs1 for dual-rank DIMMs

2012-12-20 Thread Jia Hongtao
The controller interleaving only takes the usable memory mapped to cs0. In the case of bank interleaving not enabled, only half of dual-rank DIMM will be used. For single-rank DIMM bank interleaving will be auto disabled. Signed-off-by: Jia Hongtao Signed-off-by: Li Yang --- include/configs/MP

[U-Boot] [PATCH] powerpc/mpc8544ds: Add USB controller support for MPC8544DS

2012-12-20 Thread Jia Hongtao
USB controller in uboot is a required feature for MPC8544DS. Without this support there is no 'usb' command in uboot. Signed-off-by: Jia Hongtao Signed-off-by: Li Yang --- include/configs/MPC8544DS.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/include/co

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-20 Thread Igor Grinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/20/12 16:30, Tom Rini wrote: > On Tue, Dec 18, 2012 at 07:19:10PM +0100, Marek Vasut wrote: > >> I reduced it, DFU will have to wait, sorry. >> >> The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: >> >> Prepare v2013