Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-16 Thread Stefan Roese
Hi Tom, On 07/15/2013 11:05 PM, Tom Rini wrote: If you've got changes outstanding still, please start gently poking custodians with patchwork links. I've got a good bit of stuff I need to deal with myself still, but please prod me all the same. my series [PATCH v7 0/5] Add gdsys

Re: [U-Boot] [PATCH 1/3] arm: spl: Fix SPL booting for OMAP3

2013-07-16 Thread Stefan Roese
Hi Tom, On 07/15/2013 04:33 PM, Tom Rini wrote: SPL already has GD set to the correct location (in s_init), we mustn't move it around now since some data (clocks etc) is already present. This error was detected on the SPL port for the Compulab CM-T35 board (OMAP3530). Signed-off-by: Stefan

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-16 Thread Dirk Eibach
Hi Tom, my 4xx series depends on Heikos I2C update, which he did not manage to get ready in this release cycle. But he promised he will push it when the next merge window opens :) The 85xx series should be ready to go. Cheers Dirk 2013/7/15 Tom Rini tr...@ti.com: On Tue, Jul 02, 2013 at

Re: [U-Boot] [PATCH] mxc_gpio: Correct the GPIO handling in gpio_direction_output()

2013-07-16 Thread Stefano Babic
On 15/07/2013 15:58, Dirk Behme wrote: Setting the direction and an output value should be done by First, set the desired output value. Then, switch to output. If this is done in the inverse order, like at the moment, there can be a glitch on the GPIO line while switching first the old

Re: [U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-16 Thread Lukasz Majewski
Hi Heiko, updating an ubi partition needs a completely erased mtd partition, see: http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html So, add partubi alt setting for the dfu_alt_info environment variable to mark this partition as an ubi partition. In case we update an ubi

[U-Boot] [RFC] Improve bootargs for IGEP boards.

2013-07-16 Thread Enric Balletbo Serra
Now that all the IGEP boards have Device Tree support and uImage is deprecated in favour of zImage, maybe, it's time to rethink the default boot command. We can also use this to unify the different bootargs between IGEP0020/30/32 and IGEP0033 that now are a bit different. IMHO, basically, there

Re: [U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-16 Thread Heiko Schocher
Hello Lukasz, Am 16.07.2013 09:41, schrieb Lukasz Majewski: Hi Heiko, updating an ubi partition needs a completely erased mtd partition, see: http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html So, add partubi alt setting for the dfu_alt_info environment variable to mark this

[U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Rommel Custodio
Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the ext4write command. Though there seems to be several problems with the ext2/ext4 code. I am testing on an ml507 (PPC440, Big Endian). There are some cases where the a field is 16-bit but

Re: [U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-16 Thread Lukasz Majewski
Hi Heiko, Hello Lukasz, Am 16.07.2013 09:41, schrieb Lukasz Majewski: Hi Heiko, updating an ubi partition needs a completely erased mtd partition, see: http://lists.infradead.org/pipermail/linux-mtd/2011-May/035416.html So, add partubi alt setting for the dfu_alt_info

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Lukasz Majewski
Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the ext4write command. Though there seems to be several problems with the ext2/ext4 code. The ext4 code at u-boot (especially ext4write) needs special attention. It is on

Re: [U-Boot] [PATCH 6/7 v8] NAND: TPL : introduce the TPL based on the SPL

2013-07-16 Thread Zhang Ying-B40530
-Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 16, 2013 7:56 AM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject: Re: [PATCH 6/7 v8] NAND: TPL : introduce the TPL based on the SPL On 07/15/2013 04:36:29

Re: [U-Boot] Setting Ethernet Speed in NFS boot

2013-07-16 Thread Wolfgang Denk
Dear Sandeep C R, please keep the mailing list on Cc: also, please do ot top post / full quote - see [1] if you need help with that. [1] http://www.netmeister.org/news/learn2quote.html In message CAEX5Uh-NHWq86Xy4AwzYe=QEYqTWOB3bVCE+fiWNd4-eZQB=u...@mail.gmail.com you wrote: my question

[U-Boot] [PATCH] SPL: Limit image name print length

2013-07-16 Thread Taras Kondratiuk
If image name is longer than 32 bytes, then it will be truncated. This will remove '\0' at the end of the line, so printf will go out of string limit. Signed-off-by: Taras Kondratiuk ta...@ti.com Reviewed-by: Tom Rini tr...@ti.com --- common/spl/spl.c |5 +++-- 1 file changed, 3

Re: [U-Boot] [PATCH 1/3] arm: spl: Fix SPL booting for OMAP3

2013-07-16 Thread Tom Rini
On Tue, Jul 16, 2013 at 08:24:48AM +0200, Stefan Roese wrote: Hi Tom, On 07/15/2013 04:33 PM, Tom Rini wrote: SPL already has GD set to the correct location (in s_init), we mustn't move it around now since some data (clocks etc) is already present. This error was detected on the SPL

[U-Boot] standalone-examples: support custom GCC lib

2013-07-16 Thread Jack Mitchell
Fighting with compiling u-boot today and dealing with problems related to using a custom built openembedded toolchain, I found the need to specify a custom location for the GCC lib. This is well supported when building u-boot, but my compile was failing in the standalone examples, as there was no

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-16 Thread Fleming Andy-AFLEMING
On Jul 16, 2013, at 1:56, Dirk Eibach dirk.eib...@gdsys.cc wrote: Hi Tom, my 4xx series depends on Heikos I2C update, which he did not manage to get ready in this release cycle. But he promised he will push it when the next merge window opens :) The 85xx series should be ready to go.

Re: [U-Boot] [U-Boot, 2/2, V3] PPC MPC83xx: Fix MPC8323ERDB build warning

2013-07-16 Thread Tom Rini
On Sun, Jul 14, 2013 at 07:42:40PM +0200, Wolfgang Denk wrote: Fix: mpc8323erdb.c: In function 'mac_read_from_eeprom': mpc8323erdb.c:198:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by: Wolfgang Denk w...@denx.de cc: Timur

[U-Boot] [PATCH] standalone-examples: support custom GCC lib

2013-07-16 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Add support for defining the gcc lib in standalone examples as is done in the main u-boot Makefile Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk --- examples/standalone/Makefile | 15 +-- 1 file changed, 13

Re: [U-Boot] arm:exynos:fix: Fix clock calculation for Exynos4210 based targets.

2013-07-16 Thread Tom Rini
On Fri, Jul 12, 2013 at 07:08:25PM +0200, ??ukasz Majewski wrote: Provide proper setting for the APLL fout frequency calculation for Exynos4 based targets (especially Exynos4210 - Trats board). Signed-off-by: Lukasz Majewski l.majew...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com

Re: [U-Boot] arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel

2013-07-16 Thread Tom Rini
On Mon, Jul 15, 2013 at 04:09:50PM +0200, ??ukasz Majewski wrote: Before setting: mipi_lcd_device.reverse_panel = 1, the Trats's LCD panel was flipped by 180 degrees. The flip was caused by following change: Exynos: Change get_timer() to work correctly SHA1:

Re: [U-Boot] [U-Boot, v2] cramfs: fix bug for wrong filename comparison

2013-07-16 Thread Tom Rini
On Mon, Jul 08, 2013 at 09:06:49AM +0200, Holger Brunck wrote: cramfsload uImage_1 succeeds even though the actual file is named uImage. Fix file name comparison when one name is the prefix of the other. Signed-off-by: Holger Brunck holger.bru...@keymile.com cc: Wolfgang Denk

Re: [U-Boot] [U-Boot, v2, 1/1] patman: README documentation nits (unit test)

2013-07-16 Thread Tom Rini
On Sun, Jul 14, 2013 at 11:27:45AM +0200, Gerhard Sittig wrote: adjust instructions for the invocation of Patman's self test: the -t flag appears to have a different meaning now, refer to the --test option for the builtin unit test; adjust a directory location and make sure to run the file

Re: [U-Boot] scsi: Correct types of scsi_read/write()

2013-07-16 Thread Tom Rini
On Wed, Jul 03, 2013 at 07:11:41AM -0700, Simon Glass wrote: The block device expects to see lbaint_t for the blknr parameter. Change the SCSI read/write functions to suit. This fixes the following build warnings for coreboot: cmd_scsi.c: In function ???scsi_scan???: cmd_scsi.c:119:30:

Re: [U-Boot] common: remove unaligned access error in bootmenu_getoption()

2013-07-16 Thread Tom Rini
On Thu, Jun 27, 2013 at 06:58:53PM +0800, Dennis Lan (dlan) wrote: From: Lan Yixun (dlan) dennis.y...@gmail.com Some ARM compilers may emit code that makes unaligned accesses when faced with constructs such as: char name[12] = bootmenu_; same fix as commit:

Re: [U-Boot] [U-Boot, v2] Fix ext2/ext4 filesystem accesses beyond 2TiB

2013-07-16 Thread Tom Rini
On Wed, Jun 26, 2013 at 06:11:25PM +0200, Frederic Leroy wrote: With CONFIG_SYS_64BIT_LBA, lbaint_t gets defined as a 64-bit type, which is required to represent block numbers for storage devices that exceed 2TiB (the block size usually is 512B), e.g. recent hard drives We now use lbaint_t

Re: [U-Boot] [PATCH] Revert MIPS: Jz4740: Add qi_lb60 board support

2013-07-16 Thread Tom Rini
On Mon, Jul 15, 2013 at 09:21:36AM -0400, Tom Rini wrote: The files board/qi/qi_lb60/qi_lb60.c and include/configs/qi_lb60.h were licensed under the GPL v3 or later, and not v2 or later. As this is incompatible with the project, revert this board support until the responsible parties are

Re: [U-Boot] [ANN] v2013.07-rc3

2013-07-16 Thread Tom Rini
On Fri, Jul 12, 2013 at 05:27:12PM -0400, Tom Rini wrote: Hey all, I've tagged and pushed v2013.07-rc3 out, and it should sync its way around in a few hours. I believe we should be all sorted out with FIT images and bootz and bootm finally, but a quick check that we've really got things

Re: [U-Boot] [PATCH] fsl_esdhc: Touch only relevant sys ctrl bits

2013-07-16 Thread Stefano Babic
On 15/07/2013 15:44, Dirk Behme wrote: Dealing with the sys ctrl register should touch only the relevant bits and not accidently the whole register. On i.MX6, the sys control register contains bits which shouldn't be reset to 0, e.g. SYS_CTRL[3-0] and IPP_RST_N (SYS_CTRL[23]). Do this by

Re: [U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-16 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/16/2013 12:54 AM, Heiko Schocher wrote: [snip] - This patch is also a good starting point to fix up updating ubi, as we currently use nand erase for erasing the sektors. This is not the prefered way for writing an ubi image, see:

[U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-07-16 Thread Lukasz Majewski
Dear All, Since DFU usage at u-boot is spreading to different device types (MMC, NAND), file systems, raw partitions, ubi, etc, I think that it is a good moment to unify and structure the form of dfu_alt_info environment variable. Proposed new format for single dfu entity: NAME | Type |

Re: [U-Boot] [PATCH] README.mx28_common: Rename it to README.mxs

2013-07-16 Thread Fabio Estevam
Hi Stefano, On Fri, Jul 12, 2013 at 8:49 AM, Marek Vasut ma...@denx.de wrote: Dear Fabio Estevam, From: Fabio Estevam fabio.este...@freescale.com commit 54965b61360 (README: mxs: Introduce README.mxs) should have changed the file name to README.mxs, as it covers both mx23 and mx28 now.

Re: [U-Boot] [PATCH v2] dfu, nand, ubi: add partubi alt settings for updating ubi partition

2013-07-16 Thread Heiko Schocher
Hello Tom, Am 16.07.2013 17:14, schrieb Tom Rini: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/16/2013 12:54 AM, Heiko Schocher wrote: [snip] - This patch is also a good starting point to fix up updating ubi, as we currently use nand erase for erasing the sektors. This is not the

Re: [U-Boot] [ANN] v2013.07-rc3

2013-07-16 Thread Lukasz Majewski
On Tue, 16 Jul 2013 10:40:42 -0400 Tom Rini tr...@ti.com wrote, Hi Tom, I expect on Monday to have a bugfix for exynos clock things to apply. And I'm fine just applying to master, once it's been ack'd by everyone that needs to. I've picked up the 2 Exynos bugfixes that've been ack'd

Re: [U-Boot] [PATCH v2] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-16 Thread Eric Nelson
On 07/15/2013 10:29 AM, Fabio Estevam wrote: mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's avoid the code duplication and only use the nitrogen6x source code to make board code maintainance easier. Tested booting a mainline device tree kernel on a mx6qsabrelite board.

Re: [U-Boot] [PATCH 6/7 v8] NAND: TPL : introduce the TPL based on the SPL

2013-07-16 Thread Scott Wood
On 07/16/2013 05:04:55 AM, Zhang Ying-B40530 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 16, 2013 7:56 AM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530 Subject: Re: [PATCH 6/7 v8] NAND: TPL :

Re: [U-Boot] [[PATCH v2 5/6] USB: ehci: Add a weak function for resetting devices

2013-07-16 Thread Dan Murphy
Marek On 07/14/2013 10:19 PM, Marek Vasut wrote: Dear Dan Murphy, Roger On 07/11/2013 09:23 AM, Roger Quadros wrote: Hi Marek, On 07/11/2013 03:35 PM, Marek Vasut wrote: Dear Roger Quadros, On 07/11/2013 02:16 AM, Dan Murphy wrote: On 07/10/2013 05:20 PM, Marek Vasut wrote: Dear Dan

[U-Boot] [PATCH RFC V1 03/18] mx6: define OTG_BASE_ADDR

2013-07-16 Thread Troy Kisky
Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/imx-regs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 03abb2a..30a9687 100644 ---

[U-Boot] [PATCH RFC V1 05/18] nitrogen6x: add CONFIG_MV_UDC

2013-07-16 Thread Troy Kisky
Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- include/configs/nitrogen6x.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index aea91bc..40d0191 100644 --- a/include/configs/nitrogen6x.h +++

[U-Boot] [PATCH RFC V1 02/18] mx6: iomux: add GPR1 defines

2013-07-16 Thread Troy Kisky
Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/iomux.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/iomux.h b/arch/arm/include/asm/arch-mx6/iomux.h index d67f600..5a2e75f 100644 ---

[U-Boot] [PATCH RFC V1 10/18] usb: gadget: ether: return error from rx_submit if no request

2013-07-16 Thread Troy Kisky
This prevents a crash if tftpboot is given a bad filename. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/ether.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index e39714b..1542ca3

[U-Boot] [PATCH RFC V1 06/18] usb: gadget: config: fix unaligned access issues

2013-07-16 Thread Troy Kisky
Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/config.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c index f9163a8..a4cb5ad 100644 --- a/drivers/usb/gadget/config.c +++

[U-Boot] [PATCH RFC V1 13/18] usb: gadget: mv_udc: fix typo in error message

2013-07-16 Thread Troy Kisky
Change 'nfo=' to 'info=' Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com squash typo --- drivers/usb/gadget/mv_udc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 8bf7040..820a3b8 100644 ---

[U-Boot] [PATCH RFC V1 08/18] usb: gadget: mv_udc: add MX6Q specific reset

2013-07-16 Thread Troy Kisky
Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- I don't know if this is needed, but it doesn't hurt. --- drivers/usb/gadget/mv_udc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 5ab4656..033a9f1 100644

[U-Boot] [PATCH RFC V1 11/18] usb: gadget: mv_udc: split mv_udc.h file

2013-07-16 Thread Troy Kisky
Move defines only needed by mv_udc.c to a file in the same directory. This allows usbtty to compile for mv_udc, but it still doesn't link. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/mv_udc.c | 6 +++ drivers/usb/gadget/mv_udc.h | 117

[U-Boot] [PATCH RFC V1 04/18] nitrogen6x: add otg usb ethernet gadget support

2013-07-16 Thread Troy Kisky
Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- board/boundary/nitrogen6x/nitrogen6x.c | 16 1 file changed, 16 insertions(+) diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c index 8f0f9b8..a845ee5 100644 ---

[U-Boot] [PATCH RFC V1 00/18] Make mv_udc work for i.mx6

2013-07-16 Thread Troy Kisky
Hi Marek, This series is based on your u-boot-testing/chipidea branch. After this series, nitrogen6x works with tftpboot to transfer files over usb. But I still cannot enable CONFIG_USB_TTY because of link errors. Do you have a plan for defining the following symbols in general code? setup_ep

[U-Boot] [PATCH RFC V1 15/18] usb: gadget: mv_udc: set is_dualspeed = 1

2013-07-16 Thread Troy Kisky
This controller support full and high speed. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/mv_udc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 8f3d975..5c10a8b 100644 ---

[U-Boot] [PATCH RFC V1 18/18] usb: gadget: mv_udc: clear desc upon ep_disable

2013-07-16 Thread Troy Kisky
desc is set at ep_enable, so for symmetry, clear it at ep_disable. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/mv_udc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 324a8d1..5d3cd74

[U-Boot] [PATCH RFC V1 14/18] usb: gadget: mv_udc: use static initialization of ops, udc

2013-07-16 Thread Troy Kisky
Move the initialization of gadget.ops and udc from code to the static structure. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/mv_udc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/mv_udc.c

[U-Boot] [PATCH RFC V1 16/18] usb: gadget: mv_udc: fix full speed connections

2013-07-16 Thread Troy Kisky
Set maximum packet length in queue header to wMaxPacketSize of endpoint. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/mv_udc.c | 40 +--- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git

[U-Boot] [PATCH RFC V1 12/18] usb: udc: add udc.h include file

2013-07-16 Thread Troy Kisky
Move common defintions to udc.h Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/serial/usbtty.h | 3 +-- include/usb/designware_udc.h | 31 --- include/usb/mpc8xx_udc.h | 19 +- include/usb/musb_udc.h | 53

[U-Boot] [PATCH RFC V1 07/18] usb: gadget: mv_udc: set udc after controller.udc is initialized

2013-07-16 Thread Troy Kisky
mvudc_probe initializes controller.udc, so move initialization of local udc variable after this call. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/mv_udc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/mv_udc.c

[U-Boot] [PATCH RFC V1 09/18] usb: gadget: ether set wMaxPacketSize

2013-07-16 Thread Troy Kisky
set wMaxPacketSize for full speed descriptors Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/ether.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index de880ff..e39714b 100644 ---

[U-Boot] [PATCH RFC V1 01/18] Add functions for use with i.mx6 otg udc

2013-07-16 Thread Troy Kisky
Add functions for use with mx6 soc void otg_enable(void); void reset_usb_phy1(void); Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- arch/arm/cpu/armv7/mx6/soc.c | 70 +++ arch/arm/include/asm/arch-mx6/sys_proto.h | 4 ++ 2 files changed,

[U-Boot] [PATCH RFC V1 17/18] usb: gadget: mv_udc: fix cache issues

2013-07-16 Thread Troy Kisky
Allow mv_udc to work when cache is enabled by adding flushing and invalidating calls. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/mv_udc.c | 36 +++- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-07-16 Thread Tormod Volden
On Tue, Jul 16, 2013 at 5:35 PM, Lukasz Majewski wrote: The end step would be to extend dfu-util to support -C switch, which would allow to send u-boot command quoted as text: dfu-util -aN -C reset Instead of adding a new, rather u-boot specific option to dfu-util, would implementation of the

[U-Boot] i.MX6 DRAM_RESET documentation

2013-07-16 Thread Troy Kisky
Hi All I have a strange issue that maybe you can help explain. Under u-boot during a tftp transfer, we have some boards that show timeouts on our latest build, and 1 board where ethernet doesn't work at all on the latest build. These boards work with an older rev of software. I was able to

Re: [U-Boot] [PATCH v2] board/p1010rdb: add pin mux and sdhc support in any boot

2013-07-16 Thread Andy Fleming
On Sun, Jun 16, 2013 at 9:32 PM, Shengzhou Liu shengzhou@freescale.comwrote: SDHC pins are multiplexed with IFC and ULPI interfaces. This patch intends to enable SDHC function in case of NOR/NAND/SPI boot aside from SD boot. If esdhc is configured in hwconfig, u-boot will configure

Re: [U-Boot] [U-Boot, v7, 1/5] tpm: add AUTH1 cmds for LoadKey2 and GetPubKey

2013-07-16 Thread Andy Fleming
On Wed, Jun 26, 2013 at 03:55:13PM +0200, Dirk Eibach wrote: From: Reinhard Pfau p...@gdsys.de Extend the tpm library with support for single authorized (AUTH1) commands as specified in the TCG Main Specification 1.2. (The internally used helper functions are implemented in a way that they

Re: [U-Boot] [U-Boot, v7, 2/5] i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0

2013-07-16 Thread Andy Fleming
On Wed, Jun 26, 2013 at 03:55:14PM +0200, Dirk Eibach wrote: From: Reinhard Pfau p...@gdsys.de if alen is 0: no longer start a write cycle before reading data. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Reinhard Pfau reinhard.p...@gdsys.cc Acked-by: Heiko Schocher

Re: [U-Boot] [U-Boot,v7,3/5] Add Atmel I2C tpm

2013-07-16 Thread Andy Fleming
On Wed, Jun 26, 2013 at 03:55:15PM +0200, Dirk Eibach wrote: From: Dirk Eibach eib...@gdsys.de Add support for Atmel TPM devices with two wire interface. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc Signed-off-by: Reinhard Pfau reinhard.p...@gdsys.cc Reviewed-by: Simon Glass

Re: [U-Boot] [U-Boot, v7, 5/5] mpc85xx: Add gdsys ControlCenter Digital board

2013-07-16 Thread Andy Fleming
On Wed, Jun 26, 2013 at 03:55:17PM +0200, Dirk Eibach wrote: From: Dirk Eibach eib...@gdsys.de The gdsys ControlCenter Digital board is based on a Freescale P1022 QorIQ SOC. It boots from SPI-Flash but can be configured to boot from SD-card for factory programming and testing. On board

Re: [U-Boot] [U-Boot, v7, 4/5] Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM

2013-07-16 Thread Andy Fleming
On Wed, Jun 26, 2013 at 03:55:16PM +0200, Dirk Eibach wrote: From: Dirk Eibach eib...@gdsys.de MAKEALL is fine for ppc4xx and mpc85xx. Run checks were done on our controlcenterd hardware. Signed-off-by: Dirk Eibach dirk.eib...@gdsys.cc Applied, thanks! Andy

Re: [U-Boot] [U-Boot, v3] powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL

2013-07-16 Thread Andy Fleming
On Fri, Jul 05, 2013 at 11:59:26AM +0530, Prabhakar Kushwaha wrote: CONFIG_SPL_BUILD creates debug TLB entry, so disable it before init_tlbs. CONFIG_SPL_INIT_MINIMAL never creates any debug TLB entry, so no need of disable_tlb(). Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com

[U-Boot] Please pull u-boot-mpc85xx.git

2013-07-16 Thread Andy Fleming
arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel (2013-07-16 09:20:16 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master for you to fetch changes up to 2a6936059a1f393d828274bf5d33dd54c0a3c882: powerpc/mpc85xx:Disable

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Rommel Custodio
Sorry for the extra noise. On Wednesday, July 17, 2013, Rommel G Custodio sessya...@gmail.com wrote: Dear Lukasz Majewski, On 2013.07/16, Lukasz Majewski wrote: Hi Rommel, Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the

[U-Boot] Please pull u-boot-mmc.git

2013-07-16 Thread Andy Fleming
The following changes since commit baa8841d6cc8a8cb79e0aee2fe1b360dacc05aaf: arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panel (2013-07-16 09:20:16 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-mmc.git master for you to fetch changes up

Re: [U-Boot] drivers/mmc/dw_mmc - remove extra arch specific asm/arch/clk.h inclusion

2013-07-16 Thread Andy Fleming
On Mon, Jul 15, 2013 at 03:30:30PM +0400, Alexey Brodkin wrote: 1. No contents of asm/arch/clk.h is used within dw_mmc.c. 2. If arch doesn't have asm/arch/clk.h driver won't build. Without mentioned inclusion dw_mmc driver could be built for arches other than ARM. For ARM driver still builds

Re: [U-Boot] fsl_esdhc: Touch only relevant sys ctrl bits

2013-07-16 Thread Andy Fleming
On Mon, Jul 15, 2013 at 03:44:29PM +0200, Dirk Behme wrote: Dealing with the sys ctrl register should touch only the relevant bits and not accidently the whole register. On i.MX6, the sys control register contains bits which shouldn't be reset to 0, e.g. SYS_CTRL[3-0] and IPP_RST_N

Re: [U-Boot] Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board

2013-07-16 Thread Andy Fleming
On Mon, Jul 01, 2013 at 02:26:01PM +0800, Haijun.Zhang wrote: Fill the right command type when using CMD12 to stop data transfer. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com CC: Fleming Andrew-AFLEMING aflem...@freescale.com CC: Scott Wood scottw...@freescale.com Applied to get

Re: [U-Boot] [PATCH RFC V1 10/18] usb: gadget: ether: return error from rx_submit if no request

2013-07-16 Thread Troy Kisky
On 7/16/2013 1:47 PM, Troy Kisky wrote: This prevents a crash if tftpboot is given a bad filename. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/ether.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/ether.c

Re: [U-Boot] i.MX6 DRAM_RESET documentation

2013-07-16 Thread Liu Hui-R64343
-Original Message- From: Troy Kisky [mailto:troy.ki...@boundarydevices.com] Sent: Wednesday, July 17, 2013 5:59 AM To: Fabio Estevam Cc: Liu Hui-R64343; Benoît Thébaudeau; u-boot@lists.denx.de Subject: i.MX6 DRAM_RESET documentation Hi All I have a strange issue that maybe you can help

Re: [U-Boot] [PATCH RFC V1 03/18] mx6: define OTG_BASE_ADDR

2013-07-16 Thread Marek Vasut
Dear Troy Kisky, Please add commit messages. Btw I removed this horrible macro in my patchset. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- arch/arm/include/asm/arch-mx6/imx-regs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [U-Boot] [PATCH RFC V1 00/18] Make mv_udc work for i.mx6

2013-07-16 Thread Marek Vasut
Hi Troy, Hi Marek, Can you please base the series on top of my series I posted a while ago [1] ? I feel bad about asking you to, but that series was out earlier and I'm planning to apply it for next MW. btw review would be nice ;-) This series is based on your u-boot-testing/chipidea

Re: [U-Boot] [PATCH RFC V1 06/18] usb: gadget: config: fix unaligned access issues

2013-07-16 Thread Marek Vasut
Dear Troy Kisky, Missing commit message :-( Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- drivers/usb/gadget/config.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/config.c b/drivers/usb/gadget/config.c index f9163a8..a4cb5ad

[U-Boot] [PATCH 1/3] bootm: Move fixup_silent_linux() earlier in the bootm stages

2013-07-16 Thread Simon Glass
Before the bootm refactor, fixup_silent_linux() was done only in the monolithic bootm case, not in the subcommand case. With the refactor, it is done always, which is good. Unfortunately it is done too late, since it is the PREP or CMDLINE stages that set up the command line for Linux. Move

[U-Boot] [PATCH 3/3] image: Display FIT timestamp when booting

2013-07-16 Thread Simon Glass
The timestamp is shown in fit_print_contents() but for some reason not in fit_image_print(). This seems to be an oversight, since it is the latter which is used by bootm. Add timestamp printing in this case. (There is code duplication in these two function, for looking at in a future patch).

Re: [U-Boot] [PATCH 1/3] bootm: Move fixup_silent_linux() earlier in the bootm stages

2013-07-16 Thread Simon Glass
Hi Tom, On Tue, Jul 16, 2013 at 9:09 PM, Simon Glass s...@chromium.org wrote: Before the bootm refactor, fixup_silent_linux() was done only in the monolithic bootm case, not in the subcommand case. With the refactor, it is done always, which is good. Unfortunately it is done too late, since

[U-Boot] [PATCH 2/3] RFC: bootm: Add silent_linux environment variable

2013-07-16 Thread Simon Glass
At present the console for linux is silent if the U-Boot console is silent, unless CONFIG_SILENT_U_BOOT_ONLY is set. I wonder if a better way would be to have an environment variable to control this? Then we can control the verbosity from scripts, and set the variable to 'no' for those boards that

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-07-16 Thread Lukasz Majewski
On Tue, 16 Jul 2013 23:27:44 +0200 Tormod Volden lists.tor...@gmail.com wrote: Hi Tormod, On Tue, Jul 16, 2013 at 5:35 PM, Lukasz Majewski wrote: The end step would be to extend dfu-util to support -C switch, which would allow to send u-boot command quoted as text: dfu-util -aN -C reset

[U-Boot] How to create a library with already built library

2013-07-16 Thread Julyberry
Hello, I am new to U-Boot and try to add some codes for implementing some logic as a feature. This entry routine of this new code will be called from main_loop in common. To achieve this, there are some new codes that I am adding to u-boot/lib/libua(new folder) and I also need to link an

Re: [U-Boot] PCIe support for Tegra T30 ?

2013-07-16 Thread Thierry Reding
On Fri, Jul 05, 2013 at 11:19:04AM -0600, Stephen Warren wrote: On 07/05/2013 08:41 AM, Bob Koninckx wrote: Hi, Are there any plans for adding PCIe support for Tegra T30 SoC in the near future? If not, what would it take if we would want to do this ourselves. Any pointer in the right