Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Bin Meng
Hi Bruce, On Sat, Dec 6, 2014 at 4:02 AM, wrote: > Hi Simon, > > s...@google.com wrote on 12/05/2014 11:05:30 AM: > >> From: Simon Glass >> To: bruce_leon...@selinc.com >> Cc: Bin Meng , U-Boot Mailing List > b...@lists.denx.de>, u-boot-boun...@lists.denx.de >> Date: 12/05/2014 11:05 AM >> Subj

Re: [U-Boot] Using u-boot with qemu-system-mips(qemu-2.1.2) caused infinite loop

2014-12-05 Thread jiang
Dear Daniel: Thanks for your guide,It's really helpful.Then last question,which version of qemu do you use?:) 在 2014/12/5 22:14, Daniel Schwierzeck 写道: Hi, On 04.12.2014 08:55, jiang wrote: Hello all: I just downloaded the latest u-boot source code,then compiled with: make qemu_mips_def

[U-Boot] [PATCH] ARM: rpi: only set usbethaddr on relevant systems

2014-12-05 Thread Stephen Warren
Model A and CM RPis don't have an on-board USB Ethernet device. Hence, there's no point setting $usbethaddr based on the device fuses. Use the model detection code to gate this. Note that the fuses are actually programmed even on those devices though. Signed-off-by: Stephen Warren --- This depend

Re: [U-Boot] [PATCH v1] bcm281xx: add support for "USB OTG clock"

2014-12-05 Thread Felipe Balbi
Hi, On Fri, Dec 05, 2014 at 05:02:16PM -0800, Steve Rae wrote: > enable this clock with the following: > clk_usb_otg_enable((void *)HSOTG_BASE_ADDR) > > Signed-off-by: Steve Rae > --- > > arch/arm/cpu/armv7/bcm281xx/Makefile| 3 ++- > arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c | 20

[U-Boot] [PATCH v1] bcm281xx: add support for "USB OTG clock"

2014-12-05 Thread Steve Rae
enable this clock with the following: clk_usb_otg_enable((void *)HSOTG_BASE_ADDR) Signed-off-by: Steve Rae --- arch/arm/cpu/armv7/bcm281xx/Makefile| 3 ++- arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c | 20 -- arch/arm/cpu/armv7/bcm281xx/clk-usb-otg.c | 32 ++

[U-Boot] [PATCH] ARM: exynos5420: Leave VBUS GPIO configuration up to common code

2014-12-05 Thread Sjoerd Simons
Since commit 4a271cb1b4ffdf330 (exynos: usb: Switch USB VBUS GPIOs to be device tree configured) it's not needed for the board specific files to turn on the VBUS GPIO by hand as that gets done based on device tree. So drop the redundant code from the SMDK5420 board file. Signed-off-by: Sjoerd Simo

[U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-05 Thread Sjoerd Simons
Add samsung,vbus-gpio information for the XU3. This allows the usage of the EHCI controller on the XU3, which is connected to the SMSC LAN9514 chip (usb hub + network). Signed-off-by: Sjoerd Simons --- Changes since v1: + Correct gpio number + Add USB configuration in the odroid XU3 default c

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Bruce_Leonard
Hi Simon, Bin, u-boot-boun...@lists.denx.de wrote on 12/04/2014 04:03:54 PM: > From: Simon Glass > To: Bin Meng > Cc: U-Boot Mailing List > Date: 12/04/2014 04:04 PM > Subject: Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot > on x86 support > Sent by: u-boot-boun...@lists.denx.de

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Bruce_Leonard
Hi Simon, s...@google.com wrote on 12/05/2014 11:05:30 AM: > From: Simon Glass > To: bruce_leon...@selinc.com > Cc: Bin Meng , U-Boot Mailing List b...@lists.denx.de>, u-boot-boun...@lists.denx.de > Date: 12/05/2014 11:05 AM > Subject: Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot

[U-Boot] [PATCH] Exynos: Move down common USB configuration

2014-12-05 Thread Sjoerd Simons
USB is a pretty common feature on exynos 5 board, so it seems sensible to configure it directly from exynos5-common. As a side-effect this makes USB available from u-boot on exynos 5420 based boards. While there enable support for common USB ethernet cards to make it more likely the default config

Re: [U-Boot] [PATCH v10 2/4] Odroid-XU3: Add support for Odroid-XU3

2014-12-05 Thread Sjoerd Simons
On Tue, 2014-12-02 at 16:07 +0900, Hyungwon Hwang wrote: > This patch adds support for Odroid-XU3. > > diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig > new file mode 100644 > index 000..74aa0cf > --- /dev/null > +++ b/configs/odroid-xu3_defconfig > @@ -0,0 +1,4 @@ >

Re: [U-Boot] [PATCH v10 1/4] config: exynos5420: move non common configs to specific board files

2014-12-05 Thread Sjoerd Simons
On Tue, 2014-12-02 at 16:07 +0900, Hyungwon Hwang wrote: > The media for boot and environment is a board-specific feature, not a > processor-specific. This is same to console port number and some > other addresses. This patch moves the that kinds of configs to each > board-specific files from the

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Simon Glass
Hi Bruce, On 5 December 2014 at 11:34, wrote: > Hi Simon, Bin, > > u-boot-boun...@lists.denx.de wrote on 12/04/2014 04:03:54 PM: > >> From: Simon Glass >> To: Bin Meng >> Cc: U-Boot Mailing List >> Date: 12/04/2014 04:04 PM >> Subject: Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Bo

Re: [U-Boot] [PATCH] deepsleep/qe: add qe deepsleep support

2014-12-05 Thread York Sun
On 12/05/2014 10:00 AM, York Sun wrote: > On 11/06/2014 09:30 PM, Zhao Qiang wrote: >> IRAM will power off and microcode will lost when system go into >> deepsleep, so upload it when resume deepsleep. >> >> Signed-off-by: Zhao Qiang >> --- >> board/freescale/ls1021aqds/ls1021aqds.c | 4 +- >> dr

Re: [U-Boot] [PATCH] arm: ls102xa: Add QSPI boot support for LS1021AQDS/TWR board

2014-12-05 Thread York Sun
On 11/25/2014 10:58 PM, Wang Huan-B18965 wrote: > Hi, york, > >> -Original Message- >> From: York Sun [mailto:york...@freescale.com] >> Sent: Wednesday, November 26, 2014 5:23 AM >> To: Wang Huan-B18965; u-boot@lists.denx.de >> Cc: Jin Zhengxiong-R64188; Wang Huan-B18965 >> Subject: Re: [P

Re: [U-Boot] [PATCH v4 9/9] arm: ls102xa: Add NAND boot support for LS1021AQDS board

2014-12-05 Thread York Sun
On 12/02/2014 11:00 PM, Alison Wang wrote: > This patch adds NAND boot support for LS1021AQDS board. SPL > framework is used. PBL initialize the internal RAM and copy > SPL to it, then SPL initialize DDR using SPD and copy u-boot > from NAND flash to DDR, finally SPL transfer control to u-boot. >

Re: [U-Boot] [PATCH] deepsleep/qe: add qe deepsleep support

2014-12-05 Thread York Sun
On 11/06/2014 09:30 PM, Zhao Qiang wrote: > IRAM will power off and microcode will lost when system go into > deepsleep, so upload it when resume deepsleep. > > Signed-off-by: Zhao Qiang > --- > board/freescale/ls1021aqds/ls1021aqds.c | 4 +- > drivers/qe/qe.c | 76 > ++

Re: [U-Boot] [PATCH v3 0/10] dm: Add I2C support and convert sandbox, tegra

2014-12-05 Thread Simon Glass
Hi Prazemyslaw, On 5 December 2014 at 06:09, Przemyslaw Marczak wrote: > Hello, > > > On 12/04/2014 03:00 AM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 3 December 2014 at 09:13, Przemyslaw Marczak >> wrote: >>> >>> Hello all, >>> >>> >>> On 11/24/2014 07:57 PM, Simon Glass wrote: >>>

[U-Boot] [PATCH 1/2 v3] Exynos5800: The Peach-Pi board does not have a Parade video bridge

2014-12-05 Thread Sjoerd Simons
Unlike the Peach-Pit board, there is no parade edp to lvds bridge on the Pi. So drop it from device-tree Signed-off-by: Sjoerd Simons Acked-by: Simon Glass Tested-by: Simon Glass --- Changes since v2: Add Ack/Tested by from Simon Glass Changes since v1: Only modify the DTB arch/arm/dts/exy

[U-Boot] [PATCH 2/2 v3] exynos5420: fix compilation without parade video

2014-12-05 Thread Sjoerd Simons
Not all exynos 5420 based devices with an LCD also have a parade LVDS bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled and CONFIG_VIDEO_PARADE is not. As a side-effect move the parade functions from the exynos system header file to its own file. Signed-off-by: Sjoerd Simons

[U-Boot] [PATCH 0/2 v3] No need for parade bridge on peach-pi

2014-12-05 Thread Sjoerd Simons
With current u-boot-samsung HEAD on a peach-pi the following error is printed: exynos_lcd_power_on: ps8625_init() failed Which is not surprising given that chip does not exist on these boards. Changes since v2: * Move the parade_init function to its own header file Changes since v1: * Only

Re: [U-Boot] [PATCH v7] net/phy: Add support for CS4315/CS4340 PHY

2014-12-05 Thread York Sun
On 12/05/2014 08:29 AM, Joe Hershberger wrote: > Hi York, > > On Fri, Dec 5, 2014 at 10:27 AM, York Sun > wrote: >> >> On 11/10/2014 02:32 AM, Shengzhou Liu wrote: >> > Add support for Cortina CS4315/CS4340 10G PHY. >> > - This driver loads CS43xx firmware from NOR/N

Re: [U-Boot] [PATCH 7/9 v2] net/phy: enable serdes auto-negotiation for vsc8514 phy

2014-12-05 Thread York Sun
On 11/24/2014 01:11 AM, Shengzhou Liu wrote: > VSC8514 QSGMII PHY requires enabling auto-negotiation, > otherwise it wouldn't work. > > Signed-off-by: Shengzhou Liu > --- > v2: updated copyright year. > Applied to u-boot-mpc85xx, awaiting upstream. York ___

Re: [U-Boot] [PATCH v4 4/9] common: spl: Add interactive DDR debugger support for SPL image

2014-12-05 Thread York Sun
On 12/02/2014 11:00 PM, Alison Wang wrote: > To support interactive DDR debugger, cli_simple.o, cli.o, cli_readline.o, > command.o, s_record.o, xyzModem.o and cmd_disk.o are all needed for > drivers/ddr/fsl/interactive.c. > > In current common/Makefile, the above .o files are only produced when >

Re: [U-Boot] [PATCH 5/9 v2] net/fman: update 10GEC to fit new SoC

2014-12-05 Thread York Sun
On 11/24/2014 01:11 AM, Shengzhou Liu wrote: > fm_standard_init() initializes each 10G port by FM_TGEC_INFO_INITIALIZER. > but it needs different implementation of FM_TGEC_INFO_INITIALIZER on > different SoCs. > on SoCs earlier(e.g. T4240, T2080), the notation between 10GEC and MAC as > below: >

Re: [U-Boot] [PATCH] powerpc/t4240rdb: enable eSDHC 3.3V support

2014-12-05 Thread York Sun
On 11/17/2014 05:12 PM, Xie Xiaobo wrote: > The SD supply Voltage was 3.3V on T4240RDB, so enabled 3.3V support for eSDHC. > > Signed-off-by: Xie Xiaobo > Signed-off-by: Wujie Qiu > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___ U-Boot m

Re: [U-Boot] [PATCH 3/9 v2] powerpc/t1024qds: Add T1024 QDS board support

2014-12-05 Thread York Sun
On 11/24/2014 01:11 AM, Shengzhou Liu wrote: > T1024QDS is a high-performance computing evaluation, development and > test platform for T1024 QorIQ Power Architecture processor. > > T1024QDS board Overview > --- > - T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz > -

Re: [U-Boot] [PATCH] powerpc/hydra: Update MDIO mux fixups

2014-12-05 Thread York Sun
On 11/17/2014 07:11 PM, Chunhe Lan wrote: > The new device trees use a more generic interface for > supporting muxing mdio buses. The mux property is thus > specified in "reg", rather than "fsl,hydra-mdio-muxval". > > In order to support using old device trees, we keep the > old fixup in there. Li

Re: [U-Boot] [PATCH] powerpc/hydra: fix judging condition of RGMII selection

2014-12-05 Thread York Sun
On 11/24/2014 02:20 AM, shh@gmail.com wrote: > From: Minghuan Lian > > BRDCFG1_EMI1_SEL_MASK has been changed to 0x78, which contains > selection bits and connected status bit. So the Corresponding mux > value of RGMII is changed to BRDCFG1_EMI1_SEL_RGMII | BRDCFG1_EMI1_EN. > > Signed-off-by

Re: [U-Boot] [PATCH 9/9 v2] board/t1024qds: add retimer support on t1024qds

2014-12-05 Thread York Sun
On 11/24/2014 01:18 AM, Shengzhou Liu wrote: > Initialize retimer for XFI on t1024qds. > > Signed-off-by: Shengzhou Liu > --- > v2: updated function name. > Applied to u-boot-mpc85xx, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx

Re: [U-Boot] [PATCH 8/9 v2] t1024qds: increase IO drive strength

2014-12-05 Thread York Sun
On 11/24/2014 01:12 AM, Shengzhou Liu wrote: > Increase IO drive strength to fix FCS error on RGMII ports > on T1024QDS. > > Signed-off-by: Shengzhou Liu > --- > v2: removed rdb. > Applied to u-boot-mpc85xx, awaiting upstream. York ___ U-Boot mailin

Re: [U-Boot] [PATCH 6/9 v2] board/t1024qds: update pin multiplexing

2014-12-05 Thread York Sun
On 11/24/2014 01:11 AM, Shengzhou Liu wrote: > Add multiplexing support among SPI flash, TDM riser card and SDXC. > it routes SPI pins to SPI flash by default. > Route SPI pins to SD slot if "adaptor=sdxc" is set in hwconfig. > Route SPI pins to TDM riser card and do fixup for dts if "pin_mux=tdm"

Re: [U-Boot] [PATCH 4/9 v2] powerpc/t1024rdb: Add T1024 RDB board support

2014-12-05 Thread York Sun
On 11/24/2014 01:11 AM, Shengzhou Liu wrote: > T1024RDB is a Freescale Reference Design Board that hosts the T1024 SoC. > > T1024RDB board Overview > --- > - T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz > - CoreNet fabric supporting coherent and noncoherent transac

Re: [U-Boot] [PATCH 2/9 v2] powerpc/mpc85xx: Add T1024/T1023 SoC support

2014-12-05 Thread York Sun
On 11/24/2014 01:11 AM, Shengzhou Liu wrote: > Add support for Freescale T1024/T1023 SoC. > > The T1024 SoC includes the following function and features: > - Two 64-bit Power architecture e5500 cores, up to 1.4GHz > - private 256KB L2 cache each core and shared 256KB CoreNet platform cache > (CPC

Re: [U-Boot] [PATCH] powerpc/mpc85xx: use correct dma compatible for several SoCs

2014-12-05 Thread York Sun
On 11/20/2014 02:09 AM, Laurentiu Tudor wrote: > Newer qoriq socs have an updated dma ip block with a > different compatible. Let's make sure we use the proper > string so that the dmas get their liodn. > In order to have the means to specify the compatible > string, the liodn setting macros were u

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Update LIODN entries for T1040

2014-12-05 Thread York Sun
On 11/17/2014 09:23 PM, Priyanka Jain wrote: > Signed-off-by: Priyanka Jain > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 5/5] B4860QDS: Enable enet port as per fsl_b4860_serdes2 string in hwconfig

2014-12-05 Thread York Sun
On 11/12/2014 07:28 PM, shh@gmail.com wrote: > From: Suresh Gupta > > In B4860QDS board SerDes2 lanes EFGH either go to SFP or AMC riser card > slot2 so either DTSEC3/DTSEC4 or TGEC1/TGEC2 should be accessible. This > Patch enables DTSEC3/DTSEC4 or TGEC1/TGEC2 on bases of user specified > str

Re: [U-Boot] [PATCH v2] powerpc/t2080: updating rcw for silicon v1.1

2014-12-05 Thread York Sun
On 11/13/2014 06:31 PM, Shengzhou Liu wrote: > T2080 v1.1 requires different MEM_PLL_RAT from previous v1.0, > and also update core frequency to 1.8GHz for v1.1. > We reserve the support for T2080 v1.0 and enable v1.1 by default. > > Signed-off-by: Shengzhou Liu > --- > v2: reserve v1.0 support.

Re: [U-Boot] [PATCH 4/5] powerpc/b4860qds: add workaround for XFI

2014-12-05 Thread York Sun
On 11/12/2014 07:27 PM, shh@gmail.com wrote: > From: Shaohui Xie > > XFI does not work stable on current board, it's due to heat sink issue, > to make it work stable the board needs additional heat sink, enable two > XFI lanes only. Right now we do not have such an erratum for the issue, > so

Re: [U-Boot] [PATCH 3/5] B4860QDS: Enable SFP or AMC on basis of hwconfig string

2014-12-05 Thread York Sun
On 11/12/2014 07:27 PM, shh@gmail.com wrote: > From: Suresh Gupta > > SerDes2 lanes EFGH either go to SFP or AMC riser card slot2. > By default AMC will be configured even if no hwconfig is specified. > > To enable XFI via SFP use the below hwconfig: > fsl_b4860_serdes2:sfp_amc=sfp >

Re: [U-Boot] [PATCH 2/5] powerpc/b4860qds: dtb fixup for xfi

2014-12-05 Thread York Sun
On 11/12/2014 07:27 PM, shh@gmail.com wrote: > From: Shaohui Xie > > Since xfi has no phy, we delete the property "phy-handle" and use > a "fixed-link" property for a xfi port. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___

Re: [U-Boot] [PATCH 1/5] powerpc/b4860qds: add xfi support

2014-12-05 Thread York Sun
On 11/12/2014 07:26 PM, shh@gmail.com wrote: > From: Shaohui Xie > > We need following changes to make xfi work on B4: > 1. set cross-point switch VSC3308 to use sfp config when running xfi; > 2. add 10G interface check for xfi; > 3. set phy address for xfi so the 10G ports can be registered

Re: [U-Boot] [PATCH 1/3] 85xx/b4860: Add alternate serdes protocols for B4860/B4420

2014-12-05 Thread York Sun
On 11/12/2014 02:32 AM, Shaveta Leekha wrote: > Addded Alternate options with LC VCO for following protocols: > 0x02 --> 0x01 > 0x08 --> 0x07 > 0x18 --> 0x17 > 0x1E --> 0x1D > 0x49 --> 0x48 > 0x6F --> 0x6E > 0x9A --> 0x99 > 0x9E --> 0x9D > > Signed-off-by: Shaveta Leekha > Signed-off-by: Poonam A

Re: [U-Boot] [PATCH 3/3] B4860: Add alternate LC VCO serdes protocols support in board file

2014-12-05 Thread York Sun
On 11/12/2014 02:30 AM, Shaveta Leekha wrote: > Add the support of newly added LC VCO SerDes protocols > for configuration of IDT and VSC crossbar > > Signed-off-by: Shaveta Leekha > Signed-off-by: Poonam Aggrwal > Change-Id: I16ad23e2cbea3b0a232a153984d5126bc79ddd26 > Reviewed-on: http://git.am

Re: [U-Boot] [PATCH 2/3] B4860QDS: SGMII related updates

2014-12-05 Thread York Sun
On 11/12/2014 02:30 AM, Shaveta Leekha wrote: > - Enable SGMII support for 0x8d Serdes 2 protocol. > - Correct Phy address for DTSECx for 0x8d/0xb2 Serdes 2 protocol. > - Updated debug statement > - Add Alternate LC VCO protocols(0x8d-->0x8c, 0xb2-->0xb1) > - Rename onboard PHY

Re: [U-Boot] [PATCH] powerpc/b4860: Enable law creation of MAPLE

2014-12-05 Thread York Sun
On 11/12/2014 12:53 AM, Shaveta Leekha wrote: > B4860, B4440, B4420 and B4220 have MAPLE, so enable law creation > for them only > Remove static LAW creation for MAPLE > > Signed-off-by: Shaveta Leekha > Signed-off-by: Sandeep Singh > --- Applied to u-boot-mpc85xx, awaiting upstream. York __

Re: [U-Boot] [PATCH] powerpc/t104x: Convert to use generic board code

2014-12-05 Thread York Sun
On 11/17/2014 10:51 PM, Vijay Rai wrote: > Convert T1040QDS and T1040RDB to use generic board code. > > Signed-off-by: Vijay Rai > --- > Tested for : > NOR, NAND, SPI, SD bootloader for T104xRDB boards > NOR bootloader for T104xQDS Boards > Applied to u-boot-mpc85xx, awaiting upstream. York

Re: [U-Boot] [PATCH v7] net/phy: Add support for CS4315/CS4340 PHY

2014-12-05 Thread Joe Hershberger
Hi York, On Fri, Dec 5, 2014 at 10:27 AM, York Sun wrote: > > On 11/10/2014 02:32 AM, Shengzhou Liu wrote: > > Add support for Cortina CS4315/CS4340 10G PHY. > > - This driver loads CS43xx firmware from NOR/NAND/SPI/SD device > > to initialize Cortina PHY. > > - Cortina PHY has non-standard off

Re: [U-Boot] [PATCH v7] net/phy: Add support for CS4315/CS4340 PHY

2014-12-05 Thread York Sun
On 11/25/2014 02:33 PM, Joe Hershberger wrote: > On Mon, Nov 10, 2014 at 4:32 AM, Shengzhou Liu > wrote: >> >> Add support for Cortina CS4315/CS4340 10G PHY. >> - This driver loads CS43xx firmware from NOR/NAND/SPI/SD device >> to initialize Cortina PHY. >> -

Re: [U-Boot] [PATCH v7] net/phy: Add support for CS4315/CS4340 PHY

2014-12-05 Thread York Sun
On 11/10/2014 02:32 AM, Shengzhou Liu wrote: > Add support for Cortina CS4315/CS4340 10G PHY. > - This driver loads CS43xx firmware from NOR/NAND/SPI/SD device > to initialize Cortina PHY. > - Cortina PHY has non-standard offset of PHY ID registers, thus > we define own get_phy_id() to override

Re: [U-Boot] [PATCH v5 1/3] dts: Bring in Chrome OS keyboard device tree definition

2014-12-05 Thread Simon Glass
Hi, On 5 December 2014 at 09:17, Sjoerd Simons wrote: > > Hey Simon, > > On Thu, 2014-12-04 at 06:36 -0700, Simon Glass wrote: > > This will be used by nyan-big, but bring it in in a separate patch since it > > will be common to other boards. > > > > Signed-off-by: Simon Glass > > This will clas

Re: [U-Boot] [PATCH] powerpc/c29xpcie: Enable configs to use generic board code

2014-12-05 Thread York Sun
On 11/06/2014 11:39 PM, Chunhe Lan wrote: > Add configs: > o CONFIG_SYS_GENERIC_BOARD > o CONFIG_DISPLAY_BOARDINFO > in C29XPCIE config header file to use U-boot generic > board code. > > Signed-off-by: Chunhe Lan > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___

Re: [U-Boot] [PATCH] powerpc/p1023rdb: Enable configs to use generic board code

2014-12-05 Thread York Sun
On 11/06/2014 11:15 PM, Chunhe Lan wrote: > Add configs: > o CONFIG_SYS_GENERIC_BOARD > o CONFIG_DISPLAY_BOARDINFO > in P1023RDB config header file to use U-boot generic > board code. > > Signed-off-by: Chunhe Lan > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___

Re: [U-Boot] [PATCH] mpc85xx/p1022ds: convert to generic board

2014-12-05 Thread York Sun
On 11/06/2014 10:46 PM, yuantian.t...@freescale.com wrote: > From: Tang Yuantian > > Signed-off-by: Tang Yuantian > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

Re: [U-Boot] [PATCH] powerpc, muas3001: remove CONFIG_SYS_RAMBOOT

2014-12-05 Thread York Sun
On 11/06/2014 06:20 AM, Heiko Schocher wrote: > cppcheck reports: > > [board/muas3001/muas3001.c:270]: (error) Uninitialized variable: psize > > remove the CONFIG_SYS_RAMBOOT define to prevent this error report. > > Signed-off-by: Heiko Schocher > Reported-by: Wolfgang Denk > > --- > Applie

Re: [U-Boot] [PATCH] km/km82xx: remove CONFIG_SYS_RAMBOOT

2014-12-05 Thread York Sun
On 11/06/2014 05:54 AM, Holger Brunck wrote: > This define is never set in our setup, so we can remove it safely. The > former code causes cppcheck to complain about: > [board/keymile/km82xx/km82xx.c:311]: (error) Uninitialized variable: > psize > > Signed-off-by: Holger Brunck > cc: Valentin Lon

Re: [U-Boot] [PATCH] powerpc/P5040DS: enable SATA support

2014-12-05 Thread York Sun
On 11/04/2014 03:53 AM, shh@gmail.com wrote: > From: Shaohui Xie > > The define CONFIG_FSL_SATA_V2 is missing, so SATA is not available > in U-boot. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___ U-Bo

Re: [U-Boot] [PATCH] board/freescale: use generic board architecture for p1010rdb

2014-12-05 Thread York Sun
On 11/05/2014 09:05 PM, ying.zh...@freescale.com wrote: > From: Ying Zhang > > Use generic board architecture for p1010rdb, tested with NOR > boot on p1010rdb-pb. > > Signed-off-by: Ying Zhang > --- Applied to u-boot-mpc85xx, awaiting upstream. York __

Re: [U-Boot] [PATCH] board/freescale: use generic board architecture for p1025-twr

2014-12-05 Thread York Sun
On 11/03/2014 11:10 PM, ying.zh...@freescale.com wrote: > From: Ying Zhang > > Use generic board architecture for p1025-twr, tested with NOR > boot and NAND boot on p1025-twr. > > Signed-off-by: Ying Zhang > --- Applied to u-boot-mpc85xx, awaiting upstream. York __

Re: [U-Boot] [PATCH v2] powerpc/t208xqds: VID support

2014-12-05 Thread York Sun
On 10/31/2014 03:06 AM, ying.zh...@freescale.com wrote: > From: Ying Zhang > > The fuse status register provides the values from on-chip > voltage ID efuses programmed at the factory. > These values define the voltage requirements for > the chip. u-boot reads FUSESR and translates the values > in

Re: [U-Boot] [PATCH v4] powerpc/mpc85xx: modify erratum A007186

2014-12-05 Thread York Sun
On 10/29/2014 11:07 PM, Zhao Qiang wrote: > T2080 v1.0 has this errata while v1.1 has fixed > this errata by hardware, add a new function has_errata_a007186 > to check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first, > if the sil has errata a007186, then run the errata code, > if not, doesn't run the co

Re: [U-Boot] [PATCH 2/2][v2] board/t104xrdb: Conditional workaround of errata A-008044

2014-12-05 Thread York Sun
On 10/29/2014 10:03 AM, Prabhakar Kushwaha wrote: > Workaround of Errata A-008044 was implemented without errata number and it is > enabled by default. Errata A-008044 is only valid for T1040 Rev 1.0. > > So put errata number and make it conditional. > > Signed-off-by: Prabhakar Kushwaha > --- >

Re: [U-Boot] [PATCH 1/2][v2] powerpc/mpc85xx:Put errata number for T104x NAND boot issue

2014-12-05 Thread York Sun
On 10/29/2014 10:03 AM, Prabhakar Kushwaha wrote: > When device is configured to load RCW from NAND flash IFC_A[16:31] are driven > low after RCW loading. Hence Devices connected on IFC_CS[1:7] and using > IFC_A[16:31] lines are not accessible. > > Workaround is already in-place. > Put the errata

Re: [U-Boot] [PATCH] powerpc/t2080: add serdes2 protocol 0x2e

2014-12-05 Thread York Sun
On 10/26/2014 07:08 PM, Shengzhou Liu wrote: > Add serdes2 protocol 0x2e. > > Signed-off-by: Shengzhou Liu > --- Applied to u-boot-mpc85xx, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boo

Re: [U-Boot] [PATCH] Freescale t104x: Do not exclude SGMII

2014-12-05 Thread York Sun
On 10/24/2014 07:49 AM, Joakim Tjernlund wrote: > fman_port_enet_if() tests if FM1_DTSEC2 or FM1_DTSEC4 uses > RGMII or MII and if not returns PHY_INTERFACE_MODE_NONE. > This excludes testing for SGMII further down. > > Remove the unconditional "else return PHY_INTERFACE_MODE_NONE" > so SGMII can

Re: [U-Boot] [PATCH v5 1/3] dts: Bring in Chrome OS keyboard device tree definition

2014-12-05 Thread Sjoerd Simons
Hey Simon, On Thu, 2014-12-04 at 06:36 -0700, Simon Glass wrote: > This will be used by nyan-big, but bring it in in a separate patch since it > will be common to other boards. > > Signed-off-by: Simon Glass This will clash with the patch i sent last week to pull (sorry i didn't see your v3 for

[U-Boot] Please pull u-boot-mpc85xx master

2014-12-05 Thread York Sun
Tom, The following changes since commit 38cd8c4253013ccdd4052ee021f6066fe9a52551: Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-27 10:49:38 -0500) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to af7219de

Re: [U-Boot] [PATCH v3 1/2] arm: marvell: add LIBFDT support to sheevaplug

2014-12-05 Thread drEagle
Hi Prafulla, Without LIBFDT feature, all newer kernel are unusable ! I agree with a review may be needed with : [PATCH v3 2/2] arm: marvell: fix ENV and MTDPARTS for sheevaplug is there any problem with : [PATCH v3 1/2] arm: marvell: add LIBFDT support to sheevaplug Regards, Gérald Le 25/10/

Re: [U-Boot] [PATCH 4/5] exynos5420: Add LCD and LED powerup settings for peach-pi

2014-12-05 Thread Sjoerd Simons
On Fri, 2014-12-05 at 19:43 +0530, Ajay Kumar wrote: > Add code to support powerup sequence for peach-pi LCD. > > Signed-off-by: Ajay Kumar > --- > board/samsung/smdk5420/smdk5420.c | 32 +--- > 1 file changed, 21 insertions(+), 11 deletions(-) > > diff --git a/boa

[U-Boot] [PATCH v5 11/11] dm: i2c: tegra: Convert to driver model

2014-12-05 Thread Simon Glass
This converts all Tegra boards over to use driver model for I2C. The driver is adjusted to use driver model and the following obsolete CONFIGs are removed: - CONFIG_SYS_I2C_INIT_BOARD - CONFIG_I2C_MULTI_BUS - CONFIG_SYS_MAX_I2C_BUS - CONFIG_SYS_I2C_SPEED - CONFIG_SYS_I2C This has b

[U-Boot] [PATCH v5 09/11] dm: i2c: Add tests for I2C

2014-12-05 Thread Simon Glass
Add some basic tests to check that the system works as expected. Signed-off-by: Simon Glass Acked-by: Heiko Schocher --- Changes in v5: - Adjust tests for DM_I2C_CHIP_RE_ADDRESS split Changes in v4: - Add an assert for non-null - Add tests for offset length - Adjust tests to match uclass chang

[U-Boot] [PATCH v5 05/11] dm: i2c: Add an I2C EEPROM simulator

2014-12-05 Thread Simon Glass
To enable testing of I2C, add a simple I2C EEPROM simulator for sandbox. It supports reading and writing from a small data store. Signed-off-by: Simon Glass Acked-by: Heiko Schocher --- Changes in v5: None Changes in v4: - Add a probe_chip() method for the eeprom - Add a remove() method for the

[U-Boot] [PATCH v5 06/11] dm: i2c: config: Enable I2C for sandbox using driver model

2014-12-05 Thread Simon Glass
Enable the options to bring up I2C on sandbox. Also enable all the available I2C commands for testing purposes. Signed-off-by: Simon Glass Acked-by: Heiko Schocher --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None include/configs/sandbox.h | 6 ++ 1 file

[U-Boot] [PATCH v5 01/11] dm: i2c: Add a uclass for I2C

2014-12-05 Thread Simon Glass
The uclass implements the same operations as the current I2C framework but makes some changes to make it fit driver model better: - Remove the chip address from API calls - Remove the address length from API calls - Remove concept of 'current' I2C bus - Drop all existing init functions Acked-by:

[U-Boot] [PATCH v5 07/11] dm: i2c: dts: Add an I2C bus for sandbox

2014-12-05 Thread Simon Glass
Add an I2C bus to the device tree, with an EEPROM emulator attached to one of the addresses. Signed-off-by: Simon Glass Acked-by: Heiko Schocher --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/sandbox/dts/sandbox.dts | 17 + 1 file chan

[U-Boot] [PATCH v5 02/11] dm: i2c: Implement driver model support in the i2c command

2014-12-05 Thread Simon Glass
The concept of a 'current bus' is now implemented in the command line rather than in the uclass. Also the address length does not need to be specified with each command - really we should consider dropping this from most commands but it works OK for now. Signed-off-by: Simon Glass Acked-by: Heiko

[U-Boot] [PATCH v5 10/11] dm: device: Add newline to debug() messages

2014-12-05 Thread Simon Glass
Some of these are missing a newline. Add it. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Add new patch to add newline to debug() messages Changes in v3: None Changes in v2: None drivers/core/device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --g

[U-Boot] [PATCH v5 08/11] dm: Add a simple EEPROM driver

2014-12-05 Thread Simon Glass
There seem to be a few EEPROM drivers around - perhaps we should have a single standard one? This simple driver is used for sandbox testing, but could be pressed into more active service. Signed-off-by: Simon Glass Acked-by: Heiko Schocher --- Changes in v5: None Changes in v4: None Changes in

[U-Boot] [PATCH v5 04/11] dm: i2c: Add a sandbox I2C driver

2014-12-05 Thread Simon Glass
This driver includes some test features such as only supporting certain bus speeds. It passes its I2C traffic through to an emulator. Acked-by: Heiko Schocher Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Drop set_offset_len() method Changes in v3: - Update for new uclass

Re: [U-Boot] [PATCH 2/5] arm: exynos: add display clocks for Exynos5800

2014-12-05 Thread Minkyu Kang
Dear Ajay Kumar, On 5 December 2014 at 23:13, Ajay Kumar wrote: > Add get_lcd_clk and set_lcd_clk callbacks for Exynos5800 needed by > exynos video driver. > > Signed-off-by: Ajay Kumar > --- > arch/arm/cpu/armv7/exynos/clock.c | 63 > +++- > arch/arm/include

[U-Boot] [PATCH v5 03/11] dm: i2c: Add I2C emulation driver for sandbox

2014-12-05 Thread Simon Glass
In order to test I2C we need some sort of emulation interface. Add hooks to allow a driver to emulate an I2C device for sandbox. Signed-off-by: Simon Glass Acked-by: Heiko Schocher --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/i2c/Makefile

[U-Boot] [PATCH v5 0/11] dm: Add I2C support and convert sandbox, tegra

2014-12-05 Thread Simon Glass
This series adds I2C support to driver model. It has become apparent that this is a high priority as it is widely used. It follows along to some extent from the SPI conversion. Several changes are made from the original I2C implementations. Firstly it is not necessary to specify the chip address

Re: [U-Boot] [PATCH 17/25] x86: Add basic support to queensbay platform and crownbay board

2014-12-05 Thread Simon Glass
Hi Bin, On 5 December 2014 at 02:40, Bin Meng wrote: > Hi Simon, > > On Fri, Dec 5, 2014 at 7:48 AM, Simon Glass wrote: >> Hi Bin, >> >> On 4 December 2014 at 08:02, Bin Meng wrote: >>> Implement minimum required functions for the basic support to >>> queensbay platform and crownbay board. >>>

Re: [U-Boot] [PATCH 16/25] x86: Integrate Tunnel Creek processor microcode

2014-12-05 Thread Simon Glass
Hi Bin, On 5 December 2014 at 02:14, Bin Meng wrote: > Hi Simon, > > On Fri, Dec 5, 2014 at 7:43 AM, Simon Glass wrote: >> Hi Bin, >> >> On 4 December 2014 at 08:02, Bin Meng wrote: >>> Integrate the processor microcode version 1.05 for Tunnel Creek, >>> CPUID device 20661h. >>> >>> Signed-off-

Re: [U-Boot] [PATCH 10/25] x86: ich6-gpio: Add Intel Tunnel Creek GPIO support

2014-12-05 Thread Simon Glass
Hi Bin, On 5 December 2014 at 01:35, Bin Meng wrote: > Hi Simon, > > On Fri, Dec 5, 2014 at 6:43 AM, Simon Glass wrote: >> Hi Bin, >> >> On 4 December 2014 at 08:01, Bin Meng wrote: >>> Intel Tunnel Creek GPIO register block is compatible with current >>> ich6-gpio driver, except the offset and

[U-Boot] [PATCH 3/9] ARM: UniPhier: move CONFIG_UNIPHIER_SMP to Kconfig

2014-12-05 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/Kconfig | 4 include/configs/ph1_pro4.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv7/uniphier/Kconfig b/arch/arm/cpu/armv7/uniphier/Kconfig index 36b7f11..31a03d9 100644 ---

[U-Boot] [PATCH 2/9] ARM: UniPhier: use boot_is_swapped() macro for readability

2014-12-05 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/ph1-pro4/sbc_init.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/arm/cpu/armv7/uniphier/ph1-pro4/sbc_init.c b/arch/arm/cpu/armv7/uniphier/ph1-pro4/sbc_init.c index f113db5..3c82a1a

[U-Boot] [PATCH 0/9] ARM: UniPhier: a collection of nice cleanups of board/SoC support code

2014-12-05 Thread Masahiro Yamada
Masahiro Yamada (9): ARM: UniPhier: disable autostart by default ARM: UniPhier: use boot_is_swapped() macro for readability ARM: UniPhier: move CONFIG_UNIPHIER_SMP to Kconfig ARM: UniPhier: move support card select to Kconfig ARM: UniPhier: merge UniPhier config headers into a single f

[U-Boot] [PATCH 9/9] ARM: UniPhier: detect the number of flash banks at run-time

2014-12-05 Thread Masahiro Yamada
Some UniPhier boards are equipped with an expansion slot that some optional SRAM/NOR-flash cards can be attached to. So, run-time detection of the number of flash banks would be more user-friendly. Until this commit, UniPhier boards have achieved this by (ab)using board_flash_wp_on() because the

[U-Boot] [PATCH 7/9] ARM: UniPhier: add device tree sources for PH1-sLD3

2014-12-05 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- arch/arm/dts/Makefile | 1 + arch/arm/dts/uniphier-ph1-sld3-ref.dts | 57 arch/arm/dts/uniphier-ph1-sld3.dtsi| 121 + 3 files changed, 179 insertions(+) create mode 100644 arch/arm/dts/un

[U-Boot] [PATCH 5/9] ARM: UniPhier: merge UniPhier config headers into a single file

2014-12-05 Thread Masahiro Yamada
Some configurations have been moved to Kconfig and the difference among the config headers of UniPhier SoC variants is getting smaller and smaller. Now is a good time to merge them into a single file. Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/Kconfig | 4 +-

[U-Boot] [PATCH 6/9] ARM: UniPhier: add more device nodes to device tree

2014-12-05 Thread Masahiro Yamada
Add I2C controller and NAND controller devices. Fix indentation too. Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-ph1-ld4-ref.dts | 23 +--- arch/arm/dts/uniphier-ph1-ld4.dtsi | 40 - arch/arm/dts/uniphier-ph1-pro4-ref.dts | 26 +++--- arch/

[U-Boot] [PATCH 1/9] ARM: UniPhier: disable autostart by default

2014-12-05 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- include/configs/uniphier-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/uniphier-common.h b/include/configs/uniphier-common.h index 2140fcc..31ab470 100644 --- a/include/configs/uniphier-common.h +++ b/include/configs/uniphier-comm

[U-Boot] [PATCH 8/9] ARM: UniPhier: extend register area of init page table for PH1-sLD3

2014-12-05 Thread Masahiro Yamada
0x2000-0x2fff: assigned to ARM mpcore (sLD3 only) 0xf000-0x: assigned to Denali NAND controller (sLD3 only) Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/init_page_table.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/cpu

[U-Boot] [PATCH 4/9] ARM: UniPhier: move support card select to Kconfig

2014-12-05 Thread Masahiro Yamada
There are two kinds of expansion boards which are often used for the UniPhier platform and they are only exclusively selectable. It can be better described by the "choice" menu of Kconfig. Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/Kconfig | 23 +++ confi

Re: [U-Boot] [U-Boot, v4, 3/3] omap_hsmmc: Board-specific TWL4030 MMC power initializations

2014-12-05 Thread Tom Rini
On Sat, Nov 08, 2014 at 08:55:47PM +0100, Paul Kocialkowski wrote: > Boards using the TWL4030 regulator may not all use the LDOs the same way > (e.g. MMC2 power can be controlled by another LDO than VMMC2). > This delegates TWL4030 MMC power initializations to board-specific functions, > that may

Re: [U-Boot] [U-Boot, v1, 2/3] arm, am335x, siemens: read COMP/ver from factoryset

2014-12-05 Thread Tom Rini
On Tue, Nov 18, 2014 at 11:51:05AM +0100, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

[U-Boot] Please pull u-boot-ti/master

2014-12-05 Thread Tom Rini
Hello myself, The following changes since commit f0c6e1c31b94f193047619b6adf67c2d792b659e: Revert "image-fdt: boot_get_fdt() return value when no DTB exists" (2014-12-03 13:19:34 -0500) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes

Re: [U-Boot] [PATCH 19/25] x86: Add crownbay defconfig and config.h

2014-12-05 Thread Simon Glass
Hi Bin, On 5 December 2014 at 06:53, Bin Meng wrote: > Hi Simon, > > On Fri, Dec 5, 2014 at 7:56 AM, Simon Glass wrote: >> Hi Bin, >> >> On 4 December 2014 at 08:03, Bin Meng wrote: >>> Signed-off-by: Bin Meng >>> --- >>> configs/crownbay_defconfig | 6 ++ >>> include/configs/crownbay.h

Re: [U-Boot] [U-Boot, v1, 3/3] arm, am335x: siemens boards add FIT support

2014-12-05 Thread Tom Rini
On Tue, Nov 18, 2014 at 11:51:06AM +0100, Heiko Schocher wrote: > add FIT support and set "boardid" from factoryset records > "DEV/id" and "COMP/ver". "boardid" is used for selecting > which fit configuration gets booted on the board. > > Signed-off-by: Heiko Schocher Applied to u-boot-ti/maste

  1   2   >