Re: [U-Boot] [PATCH v2 7/8] mvebu: Support Synology DS414

2015-12-22 Thread Stefan Roese
Hi Phil, On 23.12.2015 01:31, Phil Sutter wrote: On Tue, Dec 22, 2015 at 10:05:03AM +0100, Stefan Roese wrote: I've consolidated a bit of the Armada XP / 38x defines and Kconfig options just very recently. Please take a look at these two patches from yesterday: http://patchwork.ozlabs.org/patc

Re: [U-Boot] [PATCH v2 3/4] sf: Read back and check once macronix quad bit set

2015-12-22 Thread Mugunthan V N
On Wednesday 16 December 2015 02:31 PM, Jagan Teki wrote: > One macronix quad bit set using SR, it's good to > read back and check the written bit and also if > it's already been set check for the bit and return. > > Cc: Vignesh R > Cc: Mugunthan V N > Cc: Simon Glass > Cc: Bin Meng > Signed-o

Re: [U-Boot] [PATCH 4/8] spi: Rename op_mode_rx to mode_rx

2015-12-22 Thread Jagan Teki
Hi Bin, On 21 December 2015 at 11:58, Bin Meng wrote: > Hi Jagan, > > On Wed, Dec 16, 2015 at 11:40 PM, Jagan Teki wrote: >> Since spi rx mode macro's are renamed to simple and >> meaninfull in below patch, this patch will rename >> the respective structure member. >> "spi: Rename SPI_OPM_RX_* t

Re: [U-Boot] [PATCH 4/8] spi: Rename op_mode_rx to mode_rx

2015-12-22 Thread Bin Meng
Hi Jagan, On Wed, Dec 23, 2015 at 2:36 PM, Jagan Teki wrote: > Hi Bin, > > On 21 December 2015 at 11:58, Bin Meng wrote: >> Hi Jagan, >> >> On Wed, Dec 16, 2015 at 11:40 PM, Jagan Teki wrote: >>> Since spi rx mode macro's are renamed to simple and >>> meaninfull in below patch, this patch will

Re: [U-Boot] [PATCH v2] cmd_boot: Add a poweroff command

2015-12-22 Thread Wolfgang Denk
Dear Hans de Goede, In message <1450822985-19135-1-git-send-email-hdego...@redhat.com> you wrote: > From: Michael van Slingerland > > Add a 'poweroff' command to boot commands, this only gets enabled if the > board Kconfig does a "select CMD_POWEROFF". Do you plan to submit any code that will a

[U-Boot] [PATCH] arm: socfpga: Fix USB doesn't work on socdk board

2015-12-22 Thread shengjiangwu
Updated pinmux group EMACIO[1-8] and EMACIO[10-13] for USB. Signed-off-by: shengjiangwu Cc: Chin Liang See Cc: Dinh Nguyen Cc: Dinh Nguyen Cc: Pavel Machek Cc: Marek Vasut Cc: Stefan Roese --- board/altera/cyclone5-socdk/qts/pinmux_config.h | 24 +++ 1 file changed, 1

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread ShengjiangWu
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Wednesday, December 23, 2015 9:25 AM > To: 圣江 吴 > Cc: u-boot@lists.denx.de; cl...@altera.com; dingu...@opensource.altera.com; > dinh.li...@gmail.com; pa...@denx.de; s...@denx.de > Subject: Re: [PATCH] arm: socfpga:

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread 圣江 吴
From: Marek Vasut Date: 2015-12-23 10:07 To: ShengjiangWu CC: u-boot; clsee; dinguyen; dinh.linux; pavel; sr Subject: Re: [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board On Wednesday, December 23, 2015 at 03:02:10 AM, ShengjiangWu wrote: > > -Original Message- > > From: Mare

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread 圣江 吴
On Dec 22, 2015, at 12:33 PM, Marek Vasut wrote: On Tuesday, December 22, 2015 at 09:19:16 PM, Marek Vasut wrote: On Tuesday, December 22, 2015 at 10:18:09 AM, shengjiangwu wrote: Updated pinmux group MIXED1IO[15-20] for QSPI. Updated QSPI clock. Signed-off-by: shengjiangwu Cc: Chin Liang S

Re: [U-Boot] [PATCH] net: lpc32xx: Fix MDIO busy wait

2015-12-22 Thread MESSIER, ALEXANDRE
Hello Vladimir, > Hi Alexandre, > > On 16.12.2015 20:37, amessier.t...@gmail.com wrote: > > From: Alexandre Messier > > > > The MDIO read function waits on the busy flag after issuing the read > > command, > > that's correct, after issuing the read command and before register read. > > > while th

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2015-12-22 Thread Alexander Graf
On 22.12.15 19:28, Matwey V. Kornilov wrote: > 2015-12-22 16:57 GMT+03:00 Alexander Graf : >> This is my Christmas present for my openSUSE friends :). >> > > Santa, do you have u-boot rpm packed with the patches to test? Once OBS has finished compiling, they should be available here: https:/

[U-Boot] [PATCH V2] common: nvedit: use snprintf instead of sprintf

2015-12-22 Thread Peng Fan
From: Peng Fan Use snprintf to replace sprintf. Coverity log: " Unbounded source buffer (STRING_SIZE) string_size: Passing string init_val of unknown size to sprintf. " Reported-by: Coverity Signed-off-by: Peng Fan Cc: Tom Rini Cc: Simon Glass Reviewed-by: Joe Hershberger --- common/cmd_nv

[U-Boot] [PATCH V2] common: env: initialize scalar variable

2015-12-22 Thread Peng Fan
From: Peng Fan Before calling hsearch_r, initialize callback entry to NULL. Coverity log: " Uninitialized scalar variable (UNINIT) uninit_use_in_call: Using uninitialized value e. Field e.callback is uninitialized when calling hsearch_r. " Reported-by: Coverity Signed-off-by: Peng Fan Cc: Tom

Re: [U-Boot] [RFC PATCH 01/11] serial: Add support for Qualcomm serial port

2015-12-22 Thread Masahiro Yamada
Hi Simon, >> BTW, the "Include file order" in >> http://www.denx.de/wiki/U-Boot/CodingStyle >> >> Is this your opinion? Or community's opinion. >> >> Did anybody review it? > > This came from Mike Frysinger some years ago on the mailing list and I > have followed it since. I took it to be a U-Bo

[U-Boot] [PULL] u-boot-socfpga/master

2015-12-22 Thread Marek Vasut
The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1: x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to f464a631426a30ffcbf2d7f

Re: [U-Boot] [PATCH] imx: mx6sxsabresd: support emmc

2015-12-22 Thread Peng Fan
Hi Otavio, On Tue, Dec 22, 2015 at 09:51:37AM -0200, Otavio Salvador wrote: >On Tue, Dec 22, 2015 at 7:03 AM, Peng Fan wrote: >> From: Peng Fan >> >> For i.MX6SX SABRESD, USDHC4 can be used for SD and EMMC, default >> it is used for SD. >> >> This patch introduces EMMC pinmux settings and a new m

Re: [U-Boot] [PATCH 1/1] common: env: initialize scalar variable

2015-12-22 Thread Peng Fan
Hi Wolfgang On Tue, Dec 22, 2015 at 10:29:51AM +0100, Wolfgang Denk wrote: >Dear Peng Fan, > >In message <1450775655-2979-2-git-send-email-van.free...@gmail.com> you wrote: >> From: Peng Fan >> >> Before calling hsearch_r, initialize callback entry to NULL. > >Which exact problem are you fixing h

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 03:38:25 AM, Chin Liang See wrote: > On Wed, 2015-12-23 at 10:29 +0800, Chin Liang See wrote: > > On Wed, 2015-12-23 at 03:27 +0100, Marek Vasut wrote: > > > On Wednesday, December 23, 2015 at 03:26:07 AM, 圣江 吴 wrote: > [..] > > > > > Hi Marek, > > > > > > > > P

Re: [U-Boot] [PATCH] arm: socfpga: Fix USB doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 03:40:19 AM, Chin Liang See wrote: > On Wed, 2015-12-23 at 10:37 +0800, shengjiangwu wrote: > > Updated pinmux group EMACIO[1-8] and EMACIO[10-13] for USB. > > > > Signed-off-by: shengjiangwu > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Dinh Nguyen > >

Re: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 03:57:21 AM, Chin Liang See wrote: > On Wed, 2015-12-23 at 02:47 +0100, Marek Vasut wrote: > > On Wednesday, December 23, 2015 at 02:36:13 AM, Chin Liang See wrote: > > > On Wed, 2015-12-23 at 01:47 +0100, Marek Vasut wrote: > > > > On Wednesday, December 23, 2015

Re: [U-Boot] [PATCH 1/1] common: nvedit: use snprintf instead of sprintf

2015-12-22 Thread Peng Fan
Hi All, On Tue, Dec 22, 2015 at 02:40:58PM -0500, Tom Rini wrote: >On Tue, Dec 22, 2015 at 07:53:12AM -0200, Fabio Estevam wrote: >> Hi Peng, >> >> On Tue, Dec 22, 2015 at 7:14 AM, Peng Fan wrote: >> > From: Peng Fan >> > >> > Use snprintf to replace sprintf. >> >> You need to improve your comm

Re: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

2015-12-22 Thread Chin Liang See
On Wed, 2015-12-23 at 02:47 +0100, Marek Vasut wrote: > On Wednesday, December 23, 2015 at 02:36:13 AM, Chin Liang See wrote: > > On Wed, 2015-12-23 at 01:47 +0100, Marek Vasut wrote: > > > On Wednesday, December 23, 2015 at 01:21:31 AM, Chin Liang See > > > wrote: > > > > On Tue, 2015-12-22 at 21:

Re: [U-Boot] [PATCH] arm: socfpga: Fix USB doesn't work on socdk board

2015-12-22 Thread Chin Liang See
On Wed, 2015-12-23 at 10:37 +0800, shengjiangwu wrote: > Updated pinmux group EMACIO[1-8] and EMACIO[10-13] for USB. > > Signed-off-by: shengjiangwu > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- > board/altera/cyclone

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Chin Liang See
On Wed, 2015-12-23 at 10:29 +0800, Chin Liang See wrote: > On Wed, 2015-12-23 at 03:27 +0100, Marek Vasut wrote: > > On Wednesday, December 23, 2015 at 03:26:07 AM, 圣江 吴 wrote: [..] > > > > > > Hi Marek, > > > > > > Pin mux settings has error, set EMACIO[1-8] [10-13] from 3 to 2, > > > then usb

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Chin Liang See
On Wed, 2015-12-23 at 03:27 +0100, Marek Vasut wrote: > On Wednesday, December 23, 2015 at 03:26:07 AM, 圣江 吴 wrote: > > > From: Marek Vasut > > > Date: 2015-12-23 10:07 > > > To: ShengjiangWu > > > CC: u-boot; clsee; dinguyen; dinh.linux; pavel; sr > > > Subject: Re: [PATCH] arm: socfpga: Fix QSPI

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Chin Liang See
On Wed, 2015-12-23 at 03:07 +0100, Marek Vasut wrote: > On Wednesday, December 23, 2015 at 03:02:10 AM, ShengjiangWu wrote: [..] > > Hi Marek, > > > > Yes, emac1 and qspi are working now. I'm afraid USB is not working, > > > > => usb reset > > resetting USB... > > USB0: Core Release: 2.93a >

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 03:26:07 AM, 圣江 吴 wrote: > > From: Marek Vasut > > Date: 2015-12-23 10:07 > > To: ShengjiangWu > > CC: u-boot; clsee; dinguyen; dinh.linux; pavel; sr > > Subject: Re: [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board > > > > On Wednesday, December 23, 20

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 03:02:10 AM, ShengjiangWu wrote: > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: Wednesday, December 23, 2015 9:25 AM > > To: 圣江 吴 > > Cc: u-boot@lists.denx.de; cl...@altera.com; > > dingu...@opensource.altera.com; dinh.li...@

Re: [U-Boot] pull request: u-boot-uniphier/master

2015-12-22 Thread Masahiro Yamada
Hi Tom, 2015-12-23 0:59 GMT+09:00 Tom Rini : > On Wed, Dec 23, 2015 at 12:22:22AM +0900, Masahiro Yamada wrote: > >> Hi Tom, >> >> Here are various cleanups and preparation for new SoCs support. >> Please pull! >> >> >> The following changes since commit f84c2b665b87fc6713a756d0fddf5c45e02255e5: >

Re: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 02:36:13 AM, Chin Liang See wrote: > On Wed, 2015-12-23 at 01:47 +0100, Marek Vasut wrote: > > On Wednesday, December 23, 2015 at 01:21:31 AM, Chin Liang See wrote: > > > On Tue, 2015-12-22 at 21:28 +0100, Marek Vasut wrote: > > > > On Tuesday, December 22, 2015 a

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-22 Thread Chin Liang See
On Wed, 2015-12-23 at 01:48 +0100, Marek Vasut wrote: > On Wednesday, December 23, 2015 at 01:24:00 AM, Chin Liang See wrote: > > On Tue, 2015-12-22 at 21:10 +0100, Marek Vasut wrote: > > > On Tuesday, December 22, 2015 at 05:00:42 PM, Chin Liang See > > > wrote: > > > > On Tue, 2015-12-22 at 16:53

Re: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

2015-12-22 Thread Chin Liang See
On Wed, 2015-12-23 at 01:47 +0100, Marek Vasut wrote: > On Wednesday, December 23, 2015 at 01:21:31 AM, Chin Liang See wrote: > > On Tue, 2015-12-22 at 21:28 +0100, Marek Vasut wrote: > > > On Tuesday, December 22, 2015 at 08:32:29 AM, Chin Liang See > > > wrote: [..] > > > > > > CFG spl/u

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 02:25:29 AM, 圣江 吴 wrote: > On Dec 22, 2015, at 05:22 PM, 圣江 吴 wrote: > > > > On Dec 22, 2015, at 12:33 PM, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 09:19:16 PM, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 10:18:09 AM, shengjiangwu

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 02:22:49 AM, 圣江 吴 wrote: > On Dec 22, 2015, at 12:33 PM, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 09:19:16 PM, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 10:18:09 AM, shengjiangwu wrote: > > Updated pinmux group MIXED1IO[15-20] for Q

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 01:24:00 AM, Chin Liang See wrote: > On Tue, 2015-12-22 at 21:10 +0100, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 05:00:42 PM, Chin Liang See wrote: > > > On Tue, 2015-12-22 at 16:53 +0100, Marek Vasut wrote: > > > > On Tuesday, December 22, 2015 at

Re: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

2015-12-22 Thread Marek Vasut
On Wednesday, December 23, 2015 at 01:21:31 AM, Chin Liang See wrote: > On Tue, 2015-12-22 at 21:28 +0100, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 08:32:29 AM, Chin Liang See wrote: > > > Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS for UBI > > > and UBIFS support on serial NOR flash >

Re: [U-Boot] [PATCH v2 7/8] mvebu: Support Synology DS414

2015-12-22 Thread Phil Sutter
Hi, On Tue, Dec 22, 2015 at 10:05:03AM +0100, Stefan Roese wrote: > I've consolidated a bit of the Armada XP / 38x defines and > Kconfig options just very recently. Please take a look at > these two patches from yesterday: > > http://patchwork.ozlabs.org/patch/559579/ > http://patchwork.ozlabs.or

Re: [U-Boot] [PATCH 6/6] arm: socfpga: Add support for Denali NAND controller

2015-12-22 Thread Chin Liang See
On Tue, 2015-12-22 at 21:23 +0100, Marek Vasut wrote: > On Tuesday, December 22, 2015 at 04:17:23 PM, Chin Liang See wrote: > > On Sun, 2015-12-20 at 04:00 +0100, Marek Vasut wrote: > > > Add common configuration bits for the Denali NAND controller and > > > also > > > support for using it as a boo

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-22 Thread Chin Liang See
On Tue, 2015-12-22 at 21:10 +0100, Marek Vasut wrote: > On Tuesday, December 22, 2015 at 05:00:42 PM, Chin Liang See wrote: > > On Tue, 2015-12-22 at 16:53 +0100, Marek Vasut wrote: > > > On Tuesday, December 22, 2015 at 04:49:54 PM, Chin Liang See > > > wrote: > > > > On Fri, 2015-12-18 at 14:10 +

Re: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

2015-12-22 Thread Chin Liang See
On Tue, 2015-12-22 at 21:28 +0100, Marek Vasut wrote: > On Tuesday, December 22, 2015 at 08:32:29 AM, Chin Liang See wrote: > > Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS for UBI > > and UBIFS support on serial NOR flash > > > > Signed-off-by: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Dinh Nguyen

Re: [U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB.

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 09:25:49 AM, Frank Wang wrote: > [PATCH 1/3] Modified the check condition for max packet size of ep_in in > high speed > > [PATCH 2/3] Fixed the error that the last packet transmission could not be > terminated > > [PATCH 3/3] Add usb phy control to support fas

[U-Boot] [PATCH v2] cmd_boot: Add a poweroff command

2015-12-22 Thread Hans de Goede
From: Michael van Slingerland Add a 'poweroff' command to boot commands, this only gets enabled if the board Kconfig does a "select CMD_POWEROFF". Signed-off-by: Michael van Slingerland [hdego...@redhat.com: Make the cmd conditional on a CMD_POWEROFF Kconfig] Signed-off-by: Hans de Goede --- C

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 09:19:16 PM, Marek Vasut wrote: > On Tuesday, December 22, 2015 at 10:18:09 AM, shengjiangwu wrote: > > Updated pinmux group MIXED1IO[15-20] for QSPI. > > Updated QSPI clock. > > > > Signed-off-by: shengjiangwu > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Cc:

Re: [U-Boot] [PATCH 2/2] arm: socfpga: Enable simple bus in SPL on all boards

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 04:41:09 AM, Marek Vasut wrote: > The simple bus support must be enabled in SPL, otherwise the boards > will not be able to parse the DT and will fail to boot. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen Applied both, thanks. Best regards, Marek Vasut

Re: [U-Boot] [PATCH 6/6] arm: socfpga: Add support for Denali NAND controller

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 04:17:23 PM, Chin Liang See wrote: > On Sun, 2015-12-20 at 04:00 +0100, Marek Vasut wrote: > > Add common configuration bits for the Denali NAND controller and also > > support for using it as a boot device in SPL. > > > > Signed-off-by: Marek Vasut > > Cc: Dinh N

Re: [U-Boot] [PATCH] arm: socfpga: Fix emac1 doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 08:22:02 AM, shengjiangwu wrote: > Updated pinmux group MIXED1IO[0-13] for RGMII1. > Updated EMAC1 clock. > > Signed-off-by: shengjiangwu > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese Applie

Re: [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 08:32:29 AM, Chin Liang See wrote: > Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS for UBI > and UBIFS support on serial NOR flash > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese > --- >

Re: [U-Boot] [PATCH v3 01/17] arm: socfpga: Enable ubi and ubifs support

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 08:32:26 AM, Chin Liang See wrote: > When QSPI and NAND is enabled, the ubi and ubifs support > will be enabled too. > > Signed-off-by: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese Applied all, th

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 05:00:42 PM, Chin Liang See wrote: > On Tue, 2015-12-22 at 16:53 +0100, Marek Vasut wrote: > > On Tuesday, December 22, 2015 at 04:49:54 PM, Chin Liang See wrote: > > > On Fri, 2015-12-18 at 14:10 +0100, Marek Vasut wrote: > > > > On Friday, December 18, 2015 at 10:

Re: [U-Boot] [PATCH] arm: socfpga: Fix QSPI doesn't work on socdk board

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 10:18:09 AM, shengjiangwu wrote: > Updated pinmux group MIXED1IO[15-20] for QSPI. > Updated QSPI clock. > > Signed-off-by: shengjiangwu > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Marek Vasut > Cc: Stefan Roese Applied,

Re: [U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features

2015-12-22 Thread Simon Glass
Hi Masahiro, On 22 December 2015 at 03:04, Masahiro Yamada wrote: > This series contains the same commits > as 01-05 of the RFC series. > > Since somebody immediately marked it as RFC > (i.e. dropped from the TODO items in the patchwork), > nothing has happened to it. > > I am resending 01-05 wit

Re: [U-Boot] [RFC PATCH 01/11] serial: Add support for Qualcomm serial port

2015-12-22 Thread Simon Glass
Hi Masahiro, On 20 December 2015 at 23:50, Masahiro Yamada wrote: > 2015-12-16 3:58 GMT+09:00 Simon Glass : > >>> +++ b/drivers/serial/serial_msm.c >>> @@ -0,0 +1,204 @@ >>> +/* >>> + * Qualcomm UART driver >>> + * >>> + * (C) Copyright 2015 Mateusz Kulikowski >>> + * >>> + * UART will work in D

Re: [U-Boot] [PATCH 1/1] common: nvedit: use snprintf instead of sprintf

2015-12-22 Thread Tom Rini
On Tue, Dec 22, 2015 at 07:53:12AM -0200, Fabio Estevam wrote: > Hi Peng, > > On Tue, Dec 22, 2015 at 7:14 AM, Peng Fan wrote: > > From: Peng Fan > > > > Use snprintf to replace sprintf. > > You need to improve your commit log by saying why you are doing this change. Yes, please do so. And i

Re: [U-Boot] Driver model test breakages

2015-12-22 Thread Joe Hershberger
Hi Simon, On Tue, Dec 22, 2015 at 1:14 PM, Joe Hershberger wrote: > Hi Simon, > > On Mon, Dec 21, 2015 at 9:17 PM, Joe Hershberger > wrote: >> Hi Bin and Simon, >> >> On Mon, Dec 21, 2015 at 9:08 PM, Joe Hershberger >> wrote: >>> Hi Bin, >>> >>> On Mon, Dec 21, 2015 at 9:00 PM, Bin Meng wrote:

Re: [U-Boot] Driver model test breakages

2015-12-22 Thread Joe Hershberger
Hi Simon, On Mon, Dec 21, 2015 at 9:17 PM, Joe Hershberger wrote: > Hi Bin and Simon, > > On Mon, Dec 21, 2015 at 9:08 PM, Joe Hershberger > wrote: >> Hi Bin, >> >> On Mon, Dec 21, 2015 at 9:00 PM, Bin Meng wrote: >>> Hi Joe, >>> >>> On Tue, Dec 22, 2015 at 10:39 AM, Joe Hershberger >>> wrote:

Re: [U-Boot] [PATCH 1/1] common: nvedit: use snprintf instead of sprintf

2015-12-22 Thread Joe Hershberger
On Tue, Dec 22, 2015 at 3:14 AM, Peng Fan wrote: > From: Peng Fan > > Use snprintf to replace sprintf. > > Signed-off-by: Peng Fan > Cc: Tom Rini > Cc: Simon Glass > Cc: Joe Hershberger Seems safer. Reviewed-by: Joe Hershberger ___ U-Boot mailing

Re: [U-Boot] [PATCH 1/2] dm: eth: Test 'ethrotate' before changing current ethernet device

2015-12-22 Thread Joe Hershberger
On Tue, Dec 22, 2015 at 12:43 AM, Bin Meng wrote: > In eth_current_changed(), the call to eth_get_dev() below has a side > effect of rotating ethernet device if uc_priv->current == NULL. This > is not what we want when 'ethrotate' variable is 'no'. > > Signed-off-by: Bin Meng Acked-by: Joe Hersh

Re: [U-Boot] Driver model test breakages

2015-12-22 Thread Joe Hershberger
Hi Bin, On Tue, Dec 22, 2015 at 12:43 AM, Bin Meng wrote: > Hi Joe, > > On Tue, Dec 22, 2015 at 12:50 PM, Bin Meng wrote: >> On Tue, Dec 22, 2015 at 12:04 PM, Bin Meng wrote: >>> Hi Joe, >>> >>> On Tue, Dec 22, 2015 at 11:08 AM, Joe Hershberger >>> wrote: Hi Bin, On Mon, Dec 21,

Re: [U-Boot] [PATCH 2/2] dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()

2015-12-22 Thread Joe Hershberger
On Tue, Dec 22, 2015 at 12:43 AM, Bin Meng wrote: > When 'ethrotate' variable is set to 'no' and 'ethact' variable > is already set to an ethernet device, we should stick to 'ethact'. > > Signed-off-by: Bin Meng Acked-by: Joe Hershberger ___ U-Boot ma

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2015-12-22 Thread Matwey V. Kornilov
2015-12-22 16:57 GMT+03:00 Alexander Graf : > This is my Christmas present for my openSUSE friends :). > Santa, do you have u-boot rpm packed with the patches to test? -- With best regards, Matwey V. Kornilov http://blog.matwey.name xmpp://0x2...@jabber.ru ___

Re: [U-Boot] [PATCH] include: net: Simplify the usage of __always_inline

2015-12-22 Thread Joe Hershberger
On Sun, Nov 8, 2015 at 6:25 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit de4d2e9e7ce0f9 (" bitops: Add fls_long and __ffs64") > is included in include/linux/bitops.h, > which allows us to marking a function as 'always_inline' in a simpler > format. > > Signed-off-by: Fabio Est

Re: [U-Boot] [PATCH 2/3] net: e1000: Remove CONFIG_MVBC_1G

2015-12-22 Thread Joe Hershberger
On Mon, Nov 16, 2015 at 3:19 AM, Bin Meng wrote: > CONFIG_MVBC_1G is not referenced anywhere, hence remove it. > > Signed-off-by: Bin Meng Applied to u-boot-net/master, thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mail

Re: [U-Boot] [PATCH 3/3] net: e1000: Mark _disable_wr() and _write_status() as __maybe_unused

2015-12-22 Thread Joe Hershberger
On Mon, Nov 16, 2015 at 3:19 AM, Bin Meng wrote: > Per the comments, e1000_spi_eeprom_disable_wr() and > e1000_spi_eeprom_write_status() have been tested. > Remove the #if 0, #endif and mark them as __maybe_unused. > > Signed-off-by: Bin Meng Applied to u-boot-net/master, thanks! -Joe __

Re: [U-Boot] [PATCH 1/3] net: e1000: Remove dead codes wrapped by #if 0

2015-12-22 Thread Joe Hershberger
On Mon, Nov 16, 2015 at 3:19 AM, Bin Meng wrote: > Remove those dead codes wrapped by #if 0 and #endif. > > Signed-off-by: Bin Meng Applied to u-boot-net/master, thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/lis

Re: [U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()

2015-12-22 Thread Joe Hershberger
Hi Bin, On Tue, Nov 3, 2015 at 6:24 AM, Bin Meng wrote: > In fdt_fixup_ethernet() only "usbethaddr" is handled to fix up the > first usb ethernet port MAC address. Other additional usb ethernet > ports are ignored as there is no logic to handle "usbeth%daddr". > > It is suggested we should use "e

Re: [U-Boot] [PATCH v3 2/2] fdt: Rewrite the logic in fdt_fixup_ethernet()

2015-12-22 Thread Joe Hershberger
Hi Bin, On Tue, Nov 3, 2015 at 6:24 AM, Bin Meng wrote: > Currently in fdt_fixup_ethernet() the MAC address fix up is > handled in a loop of which the exit condition is to test the > "eth%daddr" env is not NULL. However this creates unnecessary > constrains that those "eth%daddr" env variables mu

[U-Boot] Pull request: u-boot-net

2015-12-22 Thread Joe Hershberger
A few patches that came in during the merge window and appear harmless. These cause no additional build warnings or errors. Thanks, -Joe The following changes since commit 4832e17787acb29734d895751bc7a594908aecc6: Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2015-12-18 07

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-22 Thread Chin Liang See
On Fri, 2015-12-18 at 14:10 +0100, Marek Vasut wrote: > On Friday, December 18, 2015 at 10:39:12 AM, Chin Liang See wrote: > [..] > > > I will send that patch out shortly, but I think there is > > > something > > > else > > > going on. I am starting to suspect something with the L3 > > > interco

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-22 Thread Chin Liang See
On Tue, 2015-12-22 at 16:53 +0100, Marek Vasut wrote: > On Tuesday, December 22, 2015 at 04:49:54 PM, Chin Liang See wrote: > > On Fri, 2015-12-18 at 14:10 +0100, Marek Vasut wrote: > > > On Friday, December 18, 2015 at 10:39:12 AM, Chin Liang See > > > wrote: > > [..] > > > > > > > I will send th

Re: [U-Boot] pull request: u-boot-uniphier/master

2015-12-22 Thread Tom Rini
On Wed, Dec 23, 2015 at 12:22:22AM +0900, Masahiro Yamada wrote: > Hi Tom, > > Here are various cleanups and preparation for new SoCs support. > Please pull! > > > The following changes since commit f84c2b665b87fc6713a756d0fddf5c45e02255e5: > > Prepare v2016.01-rc3 (2015-12-21 21:07:04 -0500

Re: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 04:49:54 PM, Chin Liang See wrote: > On Fri, 2015-12-18 at 14:10 +0100, Marek Vasut wrote: > > On Friday, December 18, 2015 at 10:39:12 AM, Chin Liang See wrote: > [..] > > > > > I will send that patch out shortly, but I think there is > > > > something > > > > els

Re: [U-Boot] [PATCH 6/6] arm: socfpga: Add support for Denali NAND controller

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 04:17:23 PM, Chin Liang See wrote: > On Sun, 2015-12-20 at 04:00 +0100, Marek Vasut wrote: > > Add common configuration bits for the Denali NAND controller and also > > support for using it as a boot device in SPL. > > > > Signed-off-by: Marek Vasut > > Cc: Dinh N

Re: [U-Boot] [PATCH 4/6] arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled

2015-12-22 Thread Chin Liang See
On Sun, 2015-12-20 at 04:00 +0100, Marek Vasut wrote: > It is not possible to compile MMC/SPI SPL if the respective > DM_MMC/DM_SPI > bits are not enabled. Secure the code with an ifdef to prevent > compiler > splat. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: Chin Liang See > --- >

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-22 Thread Eric Nelson
Hi Marek, On 12/21/2015 06:52 PM, Marek Vasut wrote: > On Sunday, December 20, 2015 at 08:31:46 PM, Eric Nelson wrote: >> On 12/16/2015 07:40 AM, Marek Vasut wrote: ... >>> diff --git a/arch/arm/cpu/armv7/mx6/ddr.c b/arch/arm/cpu/armv7/mx6/ddr.c >>> index 6b039e4..194411f 100644 >>> --- a/arch/arm

Re: [U-Boot] [PATCH 3/6] arm: socfpga: Unreset NAND in U-Boot

2015-12-22 Thread Chin Liang See
On Sun, 2015-12-20 at 04:00 +0100, Marek Vasut wrote: > Make sure the NAND reset is not asserted in full U-Boot. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: Chin Liang See > --- > arch/arm/mach-socfpga/misc.c | 4 > 1 file changed, 4 insertions(+) > Acked-by: Chin Liang See

[U-Boot] pull request: u-boot-uniphier/master

2015-12-22 Thread Masahiro Yamada
Hi Tom, Here are various cleanups and preparation for new SoCs support. Please pull! The following changes since commit f84c2b665b87fc6713a756d0fddf5c45e02255e5: Prepare v2016.01-rc3 (2015-12-21 21:07:04 -0500) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git

Re: [U-Boot] [PATCH 5/6] arm: socfpga: Enable DFU MMC support only if DM_MMC is enabled

2015-12-22 Thread Chin Liang See
On Sun, 2015-12-20 at 04:00 +0100, Marek Vasut wrote: > It is not possible to compile DFU MMC support if the MMC support is > not > compiled into U-Boot. Secure the code with an ifdef to prevent > compiler > splat. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: Chin Liang See > --- > i

Re: [U-Boot] [PATCH 0/7] ARM: uniphier: misc changes for v2016.01-rc3

2015-12-22 Thread Masahiro Yamada
2015-12-17 17:47 GMT+09:00 Masahiro Yamada : > > Masahiro Yamada (7): > ARM: uniphier: add functions to get SoC model/revision > ARM: uniphier: call uniphier_get_board_param() without FDT blob > ARM: uniphier: split ProXstream2 board data and change DDR frequency > ARM: uniphier: compile un

Re: [U-Boot] [PATCH 0/5] ARM: uniphier: consolidate defconfig files

2015-12-22 Thread Masahiro Yamada
2015-12-17 18:00 GMT+09:00 Masahiro Yamada : > > > > Masahiro Yamada (5): > ARM: uniphier: set DTB file name to fdt_file environment > ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGS > ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfig > ARM: uniphier: support ProXstr

Re: [U-Boot] [PATCH 6/6] arm: socfpga: Add support for Denali NAND controller

2015-12-22 Thread Chin Liang See
On Sun, 2015-12-20 at 04:00 +0100, Marek Vasut wrote: > Add common configuration bits for the Denali NAND controller and also > support for using it as a boot device in SPL. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: Chin Liang See > --- > include/configs/socfpga_common.h | 23

Re: [U-Boot] [PATCH] ARM: dts: uniphier: use stdout-path instead of console

2015-12-22 Thread Masahiro Yamada
2015-12-17 15:05 GMT+09:00 Masahiro Yamada : > Sync device trees with Linux. > > Linux commit: 06ff6b2d63210922a1b1d0f4997e29ce75b5e0c0 > > Signed-off-by: Masahiro Yamada applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot ma

Re: [U-Boot] [PATCH 2/2] ARM: dts: uniphier: add outer cache nodes

2015-12-22 Thread Masahiro Yamada
2015-12-16 10:54 GMT+09:00 Masahiro Yamada : > These nodes are not parsed by U-Boot for now, but syncing device trees > with Linux is helpful for easier diffing. > > Signed-off-by: Masahiro Yamada applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___

Re: [U-Boot] [PATCH] ARM: uniphier: add static qualifiers to locally used functions

2015-12-22 Thread Masahiro Yamada
2015-12-11 17:17 GMT+09:00 Masahiro Yamada : > Signed-off-by: Masahiro Yamada applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi

2015-12-22 Thread Masahiro Yamada
2015-12-16 10:54 GMT+09:00 Masahiro Yamada : > UniPhier SoCs (except PH1-sLD3) have several nodes in common. > Factor out them into uniphier-common32.dtsi. This improves the code > maintainability. > > PH1-sLD3 is so old that it has more or less different register maps > than the others. So, it c

Re: [U-Boot] [PATCH] ARM: uniphier: allow DDR function to return more precise error code

2015-12-22 Thread Masahiro Yamada
2015-12-16 10:50 GMT+09:00 Masahiro Yamada : > Return different error code depending on the reason so that the > caller can know the cause of the failure. > > Signed-off-by: Masahiro Yamada applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada __

Re: [U-Boot] [PATCH] ARM: uniphier: use BIT() macro for DDR PHY header

2015-12-22 Thread Masahiro Yamada
2015-12-16 10:44 GMT+09:00 Masahiro Yamada : > Signed-off-by: Masahiro Yamada applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] ARM: uniphier: rename DTCR_RNKEN_* register bit to DTCR_RANKEN_*

2015-12-22 Thread Masahiro Yamada
2015-12-16 10:42 GMT+09:00 Masahiro Yamada : > The bit 27-24 of the DTCR register is described as RANKEN in the > DDR PHY databook. Follow this abbreviation. > > Signed-off-by: Masahiro Yamada applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada _

Re: [U-Boot] [PATCH] ARM: uniphier: add const qualifier to constant array

2015-12-22 Thread Masahiro Yamada
2015-12-16 10:36 GMT+09:00 Masahiro Yamada : > Signed-off-by: Masahiro Yamada > --- applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 4/9] efi_loader: Add boot time services

2015-12-22 Thread Alexander Graf
On 22.12.15 15:15, Andreas Färber wrote: > Am 22.12.2015 um 14:57 schrieb Alexander Graf: >> diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c >> new file mode 100644 >> index 000..ed95962 >> --- /dev/null >> +++ b/lib/efi_loader/efi_boottime.c > [...] >> +/* >> + * T

Re: [U-Boot] [PATCH 2/2] arm: imx6: Enable DDR calibration on Novena

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 09:30:00 AM, Nikolay Dimitrov wrote: > Hi Marek, > > On 12/22/2015 03:26 AM, Marek Vasut wrote: > > On Sunday, December 20, 2015 at 08:33:58 PM, Eric Nelson wrote: > >> Hi Marek, > >> > >> On 12/16/2015 07:40 AM, Marek Vasut wrote: > >>> Enable the DDR calibration

Re: [U-Boot] [PATCH v2 0/4] add support for atheros ath79 based SOCs

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 08:44:41 AM, Wills Wang wrote: > These series of patch add support for atheros ath79 based SOCs in u-boot, > at the present moment it's just available for ar933x chip. > > Changes since V1: > 1. Move all SoC specific header files into arch/mips/include/asm/arch-ath

Re: [U-Boot] [PATCH v2 3/4] mips: ath79: add serial driver for ar933x SOC

2015-12-22 Thread Marek Vasut
On Tuesday, December 22, 2015 at 08:44:44 AM, Wills Wang wrote: > Signed-off-by: Wills Wang > --- > > drivers/serial/Makefile| 1 + > drivers/serial/serial_ar933x.c | 337 > + 2 files changed, 338 > insertions(+) > create mode 100644 drivers/seri

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2015-12-22 Thread Eric Nelson
Hi Tim, On 12/21/2015 09:13 PM, Tim Harvey wrote: > On Sun, Dec 20, 2015 at 11:31 AM, Eric Nelson wrote: >> Hi Marek, >> > >> I'd recommend passing parameters of mx6_ddr_sysinfo (input) and >> mx6_mmdc_calibration (output) to this routine. >> > > I don't know that this would make sense. The mx6

Re: [U-Boot] [PATCH v2 1/4] mips: add base support for atheros ath79 based SOCs

2015-12-22 Thread Daniel Schwierzeck
looks better now, but there are still some issues Am 22.12.2015 um 08:44 schrieb Wills Wang: > This patch enable work for ar933x SOC, tested on ar9331 board. > > Signed-off-by: Wills Wang > --- > > arch/mips/Makefile |1 + > arch/mips/include/asm/arch-ath79/ar71

Re: [U-Boot] [PATCH 4/9] efi_loader: Add boot time services

2015-12-22 Thread Andreas Färber
Am 22.12.2015 um 14:57 schrieb Alexander Graf: > diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c > new file mode 100644 > index 000..ed95962 > --- /dev/null > +++ b/lib/efi_loader/efi_boottime.c [...] > +/* > + * The "gd" pointer lives in a register on ARM and AArch64

Re: [U-Boot] [PATCH v2 2/8] mvebu: Fix for non-DM ehci-marvell support

2015-12-22 Thread Stefan Roese
Hi Phil, On 22.12.2015 15:24, Phil Sutter wrote: On Tue, Dec 22, 2015 at 09:02:44AM +0100, Stefan Roese wrote: On 22.12.2015 00:25, Phil Sutter wrote: This mimics the relevant code in mach-kirkwood headers. The *_winctrl_calcsize functions are identical, as well as the MVCPU_WIN_* macros. Impl

Re: [U-Boot] [PATCH v2 2/8] mvebu: Fix for non-DM ehci-marvell support

2015-12-22 Thread Phil Sutter
Hi Stefan, On Tue, Dec 22, 2015 at 09:02:44AM +0100, Stefan Roese wrote: > On 22.12.2015 00:25, Phil Sutter wrote: > > This mimics the relevant code in mach-kirkwood headers. The > > *_winctrl_calcsize functions are identical, as well as the MVCPU_WIN_* > > macros. Implementing shared headers/code

Re: [U-Boot] [PATCH v1 06/18] MIPS: Add support for Microchip PIC32MZ[DA] SoC family.

2015-12-22 Thread Daniel Schwierzeck
Am 22.12.2015 um 14:32 schrieb Purna Chandra Mandal: > On 12/20/2015 05:25 AM, Daniel Schwierzeck wrote: > >> >> Am 17.12.2015 um 18:30 schrieb Purna Chandra Mandal: >>> Signed-off-by: Purna Chandra Mandal >>> --- >>> >>> arch/mips/dts/pic32mzda.dtsi | 59 +++ >>> arch

[U-Boot] [PATCH 3/9] efi_loader: Add PE image loader

2015-12-22 Thread Alexander Graf
EFI uses the PE binary format for its application images. Add support to EFI PE binaries as well as all necessary bits for the "EFI image loader" interfaces. Signed-off-by: Alexander Graf --- include/efi_loader.h | 37 + include/pe.h | 277 +

[U-Boot] [PATCH 5/9] efi_loader: Add console interface

2015-12-22 Thread Alexander Graf
One of the basic EFI interfaces is the console interface. Using it an EFI application can interface with the user. This patch implements an EFI console interface using getc() and putc(). Today, we only implement text based consoles. We also convert the EFI Unicode characters to UTF-8 on the fly, h

  1   2   >