By enabling DM_USB information about number of storage devices
was lost.
Get this information back simply by printing number of devices detected
via BLK uclass.
For example:
scanning bus 0 for devices... 7 USB Device(s) found
scanning usb for storage devices... 3 Storage Device(s) found
Implement ofdata_to_platdata to set the type to host or device.
- Check "dr-mode" property.
- If there is no "dr-mode", check phy_ctrl for i.MX6
and phy_status for i.MX7
Signed-off-by: Peng Fan
Cc: Marek Vasut
Cc: Simon Glass
Cc: Stefano Babic
---
drivers/usb/host/ehci-mx6.c | 66 +++
On 19.12.2016 16:04, kos...@marvell.com wrote:
From: Konstantin Porotchkin
Fix the MMU mapping for A8K device family:
- Separate A7K and A8K memory mappings
- Fix memory regions by including IO mapping for all
3 PCIe interfaces existing on each connected CP110 controller
Add A8K memory map
Hi Tom,
please pull the following A7k/8k fix.
Thanks,
Stefan
The following changes since commit 0bd1f96aa2f18d29e8321e519b0152853e500d4d:
Merge git://git.denx.de/u-boot-mpc85xx (2016-12-20 12:20:12 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
f
Drop board_ehci_power when dm usb used and switch to use
regulator api to handle vbus.
Signed-off-by: Peng Fan
Cc: Marek Vasut
Cc: Simon Glass
Cc: Stefano Babic
---
drivers/usb/host/ehci-mx6.c | 30 +++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/
From: Jagan Teki
This patchset, add support for
- legacy image boot, with bootm
- NAND boot env support, with UBIFS as rootfs
- FIT image boot support
on i.MX6 based Engicam Quad/DualLite/Dual/Solo module kits.
Jagan Teki (10):
configs: engicam: Increase nand kernel partition size
imx6: eng
From: Jagan Teki
Increase the nand kernel partition size, for supporting
large uImage files, maximum 8MiB.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
include/configs/imx6qdl_icore.h | 2 +-
include/configs/imx6ul_geam.h | 2 +-
2 files changed, 2
From: Jagan Teki
Boot Linux with uImage instead of zImage, so update
bootz with bootm.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
configs/imx6dl_icore_mmc_defconfig | 1 -
configs/imx6dl_icore_nand_defconfig| 1 -
configs/imx6dl_icore_rqs_m
From: Jagan Teki
Create ubifs.img:
$ mkfs.ubifs -q -r /rootfs -m 4096 -e 253952 -c 7936 -o ubifs.img
Write ubifs.img:
---
icorem6qdl> nand erase.part rootfs
icorem6qdl> ubi part rootfs
icorem6qdl> ubi create rootfs
icorem6qdl> ext4load mmc 0:2 ${loadaddr} ubifs.img
166592512 bytes r
From: Jagan Teki
gpmi-nand is the proper name used in nand driver from Linux for all
imx related nand boards, so rename mtdparts name as gpmi-nand instead
of nand, this will eventually reflects all nand info to Linux from
u-boot like mtdparts.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trim
From: Jagan Teki
For writing Linux or rootfs on to NAND, the best suitable way
is to use MMC commands since MMC driver by default enabled by
mx6_common.h, hence enabled MMC commands in nand defconfigs.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
con
From: Jagan Teki
Add config options for booting Linux from NAND in UBI format.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
include/configs/imx6qdl_icore.h | 21 +++--
include/configs/imx6ul_geam.h | 21 +++--
2 file
From: Jagan Teki
- Add tab space
- remove exctra 'mmc dev ${mmcdev}'
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
include/configs/imx6qdl_icore.h | 14 +++---
include/configs/imx6qdl_icore_rqs.h | 14 +++---
include/configs/imx6ul
From: Jagan Teki
Enabling FIT along with Signature will make bootm to
not-understanding u-boot legacy image formats like uImage, etc.
So this patch enabling legacy image format for backward compatibility.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
From: Jagan Teki
Add Jagan as MAINTAINERS of configs/imx6ul_geam_nand_defconfig
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
board/engicam/geam6ul/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/engicam/geam6ul/MAINTAINERS
b/bo
From: Jagan Teki
Add FIT image booting from MMC device, during MMC bootcmd
u-boot env script look for bootscript, else fit image or else
finally look for legacy image uImage.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
include/configs/imx6qdl_icore.
From: Jagan Teki
Enable Flattened Image Tree support for all Engicam boards.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
configs/imx6dl_icore_mmc_defconfig | 3 +++
configs/imx6dl_icore_nand_defconfig| 3 +++
configs/imx6dl_icore_rqs_mmc_def
On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy
wrote:
> The n25q128 devices support 4K erase.
It's OK, but go with 64K erase.
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
___
U-
Hi Jagan,
On 21 December 2016 11:10, Jagan Teki wrote:
> On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy
> wrote:
> > The n25q128 devices support 4K erase.
>
> It's OK, but go with 64K erase.
Sorry, I don’t understand your comment.
Do you mean we should stick with 64K erase?
If so, then what abo
On Fri, Nov 25, 2016 at 6:06 AM, Ajay Bhargav
wrote:
> I will update driver and submit. Thanks for notification.
Any further update? I'm going with this and submit the dm driver
whenever possible.
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintaine
On Wed, Dec 21, 2016 at 12:15 PM, Phil Edworthy
wrote:
> Hi Jagan,
>
> On 21 December 2016 11:10, Jagan Teki wrote:
>> On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy
>> wrote:
>> > The n25q128 devices support 4K erase.
>>
>> It's OK, but go with 64K erase.
> Sorry, I don’t understand your commen
On Sun, Dec 11, 2016 at 9:27 PM, Simon Glass wrote:
> On 8 December 2016 at 15:11, Moritz Fischer wrote:
>> This is not currently implemented. Add support for this so that the
>> Chrome OS EC can be used reliably.
>>
>> Signed-off-by: Moritz Fischer
>> Cc: Jagan Teki
>> Cc: Simon Glass
>> Cc:
Hi Jagan,
On 21 December 2016 11:21, Jagan Teki wrote:
> On Wed, Dec 21, 2016 at 12:15 PM, Phil Edworthy
> wrote:
> > On 21 December 2016 11:10, Jagan Teki wrote:
> >> On Fri, Dec 16, 2016 at 11:38 AM, Phil Edworthy
> >> wrote:
> >> > The n25q128 devices support 4K erase.
> >>
> >> It's OK, but
I am not longer using my old email address
"ajay.bhar...@einfochips.com". For U-Boot development email address is
now updated to cont...@8051projects.net
Signed-off-by: Ajay Bhargav
---
arch/arm/include/asm/arch-armada100/gpio.h | 2 +-
arch/arm/include/asm/arch-armada100/spi.h
I am a student, and I have the task to collect the U-boot driver micrel ksz8873
ethernet switch, but I do not get it, you can describe what you need to do.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Tue, Dec 20, 2016 at 05:54:58PM +0100, Stefan Agner wrote:
> From: Stefan Agner
>
> This converts the following to Kconfig:
> CONFIG_SPL_RAM_DEVICE
>
> Signed-off-by: Stefan Agner
> ---
>
> Changes in v2: None
>
> common/spl/Kconfig | 8
> configs/apalis_t30
On Tue, Dec 20, 2016 at 05:54:59PM +0100, Stefan Agner wrote:
> From: Stefan Agner
>
> Add a new top-level config option so support booting an image stored
> in RAM. This allows to move the RAM boot support into a sparate file
> and having a single condition to compile that file.
>
> Signed-off-
On Wed, Dec 21, 2016 at 10:56:58AM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following A7k/8k fix.
>
> Thanks,
> Stefan
>
> The following changes since commit 0bd1f96aa2f18d29e8321e519b0152853e500d4d:
>
> Merge git://git.denx.de/u-boot-mpc85xx (2016-12-20 12:20:12 -0500)
>
>
On Wed, Dec 21, 2016 at 9:42 AM, Дмитрий Мелоневич
wrote:
> I am a student, and I have the task to collect the U-boot driver micrel
> ksz8873 ethernet switch, but I do not get it, you can describe what you need
> to do.
The micrel drivers are available at drivers/net/phy/micrel.c inside
U-Boot,
Move symbol to Kconfig to cleanup configuration file.
Signed-off-by: Michal Simek
---
configs/xilinx_zynqmp_ep_defconfig | 1 +
configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 +
configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 +
configs/xilinx_zynqmp_zcu102_defconfig
Add usb support for mx6sllevk board.
Signed-off-by: Peng Fan
Cc: Stefano Babic
---
board/freescale/mx6sllevk/mx6sllevk.c | 18 ++
configs/mx6sllevk_defconfig | 5 +
configs/mx6sllevk_plugin_defconfig| 5 +
include/configs/mx6sllevk.h | 9 ++
On 12/21/2016 02:18 PM, Michal Simek wrote:
> Move symbol to Kconfig to cleanup configuration file.
>
> Signed-off-by: Michal Simek
Reviewed-by: Marek Vasut
> ---
>
> configs/xilinx_zynqmp_ep_defconfig | 1 +
> configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 +
> configs/x
On Wed, Dec 21, 2016 at 9:14 AM, Peng Fan wrote:
> Add usb support for mx6sllevk board.
>
> Signed-off-by: Peng Fan
> Cc: Stefano Babic
> ---
> board/freescale/mx6sllevk/mx6sllevk.c | 18 ++
> configs/mx6sllevk_defconfig | 5 +
> configs/mx6sllevk_plugin_defconfig
On 12/21/2016 09:14 AM, Peng Fan wrote:
> Implement ofdata_to_platdata to set the type to host or device.
> - Check "dr-mode" property.
> - If there is no "dr-mode", check phy_ctrl for i.MX6
>and phy_status for i.MX7
>
> Signed-off-by: Peng Fan
> Cc: Marek Vasut
> Cc: Simon Glass
> Cc: St
On 12/21/2016 09:14 AM, Peng Fan wrote:
> Add usb support for mx6sllevk board.
>
> Signed-off-by: Peng Fan
> Cc: Stefano Babic
> ---
> board/freescale/mx6sllevk/mx6sllevk.c | 18 ++
> configs/mx6sllevk_defconfig | 5 +
> configs/mx6sllevk_plugin_defconfig| 5
On 12/21/2016 09:35 AM, Michal Simek wrote:
> By enabling DM_USB information about number of storage devices
> was lost.
> Get this information back simply by printing number of devices detected
> via BLK uclass.
>
> For example:
> scanning bus 0 for devices... 7 USB Device(s) found
>scann
On 21.12.2016 15:11, Marek Vasut wrote:
> On 12/21/2016 09:35 AM, Michal Simek wrote:
>> By enabling DM_USB information about number of storage devices
>> was lost.
>> Get this information back simply by printing number of devices detected
>> via BLK uclass.
>>
>> For example:
>> scanning bus 0 for
Hi,
On 15 December 2016 at 18:21, Jaehoon Chung wrote:
> This patchest is for supporting pmic driver-model on Goni board.
> (Goni board is S5PC110.)
>
> For using that, add the new file as max8998.c for only driver-model.
> pmic_max8998.c is remained for legacy.
> In future, it might be removed.
Side note:
Am 19.12.2016 um 16:22 schrieb Icenowy Zheng:
[...]
According to some facts:
- The register based access to SID is weird: it needs ~5 register
operations per word of SID.
[...]
My experiments seem to indicate that Allwinner's implementation might be
overly complicated. I have u
Signed-off-by: Icenowy Zheng
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/sun5i-a13-licheepi-one.dts | 224
2 files changed, 225 insertions(+)
create mode 100644 arch/arm/dts/sun5i-a13-licheepi-one.dts
diff --git a/arch/arm/dts/Makefile b/ar
From: Jagan Teki
Enable I2C support for Engicam GEAM6UL NAND module.
Cc: Stefano Babic
Cc: Matteo Lisi
Cc: Michael Trimarchi
Signed-off-by: Jagan Teki
---
configs/imx6ul_geam_nand_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/imx6ul_geam_nand_defconfig
b/configs/i
Hi,
On 12/21/2016 11:54 PM, Minkyu Kang wrote:
> Hi,
>
> On 15 December 2016 at 18:21, Jaehoon Chung wrote:
>
>> This patchest is for supporting pmic driver-model on Goni board.
>> (Goni board is S5PC110.)
>>
>> For using that, add the new file as max8998.c for only driver-model.
>> pmic_max899
Dear Tom,
Could you pull these patches on your master branch?
The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c:
arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21
09:52:35 +0100)
are available in the git repository at:
http://git.denx.de/u-bo
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Wednesday, December 21, 2016 10:08 PM
> To: Peng Fan ; sba...@denx.de
> Cc: u-boot@lists.denx.de; van.free...@gmail.com; Simon Glass
>
> Subject: Re: [PATCH 1/3] usb: ehci-mx6: implement ofdata_to_platdata
>
> On 12
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Wednesday, December 21, 2016 10:10 PM
> To: Peng Fan ; sba...@denx.de
> Cc: u-boot@lists.denx.de; van.free...@gmail.com
> Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support
>
> On 12/21/2016 09:14 AM, Peng Fan
> -Original Message-
> From: Jagan Teki [mailto:ja...@openedev.com]
> Sent: Wednesday, December 21, 2016 10:02 PM
> To: Peng Fan
> Cc: Stefano Babic ; Marek Vasut ; u-
> b...@lists.denx.de
> Subject: Re: [U-Boot] [PATCH 3/3] imx: mx6sllevk: add usb support
>
> On Wed, Dec 21, 2016 at 9:
On Tue, Dec 20, 2016 at 05:15:57PM +, york sun wrote:
> Tom,
>
> The following changes since commit 0b4bc1b3ab1850fccbade3e6103f2036f6bdb364:
>
>Merge branch 'master' of git://git.denx.de/u-boot-spi (2016-12-16
> 18:32:43 -0500)
>
> are available in the git repository at:
>
>git:/
On Thu, Dec 22, 2016 at 07:12:35AM +0900, Jaehoon Chung wrote:
> Dear Tom,
>
> Could you pull these patches on your master branch?
>
> The following changes since commit 0d92f2141ac5ef5c80d13e9501890f914525d43c:
>
> arm64: mvebu: Fix A8K memory mapping and add documentation (2016-12-21
> 09:
From: Marcel Ziswiler
Use make savedefconfig to clean-up defconfig.
Signed-off-by: Marcel Ziswiler
---
Changes in v3:
- Cleaned-up defconfig using savedefconfig.
Changes in v2: None
configs/apalis-tk1_defconfig | 9 -
1 file changed, 9 deletions(-)
diff --git a/configs/apalis-tk1_
From: Marcel Ziswiler
Signed-off-by: Marcel Ziswiler
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Added Simon's reviewed-by.
drivers/mmc/Kconfig | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 5e84a41..18f0e97 10
From: Marcel Ziswiler
Actually make use of that shiny new CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK.
Signed-off-by: Marcel Ziswiler
---
Changes in v3: None
Changes in v2: None
configs/apalis-tk1_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/apalis-tk1_defconfig b/confi
From: Marcel Ziswiler
Introduce CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK to disable the external clock
loopback and use the internal one on SDMMC3 as per the SDMMC_VENDOR_MISC_CNTRL_0
register's SDMMC_SPARE1 bits being set to 0xfffd according to the TRM.
Signed-off-by: Marcel Ziswiler
Reviewed-
From: Marcel Ziswiler
Basically running the following script:
tools/moveconfig.py CONFIG_TEGRA_MMC
Note that I left the SPL specific handling in
include/configs/tegra-common-post.h unchanged.
Signed-off-by: Marcel Ziswiler
Reviewed-by: Simon Glass
---
Changes in v3:
- My recent fresh insta
On 12/22/2016 02:13 AM, Peng Fan wrote:
>
>
>> -Original Message-
>> From: Marek Vasut [mailto:ma...@denx.de]
>> Sent: Wednesday, December 21, 2016 10:10 PM
>> To: Peng Fan ; sba...@denx.de
>> Cc: u-boot@lists.denx.de; van.free...@gmail.com
>> Subject: Re: [PATCH 3/3] imx: mx6sllevk: add
From: Moritz Fischer
The Zynq Ultrascale MP uses version 1.4 of the Cadence IP core
which fixes some silicon bugs that needed software workarounds
in Version 1.0 that was used on Zynq systems.
Signed-off-by: Moritz Fischer
Cc: Michal Simek
Cc: Sören Brinkmann
Cc: U-Boot List
Cc: Rob Herring
Hi Marek,
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Thursday, December 22, 2016 12:40 PM
> To: Peng Fan ; sba...@denx.de
> Cc: u-boot@lists.denx.de; van.free...@gmail.com
> Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support
>
> On 12/22/2016 02:13 AM,
On 12/22/2016 07:03 AM, Peng Fan wrote:
>
> Hi Marek,
>
>> -Original Message-
>> From: Marek Vasut [mailto:ma...@denx.de]
>> Sent: Thursday, December 22, 2016 12:40 PM
>> To: Peng Fan ; sba...@denx.de
>> Cc: u-boot@lists.denx.de; van.free...@gmail.com
>> Subject: Re: [PATCH 3/3] imx: mx6s
On 21.12.2016 15:38, Michal Simek wrote:
> On 21.12.2016 15:11, Marek Vasut wrote:
>> On 12/21/2016 09:35 AM, Michal Simek wrote:
>>> By enabling DM_USB information about number of storage devices
>>> was lost.
>>> Get this information back simply by printing number of devices detected
>>> via BLK
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Thursday, December 22, 2016 2:12 PM
> To: Peng Fan ; sba...@denx.de
> Cc: u-boot@lists.denx.de; van.free...@gmail.com
> Subject: Re: [PATCH 3/3] imx: mx6sllevk: add usb support
>
> On 12/22/2016 07:03 AM, Peng Fan wr
On 12/22/2016 07:38 AM, Peng Fan wrote:
>
>
>> -Original Message-
>> From: Marek Vasut [mailto:ma...@denx.de]
>> Sent: Thursday, December 22, 2016 2:12 PM
>> To: Peng Fan ; sba...@denx.de
>> Cc: u-boot@lists.denx.de; van.free...@gmail.com
>> Subject: Re: [PATCH 3/3] imx: mx6sllevk: add us
On 22.12.2016 06:49, Moritz Fischer wrote:
> From: Moritz Fischer
>
> The Zynq Ultrascale MP uses version 1.4 of the Cadence IP core
> which fixes some silicon bugs that needed software workarounds
> in Version 1.0 that was used on Zynq systems.
>
> Signed-off-by: Moritz Fischer
> Cc: Michal Si
61 matches
Mail list logo