Re: [U-Boot] RFC: i.MX6 write U-Boot to NAND

2016-04-26 Thread Stefan Roese
On 26.04.2016 08:58, Sergey Kubushyn wrote: On Tue, 26 Apr 2016, Stefan Roese wrote: OK, if nobody worked on this so far I'll bite the bullet -- working on a NAND boot only i.mx6 module right now at my day job and need manufacturing tools for production. Just didn't want to re-invent the wheel a

Re: [U-Boot] [GIT] Pull request: u-boot-dfu

2016-04-26 Thread Lukasz Majewski
Hi Marek, > On 04/25/2016 05:40 PM, Lukasz Majewski wrote: > > Hi Marek, > > > > Please find DFU related code to be pulled to u-boot-usb branch. > > > > The following changes since commit > > e6c0bc0643e5a4387fecbcf83080d0b796eb067c: > > > > usb: gadget Move: CONFIG_G_DNL_* to Kconfig (2016-0

[U-Boot] please pull u-boot-samsung master

2016-04-26 Thread Minkyu Kang
Dear Tom, The following changes since commit ff6552e8cc13c9b2283002144e297d63b30ac400: xpress: Update include (2016-04-13 15:45:50 -0400) are available in the git repository at: git://git.denx.de/u-boot-samsung master for you to fetch changes up to 4ecad8a62942a460b177f34f1eea7326614025f4

Re: [U-Boot] Porting Linux's MTD/NAND changes into U-Boot

2016-04-26 Thread Heiko Schocher
Hello Richard, Am 26.04.2016 um 09:20 schrieb Richard Weinberger: Am 26.04.2016 um 07:17 schrieb Heiko Schocher: Also, as the UBI/UIFS case may show, it is not always a trivial job to do such a sync, as concepts in Linux changes ... While we are at it, how do you QA? I do some very basic ub

Re: [U-Boot] [PATCH] omap3_igep00x0.h: Drop SPL MMC support on BOOT_NAND

2016-04-26 Thread Enric Balletbo Serra
Hi Tom, 2016-04-25 17:16 GMT+02:00 Tom Rini : > On Mon, Apr 25, 2016 at 05:09:50PM +0200, Enric Balletbo Serra wrote: >> Hi Tom, >> >> 2016-04-25 16:44 GMT+02:00 Tom Rini : >> > In the case of booting from NAND on these boards, remove MMC support >> > from SPL so that we can continue to fit into t

Re: [U-Boot] Porting Linux's MTD/NAND changes into U-Boot

2016-04-26 Thread Richard Weinberger
Am 26.04.2016 um 07:17 schrieb Heiko Schocher: > Also, as the UBI/UIFS case may show, it is not always a trivial job > to do such a sync, as concepts in Linux changes ... While we are at it, how do you QA? Did you ever port port UBI or MTD tests to u-boot and let them run? Maybe there are more iss

Re: [U-Boot] [PATCH v3 2/2] m68k: add DM model serial driver

2016-04-26 Thread Angelo Dureghello
Hi Simon, i realized this patch (v3) is invalid, due to my tests done with "CONFIG_DM_SRIAL" (missing 'A'), so was using the legacy driver still. Also, i found a small issue in start.S files. I send v4 asap later. thanks, regards, Angelo Dureghello On 25/04/2016 23:54, Simon Glass wrote:

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

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 04:45:53PM +0900, Minkyu Kang wrote: > Dear Tom, > > The following changes since commit ff6552e8cc13c9b2283002144e297d63b30ac400: > > xpress: Update include (2016-04-13 15:45:50 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-samsung

[U-Boot] [PATCH] power: pfuze100: Update definitions

2016-04-26 Thread Eran Matityahu
- Add definitions and macros for buck regulators SW2,SW3A/B and SW4 (SWx) with low and high output voltage ranges - Add definitions for LDO mode (ON/OFF/LPM combinations at Normal & Standby modes) Signed-off-by: Eran Matityahu --- include/power/pfuze100_pmic.h | 208 +

Re: [U-Boot] [PATCH] omap3_igep00x0.h: Drop SPL MMC support on BOOT_NAND

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 10:20:47AM +0200, Enric Balletbo Serra wrote: > Hi Tom, > > 2016-04-25 17:16 GMT+02:00 Tom Rini : > > On Mon, Apr 25, 2016 at 05:09:50PM +0200, Enric Balletbo Serra wrote: > >> Hi Tom, > >> > >> 2016-04-25 16:44 GMT+02:00 Tom Rini : > >> > In the case of booting from NAND o

Re: [U-Boot] [PATCH] ARM: uniphier: revive some commands lost by Kconfig re-sync

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 11:23:39AM +0900, Masahiro Yamada wrote: > The recently added uniphier_ld20_defconfig missed the tree-wide > re-sync by commit 89cb2b5f8be4 ("configs: Re-sync with cmd/Kconfig"). > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.as

Re: [U-Boot] SAMA5D2 xplained SD/eMMC boot

2016-04-26 Thread Marek Vasut
On 04/26/2016 03:47 AM, Yang, Wenyou wrote: > > >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: 2016年4月25日 18:30 >> To: Yang, Wenyou >> Cc: u-boot@lists.denx.de >> Subject: Re: SAMA5D2 xplained SD/eMMC boot >> >> On 04/25/2016 02:55 AM, Yang, Wenyou wrote: >>>

[U-Boot] [PATCH 1/3] dm: gpio: Add driver for MPC85XX GPIO controller

2016-04-26 Thread Mario Six
Signed-off-by: Mario Six --- arch/powerpc/include/asm/arch-mpc85xx/gpio.h | 2 + arch/powerpc/include/asm/immap_85xx.h| 2 + drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile| 1 + drivers/gpio/mpc85xx_gpio.c | 182 +

[U-Boot] [PATCH 0/3] dm: gpio: Add driver for MPC85xx GPIO controller

2016-04-26 Thread Mario Six
The functions for accessing GPIOs on MPC85xx are hardcoded in arch/powerpc/include/asm/mpc85xx_gpio.h This leads to problems if another GPIO controller supporting the driver model is to be used simultaneously. Therefore, this patch moves the "static" functions into a DM-compatible driver, and also

[U-Boot] [PATCH 2/3] dm: gpio: Add methods for open drain setting

2016-04-26 Thread Mario Six
Signed-off-by: Mario Six --- drivers/gpio/gpio-uclass.c | 30 ++ include/asm-generic/gpio.h | 29 + 2 files changed, 59 insertions(+) diff --git a/drivers/gpio/gpio-uclass.c b/drivers/gpio/gpio-uclass.c index b58d4e6..16b9648 100644 --- a/d

[U-Boot] [PATCH 3/3] dm: gpio: Implement open drain for MPC85XX GPIO

2016-04-26 Thread Mario Six
Signed-off-by: Mario Six --- drivers/gpio/mpc85xx_gpio.c | 41 + 1 file changed, 41 insertions(+) diff --git a/drivers/gpio/mpc85xx_gpio.c b/drivers/gpio/mpc85xx_gpio.c index 2289eb7..6e920e6 100644 --- a/drivers/gpio/mpc85xx_gpio.c +++ b/drivers/gpio/mpc8

[U-Boot] [PATCH] ARM64: zynqmp: Cleanup config file after CMD move

2016-04-26 Thread Michal Simek
The patch: "configs: Re-sync almost all of cmd/Kconfig" (sha1: 78d1e1d0a157c8b48ea19be6170b992745d30f38) doesn't remove empty if-endif. This patch is fixing it. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 4 1 file changed, 4 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH] ARM64: zynqmp: Enable eMMC boot partitions commands

2016-04-26 Thread Michal Simek
Enable some additional features of the eMMC boot partitions. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 7a16f4915069..76e1d93bdb35 100644 --- a/includ

Re: [U-Boot] [PATCH] ARM64: zynqmp: Cleanup config file after CMD move

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 04:12:06PM +0200, Michal Simek wrote: > The patch: > "configs: Re-sync almost all of cmd/Kconfig" > (sha1: 78d1e1d0a157c8b48ea19be6170b992745d30f38) > doesn't remove empty if-endif. This patch is fixing it. > > Signed-off-by: Michal Simek Applied to u-boot/master, thanks

Re: [U-Boot] [PATCH v3 2/2] m68k: add DM model serial driver

2016-04-26 Thread Simon Glass
Hi Angelo, On 26 April 2016 at 03:03, Angelo Dureghello wrote: > > Hi Simon, > > i realized this patch (v3) is invalid, due to my tests done with > "CONFIG_DM_SRIAL" (missing 'A'), so was using the legacy driver still. > > Also, i found a small issue in start.S files. > > I send v4 asap later.

[U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-26 Thread Enric Balletbo i Serra
Internal SRAM starts at 0x4020 and ends at 0x4020, so there are 64KB available to be used for SPL. This will also help some compilers to fit all the code into the allocated space. Signed-off-by: Enric Balletbo i Serra --- include/configs/omap3_igep00x0.h | 7 +++ 1 file changed, 7 in

Re: [U-Boot] [PATCH v2] mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT

2016-04-26 Thread Fabio Estevam
Tom/Stefano, On Wed, Apr 20, 2016 at 10:48 PM, Fabio Estevam wrote: > From: Fabio Estevam > > mx6ul_evk does not come with a eMMC populated, so we should not > define CONFIG_SUPPORT_EMMC_BOOT as it causes SPL to not be able > to boot some brands of SD cards, such as SanDisk microSD HC - 8GB: > >

Re: [U-Boot] [PATCH v2] mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 12:58:05PM -0300, Fabio Estevam wrote: > Tom/Stefano, > > On Wed, Apr 20, 2016 at 10:48 PM, Fabio Estevam wrote: > > From: Fabio Estevam > > > > mx6ul_evk does not come with a eMMC populated, so we should not > > define CONFIG_SUPPORT_EMMC_BOOT as it causes SPL to not be

Re: [U-Boot] [PATCH v2] mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT

2016-04-26 Thread Stefano Babic
On 26/04/2016 17:58, Fabio Estevam wrote: > Tom/Stefano, > > On Wed, Apr 20, 2016 at 10:48 PM, Fabio Estevam wrote: >> From: Fabio Estevam >> >> mx6ul_evk does not come with a eMMC populated, so we should not >> define CONFIG_SUPPORT_EMMC_BOOT as it causes SPL to not be able >> to boot some bran

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Stephen Warren
On 04/25/2016 05:22 PM, Tom Rini wrote: ... I know company lawyers come up with various policies and some are more restrictive than others. Anything about the exact guidelines you can share would be appreciated. They're simple and I would assume quite standard: 1) When creating a new file, ad

Re: [U-Boot] [PATCH 02/60] mmc: tegra: move pad init into MMC driver

2016-04-26 Thread Stephen Warren
On 04/25/2016 06:14 PM, Tom Rini wrote: On Mon, Apr 25, 2016 at 05:34:55PM -0600, Stephen Warren wrote: On 04/25/2016 05:26 PM, Tom Rini wrote: On Mon, Apr 25, 2016 at 05:11:16PM -0600, Stephen Warren wrote: On 04/25/2016 05:05 PM, Tom Rini wrote: On Mon, Apr 25, 2016 at 04:43:34PM -0600, Ste

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Stephen Warren
On 04/25/2016 05:22 PM, Tom Rini wrote: Lawyers can argue, but projects have guidelines. I mean heck, I've see you remind people to fix the include order in new patches. Do they need to add an NVIDIA copyright notice too? No, of course not. Well honestly all patch review does contribute to

Re: [U-Boot] [PATCH v2] mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT

2016-04-26 Thread Stefano Babic
Hi Tom, On 26/04/2016 18:04, Tom Rini wrote: > On Tue, Apr 26, 2016 at 12:58:05PM -0300, Fabio Estevam wrote: >> Tom/Stefano, >> >> On Wed, Apr 20, 2016 at 10:48 PM, Fabio Estevam wrote: >>> From: Fabio Estevam >>> >>> mx6ul_evk does not come with a eMMC populated, so we should not >>> define CO

Re: [U-Boot] [RFC PATCH] net: rtl8169: allow multiple devices

2016-04-26 Thread Stephen Warren
On 04/25/2016 11:08 AM, Joe Hershberger wrote: Hi Stephen, On Wed, Apr 20, 2016 at 6:31 PM, Stephen Warren wrote: From: Stephen Warren Currently, if multiple rtl8169 devices exist on the PCI bus, they all get the same name, which prevents the user from selecting which to use via the ethact e

Re: [U-Boot] [RFC PATCH] net: rtl8169: allow multiple devices

2016-04-26 Thread Stephen Warren
On 04/26/2016 10:53 AM, Stephen Warren wrote: On 04/25/2016 11:08 AM, Joe Hershberger wrote: Hi Stephen, On Wed, Apr 20, 2016 at 6:31 PM, Stephen Warren wrote: From: Stephen Warren Currently, if multiple rtl8169 devices exist on the PCI bus, they all get the same name, which prevents the us

Re: [U-Boot] [PATCH 02/60] mmc: tegra: move pad init into MMC driver

2016-04-26 Thread Wolfgang Denk
Dear Stephen, In message <571ea99f.7030...@wwwdotorg.org> you wrote: > > BTW, while code re-org is not the most involved of coding, I don't see a > reason to make developers decide legal issues such as what amounts to a > change that's large enough to change the copyright date, or add a > copyr

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Wolfgang Denk
Dear Stephen, In message <571f94be.2030...@wwwdotorg.org> you wrote: > > Guidance on "non-trivial" isn't given. I would take it to mean anything > other than typos and whitespace fixes. recommended search term: Copyright Creativity Requirement Best regards, Wolfgang Denk -- DENX Software Eng

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 10:23:36AM -0600, Stephen Warren wrote: > On 04/25/2016 05:22 PM, Tom Rini wrote: > > >Lawyers can argue, but projects have guidelines. I mean heck, I've see > >you remind people to fix the include order in new patches. Do they need > >to add an NVIDIA copyright notice to

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 10:18:06AM -0600, Stephen Warren wrote: > On 04/25/2016 05:22 PM, Tom Rini wrote: > ... > >I know company lawyers come up with various policies and some are more > >restrictive than others. Anything about the exact guidelines you can > >share would be appreciated. > > They

Re: [U-Boot] [PATCH 02/60] mmc: tegra: move pad init into MMC driver

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 10:21:08AM -0600, Stephen Warren wrote: > On 04/25/2016 06:14 PM, Tom Rini wrote: > >On Mon, Apr 25, 2016 at 05:34:55PM -0600, Stephen Warren wrote: > >>On 04/25/2016 05:26 PM, Tom Rini wrote: > >>>On Mon, Apr 25, 2016 at 05:11:16PM -0600, Stephen Warren wrote: > On 04/2

[U-Boot] [PATCH] arm: dra7xx: Extend bootloader partition

2016-04-26 Thread Sam Protsenko
With FIT images support enabled, u-boot.img size increases up to 612 KiB. Extend "bootloader" partition size accordingly. With extended "bootloader" partition there is no gap between "misc" and "efs" partitions anymore. Keep "efs" partition alignment intact anyway (start=1280K), so that Android pa

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Wolfgang Denk
In message <20160426181301.92f78100...@atlas.denx.de> I wrote: > Dear Stephen, > > In message <571f94be.2030...@wwwdotorg.org> you wrote: > > > > Guidance on "non-trivial" isn't given. I would take it to mean anything > > other than typos and whitespace fixes. > > recommended search term: Copyri

Re: [U-Boot] [ANN] v2016.05-rc3

2016-04-26 Thread Wolfgang Denk
Dear Tom, In message <20160426001803.GO29322@bill-the-cat> you wrote: > > I know I did v2016.05-rc2 just last week, but that's because I was off > schedule. We are two weeks out from scheduled release, so he's -rc3. rc2 and rc3 tarballs are now on FTP and ACD. Best regards, Wolfgang Denk --

Re: [U-Boot] [ANN] v2016.05-rc3

2016-04-26 Thread Vagrant Cascadian
On 2016-04-25, Tom Rini wrote: > I know I did v2016.05-rc2 just last week, but that's because I was off > schedule. We are two weeks out from scheduled release, so he's -rc3. > Please test this everywhere you can. I'm having issues with v2016.05-rc3 booting beaglebone black from eMMC and microSD,

Re: [U-Boot] [PATCH] net: Add mv88e60xx support to the mv88e61xx driver

2016-04-26 Thread Joe Hershberger
On Mon, Jan 5, 2015 at 8:15 PM, Joshua Scott wrote: > The Marvell Link Street mv88e60xx is a series of FastEthernet switch > chips, some of which also support Gigabit ports. It is similar to the > mv88e61xx series which support Gigabit on all ports. > > There is already a driver for the mv88e61xx

Re: [U-Boot] [PATCH v2] fdt: fix setting MAC addresses for multiple interfaces

2016-04-26 Thread Joe Hershberger
On Thu, Jan 7, 2016 at 5:04 PM, Lev Iserovich wrote: > For multiple ethernet interfaces the FDT offset of '/aliases' will change as > we > are adding MAC addresses to the FDT. > Therefore only the first interface ('ethernet0') will get properly updated > in > the FDT, with the rest getting FDT err

Re: [U-Boot] [PATCH 8/8] net: Probe PCI before looking for ethernet devices

2016-04-26 Thread Joe Hershberger
On Fri, Jan 22, 2016 at 4:42 PM, Joe Hershberger wrote: > On Sun, Jan 17, 2016 at 3:52 PM, Simon Glass wrote: >> Some ethernet devices may be on a PCI bus. Probe the first PCI controller to >> find these, so that ethernet init will complete correctly. >> >> Signed-off-by: Simon Glass >> --- >> >

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Stephen Warren
On 04/26/2016 12:15 PM, Tom Rini wrote: On Tue, Apr 26, 2016 at 10:18:06AM -0600, Stephen Warren wrote: On 04/25/2016 05:22 PM, Tom Rini wrote: ... I know company lawyers come up with various policies and some are more restrictive than others. Anything about the exact guidelines you can share

Re: [U-Boot] [PATCH] net: Add mv88e60xx support to the mv88e61xx driver

2016-04-26 Thread Joe Hershberger
Hi Joshua, On Tue, Apr 26, 2016 at 2:19 PM, Joe Hershberger wrote: > On Mon, Jan 5, 2015 at 8:15 PM, Joshua Scott > wrote: >> The Marvell Link Street mv88e60xx is a series of FastEthernet switch >> chips, some of which also support Gigabit ports. It is similar to the >> mv88e61xx series which su

[U-Boot] [PATCH] net: rtl8169: fix switching between adapters

2016-04-26 Thread Stephen Warren
From: Stephen Warren The rtl8169 driver uses a global variable to store the register address of the adapter being operated upon. This is updated to point at the correct adapter when sending or receiving a packet, or shutting down the adapter, but not when initializing the adapter. Consequently, s

[U-Boot] [RFC PATCH] dm: ensure device names are unique

2016-04-26 Thread Stephen Warren
From: Stephen Warren It is possible for HW to contain multiple instances of the same device. In this case, the name passed to device_bind() may not be unique across all devices within its uclass. One example is a system with multiple identical PCI Ethernet devices. Another might be a system with

Re: [U-Boot] [RFC PATCH] dm: ensure device names are unique

2016-04-26 Thread Stephen Warren
On 04/26/2016 03:30 PM, Stephen Warren wrote: From: Stephen Warren It is possible for HW to contain multiple instances of the same device. In this case, the name passed to device_bind() may not be unique across all devices within its uclass. One example is a system with multiple identical PCI E

Re: [U-Boot] [PATCH v2 06/12] drivers: net: cpsw: add support for reading mac address from efuse

2016-04-26 Thread Joe Hershberger
On Mon, Apr 25, 2016 at 4:53 PM, Joe Hershberger wrote: > On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote: >> Different TI platforms has to read with different combination to >> get the mac address from efuse. So add support to read mac address >> based on machine/device compatibles. >> >> T

Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-26 Thread Joe Hershberger
On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger wrote: > On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote: >> Enable eth driver model for am437x_gp_evm as cpsw supports >> driver model. >> >> Signed-off-by: Mugunthan V N >> Reviewed-by: Tom Rini > > Acked-by: Joe Hershberger This patch d

Re: [U-Boot] [PATCH v2 12/12] defconfig: dra74_evm: enable eth driver model

2016-04-26 Thread Joe Hershberger
On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger wrote: > On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote: >> Enable eth driver model for dra74_evm as cpsw supports >> driver model. >> >> Signed-off-by: Mugunthan V N >> Reviewed-by: Tom Rini > > Acked-by: Joe Hershberger This patch does

Re: [U-Boot] [PATCH v2 11/12] defconfig: am437x_sk_evm: enable eth driver model

2016-04-26 Thread Joe Hershberger
On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger wrote: > On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote: >> Enable eth driver model for am437x_sk_evm as cpsw supports >> driver model. >> >> Signed-off-by: Mugunthan V N >> Reviewed-by: Tom Rini > > Acked-by: Joe Hershberger This patch d

Re: [U-Boot] [PATCH v6 1/7] drivers: net: cpsw: Add reading of DT phy-handle node

2016-04-26 Thread Joe Hershberger
On Mon, Apr 25, 2016 at 4:32 PM, Joe Hershberger wrote: > On Fri, Apr 15, 2016 at 7:27 AM, Dan Murphy wrote: >> Add the ability to read the phy-handle node of the >> cpsw slave. Upon reading this handle the phy-id >> can be stored based on the reg node in the DT. > > It would be great if the phy

Re: [U-Boot] [PATCH v6 4/7] net: phy: ti: Allow the driver to be more configurable

2016-04-26 Thread Joe Hershberger
On Mon, Apr 25, 2016 at 4:35 PM, Joe Hershberger wrote: > On Fri, Apr 15, 2016 at 7:27 AM, Dan Murphy wrote: >> Not all devices use the same internal delay or fifo depth. >> Add the ability to set the internal delay for rx or tx and the >> fifo depth via the devicetree. If the value is not set i

Re: [U-Boot] [PATCH] net: rtl8169: fix switching between adapters

2016-04-26 Thread Joe Hershberger
On Tue, Apr 26, 2016 at 4:29 PM, Stephen Warren wrote: > From: Stephen Warren > > The rtl8169 driver uses a global variable to store the register address > of the adapter being operated upon. This is updated to point at the > correct adapter when sending or receiving a packet, or shutting down th

Re: [U-Boot] [PATCH 13/60] ARM: tegra: sort some board file include directives

2016-04-26 Thread Tom Rini
On Tue, Apr 26, 2016 at 02:44:24PM -0600, Stephen Warren wrote: > On 04/26/2016 12:15 PM, Tom Rini wrote: > >On Tue, Apr 26, 2016 at 10:18:06AM -0600, Stephen Warren wrote: > >>On 04/25/2016 05:22 PM, Tom Rini wrote: > >>... > >>>I know company lawyers come up with various policies and some are mor

Re: [U-Boot] [PATCH v2] fdt: fix setting MAC addresses for multiple interfaces

2016-04-26 Thread Bin Meng
Hi Lev, On Fri, Jan 8, 2016 at 7:04 AM, Lev Iserovich wrote: > For multiple ethernet interfaces the FDT offset of '/aliases' will change as > we > are adding MAC addresses to the FDT. > Therefore only the first interface ('ethernet0') will get properly updated > in > the FDT, with the rest gettin

[U-Boot] [PATCH 1/3] fsl-layerscape: spl: remove duplicate init_early_memctl_regs()

2016-04-26 Thread Gong Qianyu
init_early_memctl_regs() will also be called in board_early_init_f(). So remove the duplicate call in spl code. Signed-off-by: Gong Qianyu --- arch/arm/cpu/armv8/fsl-layerscape/spl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spl.c b/arch/arm/cpu/arm

[U-Boot] [PATCH 2/3] fsl-layerscape: spl: fix the macro name of MMC mode

2016-04-26 Thread Gong Qianyu
There is no MODE_FAT but MODE_FS. Fix it. Signed-off-by: Gong Qianyu --- arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spl.c b/arch/arm/cpu/armv8/fsl-layerscape/spl.c index 4c8a9a0..5883c00 100644 --

Re: [U-Boot] [PATCH v2] fdt: fix setting MAC addresses for multiple interfaces

2016-04-26 Thread Bin Meng
On Wed, Apr 27, 2016 at 8:06 AM, Bin Meng wrote: > Hi Lev, > > On Fri, Jan 8, 2016 at 7:04 AM, Lev Iserovich > wrote: >> For multiple ethernet interfaces the FDT offset of '/aliases' will change as >> we >> are adding MAC addresses to the FDT. >> Therefore only the first interface ('ethernet0') w

[U-Boot] [PATCH 3/3] ls102xa: spl: fix the macro name of MMC mode

2016-04-26 Thread Gong Qianyu
There is no MODE_FAT but MODE_FS. Fix it. Signed-off-by: Gong Qianyu --- arch/arm/cpu/armv7/ls102xa/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/ls102xa/spl.c b/arch/arm/cpu/armv7/ls102xa/spl.c index 1dfbf54..0289058 100644 --- a/arch/arm/cpu/armv7

Re: [U-Boot] Issue with USB mass storage (thumb drives)

2016-04-26 Thread Marek Vasut
On 04/15/2016 02:13 PM, Diego wrote: > In data venerdì 15 aprile 2016 12:53:36, Marek Vasut ha scritto: >> On 04/14/2016 03:20 PM, Diego wrote: >>> On 18.02.2016, Schrempf Frieder wrote: At the moment I have two sticks with the same chip around for which setting USB_MAX_XFER_BLK from 6553

Re: [U-Boot] [PATCH] igep00x0: Use all SRAM available for SPL.

2016-04-26 Thread Heiko Schocher
Hello Enric, Am 26.04.2016 um 17:05 schrieb Enric Balletbo i Serra: Internal SRAM starts at 0x4020 and ends at 0x4020, so there are 64KB available to be used for SPL. This will also help some compilers to fit all the code into the allocated space. Signed-off-by: Enric Balletbo i Serra

[U-Boot] [PATCH 1/2] drivers/video/am335x-fb: Add support for 16bpp format

2016-04-26 Thread Martin Pietryka
To support 16bpp we just need to change the raster_ctrl register accordingly. Also 32bpp mode should work as well, but was not tested. According to the TRM the uppermost byte will be ignored when LCD_TFT_24BPP_UNPACK is set. The switch logic is based on the Liunx kernel tilcdc driver: drivers/gpu/

[U-Boot] [PATCH 2/2] drivers/video/am335x-fb: Properly point framebuffer behind palette

2016-04-26 Thread Martin Pietryka
The DMA was outputting the palette on the screen because the base for the DMA was not after the palette. In addition to that, the ceiling was also too high, this led that the output on the screen was shifted. NOTE: According to the TRM, even in 16/24bit mode a palette is required in the first 32 b

Re: [U-Boot] [PATCH v2 06/12] drivers: net: cpsw: add support for reading mac address from efuse

2016-04-26 Thread Mugunthan V N
On Wednesday 27 April 2016 03:06 AM, Joe Hershberger wrote: > On Mon, Apr 25, 2016 at 4:53 PM, Joe Hershberger > wrote: >> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote: >>> Different TI platforms has to read with different combination to >>> get the mac address from efuse. So add support

Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-26 Thread Mugunthan V N
On Wednesday 27 April 2016 03:08 AM, Joe Hershberger wrote: > On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger > wrote: >> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote: >>> Enable eth driver model for am437x_gp_evm as cpsw supports >>> driver model. >>> >>> Signed-off-by: Mugunthan V N >