Hi all,
On 02/22/2017 04:35 PM, Igor Grinberg wrote:
> Hi Philipp, Simon,
This patch is delegated to me..but i didn't receive any email in my mail box.
So i didn't know this...i don't read yet fully..
After reading mails, i will reply again.
Thanks.
Best Regards,
Jaehoon Chung
>
> On 02/22/1
Hi Andy,
On 02/20/2017 08:24 PM, Andy Shevchenko wrote:
> From: Felipe Balbi
>
> We don't want pci_mmc to compile every time x86 compiles, only when
> there's a platform that needs it. For that reason, we're adding a new
> CONFIG_MMC_PCI which platforms can choose to enable.
>
> Suggested-by: J
On 02/27/2017 04:01 AM, Rask Ingemann Lambertsen wrote:
> An X-Powers AXP806 or AXP808 PMIC is usually found on boards using the
> Allwinner A80 ARM SoC. This patch adds support for the PMIC's regulators
> and sets up the runtime address and master/slave mode in pmic_bus_init().
>
> AXP806/AXP808
Hi Andy,
On 02/20/2017 08:24 PM, Andy Shevchenko wrote:
> From: Felipe Balbi
>
> This patch adds Intel Tangier eMMC/SDHCI driver.
>
> Intel Tangier SoC contains a hybrid of PCI and non-PCI devices. SDHCI
> controller is one of the devices which are *not* on a PCI and, hence,
> cannot be enumera
On Mon, Feb 27, 2017 at 2:42 PM, Stefano Babic wrote:
> Hi Tom,
>
> please pull from u-boot-imx, thanks !
>
> The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3:
>
> video: mxsfb: Fix reset hang when videomode variable is not present
> (2017-02-22 21:47:59 +0100)
>
> are
> -Original Message-
> From: york sun
> Sent: Monday, February 27, 2017 10:34 PM
> To: Sumit Garg ; u-boot@lists.denx.de
> Cc: Ruchika Gupta ; Prabhakar Kushwaha
> ; Mingkai Hu ; Vini
> Pillai
> Subject: Re: [PATCH] ls1046ardb: SPL size reduction in case of non-xip boot
>
> On 02/20/2017
> -Original Message-
> From: york sun
> Sent: Monday, February 27, 2017 10:33 PM
> To: Sumit Garg ; u-boot@lists.denx.de
> Cc: Ruchika Gupta ; Prabhakar Kushwaha
> ; Mingkai Hu ; Vini
> Pillai
> Subject: Re: [PATCH] ls1043ardb: SPL size reduction in case of non-xip boot
>
> On 02/20/2017
On Isn, 2017-02-27 at 11:19 +0100, Marek Vasut wrote:
> On 02/27/2017 11:14 AM, Ley Foon Tan wrote:
> >
> > On Sab, 2017-02-25 at 22:28 +0100, Marek Vasut wrote:
> > >
> > > On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
> > > >
> > > >
> > > > Add reset driver support for Arria 10.
> > > >
> > >
On Tue, Feb 28, 2017 at 02:13:21AM +, André Przywara wrote:
> Hi Tom, Simon,
>
> can we merge this patch for 2017.03 still?
> This fixes an SD card boot regression for arm64 SPLs for me, introduced
> shortly before -rc1.
This seems like a reasonable thing to bring in, yes. Thanks for the
rem
Hi Andy,
On 02/28/2017 12:22 AM, Andy Shevchenko wrote:
Add a specific serial driver for Intel MID platforms.
It has special fractional divider which can be programmed via UART_PS,
UART_MUL, and UART_DIV registers.
The UART clock is calculated as
UART clock = XTAL * UART_MUL / UART_DI
Hi Tom, Simon,
can we merge this patch for 2017.03 still?
This fixes an SD card boot regression for arm64 SPLs for me, introduced
shortly before -rc1.
Commit b3d2861eb20a ("spl: Remove overwrite of relocated malloc limit"),
introduced just a few commits before -rc1, broke MMC boot for arm64
(beca
Since the introduction of the pinctrl and clk driver and
the dts file, remove unneeded hard coded related code from
the board file.
Signed-off-by: Wenyou Yang
---
board/atmel/at91sam9n12ek/at91sam9n12ek.c | 53 ---
1 file changed, 53 deletions(-)
diff --git a/board/
Enable early debug UART to debug problems when an ICE or other
debug mechanism is not available.
Signed-off-by: Wenyou Yang
---
board/atmel/at91sam9n12ek/at91sam9n12ek.c | 14 ++
configs/at91sam9n12ek_mmc_defconfig | 6 ++
configs/at91sam9n12ek_nandflash_defconfig | 6 ++
Support the device tree and enable CONFIG_CLK and CONFIG_PINCTRL
options to support at91 clock driver and at91 pinctrl driver.
Enable DM_GPIO, DM_MMC and DM_SPI support, move CONFIG_AT91_GPIO,
CONFIG_GENERIC_ATMEL_MCI and CONFIG_ATMEL_SPI config option to
the default config files.
Due to the limi
The device tree source files of at91sam9n12ek boards are copied
from the Linux v4.10, do the changes as below.
- Add the reg property for the pinctrl node.
- Move the gpio (pioA, pioB, pioC, pioD) nodes as the pinctrl's
slibling nodes, instead of the child nodes.
- Add spi0 aliases.
- Change
The purpose of the patch set is to convert the board to support
the Driver Model and the Device Tree.
Wenyou Yang (4):
ARM: dts: at91: add dts files for at91sam9n12ek
configs: at91sam9n12ek: update for DT and DM support
board: at91sam9n12ek: clean up code
board: at91sam9n12ek: enable earl
Hey all,
It's release day and v2017.03-rc3 is out. All in all, I'm OK with the
contents here. It's the week after ELC, and you might have noticed I've
been more picky today about PRs than I have in the past. During the
"Linus and Dirk show" keynote, Linus brought up, as they'd just gone
past so
You set the load address for the linux image to the same location as the
FIT. U-Boot verified the hashes on the FIT and then tried to copy the
kernel over top the FIT. I assume you put the FIT in flash. Pick a
location in RAM for the kernel's load address.
On Mon, Feb 27, 2017 at 1:49 PM, Ron B
The projects I'm working on are based on Yocto so I've been using the
u-boot signing support that is built in there. I believe the magic you are
looking for is in
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/uboot-sign.bbclass.
Specifically, when you run 'mkimage -F -k -K -r
On 02/27/2017 05:14 PM, Roger Quadros wrote:
> On 23/02/17 15:39, Uri Mashiach wrote:
>> Modify the determination of the base address of xHCI registers of DRA7XX
>> targets.
>> Before the commit: by the target.
>> After the commit: by the USB port index.
>>
>> Cc: Lokesh Vutla
>> Cc: Marek Vasut
On 02/23/2017 02:39 PM, Uri Mashiach wrote:
> Modify the determination of the base address of xHCI registers of DRA7XX
> targets.
> Before the commit: by the target.
> After the commit: by the USB port index.
>
> Cc: Lokesh Vutla
> Cc: Marek Vasut
> Cc: Roger Quadros
> Signed-off-by: Uri Mashia
Current ARM assembler helper for the 'return to caller' pseudo-instruction
turns 'ret lr' into 'mov pc, lr' for ARMv5TE. This causes the core to remain
in its current ARM state even when the routine doing the 'ret' was called
from Thumb-1 state, triggering an undefined instruction exception.
This
On 02/27/2017 05:24 PM, Roger Quadros wrote:
> Hi,
>
> On 26/02/17 14:27, Marek Vasut wrote:
>> On 02/23/2017 02:39 PM, Uri Mashiach wrote:
>>> Invoke enable_usb_clocks during board_usb_init and disable_usb_clocks
>>> during board_usb_exit to enable and disable clocks respectively.
>>>
>>> Modific
On Tue, Feb 21, 2017 at 7:09 AM, Er Krishna wrote:
> Hi Guys,
>
> I want to understand cpu release command of u-boot and its implementation.
>
> When we do cpu release the satndalone application (may be kernel
> or so) starts running on particular processor. How does it happens ? Can
> anyone pl
On Mon, 27 Feb 2017 18:22:05 +0100
Maxime Ripard wrote:
> From: Boris Brezillon
>
> Expose the RBTREE feature through Kconfig and select this option from the
> MTD_UBI option.
>
> Signed-off-by: Boris Brezillon
> Signed-off-by: Maxime Ripard
> ---
> drivers/mtd/ubi/Kconfig | 1 +
> lib/Kcon
From: Boris Brezillon
Sometime we need to enable advanced suboptions of the nand command set.
Expose these suboptions in Kconfig.
Signed-off-by: Boris Brezillon
Signed-off-by: Maxime Ripard
---
cmd/Kconfig | 18 ++
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a
The SPL image needs to be built with a different ECC configuration than the
U-Boot binary.
Add Kconfig options with defaults to provide a value that should work for
anyone, but is still configurable if needs be.
Signed-off-by: Maxime Ripard
Acked-by: Boris Brezillon
Reviewed-by: Hans de Goede
This program generates raw SPL images that can be flashed on the NAND with
the ECC and randomizer properly set up.
This has been copied (and tweaked to find the right headers) from the
sunxi-tools (https://github.com/linux-sunxi/sunxi-tools) upstream
repository, commit 1c3a6ca5.
Signed-off-by: Ma
The CHIP Pro is a SoM made by NextThing Co, and that embeds a GR8 SIP, an
AXP209 PMIC, a WiFi BT chip and a 512MB SLC NAND.
Since the first Allwinner device coming whit an SLC NAND that doesn't have
the shortcomings (and breakages) the MLC NAND has, we can finally enable
the NAND support on a boar
Hi Tom,
If it is ok, please apply this patchset.
Cheers,
Vikas
> -Original Message-
> From: Vikas MANOCHA
> Sent: Sunday, February 12, 2017 10:26 AM
> To: u-boot@lists.denx.de
> Cc: Vikas MANOCHA
> Subject: [PATCH v3 00/10] stm32f7: add clock and pin control drivers
>
> This patchset:
Those DT will be part of 4.10, sync them so we can have our own config.
Signed-off-by: Maxime Ripard
Reviewed-by: Hans de Goede
---
arch/arm/dts/Makefile |1 +-
arch/arm/dts/axp209.dtsi|6 +-
arch/arm/dts/sun5i-gr8-chip-pro.dts | 266 +++-
arch/arm/dts/sun
From: Boris Brezillon
Create a new Kconfig entry to allow CMD_UBIFS selection from Kconfig and
add an hidden LZO option that can be selected by CMD_UBIFS.
Signed-off-by: Boris Brezillon
Signed-off-by: Maxime Ripard
---
cmd/Kconfig | 8
lib/Kconfig | 2 ++
2 files changed, 10 insertio
From: Boris Brezillon
Expose the RBTREE feature through Kconfig and select this option from the
MTD_UBI option.
Signed-off-by: Boris Brezillon
Signed-off-by: Maxime Ripard
---
drivers/mtd/ubi/Kconfig | 1 +
lib/Kconfig | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
dif
In order for the user to be able to see and modify them, add those
variables to the default environment.
Signed-off-by: Maxime Ripard
Reviewed-by: Tom Rini
---
include/configs/sunxi-common.h | 16
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/include/configs/su
The default U-Boot offset for the Allwinner SoCs was set to 32kB.
This was probably to try to maintain some compatibility with the current
image that we build for the MMC where the U-Boot binary is also located at
a 32kB offset.
However, this causes a number of issues. The first one is that it pr
Introduce a new sunxi-spl-with-ecc.bin image with already the right header,
ECC, randomizer and padding for the BROM to be able to read it.
It needs to be flashed using a raw access to the NAND so that the
controller doesn't change a thing to it, since we already have all the
right parameters.
Si
We'll need that symbol so that the default offset are defined
Signed-off-by: Maxime Ripard
---
drivers/mtd/nand/Kconfig | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 65bb040407b2..9bcd634df59b 100644
--- a/drivers/mt
From: Hans de Goede
Enable the NAND and UBI support in the configuration header so that we can
(finally) use it.
Signed-off-by: Hans de Goede
Signed-off-by: Maxime Ripard
---
cmd/Kconfig| 4
include/configs/sunxi-common.h | 3 +++
2 files changed, 7 insertions(+), 0 d
The environment location is something that might change per board
(depending on what storage options are availaible there) or depending on
the user choice (when we have several options).
Instead of hardcoding it in our configuration header, create a Kconfig
choice with the options we use for now,
The CHIP Pro is a SoM that features the GR8 SIP, an AXP209, a BT/WiFi chip
and a 512MiB SLC NAND.
This it's an SLC NAND, it doesn't suffer the same drawbacks than found on
the MLC NANDs, and we can enable it right away.
Signed-off-by: Maxime Ripard
Reviewed-by: Hans de Goede
---
configs/CHIP_p
CMD_MTDPARTS is something the user might or might not want to select, and
might depends on (or be selected by) other options too.
This is even truer for the MTDIDS_DEFAULT and MTDPARTS_DEFAULT options that
might change from one board to another, or from one user to the other,
depending on what it
We will need the bch functions in the tool to generate the SPL images for
the Allwinner SoCs.
Do the needed adjustments so that we can use it on the host.
Signed-off-by: Maxime Ripard
Reviewed-by: Tom Rini
---
lib/bch.c | 48
1 file changed, 48
When trying to autodetect the ECC and randomization configurations, the
driver starts with a randomization disabled and no seeds.
In this case, the number of seeds is obviously 0, and the randomize boolean
is set to false.
However, the logic that retrieves the seed for a given page offset will
bl
On 02/23/2017 09:54 AM, york@nxp.com wrote:
> On 02/15/2017 03:18 PM, York Sun wrote:
>> Function mmu_change_region_attr() is added to change existing mapping
>> with updated PXN, UXN and memory type. This is a break-before-make
>> process during which the mapping becomes fault (invalid) before
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 66c246cce7c66019a93ff7105157c3e2126dd277:
ARM: DRA7xx: Fix memory allocation overflow (2017-02-17 17:24:35 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you t
On 02/20/2017 04:30 AM, Sumit Garg wrote:
> Using changes in this patch we were able to reduce approx 4k
> size of u-boot-spl.bin image. Following is breif description of
> changes to reduce SPL size:
> 1. Changes in board/freescale/ls1046ardb/Makefile to remove
>compilation of eth.c and cpld.c
On Mon, Feb 27, 2017 at 06:02:18PM +0100, Stefano Babic wrote:
> On 27/02/2017 17:41, Fabio Estevam wrote:
> > Hi Stefano,
> >
> > On Mon, Feb 27, 2017 at 10:29 AM, Stefano Babic wrote:
> >
> >> ok - I push it to -next, and I send my PR again after release.
> >
> > Peter Robinson's patches are
On 02/20/2017 03:18 AM, Sumit Garg wrote:
> Using changes in this patch we were able to reduce approx 10k
> size of u-boot-spl.bin image. Following is breif description of
> changes to reduce SPL size:
> 1. Changes in board/freescale/ls1043ardb/Makefile to remove
>compilation of eth.c and cpld.
On 27/02/2017 17:41, Fabio Estevam wrote:
> Hi Stefano,
>
> On Mon, Feb 27, 2017 at 10:29 AM, Stefano Babic wrote:
>
>> ok - I push it to -next, and I send my PR again after release.
>
> Peter Robinson's patches are bug fixes for mx6sx udoo neo to work
> correctly with distro config.
>
> Can w
Hi Stefano,
On Mon, Feb 27, 2017 at 10:29 AM, Stefano Babic wrote:
> ok - I push it to -next, and I send my PR again after release.
Peter Robinson's patches are bug fixes for mx6sx udoo neo to work
correctly with distro config.
Can we get them in for 2017.03?
Thanks
__
On Wed, Feb 22, 2017 at 10:25:38AM -0500, Tom Rini wrote:
> On Thu, Feb 23, 2017 at 12:25:48AM +1100, Jonathan Gray wrote:
> > On Mon, Feb 20, 2017 at 07:41:34PM +0100, Paul Kocialkowski wrote:
> > > We now live in a world where python cannot be assumed to be python2.
> > > As a matter of fact, it
Hi,
On 26/02/17 14:27, Marek Vasut wrote:
> On 02/23/2017 02:39 PM, Uri Mashiach wrote:
>> Invoke enable_usb_clocks during board_usb_init and disable_usb_clocks
>> during board_usb_exit to enable and disable clocks respectively.
>>
>> Modifications:
>> * Enable USB clocks in the OMAP version of th
Hi,
On 23/02/17 15:39, Uri Mashiach wrote:
> A weak version of the function board_usb_init is implemented in:
> common/usb.c
> drivers/usb/host/xhci-omap.c
>
> To fix the double implementations:
> * Convert the board_usb_init function in drivers/usb/host/xhci-omap.c
> normal (not weak).
> * The
Add a specific serial driver for Intel MID platforms.
It has special fractional divider which can be programmed via UART_PS,
UART_MUL, and UART_DIV registers.
The UART clock is calculated as
UART clock = XTAL * UART_MUL / UART_DIV
The baudrate is calculated as
baud rate = UART
On 23/02/17 15:39, Uri Mashiach wrote:
> Modify the determination of the base address of xHCI registers of DRA7XX
> targets.
> Before the commit: by the target.
> After the commit: by the USB port index.
>
> Cc: Lokesh Vutla
> Cc: Marek Vasut
> Cc: Roger Quadros
> Signed-off-by: Uri Mashiach
Hi all,
hopefully unnoticed by anyone, we moved the mailing list to a new
(faster, bigger, better) server. As far as we can tell, operation
continues unchanged except for the fact that, when accessing the web
interface for administration tasks, the "mailman" part of the URL
was removed (but I thi
On 25.2.2017 22:44, Marek Vasut wrote:
> On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
>> Arria 10 SPL needs the drivers/fpga.
>>
>> Signed-off-by: Tien Fong Chee
>> Signed-off-by: Ley Foon Tan
>> ---
>> drivers/Makefile | 1 +
>
> +CC Michal and Moritz, they did some FPGA/SPL work too.
>
>> 1 f
On Mon, Feb 27, 2017 at 1:29 PM, Stefano Babic wrote:
> On 27/02/2017 14:22, Tom Rini wrote:
>> On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote:
>>> Hi Tom,
>>>
>>> please pull from u-boot-imx, thanks !
>>>
>>> The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78
On Sun, Feb 26, 2017 at 11:52:21PM -0600, Robert Nelson wrote:
> On Sun, Feb 26, 2017 at 11:29 PM, Heiko Schocher wrote:
> > Hello Robert,
> >
> > Am 27.02.2017 um 05:34 schrieb Robert Nelson:
> >>
> >> On Sun, Feb 26, 2017 at 7:37 PM, Tom Rini wrote:
> >>>
> >>> On Sun, Feb 26, 2017 at 08:01:19P
Hi Tom,
please pull two bug fixes for -rc3. Thanks!
The following changes since commit a0f3e3df4adc451bf56159c0672e570f9c934ee8:
travis-ci: Temporarily disable using a newer device tree compiler (2017-02-26
15:25:30 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-v
On Wed, Feb 22, 2017 at 05:46:39PM -0600, Andrew F. Davis wrote:
> After we authenticate/decrypt an image we need to flush the caches
> as they may still contain bits of the encrypted image. This will
> cause failures if we attempt to jump to this image.
>
> Reported-by: Yogesh Siraswar
> Signed-
On Fri, Feb 24, 2017 at 06:59:43AM -0600, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> Add a section describing the secure boot image used on
> Keystone2 secure devices.
>
> Signed-off-by: Madan Srinivas
> Signed-off-by: Andrew F. Davis
Reviewed-by: Tom Rini
--
Tom
signature.asc
De
On Fri, Feb 24, 2017 at 06:59:45AM -0600, Andrew F. Davis wrote:
> From: Vitaly Andrianov
>
> TI K2E secure devices have to be built with TI_SECURE_DEVICE, FIT, and
> FIT_IMAGE_POST_PROCESS enabled. Add a dedicated defconfig for this.
>
> Signed-off-by: Vitaly Andrianov
> Signed-off-by: Madan
On Tue, Feb 21, 2017 at 11:40:44AM +0530, Lokesh Vutla wrote:
> Enable SPL_DM on all AM43xx based platforms
>
> Reviewed-by: Tom Rini
> Signed-off-by: Lokesh Vutla
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-B
On Fri, Feb 24, 2017 at 06:59:40AM -0600, Andrew F. Davis wrote:
> From: Vitaly Andrianov
>
> Like the OMAP54xx, AM43xx, & AM33xx family SoCs, the keystone family
> of SoCs also have high security enabled models. Allow K2E devices to
> be built with HS Device Type Support.
>
> Signed-off-by: Vi
On Fri, Feb 24, 2017 at 06:59:46AM -0600, Andrew F. Davis wrote:
> TI K2HK secure devices have to be built with TI_SECURE_DEVICE, FIT, and
> FIT_IMAGE_POST_PROCESS enabled. Add a dedicated defconfig for this.
>
> Signed-off-by: Andrew F. Davis
> ---
> configs/k2hk_hs_evm_defconfig | 51
> +
On Fri, Feb 24, 2017 at 06:59:42AM -0600, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> Adds an additional image type needed for supporting secure keystone
> devices. The build generates u-boot_HS_MLO which can be used to boot
> from all media on secure keystone devices.
>
> Signed-off-by:
On Fri, Feb 24, 2017 at 06:59:44AM -0600, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> This patch makes SYS_TEXT_BASE a config option for Keystone2
> so that it can be used to load u-boot at different addresses
> on secure and non-secure Keystone2 devices.
>
> Signed-off-by: Madan Srinivas
On Fri, Feb 24, 2017 at 06:59:41AM -0600, Andrew F. Davis wrote:
> From: Madan Srinivas
>
> As K2 can directly boot U-Boot, add u-boot_HS_MLO as the secure image
> name for secure K2 devices, for all boot modes other than SPI flash.
>
> Signed-off-by: Madan Srinivas
> Signed-off-by: Andrew F.
On Fri, Feb 24, 2017 at 06:59:39AM -0600, Andrew F. Davis wrote:
> From: Vitaly Andrianov
>
> This commit implements the board_fit_image_post_process() function for
> the keystone architecture. This function calls into the secure boot
> monitor for secure authentication/decryption of the image.
On Mon, 27 Feb 2017 17:04:21 +0800
Nickey Yang nickey.y...@rock-chips.com wrote:
> There is one "0" too many in 8350 mpixelclock in rockchip_mpll_cfg[].
> fix it.
>
> Signed-off-by: Nickey Yang
> ---
> drivers/video/rockchip/rk_hdmi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
On Fri, 24 Feb 2017 17:46:10 +0100
Jonathan Golder jonathan.gol...@kurz-elektronik.de wrote:
> Passing NULL to fs_read() for actread value results in hanging U-Boot
> at least on our ARM plattform (TI AM335x). Since fs_read() and
> following functions do not catch nullpointers, writing to 0x0 occu
Hi Tom,
On 26 February 2017 at 18:39, Tom Rini wrote:
>
> On Thu, Feb 23, 2017 at 09:42:57AM -0700, Simon Glass wrote:
>
> > Hi Tom,
> >
> > This includes support for two SoCs that have been in the works for a while:
> > rk3188 from Heiko Stübner and and SPL for rk3399 from Kever Yang. For the
>
Can you try export DTC from this repo if you haven't tried.
git://jdl.com/software/dtc.git
On Feb 27, 2017 8:17 PM, "Sébastien Szymanski" <
sebastien.szyman...@armadeus.com> wrote:
On 02/27/2017 03:38 PM, Jagan Teki wrote:
> On Monday 27 February 2017 07:58 PM, Sébastien Szymanski wrote:
>> Hel
On Mon, Feb 27, 2017 at 07:51:38PM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please pull this PR.
>
> thanks!
> Jagan
>
> The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3:
>
> video: mxsfb: Fix reset hang when videomode variable is not present
> (2017-02-22 21:47:59 +
On 02/27/2017 03:38 PM, Jagan Teki wrote:
> On Monday 27 February 2017 07:58 PM, Sébastien Szymanski wrote:
>> Hello,
>>
>> On 02/26/2017 12:54 PM, Stefano Babic wrote:
>>> On 24/02/2017 11:15, Jagan Teki wrote:
From: Jagan Teki
Changes for v3:
- Rebase on master
- Fix che
Hi Sebastien,
On 27/02/2017 15:28, Sébastien Szymanski wrote:
> Hello,
>
> On 02/26/2017 12:54 PM, Stefano Babic wrote:
>> On 24/02/2017 11:15, Jagan Teki wrote:
>>> From: Jagan Teki
>>>
>>> Changes for v3:
>>> - Rebase on master
>>> - Fix checkpatch.pl Warnings
>>> - Add IMX6_BMODE_UART macro f
On Monday 27 February 2017 07:58 PM, Sébastien Szymanski wrote:
Hello,
On 02/26/2017 12:54 PM, Stefano Babic wrote:
On 24/02/2017 11:15, Jagan Teki wrote:
From: Jagan Teki
Changes for v3:
- Rebase on master
- Fix checkpatch.pl Warnings
- Add IMX6_BMODE_UART macro for uart bootmode
- Remove v
Hello,
On 02/26/2017 12:54 PM, Stefano Babic wrote:
> On 24/02/2017 11:15, Jagan Teki wrote:
>> From: Jagan Teki
>>
>> Changes for v3:
>> - Rebase on master
>> - Fix checkpatch.pl Warnings
>> - Add IMX6_BMODE_UART macro for uart bootmode
>> - Remove value assignment in enum, since all enum list i
Hi Tom,
Please pull this PR.
thanks!
Jagan
The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3:
video: mxsfb: Fix reset hang when videomode variable is not present
(2017-02-22 21:47:59 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-sunxi.g
From: Vincent Tinelli
Change GPT UUID string format from UUID to GUID per specification.
Signed-off-by: Vincent Tinelli
---
cmd/gpt.c | 2 +-
disk/part_efi.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/gpt.c b/cmd/gpt.c
index 196f506335..3e98821868 100644
-
Hello,
On Thu, 23 Feb 2017 16:44:16 +0100, Mylène Josserand wrote:
> Convert CONFIG_RGMII to Kconfig. Thanks to that, it is possible to
> update defconfig files of SYS_EXTRA_OPTIONS accordingly and
> remove it when it is possible.
>
> Signed-off-by: Mylène Josserand
I'm not familiar with how Al
On Mon, Feb 27, 2017 at 02:29:38PM +0100, Stefano Babic wrote:
> On 27/02/2017 14:22, Tom Rini wrote:
> > On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote:
> >> Hi Tom,
> >>
> >> please pull from u-boot-imx, thanks !
> >>
> >> The following changes since commit
> >> b24cf8540a85a9bf97
On 27/02/2017 14:22, Tom Rini wrote:
> On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote:
>> Hi Tom,
>>
>> please pull from u-boot-imx, thanks !
>>
>> The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3:
>>
>> video: mxsfb: Fix reset hang when videomode variabl
Hi,
On Mon, Feb 27, 2017 at 5:53 PM, Andre Przywara wrote:
> Hi,
>
> On 27/02/17 03:30, Chen-Yu Tsai wrote:
>> On Mon, Feb 27, 2017 at 8:26 AM, Andre Przywara
>> wrote:
>>> Hi,
>>>
>>> in the wake of the sunxi DM enablement series it became apparent that
>>> the current device tree files for th
On Mon, Feb 27, 2017 at 10:12:59AM +0100, Stefano Babic wrote:
> Hi Tom,
>
> please pull from u-boot-imx, thanks !
>
> The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3:
>
> video: mxsfb: Fix reset hang when videomode variable is not present
> (2017-02-22 21:47:59 +01
Update:
On Mon, 27 Feb 2017 07:52:10 +0100, Albert ARIBAUD
wrote:
> Hello Tom,
>
> On Sun, 26 Feb 2017 20:04:28 -0500, Tom Rini wrote:
> > On Sun, Feb 26, 2017 at 04:29:32PM +0100, Albert ARIBAUD wrote:
> >
> > > The switch to private LIBGCC causes 'undefined instruction'
> > > exception in
Hi Tom,
On Fri, Feb 24, 2017 at 08:01:36PM -0500, Tom Rini wrote:
> Hey guys,
>
> It seems as if perhaps travis-ci has recently implemented a limit on log
> file size as the failure I see here:
> https://travis-ci.org/trini/u-boot/jobs/204620482
> is unrelated, entirely, to the changes I'm testin
Hi Simon,
2016-04-19 2:48 GMT+09:00 Simon Glass :
> HI Masahiro,
>
> On 18 April 2016 at 00:50, Masahiro Yamada
> wrote:
>>
>> Hi Simon,
>>
>> No news about fdtgrep?
>>
>> I will apply this patch in a few days, though I am not happy about it.
>
> No sorry I have not got back to it. I recently di
Hi,
On 27/02/17 10:07, Maxime Ripard wrote:
> On Mon, Feb 27, 2017 at 12:26:40AM +, Andre Przywara wrote:
>> Instead of hard-coding GPIO pins used for a certain peripheral, we
>> should just use the pinctrl information from the DT.
>> The sun8i-emac driver has some simple implementation of tha
Hi Jonathan,
On 02/27/17 10:10, Jonathan Golder wrote:
> Hi Igor,
>
>> I haven't looked at fs_read() yet, but from the above it seems that
>> a better approach would be to fix the fs_read()? Might there be use
>> cases when it is legitimate to pass NULL?
>
>
> Well, actually I have not dived in
On 02/27/2017 11:14 AM, Ley Foon Tan wrote:
> On Sab, 2017-02-25 at 22:28 +0100, Marek Vasut wrote:
>> On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
>>>
>>> Add reset driver support for Arria 10.
>>>
>>> Signed-off-by: Tien Fong Chee
>>> Signed-off-by: Ley Foon Tan
>>> ---
>>> arch/arm/mach-socfpg
On Sab, 2017-02-25 at 22:28 +0100, Marek Vasut wrote:
> On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
> >
> > Add reset driver support for Arria 10.
> >
> > Signed-off-by: Tien Fong Chee
> > Signed-off-by: Ley Foon Tan
> > ---
> > arch/arm/mach-socfpga/Makefile | 2 +
> > a
On Isn, 2017-02-27 at 11:00 +0100, Marek Vasut wrote:
> On 02/27/2017 10:45 AM, Ley Foon Tan wrote:
> >
> > On Sab, 2017-02-25 at 22:20 +0100, Marek Vasut wrote:
> > >
> > > On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
> > > >
> > > >
> > > > add i2c, timer and other A10 defines.
> > > Start wit
On Mon, Feb 27, 2017 at 12:26:40AM +, Andre Przywara wrote:
> Instead of hard-coding GPIO pins used for a certain peripheral, we
> should just use the pinctrl information from the DT.
> The sun8i-emac driver has some simple implementation of that, so
> let's just generalize this and move the co
On 02/27/2017 10:45 AM, Ley Foon Tan wrote:
> On Sab, 2017-02-25 at 22:20 +0100, Marek Vasut wrote:
>> On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
>>>
>>> add i2c, timer and other A10 defines.
>> Start with capital letter please.
>>
>>>
>>> Signed-off-by: Dinh Nguyen
>>> Signed-off-by: Ley Foon Ta
On Sab, 2017-02-25 at 22:20 +0100, Marek Vasut wrote:
> On 02/22/2017 10:47 AM, Ley Foon Tan wrote:
> >
> > add i2c, timer and other A10 defines.
> Start with capital letter please.
>
> >
> > Signed-off-by: Dinh Nguyen
> > Signed-off-by: Ley Foon Tan
> > ---
> > arch/arm/mach-socfpga/include/
Hi,
On 27/02/17 03:30, Chen-Yu Tsai wrote:
> On Mon, Feb 27, 2017 at 8:26 AM, Andre Przywara
> wrote:
>> Hi,
>>
>> in the wake of the sunxi DM enablement series it became apparent that
>> the current device tree files for the A64 SoC and its board are outdated.
>>
>> Since Linux v4.10-rc1 there
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit b24cf8540a85a9bf97975aadd6a7542f166c78a3:
video: mxsfb: Fix reset hang when videomode variable is not present
(2017-02-22 21:47:59 +0100)
are available in the git repository at:
git://www.denx.de/git/u-boot-im
Hi Simon,
在 2017年02月24日 00:19, Simon Glass 写道:
Hi Nickey,
On 22 February 2017 at 23:56, Nickey.Yang wrote:
Hi Simon,
在 2017年02月23日 11:52, Simon Glass 写道:
Hi,
On 11 January 2017 at 22:08, Simon Glass wrote:
On 28 December 2016 at 23:01, Nickey Yang
wrote:
Correct mpixelclock errors in
1 - 100 of 103 matches
Mail list logo