Re: [U-Boot] [PATCH 4/7] Enable rkclk init function

2017-04-06 Thread Eric
wait for spl ready. Thank you. On 2017年04月02日 19:52, Heiko Stuebner wrote: Hi Eric, Am Samstag, 1. April 2017, 22:42:54 CEST schrieb eric@rock-chips.com: From: "eric.gao" Signed-off-by: eric.gao --- drivers/clk/rockchip/clk_rk3399.c | 4 1 file changed, 4 insertions(+)

Re: [U-Boot] [PATCH 6/7] Enable print log file to lcd

2017-04-06 Thread Eric
Dear Glass, Thank you, I will drop this patch and move it to README file. On 2017年04月06日 11:44, Simon Glass wrote: On 1 April 2017 at 08:42, wrote: From: "eric.gao" Signed-off-by: eric.gao --- configs/evb-rk3399_defconfig| 1 + include/configs/rk3399_common.h | 5 - 2 fi

Re: [U-Boot] [PATCH 1/5] rockchip: i2c: enable i2c for rk3399

2017-04-09 Thread Eric
. Many Thanks. On 2017年04月10日 11:55, Heiko Schocher wrote: Hello Eric, Am 08.04.2017 um 14:22 schrieb Eric Gao: From: "eric.gao" To enable mipi display, we need to enable pmic rk808 first for lcd3v3 power,which use i2c0 to communicate with soc. So enable i2c0. Signed-off-by:

Re: [U-Boot] [PATCH v4 6/9] rockchip: video: split RK3228-specific part off from rk_hdmi

2017-06-01 Thread Eric
headline is wrong. it should be "rockchip: video: splitRK3288-specific part off from rk_hdmi" On 2017年05月31日 23:59, Philipp Tomsich wrote: To prepare for the addition of RK3399 HDMI support, the HDMI driver is refactored and broken into a chip-specific and a generic part. This change adds

Re: [U-Boot] [PATCH v4 3/9] rockchip: video: refactor rk_vop and split RK3328-specific code off

2017-06-01 Thread Eric
headline is wrong. it should be "rockchip: video: refactor rk_vop and split RK3288-specific code off On 2017年05月31日 23:59, Philipp Tomsich wrote: To prepare for adding the RK3399 VOP driver (which shares most of its registers and config logic with the RK3228 VOP), this change refactors the

Re: [U-Boot] [PATCH v7 8/9] rockchip: dts: Add mipi dsi support for rk3399

2017-05-02 Thread Eric
2017年05月02日 16:37, Dr. Philipp Tomsich wrote: Reviewed-by: Philipp Tomsich <mailto:philipp.toms...@theobroma-systems.com>> See below for requested changes. On 02 May 2017, at 10:19, Eric Gao <mailto:eric@rock-chips.com>> wrote: Add dts config for mipi display, include vop,

[NEW FEATURE] RFC: Add Intel GMBUS support

2023-09-22 Thread Eric Schikschneit
that I will be working from, and I am asking for community collaboration with this. I have hardware available for testing as needed, and some details can be provided upon request. Eric Schikschneit Senior Embedded Linux Engineer III  ​   NovaTech, LLC 13555 W. 107th Street | Lenexa, LS 66215​ O

Re: [NEW FEATURE] RFC: Add Intel GMBUS support

2023-09-22 Thread Eric Schikschneit
. The Intel doc "intel-os-gfx-prm-vol10-display.pdf" does not show confidential or NDA so I believe this is a public document that we can use to implement the needed features. Google Drive with referenced data: https://drive.google.com/drive/folders/1OpXT7Faks2sfIKBIv-JmhEYeLzFYwvmF

Re: [PATCH v2] arm: apple: t602x: Add missing MMIO regions to memmap

2023-12-01 Thread Eric Curtin
ntrolled by a device in an > unmapped region. > Add a map covering this region as well as another MMIO region in the > range 0x4'' - 0x5''. The added regions cover all MMIO > annotated in Apple's device tree in this range. > > Signed-off-by: J

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Eric Nelson
Since the proper U-Boot doesn't do anything at the moment, I don't think this hurts much. My usage of mx6memcal generally ends after SPL spits out calibration values, and I suspect the same is true for other users, so Acked-by: Eric Nelson On 5/22/21 5:47 AM, Tom Rini wrote: >

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Eric Nelson
Hi Tom, On 5/25/21 8:47 AM, Tom Rini wrote: > On Tue, May 25, 2021 at 07:10:29AM -0700, Eric Nelson wrote: > >> Since the proper U-Boot doesn't do anything at the moment, I don't think >> this hurts much. >> >> My usage of mx6memcal generally ends after SP

Re: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL

2021-05-25 Thread Eric Nelson
Hi Tom, On 5/25/21 9:45 AM, Tom Rini wrote: > On Tue, May 25, 2021 at 09:19:30AM -0700, Eric Nelson wrote: >> Hi Tom, >> >> On 5/25/21 8:47 AM, Tom Rini wrote: >>> On Tue, May 25, 2021 at 07:10:29AM -0700, Eric Nelson wrote: >>> >>>> Since the

Re: [PATCH v2 13/14] blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC

2020-07-15 Thread Eric Nelson
llo Reviewed-by: Simon Glass Signed-off-by: Ovidiu Panait --- v2 updates: - add reviewed-by tag Reviewed-by: Eric Nelson

Re: [PATCH] common: add blkcache init

2020-01-22 Thread Eric Nelson
s looks good to me. Reviewed-by: Eric Nelson

[PATCH] common: blk: fix comment about blkcache_read return value

2020-01-22 Thread Eric Nelson
The blkcache_read() routine returns 1 (true) to indicate that a block was found in the cache and returned, or 0 if not. Signed-off-by: Eric Nelson --- include/blk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/blk.h b/include/blk.h index 65db69f5d9..6f541bb2ba

Re: [PATCH v3] riscv: add Kconfig entries for the F and D ISA extensions support

2020-02-05 Thread Eric Lin
Hi Bin, Bin Meng 於 2020年2月4日 週二 下午11:50寫道: > > On Thu, Jun 6, 2019 at 5:06 PM Eric Lin wrote: > > > > This patch adds Kconfig entries for the F (Single-Precision) > > and D (Double-Precision) floating point instruction-set extensions. > > > > Signed-off-by:

Re: [PATCH 5/8] mx6memcal: Remove SPL_USB_HOST

2022-06-12 Thread Eric Nelson
Thanks Tom. On 6/12/22 17:02, Tom Rini wrote: As this particular platform is intended to be loaded and run a specific set of routines in SPL, we do not need the ability to further use the USB as a host device in SPL. Disable this support. Cc: Eric Nelson Signed-off-by: Tom Rini --- Please

Re: [U-Boot] Incorrect Chip ID for Micrel Nand Flash on AT91SAM9260 board

2008-10-17 Thread Eric BENARD
. > try sending a reset command to the nand before getting the ID, this should solve the problem. Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Fat32 and VFAT support

2008-10-04 Thread Eric Nelson
ndings. If I get time, I'll work up a proper patch. In the mean-time, I'll try to keep my root directory small. Anything under around 40 files (depending on file name length) should fit within the 8-sector cluster on my SD card. I hope this helps. Eric Nelson Boundary Devices ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Add splash screen support via loading from flash

2013-06-04 Thread Eric Nelson
et to include VGA and having access to stdout is very useful in preboot commands. Please advise, Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Add splash screen support via loading from flash

2013-06-04 Thread Eric Nelson
Hi Stefano, On 06/04/2013 07:15 AM, Stefano Babic wrote: Hi Eric, On 04/06/2013 15:55, Eric Nelson wrote: Hi Stefano, On 06/04/2013 06:44 AM, Stefano Babic wrote: Hi Robert, On 03/06/2013 18:34, Robert Winkler wrote: Which is the advantage instead of using the "preboot" variab

Re: [U-Boot] [PATCH] mmc: mx6qsabrelite: fsl_esdhc: Define maximum bus width supported by SabreLite board

2013-06-06 Thread Eric Nelson
Hi Abbas, On 03/25/2013 04:02 AM, Abbas Raza wrote: Hi, On 03/21/2013 09:17 PM, Eric Nelson wrote: Thanks Abbas, Tested-by: Eric Nelson Note that the board settings also apply to nitrogen6x and wandboard if you want to expand the patch a bit: http://git.denx.de/u-boot.git/?p=u-boot

Re: [U-Boot] TFTP timeouts, i.mx fec problem?

2013-06-07 Thread Eric Bénard
elated to the fact that when you reset the PHY it samples some pins to get some settings and that after the first reset it could gets wrong settings because the i.MX pins are in a wrong state (because handled by the FEC) leading to the errors you meet ? Eric

[U-Boot] [PATCH] dwc_ahsata: Allow use with dcache enabled

2013-06-15 Thread Eric Nelson
Signed-off-by: Eric Nelson --- drivers/block/dwc_ahsata.c | 34 +- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/drivers/block/dwc_ahsata.c b/drivers/block/dwc_ahsata.c index c9b71f7..98f2c52 100644 --- a/drivers/block/dwc_ahsata.c +++ b/drivers

Re: [U-Boot] [PATCH v1 0/7] The patchset fixes some issue in the generation of the imx image

2013-07-11 Thread Eric Nelson
On 07/11/2013 11:11 AM, Otavio Salvador wrote: On Thu, Jul 11, 2013 at 10:06 AM, Stefano Babic wrote: >> >> Next step is to verify the kernel, that can be still done using Simon's patches for verified boot (CONFIG_OF_CONTROL must be set in the board configuarion file). I didn't yet test

Re: [U-Boot] [PATCH v1 0/7] The patchset fixes some issue in the generation of the imx image

2013-07-11 Thread Eric Nelson
Thanks Stefano, On 07/11/2013 06:06 AM, Stefano Babic wrote: (header for Freescale's i.MX processors) to allow the usage of Freescale's tools to sign the u-boot image and provide a secure boot. This has nothing to do with the Secure Boot extensions implemented by Simon Glass, that can be in any

Re: [U-Boot] [PATCH 1/2] mx6: Factor out common HDMI setup code

2013-07-14 Thread Eric Nelson
..d97d47a 100644 --- a/board/boundary/nitrogen6x/nitrogen6x.c +++ b/board/boundary/nitrogen6x/nitrogen6x.c @@ -464,40 +464,12 @@ static iomux_v3_cfg_t const rgb_pads[] = { MX6_PAD_DISP0_DAT23__IPU1_DISP0_DAT_23, }; -static void enable_hdmi(struct display_info_t con

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

2013-07-14 Thread Eric Nelson
On 07/14/2013 07:58 PM, Otavio Salvador wrote: On Sun, Jul 14, 2013 at 11:52 PM, Fabio Estevam wrote: Hi Otavio, On Sun, Jul 14, 2013 at 11:44 PM, Otavio Salvador wrote: On Sun, Jul 14, 2013 at 11:40 PM, Fabio Estevam wrote: From: Fabio Estevam mx6qsabrelite and nitrogen6q boards are har

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

2013-07-15 Thread Eric Nelson
Hi Fabio, On 07/14/2013 09:23 PM, Fabio Estevam wrote: Hi Eric, On Mon, Jul 15, 2013 at 1:09 AM, Eric Nelson wrote: Agreed :-) Reviewed-by: Otavio Salvador +1 We should also add something to the README file though. In this patch I am still using the original README's: Thank

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

2013-07-15 Thread Eric Nelson
Hi Stephan, On 07/15/2013 07:55 AM, Stephan Bauroth wrote: Hi Eric, Hi everyone else, > It seems that there are two policy differences between > the mx6qsabrelite.h and nitrogen6x.h files: > 1. Use of MMC for environment storage > 2. Use of boot script in nitrogen6x >

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

2013-07-15 Thread Eric Nelson
On 07/15/2013 08:33 AM, Fabio Estevam wrote: Hi Eric, On Mon, Jul 15, 2013 at 11:20 AM, Eric Nelson wrote: Thanks for pointing it out. I had missed this. rename board/{freescale/mx6qsabrelite/README => boundary/nitrogen6x/README.mx6qsabrelite} (100%) I also have to admit not hav

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

2013-07-16 Thread Eric Nelson
board. Signed-off-by: Fabio Estevam --- Changes since v1: - Update MAINTAINERS file Tested-by: Eric Nelson ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/5] fdt: add fdt_add_display_timings(..)

2014-01-09 Thread Eric Nelson
d/boundary/nitrogen6x/nitrogen6x.c;h=53cb8dffd0d534629a4de5c7b9798733015adb6e;hb=HEAD#l520 Regards, Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode

2014-01-10 Thread Eric Nelson
mode->vsync_len = v_sync_width; +} I just tried gluing this up for use in the Nitrogen6X HDMI channel, but found that this is more difficult than expected. Apparently the i.MX6 clock tree doesn't (yet) support use with the 1080P monitor I have c

Re: [U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode

2014-01-13 Thread Eric Nelson
Hi Fabio, On 01/13/2014 05:36 PM, Fabio Estevam wrote: Hi Eric, On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson wrote: I just tried gluing this up for use in the Nitrogen6X HDMI channel, but found that this is more difficult than expected. Apparently the i.MX6 clock tree doesn't (yet) su

Re: [U-Boot] [PATCH] nitrogen6x: README: Only calling 'make' is enough

2014-01-24 Thread Eric Nelson
l. To build U-Boot for one of the Nitrogen6x or SabreLite board: make nitrogen6x_config - make u-boot.imx + make Note that 'nitrogen6x' is a placeholder. The complete list of supported board configurations is shown in tha MAINTAINERS

Re: [U-Boot] [PATCH] nitrogen6x: README: Do not refer to MAINTAINERS file

2014-01-24 Thread Eric Nelson
B nitrogen6s i.MX6S 512MB Acked-by: Eric Nelson ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] pci: mx6: Implement reset callback

2014-02-03 Thread Eric Nelson
Hi Marek, On 02/03/2014 11:17 AM, Marek Vasut wrote: On Monday, February 03, 2014 at 12:56:04 PM, Stefano Babic wrote: Hi Marek, sorry for late answer. On 28/01/2014 20:32, Marek Vasut wrote: On Tuesday, January 28, 2014 at 04:06:12 PM, Stefano Babic wrote: Hi Marek, On 24/01/2014 16:25, M

Re: [U-Boot] [PATCH] pci: mx6: Implement reset callback

2014-02-03 Thread Eric Nelson
Hi Marek, On 02/03/2014 12:33 PM, Marek Vasut wrote: On Monday, February 03, 2014 at 07:40:09 PM, Eric Nelson wrote: [...] Well ... SL and N6X both. For all I care, we can have #define MX6_PCIE_RESET_GPIO and if that's not defined, puke out this warning. And ultimatelly let this functi

Re: [U-Boot] [PATCH] pci: mx6: Implement reset callback

2014-02-03 Thread Eric Nelson
Hi Marek, On 02/03/2014 01:16 PM, Marek Vasut wrote: On Monday, February 03, 2014 at 08:57:30 PM, Eric Nelson wrote: [...] I like having this bit included, but do you need to attribute copyright for this block? " 6.6.1. Conventional Reset Conventional Reset includes all reset mecha

Re: [U-Boot] [PATCH] pci: mx6: Implement reset callback

2014-02-03 Thread Eric Nelson
On 02/03/2014 04:34 PM, Marek Vasut wrote: On Monday, February 03, 2014 at 09:54:33 PM, Eric Nelson wrote: Hi Marek, On 02/03/2014 01:16 PM, Marek Vasut wrote: On Monday, February 03, 2014 at 08:57:30 PM, Eric Nelson wrote: [...] I like having this bit included, but do you need to

Re: [U-Boot] help for sabre lite

2014-02-04 Thread Eric Nelson
here: http://boundarydevices.com/u-boot-on-i-mx6/ And you can get direct support at i...@boundarydevices.com. The focus of this list is the design and development of U-Boot, including implementation details and structure across many supported architectures and boards. Regards,

Re: [U-Boot] [PATCH] usb: mv_udc: Rename to ci_udc

2014-02-05 Thread Eric Nelson
Hi Marek, On 02/05/2014 06:49 PM, Marek Vasut wrote: The mv_udc is not marvell-specific anymore. The mv_udc is used to drive generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc instead. Sounds good. Signed-off-by: Marek Vasut Cc: Eric Nelson Cc: Stefano Babic

Re: [U-Boot] i.mx6 board booting

2014-02-06 Thread Eric Nelson
Hello Jyoti, I think you're confused about the use of un-partitioned space for booting (which is common on many other boards) and the use of the filesystem as a path to SPI-NOR used by our boards. On 02/05/2014 11:59 PM, JYOTI DUBEY wrote: I followed the following commands to achieve a successf

[U-Boot] [PATCH] Add doc/README.kbd

2012-04-16 Thread Eric Nelson
Signed-off-by: Eric Nelson --- doc/README.kbd | 84 1 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 doc/README.kbd diff --git a/doc/README.kbd b/doc/README.kbd new file mode 100644 index 000..dff4b92 --- /dev

Re: [U-Boot] [PATCH] Add doc/README.kbd

2012-04-16 Thread Eric Nelson
On 04/16/2012 08:48 AM, Eric Nelson wrote: Signed-off-by: Eric Nelson --- doc/README.kbd | 84 1 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 doc/README.kbd diff --git a/doc/README.kbd b/doc/README.kbd new

[U-Boot] [PATCH V2] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Eric Nelson
Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson --- V2 based on suggestion by Wolfgang to follow prior implementations. board/freescale/mx6qsabrelite/mx6qsabrelit

Re: [U-Boot] [PATCH V2] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Eric Nelson
Thanks for reviewing Marek, On 04/16/2012 10:29 AM, Marek Vasut wrote: Dear Eric Nelson, Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson --- V2 based on suggestion by W

[U-Boot] [PATCH V3] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-16 Thread Eric Nelson
Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson --- V2 based on suggestion by Wolfgang to follow prior implementations. V3 fixes style issues highlighted by Marek Vasut. board

Re: [U-Boot] Using sata on mx6qsabrelite

2012-04-25 Thread Eric Nelson
? I don't have a way to test it at the moment, but I have a colleague that wants to use sata on mx6qsabrelite. Hi Fabio, I've tried it and it just worked for me, but it's been a month or so. I'll dig out my SATA drive and test again this afterno

Re: [U-Boot] Using sata on mx6qsabrelite

2012-04-25 Thread Eric Nelson
On 04/25/2012 12:10 PM, Eric Nelson wrote: On 04/25/2012 11:40 AM, Fabio Estevam wrote: Hi, On Stefano´s tree I see this sata patch for mx5/mx6: http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commit;h=6931bd30d03de827c52bf2c8ddc6ed0c8f21dc9d Has anyone tried sata support on mx6qsabrelite yet

Re: [U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-25 Thread Eric Nelson
On 03/26/2012 09:59 AM, Eric Nelson wrote: On 03/26/2012 06:42 AM, Stefano Babic wrote: On 26/03/2012 15:35, Eric Nelson wrote: On 03/26/2012 01:35 AM, Stefano Babic wrote: On 26/03/2012 01:00, Eric Nelson wrote: V2 has been stripped of the board-independent changes and

[U-Boot] [PATCH, V2] Resend: i.MX6: add enable_sata_clock()

2012-04-25 Thread Eric Nelson
ts.denx.de/pipermail/u-boot/2012-March/120919.html Signed-off-by: Eric Nelson --- V2 updated to return -EIO instead of -1. arch/arm/cpu/armv7/mx6/clock.c | 31 arch/arm/include/asm/arch-mx6/clock.h|1 + arch/arm/include/asm/arch-mx6/imx-regs.h |9 +++ arch/arm/include/as

[U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-25 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock() returns an error. board/freescale/mx6qsabrelite/mx6qsabrelite.c | 32

Re: [U-Boot] Using sata on mx6qsabrelite

2012-04-25 Thread Eric Nelson
On 04/25/2012 03:11 PM, Eric Nelson wrote: On 04/25/2012 12:10 PM, Eric Nelson wrote: On 04/25/2012 11:40 AM, Fabio Estevam wrote: Hi, On Stefano´s tree I see this sata patch for mx5/mx6: http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commit;h=6931bd30d03de827c52bf2c8ddc6ed0c8f21dc9d Has

[U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-25 Thread Eric Nelson
Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 122 - include/configs/mx6qs

[U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled.

2012-04-25 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 fixes checkpatch errors and typecasts as pointed out on the ML. drivers/mmc/fsl_esdhc.c | 17 - 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c index a2f35e3..539d848 100644

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-25 Thread Eric Nelson
On 04/25/2012 05:17 PM, Marek Vasut wrote: Dear Eric Nelson, Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html If this is a V2 of a patch, please send is as "in-reply-to" and descibe the ch

Re: [U-Boot] [PATCH] ext2load: increase read speed

2012-04-25 Thread Eric Nelson
blocks into one read. Boot tested on Globalscale Technologies Dreamplug (Kirkwood ARM SoC) with three different files. sha1sums were calculated in Linux userspace, and then confirmed after ext2load. Signed-off-by: Jason Cooper Tested-by: Eric Nelson Tested on i.MX6 Sabre Lite board loading a file

Re: [U-Boot] [PATCH, V2] Resend: i.MX6: add enable_sata_clock()

2012-04-28 Thread Eric Nelson
On 04/28/2012 07:42 AM, Dirk Behme wrote: Hi Eric, first, do you really want the "Resend" in the subject? On 26.04.2012 01:48, Eric Nelson wrote: This patch requires Stefano's driver for MX5/MX6 to be useful. http://lists.denx.de/pipermail/u-boot/2012-February/118530.html Th

Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-28 Thread Eric Nelson
Hi Dirk, On 04/28/2012 07:51 AM, Dirk Behme wrote: Hi Eric, On 26.04.2012 01:50, Eric Nelson wrote: Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-29 Thread Eric Nelson
On 04/29/2012 07:59 AM, Stefano Babic wrote: On 26/04/2012 02:14, Eric Nelson wrote: Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html Signed-off-by: Eric Nelson Acked-by: Marek Vasut --- Applied after r

Re: [U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add SATA bindings

2012-04-30 Thread Eric Nelson
Hi Marek, On 04/29/2012 07:27 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. >> >> +int setup_sata(void) +{ + struct iomuxc_base

[U-Boot] [PATCH V4] i.MX6: mx6q_sabrelite: add SATA bindings

2012-05-01 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock() returns an error. V4 removes extra #include and addresses a style issue as discussed

Re: [U-Boot] [PATCH V4] i.MX6: mx6q_sabrelite: add SATA bindings

2012-05-01 Thread Eric Nelson
On 05/01/2012 12:25 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock() returns an error. V4

[U-Boot] [PATCH V5] i.MX6: mx6q_sabrelite: add SATA bindings

2012-05-01 Thread Eric Nelson
Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock() returns an error. V4 removes extra #include and addresses a style issue as discussed

Re: [U-Boot] [PATCH V5] i.MX6: mx6q_sabrelite: add SATA bindings

2012-05-01 Thread Eric Nelson
On 05/01/2012 01:09 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns immediately from setup_sata() if enable_sata_clock() returns an error. V4

Re: [U-Boot] [PATCH V4] i.MX6: mx6q_sabrelite: add SATA bindings

2012-05-01 Thread Eric Nelson
On 05/01/2012 02:11 PM, Marek Vasut wrote: Dear Eric Nelson, On 05/01/2012 12:25 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- V2 has been stripped of the board-independent changes and uses clrsetbits_le32() instead of twiddling bits by hand. V3 returns

[U-Boot] [PATCH] checkpatch: warn of whitespace before semicolon at end of line.

2012-05-01 Thread Eric Nelson
Signed-off-by: Eric Nelson --- tools/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 2048a44..0caffcb 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -3139,6 +3139,12 @@ sub process

[U-Boot] [PATCH V2] checkpatch: warn of whitespace before semicolon at end of line.

2012-05-01 Thread Eric Nelson
Signed-off-by: Eric Nelson --- tools/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 2048a44..0caffcb 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -3139,6 +3139,12 @@ sub process

Re: [U-Boot] [PATCH V2] checkpatch: warn of whitespace before semicolon at end of line.

2012-05-01 Thread Eric Nelson
On 05/01/2012 04:11 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- tools/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 2048a44..0caffcb 100755 --- a/tools/checkpatch.pl

Re: [U-Boot] [PATCH] checkpatch: warn of whitespace before semicolon at end of line.

2012-05-02 Thread Eric Nelson
On 05/02/2012 08:00 PM, Mike Frysinger wrote: On Tuesday 01 May 2012 18:06:16 Eric Nelson wrote: tools/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) should be sent to lkml/kbuild lists ... -mike Thanks for the pointer Mike

[U-Boot] [PATCH] checkpatch: add check for whitespace before semicolon at end-of-line

2012-05-02 Thread Eric Nelson
This tests for a bad habits of mine like this: return 0 ; Signed-off-by: Eric Nelson --- scripts/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index a3b9782..0e6977e 100755 --- a/scripts

Re: [U-Boot] [PATCH] checkpatch: add check for whitespace before semicolon at end-of-line

2012-05-03 Thread Eric Nelson
Thanks Joe, On 05/02/2012 08:58 PM, Joe Perches wrote: On Wed, 2012-05-02 at 20:32 -0700, Eric Nelson wrote: This tests for a bad habits of mine like this: return 0 ; Signed-off-by: Eric Nelson --- scripts/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions

[U-Boot] [PATCH V2] checkpatch: add check for whitespace before semicolon at end-of-line

2012-05-04 Thread Eric Nelson
Requires --strict option during invocation: ~/linux$ scripts/checkpatch --strict foo.patch This tests for a bad habits of mine like this: return 0 ; Note that it does allow a special case of a bare semicolon for empty loops: while (foo()) ; --- V2 adds t

Re: [U-Boot] [PATCH, V2] Resend: i.MX6: add enable_sata_clock()

2012-05-06 Thread Eric Nelson
Hi Stefano, On 05/06/2012 10:04 AM, Stefano Babic wrote: On 28/04/2012 17:29, Eric Nelson wrote: Hi Dirk, I tried to address this global/non-const by making it explicitly public, but Stefano nacked the patch: http://patchwork.ozlabs.org/patch/144712/ As it stands, the compiler won&#

Re: [U-Boot] [PATCH, V2] Resend: i.MX6: add enable_sata_clock()

2012-05-06 Thread Eric Nelson
On 05/06/2012 11:08 AM, Fabio Estevam wrote: Hi Eric, On Sun, May 6, 2012 at 2:42 PM, Eric Nelson wrote: This is clearly fine, but it has me laughing because I never remember what 'mxc' stands for. Yes, this can cause confunsion. The 'mxc' term is frequently used in th

Re: [U-Boot] [PATCH] ext2load: increase read speed

2012-05-08 Thread Eric Nelson
Hi Jason, On 05/08/2012 08:43 AM, Jason Cooper wrote: On Wed, Apr 25, 2012 at 06:17:48PM -0700, Eric Nelson wrote: On 03/28/2012 07:37 AM, Jason Cooper wrote: This patch dramatically drops the amount of time u-boot needs to read a file from an ext2 partition. On a typical 2 to 5 MB file

Re: [U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled.

2012-05-08 Thread Eric Nelson
atic int esdhc_setup_data(struct mmc *mmc, struct mmc_data *data) return 0; } - +static void check_and_invalidate_dcache_range + (struct mmc_cmd *cmd, +struct mmc_data *data) { This is non-standard formatting in U-Boot. Ok. I can address that in a V3 on

Re: [U-Boot] [PATCH] Add doc/README.kbd

2012-05-15 Thread Eric Nelson
On 05/15/2012 05:47 AM, Dirk Behme wrote: On 16.04.2012 18:18, Eric Nelson wrote: On 04/16/2012 08:48 AM, Eric Nelson wrote: Signed-off-by: Eric Nelson --- doc/README.kbd | 84 1 files changed, 84 insertions(+), 0 deletions(-) create

Re: [U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled.

2012-05-15 Thread Eric Nelson
x27;ll need some assistance in validating things. Regards, Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-27 Thread Eric Nelson
{"esdhc1",mkval(0x40, 0x20, 0x00, 0x12)}, #endif This will allow a form of self-documentation when running 'rsmode' with no parameters. I doubt any board supports all of the boot options. Let us know your thoughts on this and thanks for the code Troy! Regards, Eric ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-27 Thread Eric Nelson
Hi Troy, Nitpicks below. On 05/26/2012 02:01 PM, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, you can boot from either SD Card. Currently, support added for MX53 and MX6Q Signed-off-by: Troy Kisky Note: MX53 support untested. ---

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-29 Thread Eric Nelson
Hi Dirk, On 05/28/2012 10:36 AM, Dirk Behme wrote: On 27.05.2012 19:16, Eric Nelson wrote: Hi Dirk, On 05/26/2012 11:04 PM, Dirk Behme wrote: Hi Troy, On 26.05.2012 23:01, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, yo

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-06-04 Thread Eric Nelson
On 06/04/2012 12:52 PM, Wolfgang Denk wrote: Dear Eric Nelson, In message<4fc4dc4e.9030...@boundarydevices.com> you wrote: Writing a 4 to the WDOG_BASE register enables the watchdog with a 1/2s delay. I think there should be a delay or while(1) loop afterwards though. It appears th

Re: [U-Boot] [PATCH] da850/omap-l138: Enable auto negotiation in RMII mode

2012-06-06 Thread Eric Bénard
gt; initialization takes more time and sometimes tftp fails > in RMII mode. > > Signed-off-by: Rajashekhara, Sudhakar > Signed-off-by: Lad, Prabhakar > Signed-off-by: Hadli, Manjunath Tested-by: Eric Bénard on an AM1808 with a RMII PHY where tftp

Re: [U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled.

2012-06-12 Thread Eric Nelson
On 06/12/2012 10:07 AM, Stefano Babic wrote: On 15/05/2012 14:58, Dirk Behme wrote: On 09.05.2012 07:45, Stefano Babic wrote: On 09/05/2012 01:31, Eric Nelson wrote: Thanks Andy, On 05/08/2012 03:59 PM, Andy Fleming wrote: --- a/drivers/mmc/fsl_esdhc.c +++ b/drivers/mmc/fsl_esdhc.c

[U-Boot] [PATCH] imx: don't clobber reset cause

2015-02-04 Thread Eric Nelson
e. Signed-off-by: Eric Nelson --- arch/arm/imx-common/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c index 28ccd29..3e0a582 100644 --- a/arch/arm/imx-common/cpu.c +++ b/arch/arm/imx-common/cpu.c @@ -30,7 +30,6 @@ char *get_reset_

Re: [U-Boot] [PATCH] imx: don't clobber reset cause

2015-02-05 Thread Eric Nelson
>> >> If a particular system wants to clear it out, this should >> be done later after there's an opportunity for code or >> boot commands to read the value. >> >> Signed-off-by: Eric Nelson >> --- >> arch/arm/imx-common/cpu.c | 1 - >> 1

Re: [U-Boot] [PATCH] imx: don't clobber reset cause

2015-02-05 Thread Eric Nelson
y cleared in the process of displaying it as a part >>> of the boot announcement. >>> >>> If a particular system wants to clear it out, this should >>> be done later after there's an opportunity for code or >>> boot commands to read the value. >>

Re: [U-Boot] [PATCH] imx: don't clobber reset cause

2015-02-05 Thread Eric Nelson
Hi Stefano, On 02/05/2015 10:52 AM, Stefano Babic wrote: > Hi Eric, > > On 05/02/2015 18:22, Eric Nelson wrote: > >>>> There is very similar code in 'arch/arm/cpu/armv7/vf610/generic.c'. The >>>> write is for a hard power on case where these reason

[U-Boot] [PATCH] imx: save reset cause in 'reset_cause' environment variable

2015-02-05 Thread Eric Nelson
watchdog reset 5 JTAG High-Z requested reset 6 JTAG software reset 16 Warm boot: result of a software initiated boot Signed-off-by: Eric Nelson --- arch/arm/imx-common/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/imx-common/cpu.c b/arch

[U-Boot] [PATCH] imx: save reset cause in 'reset_cause' environment variable

2015-02-05 Thread Eric Nelson
software reset from JTAG "WARM-BOOT" - WARM boot was initiated by software Signed-off-by: Eric Nelson --- arch/arm/imx-common/cpu.c | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-comm

Re: [U-Boot] [PATCH] imx: don't clobber reset cause

2015-02-05 Thread Eric Nelson
Hi Stefano, On 02/05/2015 11:49 AM, Stefano Babic wrote: > Hi Eric, > > On 05/02/2015 19:22, Eric Nelson wrote: > >> >> Certainly, but it seems wrong to make a decision about where and how >> this might get passed to an O/S in code. >> >> If we wan

Re: [U-Boot] [PATCH] imx: save reset cause in 'reset_cause' environment variable

2015-02-05 Thread Eric Nelson
Hi Troy, On 02/05/2015 04:06 PM, Troy Kisky wrote: > On 2/5/2015 3:58 PM, Eric Nelson wrote: >> The cause of a reset is generally useful, and shouldn't be >> blindly cleared in the process of displaying it as a part >> of the boot announcement. >> >>

Re: [U-Boot] [PATCH] imx: save reset cause in 'reset_cause' environment variable

2015-02-06 Thread Eric Nelson
Hi all, On 02/05/2015 03:57 PM, Eric Nelson wrote: > The cause of a reset is generally useful, and shouldn't be > blindly cleared in the process of displaying it as a part > of the boot announcement. > > Stash the string representation in the environment var

Re: [U-Boot] [PATCH] imx: save reset cause in 'reset_cause' environment variable

2015-02-06 Thread Eric Nelson
Hi all, On 02/05/2015 03:58 PM, Eric Nelson wrote: > The cause of a reset is generally useful, and shouldn't be > blindly cleared in the process of displaying it as a part > of the boot announcement. > > > > diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-co

Re: [U-Boot] [PATCH] imx: don't clobber reset cause

2015-02-10 Thread Eric Nelson
Hi Stefano, On 02/05/2015 11:49 AM, Stefano Babic wrote: > Hi Eric, > > On 05/02/2015 19:22, Eric Nelson wrote: > >> >> Certainly, but it seems wrong to make a decision about where and how >> this might get passed to an O/S in code. >> >> If we wan

Re: [U-Boot] [PATCH] imx: don't clobber reset cause

2015-02-11 Thread Eric Nelson
Hi Stefano, On 02/11/2015 02:07 AM, Stefano Babic wrote: > Hi Eric, > > On 10/02/2015 18:19, Eric Nelson wrote: >> Hi Stefano, >> >> On 02/05/2015 11:49 AM, Stefano Babic wrote: >>> Hi Eric, >>> >>> On 05/02/2015 19:22, Eric Nelson wrote:

[U-Boot] [PATCH 1/2] ARM: i.MX: provide access to reset cause through get_imx_reset_cause()

2015-02-15 Thread Eric Nelson
Signed-off-by: Eric Nelson --- This patch set replaces http://patchwork.ozlabs.org/patch/436492/. arch/arm/imx-common/cpu.c | 10 +- arch/arm/include/asm/arch-imx/cpu.h | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/arm/imx-common/cpu.c b/arch/arm

  1   2   3   4   5   6   7   8   9   10   >