Re: [U-Boot] [PATCH 2/2] sunxi: A64: enable USB support

2016-10-24 Thread Amit Tomer
Hello! > > Since the driver is dm-driven this config not need. I tried not to use this config but then driver don't get compiled. You're talking about CONFIG_USB_EHCI and CONFIG_USB_EHCI_SUNXI, right ? Thanks Amit. ___ U-Boot mailing list

Re: [U-Boot] [PATCH] pci: Move CONFIG_PCI_PNP to Kconfig

2016-10-24 Thread Tom Rini
On Tue, Oct 25, 2016 at 09:08:04AM +0800, Bin Meng wrote: > Hi Tom, > > On Mon, Oct 17, 2016 at 7:50 PM, Tom Rini wrote: > > On Sun, Oct 16, 2016 at 11:35:18PM -0700, Bin Meng wrote: > > > >> Introduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfig > >> to use

Re: [U-Boot] [PATCH] pci: Move CONFIG_PCI_PNP to Kconfig

2016-10-24 Thread Bin Meng
Hi Tom, On Mon, Oct 17, 2016 at 7:50 PM, Tom Rini wrote: > On Sun, Oct 16, 2016 at 11:35:18PM -0700, Bin Meng wrote: > >> Introduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfig >> to use that. >> >> Signed-off-by: Bin Meng >> >> --- >> >>

[U-Boot] [RFC PATCH] lib/timer: initialize timebase_l/timebase_h

2016-10-24 Thread Andre Przywara
On systems using the generic timer routines defined in lib/time.c we use timebase_l and timebase_h fields from the gd to detect wraparounds in our tick counter. The tick calculcation algorithm silently assumes that a long is only 32 bits, which leads to wrong results when timebase_h is not 0 on

Re: [U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 05:18:24PM -0600, Stephen Warren wrote: > On 10/24/2016 05:03 PM, Tom Rini wrote: > >On Mon, Oct 24, 2016 at 04:41:48PM -0600, Stephen Warren wrote: > > > >>From: Stephen Warren > >> > >>Travis CI names sub-jobs after the first environment variable that

Re: [U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support

2016-10-24 Thread Peng Fan
Hi Stefano, On Mon, Oct 24, 2016 at 04:05:53PM +0200, Stefano Babic wrote: >Hi Peng, > >On 11/10/2016 08:29, Peng Fan wrote: >> Add plugin support for imximage. >> >> Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. >> >> Signed-off-by: Peng Fan >> Cc:

Re: [U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Stephen Warren
On 10/24/2016 05:03 PM, Tom Rini wrote: On Mon, Oct 24, 2016 at 04:41:48PM -0600, Stephen Warren wrote: From: Stephen Warren Travis CI names sub-jobs after the first environment variable that is set for a script. This doesn't produce meaningful results for any of the non-

Re: [U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 04:41:48PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Travis CI names sub-jobs after the first environment variable that is set > for a script. This doesn't produce meaningful results for any of the non- > buildman jobs. Add a dummy

Re: [U-Boot] [PATCH 1/5] arm: dts: exynos4x12: fix the minor things

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 03:08:53PM +0900, Jaehoon Chung wrote: > Fixed the minor things. > 1. Removed '`' thing in comments > 2. Fix the wrong interrupts value from 77 to 131 > > Signed-off-by: Jaehoon Chung > --- > arch/arm/dts/exynos4x12.dtsi | 4 ++-- > 1 file

Re: [U-Boot] [PATCH 2/2] travis-ci: remove duplicate build

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 04:41:49PM -0600, Stephen Warren wrote: > From: Stephen Warren > > There were two sub-jobs to build arm1136. Remove the duplicate. > > Signed-off-by: Stephen Warren Reviewed-by: Tom Rini -- Tom

Re: [U-Boot] [PATCH 1/2] drivers: USB: OHCI: allow compilation for 64-bit targets

2016-10-24 Thread André Przywara
On 24/10/16 09:20, Jagan Teki wrote: > On Sun, Oct 23, 2016 at 3:22 AM, André Przywara > wrote: >> On 22/10/16 18:10, Jagan Teki wrote: >> >> Hi, >> >>> On Fri, Oct 21, 2016 at 6:54 AM, Andre Przywara >>> wrote: OHCI has a known limitation

Re: [U-Boot] [PATCH v2] powerpc/t2080: CPU erratum A-007907

2016-10-24 Thread york sun
On 10/24/2016 01:48 PM, Darwin Dingel wrote: > Core hang occurs when using L1 stashes. Workaround is to disable L1 > stashes so software uses L2 cache for stashes instead. > > Reviewed-by: Chris Packham > Signed-off-by: Darwin Dingel

Re: [U-Boot] [PATCH v2 8/8] travis-ci: Add test.py for various qemu platforms

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 04:21:36PM -0600, Stephen Warren wrote: [snip] > BTW, does/can Travis save the test-log.html from the test.py > invocations? That would make debugging any failures a little easier. I'm far from a travis "expert". But the real nice thing about it is that you can hook up

[U-Boot] [PATCH 1/2] travis-ci: set env vars to name jobs

2016-10-24 Thread Stephen Warren
From: Stephen Warren Travis CI names sub-jobs after the first environment variable that is set for a script. This doesn't produce meaningful results for any of the non- buildman jobs. Add a dummy variable to give the jobs meaningful names. Signed-off-by: Stephen Warren

[U-Boot] [PATCH 2/2] travis-ci: remove duplicate build

2016-10-24 Thread Stephen Warren
From: Stephen Warren There were two sub-jobs to build arm1136. Remove the duplicate. Signed-off-by: Stephen Warren --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a172180a9953..00be5ff20396 100644 ---

[U-Boot] [RFC PATCH v1] mvebu: db-88f6820-amc: Enable FIT support

2016-10-24 Thread Chris Packham
Signed-off-by: Chris Packham --- I'm keen to see this for the 88f6820-amc at least but I did wonder if it should be enabled for more of the mvebu boards? Marvell don't really make use of FIT images in their SDKs but I personally find them incredibly useful. It adds about

Re: [U-Boot] [PATCH] arm: dts: Pine64: add Ethernet alias

2016-10-24 Thread André Przywara
On 21/10/16 11:28, Hans de Goede wrote: > Hi, > > On 21-10-16 12:06, Andre Przywara wrote: >> Hi, >> >> On 21/10/16 10:31, Jagan Teki wrote: >>> On Fri, Oct 21, 2016 at 5:41 AM, Andre Przywara >>> wrote: The sun8i-emac driver works fine with the A64 Ethernet IP, but

Re: [U-Boot] [PATCH v2 8/8] travis-ci: Add test.py for various qemu platforms

2016-10-24 Thread Stephen Warren
On 10/22/2016 06:56 AM, Tom Rini wrote: On Fri, Oct 21, 2016 at 12:24:07PM -0600, Stephen Warren wrote: On 10/20/2016 01:40 PM, Tom Rini wrote: - Add a PPA for a more recent qemu (required for PowerPC to work) - Add tests to run test.py for various QEMU platforms. This relies on swarren's

Re: [U-Boot] efi: Use device device path type Messaging for network interface node

2016-10-24 Thread Alexander Graf
> When adding network interface node use Messaging device path with > subtype MAC Address and device's MAC address as a value instead > of Media Device path type with subtype File Path and path "Net" > > Signed-off-by: Oleksandr Tymoshenko > Cc: Alexander Graf

[U-Boot] [PATCH v2] powerpc/t2080: CPU erratum A-007907

2016-10-24 Thread Darwin Dingel
Core hang occurs when using L1 stashes. Workaround is to disable L1 stashes so software uses L2 cache for stashes instead. Reviewed-by: Chris Packham Signed-off-by: Darwin Dingel Cc: York Sun --- Changes

Re: [U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-24 Thread Simon Glass
On 24 October 2016 at 10:24, Sylvain Lesne wrote: > > Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with > CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at > runtime. > > This adds the missing fields in the driver declaration. > > Signed-off-by:

Re: [U-Boot] [PATCH 3/5][v2] armv8: fsl-layerscape : Check SVR for initializing TZASC

2016-10-24 Thread york sun
On 10/24/2016 01:33 AM, Priyanka Jain wrote: > LS2080 SoC and its personalities does not support TZASC > But other new SoCs like LS2088A, LS1088A supports TASC > > Hence, skip initializing TZASC for Ls2080A based on SVR > > Signed-off-by: Priyanka Jain > --- >

Re: [U-Boot] [PATCH] powerpc/t2080: CPU erratum A-007907

2016-10-24 Thread Darwin Dingel
Hi York, We are not sure yet if we're exactly hitting this core hang issue but we might as well implement the workaround just in case. Cheers, Darwin From: york sun Sent: Saturday, 22 October 2016 9:00 a.m. To: Darwin Dingel;

Re: [U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-24 Thread Marek Vasut
On 10/24/2016 06:24 PM, Sylvain Lesne wrote: > Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with > CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at > runtime. > > This adds the missing fields in the driver declaration. > > Signed-off-by: Sylvain Lesne

[U-Boot] [PATCH] powerpc/t2080: CPU erratum A-007907

2016-10-24 Thread Darwin Dingel
Core hang occurs when using L1 stashes. Workaround is to disable L1 stashes so software uses L2 cache for stashes instead. Reviewed-by: Chris Packham Signed-off-by: Darwin Dingel Cc: York Sun ---

[U-Boot] [PATCH] drivers/pci/Kconfig: Add PCI

2016-10-24 Thread Tom Rini
Add 'PCI' as a menu option and migrate all existing users. Signed-off-by: Tom Rini --- Tegra is in a funny spot here. TEGRA_COMMON will select DM_PCI and DM_PCICOMPAT. But adding PCI to the list here results in the following: aarch64: (for 61/61 boards) all +217.7 data

Re: [U-Boot] [PATCH 5/5][v2] armv8/fsl-lsch3: Update code to release secondary cores

2016-10-24 Thread york sun
On 10/24/2016 08:49 AM, york@nxp.com wrote: > On 10/24/2016 01:33 AM, Priyanka Jain wrote: >> NXP ARMv8 SoC LS2080A release all secondary cores in one-go. >> But other new SoCs like LS2088A, LS1088A release secondary >> cores one by one to avoid power spike. >> >> Update code to release

Re: [U-Boot] [PATCH 0/5][v2] Update LS2080A SoC code to support LS2088A SoC

2016-10-24 Thread york sun
On 10/24/2016 01:32 AM, Priyanka Jain wrote: > From: Priyanka Jain > > LS2088A is similar to LS2080A SoC with some differences like > 1)Timer controller offset is different > 2)It has A72 cores > 3)Process to release secondary cores is different > 4)LS2088A SoC has

[U-Boot] [PATCH] efi: Use device device path type Messaging for network interface node

2016-10-24 Thread Oleksandr Tymoshenko
When adding network interface node use Messaging device path with subtype MAC Address and device's MAC address as a value instead of Media Device path type with subtype File Path and path "Net" Signed-off-by: Oleksandr Tymoshenko Cc: Alexander Graf ---

Re: [U-Boot] [PATCH 5/5][v2] armv8/fsl-lsch3: Update code to release secondary cores

2016-10-24 Thread york sun
On 10/24/2016 01:33 AM, Priyanka Jain wrote: > NXP ARMv8 SoC LS2080A release all secondary cores in one-go. > But other new SoCs like LS2088A, LS1088A release secondary > cores one by one to avoid power spike. > > Update code to release secondary cores based on SoC SVR > Add code to release cores

Re: [U-Boot] [PATCH 4/5][v2] armv8: fsl-layerscape: Add NXP LS2088A SoC support

2016-10-24 Thread york sun
On 10/24/2016 01:33 AM, Priyanka Jain wrote: > > diff --git a/board/freescale/ls2080a/MAINTAINERS > b/board/freescale/ls2080a/MAINTAINERS > index c8dac99..de137ef 100644 > --- a/board/freescale/ls2080a/MAINTAINERS > +++ b/board/freescale/ls2080a/MAINTAINERS > @@ -1,5 +1,5 @@ > LS2080A BOARD >

Re: [U-Boot] MMC boot / mvebu / clearfog

2016-10-24 Thread Christoph Egger
Hi! Christoph Egger writes: > Indeeed, the following patch fixes MMC booting for me (and most > certainly breaks SD card booting) It actually seems to be somewhat more difficult. It worked because I had a old u-boot image at mmcblk0 at offset 1 block and a new

[U-Boot] [PATCH] dm: mmc: socfpga: fix MMC_OPS support

2016-10-24 Thread Sylvain Lesne
Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at runtime. This adds the missing fields in the driver declaration. Signed-off-by: Sylvain Lesne --- Hi, I might be missing something, but with

Re: [U-Boot] [PATCH] armv8/ls1043a: Add the OCRAM initialization

2016-10-24 Thread york sun
On 10/23/2016 06:59 AM, Prabhakar Kushwaha wrote: > Hi York, > > >> -Original Message- >> From: york sun >> Sent: Saturday, October 22, 2016 1:39 AM >> To: Prabhakar Kushwaha ; Pratiyush Srivastava >> ; u-boot@lists.denx.de; Mingkai

Re: [U-Boot] [PATCH] Kconfig: ifc: Moving IFC_BANK_COUNT from Kconfig to config.h

2016-10-24 Thread york sun
On 10/23/2016 07:04 AM, Prabhakar Kushwaha wrote: > Hi York, > >> -Original Message- >> From: york sun >> Sent: Friday, October 21, 2016 7:55 PM >> To: Prabhakar Kushwaha ; u- >> b...@lists.denx.de >> Cc: o...@buserror.net >> Subject: Re: [PATCH] Kconfig: ifc:

[U-Boot] Please pull from u-boot-i2c

2016-10-24 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git master The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d: travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06:29 -0400) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master

Re: [U-Boot] [PATCH v2 4/4] configs: am57xx: Enable fastboot

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 06:41:13PM +0300, Sam Protsenko wrote: > Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [PATCH v2 3/4] configs: am57xx: Enable download gadget

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 06:41:12PM +0300, Sam Protsenko wrote: > Enable USB download gadget (needed for fastboot support) and all > dependencies. > > Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini -- Tom signature.asc Description:

Re: [U-Boot] [PATCH v2 1/4] fastboot: Add CONFIG_FASTBOOT_USB_DEV option

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 06:41:10PM +0300, Sam Protsenko wrote: > Some boards (like AM57x EVM) has USB OTG controller other than 0. So in > order to use correct controller number in compiled environment we should > define CONFIG_FASTBOOT_USB_DEV option. > > For example, when doing "fastboot

Re: [U-Boot] [PATCH v2 2/4] ti_omap5_common: Respect USB controller number in fastboot

2016-10-24 Thread Tom Rini
On Mon, Oct 24, 2016 at 06:41:11PM +0300, Sam Protsenko wrote: > On "fastboot reboot-bootloader" we check "dofastboot" variable and do > "fastboot 0" command in U-Boot if it's 1. But there are boards which have > USB controller number other than 0, so it should be respected when > performing

Re: [U-Boot] [PATCH 5/5][v2] armv8/fsl-lsch3: Update code to release secondary cores

2016-10-24 Thread york sun
On 10/24/2016 01:33 AM, Priyanka Jain wrote: > NXP ARMv8 SoC LS2080A release all secondary cores in one-go. > But other new SoCs like LS2088A, LS1088A release secondary > cores one by one to avoid power spike. > > Update code to release secondary cores based on SoC SVR > Add code to release cores

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-24 Thread Fabio Estevam
On Mon, Oct 24, 2016 at 2:00 PM, Stefano Babic wrote: > It was already applied, but I have just pushed to the server today. Excellent, I can see the patches there now. Thanks! ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-24 Thread Stefano Babic
On 24/10/2016 17:26, Fabio Estevam wrote: > Hi Stefano, > > On Tue, Oct 11, 2016 at 12:05 PM, Fabio Estevam wrote: >> On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: >>> Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. >>>

Re: [U-Boot] [PATCH 2/4] ti_omap5_common: Respect USB controller number in fastboot

2016-10-24 Thread Sam Protsenko
On Fri, Oct 21, 2016 at 2:19 PM, Tom Rini wrote: > On Thu, Oct 20, 2016 at 06:58:29PM +0300, Sam Protsenko wrote: > >> On "fastboot reboot-bootloader" we check "dofastboot" variable and do >> "fastboot 0" command in U-Boot if it's 1. But there are boards which have >> USB

[U-Boot] [PATCH v2 3/4] configs: am57xx: Enable download gadget

2016-10-24 Thread Sam Protsenko
Enable USB download gadget (needed for fastboot support) and all dependencies. Signed-off-by: Sam Protsenko --- Changes in v2: None configs/am57xx_evm_defconfig | 9 + configs/am57xx_evm_nodt_defconfig | 9 + configs/am57xx_hs_evm_defconfig |

[U-Boot] [PATCH v2 2/4] ti_omap5_common: Respect USB controller number in fastboot

2016-10-24 Thread Sam Protsenko
On "fastboot reboot-bootloader" we check "dofastboot" variable and do "fastboot 0" command in U-Boot if it's 1. But there are boards which have USB controller number other than 0, so it should be respected when performing "fastboot" command. This patch reuses CONFIG_FASTBOOT_USB_DEV option

[U-Boot] [PATCH v2 0/4] am57xx: Add fastboot support

2016-10-24 Thread Sam Protsenko
This patch series adds fastboot support for AM57x EVM boards. As AM57x EVM USB controller index is 1 (as opposed to regular 0), some changes had to be done to deal with this. Changes in v2: - PATCH 2/4: Remove unnecessary check for CONFIG_FASTBOOT_USB_DEV in ti_omap5_common.h Sam

[U-Boot] [PATCH v2 4/4] configs: am57xx: Enable fastboot

2016-10-24 Thread Sam Protsenko
Signed-off-by: Sam Protsenko --- Changes in v2: None configs/am57xx_evm_defconfig | 9 + configs/am57xx_evm_nodt_defconfig | 9 + configs/am57xx_hs_evm_defconfig | 9 + 3 files changed, 27 insertions(+) diff --git

[U-Boot] [PATCH v2 1/4] fastboot: Add CONFIG_FASTBOOT_USB_DEV option

2016-10-24 Thread Sam Protsenko
Some boards (like AM57x EVM) has USB OTG controller other than 0. So in order to use correct controller number in compiled environment we should define CONFIG_FASTBOOT_USB_DEV option. For example, when doing "fastboot reboot-bootloader" we want to enter fastboot mode automatically. But to do so

Re: [U-Boot] [PATCH 1/5] armv8: lsch3: Use SVR based timer base address detection

2016-10-24 Thread york sun
On 10/23/2016 11:29 PM, Priyanka Jain wrote: > > >> -Original Message- >> From: york sun >> Sent: Thursday, October 20, 2016 10:46 AM >> To: Prabhakar Kushwaha ; u- >> b...@lists.denx.de >> Cc: Priyanka Jain >> Subject: Re: [PATCH 1/5]

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-24 Thread Fabio Estevam
Hi Stefano, On Tue, Oct 11, 2016 at 12:05 PM, Fabio Estevam wrote: > On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: >> Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. >> >> Based on the Falcon mode code for MX6 Gateworks

Re: [U-Boot] Please pull u-boot-fdt

2016-10-24 Thread Tom Rini
On Sun, Oct 23, 2016 at 09:01:17PM -0600, Simon Glass wrote: > Hi Tom, > > Here's another patch syncing up with libfdt upstream. Maxime suggest > that this should go in now. > > > The following changes since commit 3431b392ad50ff37fa3d6e7715c6a99c74d692dc: > > Merge tag 'signed-efi-next' of

Re: [U-Boot] api: storage: Avoid enumeration for non-configured subsystem

2016-10-24 Thread Tom Rini
On Wed, Oct 19, 2016 at 05:19:47PM +0200, Emmanuel Vadot wrote: > If a subsystem wasn't configured, avoid enumeration. > > Signed-off-by: Emmanuel Vadot Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v2] tools: moveconfig: support wildcards in --defconfigs file

2016-10-24 Thread Tom Rini
On Wed, Oct 19, 2016 at 02:39:54PM +0900, Masahiro Yamada wrote: > Supporting shell-style wildcards for the --defconfigs option will be > useful to run the moveconfig tool against a specific platform. For > example, "uniphier*" in the file passed by --defconfigs option will > be expanded to

Re: [U-Boot] Fix codying style broken by recent libfdt sync

2016-10-24 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:43:01PM +0900, Masahiro Yamada wrote: > Commit b02e4044ff8e ("libfdt: Bring in upstream stringlist > functions") broke codying style in some places especially > by inserting an extra whitespace before fdt_stringlist_count(). > > Signed-off-by: Masahiro Yamada

Re: [U-Boot] [U-Boot,v2,2/2] libfdt: fix fdt_stringlist_search()

2016-10-24 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:22:34PM +0900, Masahiro Yamada wrote: > If fdt_getprop() fails, negative error code should be returned. > > [ DTC commit: daa75e8fa5942caa8e97931aed3a1ee0b7edd74b ] > > Signed-off-by: Masahiro Yamada > Signed-off-by: David Gibson

Re: [U-Boot] [U-Boot,v2,1/2] libfdt: fix fdt_stringlist_count()

2016-10-24 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:22:33PM +0900, Masahiro Yamada wrote: > If fdt_getprop() fails, negative error code should be returned. > > [ DTC commit: e28eff5b787adb3f461d1653598818b2f1f25a73 ] > > Signed-off-by: Masahiro Yamada > Signed-off-by: David Gibson

Re: [U-Boot] power: twl6030: fix code refactoring

2016-10-24 Thread Tom Rini
On Thu, Oct 13, 2016 at 01:47:53PM +0300, Nicolae Rosia wrote: > From: Nicolae Rosia > > Commit a85362fb3e1fc7833723accddbbae431091d06b8 refactored the code > but the register read ended up in the wrong if branch. > Currently, the else branch checks a variable which is

Re: [U-Boot] [U-Boot, 3/3] ext4: Only write journal entries for modified blocks in unlink_filename

2016-10-24 Thread Tom Rini
On Sun, Oct 09, 2016 at 08:15:28PM +0200, Stefan Brüns wrote: > Instead of creating a journal entry for each directory block, even > if the block is unmodified, only log the modified block. > > Signed-off-by: Stefan Brüns > Reviewed-by: Tom Rini

Re: [U-Boot] [U-Boot, 2/3] ext4: Fix handling of direntlen in unlink_filename

2016-10-24 Thread Tom Rini
On Sun, Oct 09, 2016 at 08:15:27PM +0200, Stefan Brüns wrote: > The direntlen checks were quite bogus, i.e. the loop termination used > "len + offset == blocksize" (exact match only), and checked for a > direntlen less than 0. The latter can never happen as the len is > unsigned, this has been

Re: [U-Boot] [U-Boot,1/3] ext4: cleanup unlink_filename function

2016-10-24 Thread Tom Rini
On Sun, Oct 09, 2016 at 08:15:26PM +0200, Stefan Brüns wrote: > Use the same variable names as in search_dir, to make purpose of variables > more obvious. > > Signed-off-by: Stefan Brüns > Reviewed-by: Tom Rini Applied to u-boot/master,

Re: [U-Boot] [PATCH v2 8/8] travis-ci: Add test.py for various qemu platforms

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:40:20PM -0400, Tom Rini wrote: > - Add a PPA for a more recent qemu (required for PowerPC to work) > - Add tests to run test.py for various QEMU platforms. This relies on > swarren's uboot-test-hooks repository to provide the abstractions. > > Signed-off-by: Tom

Re: [U-Boot] [PATCH 7/8] travis-ci: Drop 'TEST_CMD'

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:26:05PM -0400, Tom Rini wrote: > We don't need to use TEST_CMD in order to run tests. We need a BUILDMAN > and TOOLCHAIN variable to avoid having to duplicate logic or write some > wrapper function. But this makes the tests harder as we add more > complex examples. >

Re: [U-Boot] [PATCH 6/8] travis-ci: Add more architectures

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:26:04PM -0400, Tom Rini wrote: > We can now build for microblaze, sh4 and xtensa. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH 5/8] travis-ci: Update toolchain and buildman usage

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:26:03PM -0400, Tom Rini wrote: > - Drop the 'cache' line, travis-ci says to not cache apt packages (and > does not). > - Get the Ubuntu provided toolchain for ARM and PowerPC. > - Add more toolchain options that buildman can fetch. > > Signed-off-by: Tom Rini

Re: [U-Boot] [PATCH 4/8] travis-ci: Do not make buildman warnings fatal

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:26:02PM -0400, Tom Rini wrote: > We currently will always see a number of warnings due to device tree > issues. These (and other warnings) should not make the build be marked > as failure so catch exit status 129 specifically and return 0 in that > case. > > Cc: Heiko

Re: [U-Boot] [PATCH 3/8] travis-ci: Use a git URI for dtc.git

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:26:01PM -0400, Tom Rini wrote: > Currently we fail to fetch the dtc.git tree due to an SSL issue within > the travis-ci environment. The easiest fix here is to switch to a git > URI. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks!

Re: [U-Boot] [PATCH 2/8] travis-ci: Switch to Ubuntu 14.04 'Trusty Tahr'

2016-10-24 Thread Tom Rini
On Thu, Oct 20, 2016 at 03:26:00PM -0400, Tom Rini wrote: > In order to make other various improvements, update to the latest > environment travis-ci supports. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH v7 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-24 Thread Jagan Teki
On Mon, Oct 24, 2016 at 7:31 PM, Stefano Babic wrote: > On 24/10/2016 15:15, Jagan Teki wrote: >> On Mon, Oct 24, 2016 at 6:04 PM, Stefano Babic wrote: >>> Hi Jagan, > >>> >>> Please wait, I am confused. You have sent a complete V8, but as far as I >>> understand

Re: [U-Boot] efi_loader: fix depends on line of EFI_LOADER

2016-10-24 Thread Alexander Graf
> This line is shown as > >depends on (ARM64 ||\302\240ARM) && OF_LIBFDT > > on my Emacs. Use ASCII characters only. > > Assuming it is (ARM64 || ARM), remove the redundancy. > Unlike Linux, CONFIG_ARM includes CONFIG_ARM64 in U-Boot. > > Signed-off-by: Masahiro Yamada

Re: [U-Boot] [PATCH V4 1/8] tools: imximage: add plugin support

2016-10-24 Thread Stefano Babic
Hi Peng, On 11/10/2016 08:29, Peng Fan wrote: > Add plugin support for imximage. > > Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Eric Nelson > Cc: Ye Li

Re: [U-Boot] [PATCH v7 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-24 Thread Stefano Babic
On 24/10/2016 15:15, Jagan Teki wrote: > On Mon, Oct 24, 2016 at 6:04 PM, Stefano Babic wrote: >> Hi Jagan, >> >> Please wait, I am confused. You have sent a complete V8, but as far as I >> understand the oinly changes are reported above (Patch 14/15). >> >> However, even if I

Re: [U-Boot] [PATCH v7 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-24 Thread Jagan Teki
On Mon, Oct 24, 2016 at 6:04 PM, Stefano Babic wrote: > Hi Jagan, > > On 24/10/2016 14:09, Jagan Teki wrote: >> Hi Stefano, >> >> On Mon, Oct 24, 2016 at 5:31 PM, Stefano Babic wrote: >>> Hi Jagan, >>> >>> On 24/10/2016 13:46, Jagan Teki wrote: >>> > > No,

Re: [U-Boot] [PATCH v7 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-24 Thread Stefano Babic
Hi Jagan, On 24/10/2016 14:09, Jagan Teki wrote: > Hi Stefano, > > On Mon, Oct 24, 2016 at 5:31 PM, Stefano Babic wrote: >> Hi Jagan, >> >> On 24/10/2016 13:46, Jagan Teki wrote: >> No, this is not the correct way to do. We should stick with the patches sent to ML

[U-Boot] [PATCH] mx6sabresd: Make Ethernet functional again

2016-10-24 Thread Fabio Estevam
From: Fabio Estevam Since commit ce412b79e7255770 ("drivers: net: phy: atheros: add separate config for AR8031") ethernet does not work on mx6sabresd. This commit correctly assigns ar8031_config() as the configuration function for AR8031 in the same way as done in the

Re: [U-Boot] [PATCH v7 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-24 Thread Jagan Teki
Hi Stefano, On Mon, Oct 24, 2016 at 5:31 PM, Stefano Babic wrote: > Hi Jagan, > > On 24/10/2016 13:46, Jagan Teki wrote: > >>> >>> No, this is not the correct way to do. We should stick with the patches >>> sent to ML and included in patchworks. They are documented and I cannot

[U-Boot] [PATCH v8 23/23] imx6: icorem6: Add default mtd nand partition table

2016-10-24 Thread Jagan Teki
From: Jagan Teki icorem6qdl> mtdparts device nand0 , # parts = 6 0: spl 0x0020 0x 0 1: uboot 0x0020 0x0020 0 2: env 0x0010 0x0040 0 3: kernel

Re: [U-Boot] [PATCH 1/5] armv8: lsch3: Use SVR based timer base address detection

2016-10-24 Thread Priyanka Jain
> -Original Message- > From: york sun > Sent: Thursday, October 20, 2016 10:46 AM > To: Prabhakar Kushwaha ; u- > b...@lists.denx.de > Cc: Priyanka Jain > Subject: Re: [PATCH 1/5] armv8: lsch3: Use SVR based timer base address >

[U-Boot] [PATCH v8 20/23] mtd: nand: Kconfig: Add NAND_MXS entry

2016-10-24 Thread Jagan Teki
From: Jagan Teki Added kconfig for NAND_MXS driver. Cc: Scott Wood Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi

[U-Boot] [PATCH v8 22/23] imx6: icorem6: Enable MTD device support

2016-10-24 Thread Jagan Teki
From: Jagan Teki Enable MTD device, partition and command support. Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki

[U-Boot] [PATCH v8 21/23] imx6: icorem6: Add NAND support

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add NAND support for Engicam i.CoreM6 qdl board. Boot Log: U-Boot SPL 2016.09-rc2-30755-gd3dc581-dirty (Sep 28 2016 - 23:00:43) Trying to boot from NAND NAND : 512 MiB U-Boot 2016.09-rc2-30755-gd3dc581-dirty (Sep 28 2016 - 23:00:43 +0530)

[U-Boot] [PATCH v8 18/23] arm: dts: imx6q: Add pinctrl defines

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add imx6q pinctrl defines support from Linux. Here is the last commit: "ARM: dts: imx: pinfunc: add MX6QDL_PAD_GPIO_6__ENET_IRQ" (sha1: d8c765e0d1ddbd5032c2491c82cc9660c2f0e7f2) Cc: Peng Fan Cc: Stefano Babic Cc:

[U-Boot] [PATCH v8 19/23] arm: imx6q: Add devicetree support for Engicam i.CoreM6 Quad/Dual

2016-10-24 Thread Jagan Teki
From: Jagan Teki i.CoreM6 Quad/Dual modules are system on module solutions manufactured by Engicam with following characteristics: CPU NXP i.MX6 DQ, 800MHz RAM 1GB, 32, 64 bit, DDR3-800/1066 NAND SLC,512MB Power supply Single 5V MAX LCD

[U-Boot] [PATCH v8 16/23] engicam: icorem6: Add DM_GPIO, DM_MMC support

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add DM_GPIO, DM_MMC support for u-boot and disable for SPL. Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam Cc: Matteo Lisi Cc: Michael Trimarchi

Re: [U-Boot] [PATCH v7 00/21] imx6: Add Engicam i.CoreM6 QDL support

2016-10-24 Thread Stefano Babic
Hi Jagan, On 24/10/2016 13:46, Jagan Teki wrote: >> >> No, this is not the correct way to do. We should stick with the patches >> sent to ML and included in patchworks. They are documented and I cannot >> (that means, all custodians are not allowed) to simply pick up patches >> from somewhere

[U-Boot] [PATCH v8 17/23] arm: dts: Add devicetree for i.MX6Q

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add i.MX6Q dtsi support from Linux. Here is the last commit: "ARM: dts: add gpio-ranges property to iMX GPIO controllers" (sha1: bb728d662bed0fe91b152550e640cb3f6caa972c) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio

[U-Boot] [PATCH v8 12/23] arm: imx6q: Add devicetree support for Engicam i.CoreM6 DualLite/Solo

2016-10-24 Thread Jagan Teki
From: Jagan Teki i.CoreM6 DualLite/Solo modules are system on module solutions manufactured by Engicam with following characteristics: CPU NXP i.MX6 DL, 800MHz RAM 1GB, 32, 64 bit, DDR3-800/1066 NAND SLC,512MB Power supply Single 5V MAX

[U-Boot] [PATCH v8 14/23] configs: imx6qdl: Enable CONFIG_BLK if DM_MMC

2016-10-24 Thread Jagan Teki
From: Jagan Teki Enable CONFIG_BLK only when DM_MMC enabled, this changes as per the commit "dm: blk: Enable CONFIG_BLK if DM_MMC is enabled" (sha1: 896a74f615d6ffcbbcbec1505b19ed3280fe7873) Cc: Peng Fan Cc: Stefano Babic

[U-Boot] [PATCH v8 15/23] configs: imx6qdl: Enable CONFIG_DM_MMC_OPS if DM_MMC

2016-10-24 Thread Jagan Teki
From: Jagan Teki Enable CONFIG_DM_MMC_OPS only when DM_MMC enabled, this changes as per the commit "dm: mmc: Enable DM_MMC_OPS by default with DM_MMC" (sha1: 252788b4eda852e0195e1903e55480b4bf4fea9d) Cc: Peng Fan Cc: Stefano Babic

[U-Boot] [PATCH v8 13/23] imx6q: icorem6: Enable pinctrl driver

2016-10-24 Thread Jagan Teki
From: Jagan Teki Enable imx6 pinctrl driver support for i.CoreM6. Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam Cc: Matteo Lisi Cc: Michael Trimarchi

[U-Boot] [PATCH v8 10/23] arm: dts: imx6dl: Add pinctrl defines

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add imx6dl pinctrl defines support from Linux. Here is the last commit: "ARM: dts: imx: pinfunc: add MX6QDL_PAD_GPIO_6__ENET_IRQ" (sha1: d8c765e0d1ddbd5032c2491c82cc9660c2f0e7f2) Cc: Peng Fan Cc: Stefano Babic Cc:

[U-Boot] [PATCH v8 11/23] dt-bindings: clock: imx6qdl: Add clock defines

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add imx6qdl clock header defines support from Linux. "clk: imx: Add clock support for imx6qp" (sha1: ee36027427c769b0b9e5e205fe43aced93d6aa66) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam

[U-Boot] [PATCH v8 09/23] arm: dts: Add devicetree for i.MX6DQL

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add i.MX6DQL dtsi support from Linux. Here is the last commit: "ARM: dts: imx6qdl: Fix SPDIF regression" (sha1: f065e9e4addd75c21bb976bb2558648bf4f61de6) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam

[U-Boot] [PATCH v8 08/23] arm: dts: Add devicetree for i.MX6DL

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add i.MX6DL dtsi support from Linux. Here is the last commit: "ARM: dts: add gpio-ranges property to iMX GPIO controllers" (sha1: bb728d662bed0fe91b152550e640cb3f6caa972c) Cc: Peng Fan Cc: Stefano Babic Cc: Fabio

[U-Boot] [PATCH v8 04/23] arm: imx: Add Engicam i.CoreM6 QDL Starter Kit initial support

2016-10-24 Thread Jagan Teki
From: Jagan Teki Boot Log for i.CoreM6 DualLite/Solo Starter Kit: --- U-Boot SPL 2016.09-rc2-30739-gd1fa290 (Sep 17 2016 - 00:37:46) Trying to boot from MMC1 U-Boot 2016.09-rc2-30739-gd1fa290 (Sep 17 2016 - 00:37:46 +0530)

[U-Boot] [PATCH v8 05/23] net: Kconfig: Add FEC_MXC entry

2016-10-24 Thread Jagan Teki
From: Jagan Teki Added kconfig for FEC_MXC driver. Cc: Joe Hershberger Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi

[U-Boot] [PATCH v8 07/23] imx: s/docs\/README.imximage/doc\/README.imximage/g

2016-10-24 Thread Jagan Teki
From: Jagan Teki Fixed typo for doc/README.imximage on respective imximage.cfg files. Cc: Tom Rini Cc: Stefano Babic Cc: Fabio Estevam Acked-by: Peng Fan Signed-off-by: Jagan Teki

[U-Boot] [PATCH v8 06/23] imx6: icorem6: Add ENET support

2016-10-24 Thread Jagan Teki
From: Jagan Teki Add enet support for engicam icorem6 qdl starter kit. - Add pinmux settings - Add board_eth_init TFTP log: Net: FEC [PRIME] Hit any key to stop autoboot: 0 icorem6qdl> tftpboot {fdt_addr} imx6dl-icore.dtb Using FEC device TFTP from server

[U-Boot] [PATCH v8 03/23] config: Move CONFIG_DEFAULT_FDT_FILE to defconfigs

2016-10-24 Thread Jagan Teki
From: Jagan Teki - Add DEFAULT_FDT_FILE kconfig entry - Move CONFIG_DEFAULT_FDT_FILE from include/configs to defconfigs Cc: Tom Rini Cc: Simon Glass Cc: Michael Trimarchi Signed-off-by: Jagan

[U-Boot] [PATCH v8 02/23] thermal: Kconfig: Add IMX_THERMAL entry

2016-10-24 Thread Jagan Teki
From: Jagan Teki Added kconfig for IMX_THERMAL driver. Cc: Simon Glass Cc: Fabio Estevam Cc: Stefano Babic Cc: Peng Fan Cc: Matteo Lisi Cc: Michael Trimarchi

  1   2   >