> -Ursprüngliche Nachricht-
> Von: Michal Simek [mailto:michal.si...@xilinx.com]
> Gesendet: Dienstag, 10. Januar 2017 16:39
>
> On 10.1.2017 15:05, stefan.herbrechtsme...@weidmueller.com wrote:
> > Hi Michal,
> >
> >> -Ursprüngliche Nachricht-
> >> Von: Michal Simek [mailto:michal
> -Ursprüngliche Nachricht-
> Von: Michal Simek [mailto:mon...@monstr.eu]
> Gesendet: Dienstag, 10. Januar 2017 16:23
>
> On 10.1.2017 15:46, stefan.herbrechtsme...@weidmueller.com wrote:
> >> -Ursprüngliche Nachricht-
> >> Von: Michal Simek [mailto:mon...@monstr.eu]
> >> Gesendet:
On 11.1.2017 06:19, Lokesh Vutla wrote:
>
>
> On Tuesday 10 January 2017 06:28 PM, Michal Simek wrote:
>> U-Boot configured via DTB can use the same DTB for booting the kernel.
>> When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot.
>>
>> Signed-off-by: Michal Simek
>> ---
>>
> -Ursprüngliche Nachricht-
> Von: Michal Simek [mailto:mon...@monstr.eu]
> Gesendet: Dienstag, 10. Januar 2017 15:57
>
> +Soren
>
> On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> > From: Stefan Herbrechtsmeier
> >
> > Add a clock framework driver for the zynq platfor
On Sel, 2017-01-10 at 23:06 +0100, Marek Vasut wrote:
> On 01/10/2017 06:20 AM, Chee Tien Fong wrote:
> >
> > From: Tien Fong Chee
> >
> > *** BLURB HERE ***
> Please at least fill the blanks next time ... :)
>
By the way, any comment on the rest of the patches?
Thanks :).
> >
> > Tien Fong C
Hi Bin,
On 11.01.2017 05:12, Bin Meng wrote:
On Tue, Jan 10, 2017 at 9:21 PM, Stefan Roese wrote:
Hi Simon,
I just tried to build a new U-Boot image for an x86 platform and
get this compilation error:
...
CC lib/display_options.o
LD lib/built-in.o
LD u-boot
OBJCOPY u-b
Hello Tom,
Am 10.01.2017 um 17:40 schrieb Tom Rini:
On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote:
commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor"
breaks u-boot commandline working with long commands
sending to the board.
Since the above patch, you have to setup the
On Tuesday 10 January 2017 06:28 PM, Michal Simek wrote:
> U-Boot configured via DTB can use the same DTB for booting the kernel.
> When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot.
>
> Signed-off-by: Michal Simek
> ---
>
> Didn't check if there is any side effect or not
Hi Stefan,
On Tue, Jan 10, 2017 at 9:21 PM, Stefan Roese wrote:
> Hi Simon,
>
> I just tried to build a new U-Boot image for an x86 platform and
> get this compilation error:
>
> ...
> CC lib/display_options.o
> LD lib/built-in.o
> LD u-boot
> OBJCOPY u-boot-x86-16bit.bin
>
On Sel, 2017-01-10 at 23:06 +0100, Marek Vasut wrote:
> On 01/10/2017 06:20 AM, Chee Tien Fong wrote:
> >
> > From: Tien Fong Chee
> >
> > *** BLURB HERE ***
> Please at least fill the blanks next time ... :)
>
Oppssorry, i just realized i need to fill up the blanks here.
> >
> > Tien Fong
On Mon, Jan 09, 2017 at 05:50:37PM -0800, Maxim Sloyko wrote:
> Add support for Watchdog Timer, which is compatible with AST2400 and
> AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver
> does not follow the driver model. It also uses fixed clock, so no clock
> driver is needed.
On Mon, Jan 09, 2017 at 05:50:40PM -0800, Maxim Sloyko wrote:
> ast2500 Eval Board device tree and board specific configuration.
>
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.
On Mon, Jan 09, 2017 at 05:50:38PM -0800, Maxim Sloyko wrote:
> Clock Driver
>
> This driver is ast2500 specific and is not compatible with earlier
> versions of this chip. The differences are not that big, but they are
> in somewhat random places, so making it compatible with ast2400 is not
> wo
On Mon, Jan 09, 2017 at 05:50:39PM -0800, Maxim Sloyko wrote:
[snip]
> +#define CONFIG_CMDLINE_EDITING 1
In general, we just do '#define CONFIG_FOO'.
> +#define CONFIG_SYS_TEXT_BASE 0x
This one at least is in Kconfig now. Please check for anything else
that has al
On Mon, Jan 09, 2017 at 11:06:38AM +0100, Fabien Parent wrote:
> Small clean-up.
>
> Signed-off-by: Fabien Parent
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On Mon, Jan 09, 2017 at 11:06:37AM +0100, Fabien Parent wrote:
> Enable SPL MMC support in order to allow to build a single u-boot image
> that is able to boot from MMC and NAND devices.
>
> Signed-off-by: Fabien Parent
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signat
On Mon, Jan 09, 2017 at 11:06:36AM +0100, Fabien Parent wrote:
> Right now the SPL is trying to load u-boot based on defines, i.e. one
> has to define CONFIG_SPL_NAND_SIMPLE to boot from NAND,
> or CONFIG_SPL_SPI_LOAD to boot from SPI FLASH, etc...
> This prevent us from having a single SPL image
On Tue, Jan 10, 2017 at 01:32:06PM +0900, Masahiro Yamada wrote:
> This CONFIG is not referenced from anywhere.
>
> Signed-off-by: Masahiro Yamada
> Reviewed-by: Marek Vasut
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
_
Hi Romain,
On 5 January 2017 at 01:16, Romain Perier wrote:
>
> From: Sjoerd Simons
>
> Now that at least on the firefly board we have network support, enable
> PXE and DHCP boot targets by default.
>
> Signed-off-by: Sjoerd Simons
> Acked-by: Simon Glass
> Acked-by: Joe Hershberger
> ---
>
>
Add driver-model support to this driver.
Signed-off-by: Songjun Wu
---
Changes in v2:
- Due to the peripheral clock driver improvement, remove
the unneccessary clock calling.
drivers/video/Kconfig| 7 +
drivers/video/Makefile | 2 +-
drivers/video/atmel_hlcdfb.c | 314 +
On 01/11/2017 02:32 AM, Tom Rini wrote:
> On Tue, Jan 10, 2017 at 02:48:01PM +0900, Jaehoon Chung wrote:
>
>> Dear Tom,
>>
>> Could you pull these patches on your master branch?
>> If there is an issue, let me know, plz.(Buildman was passed.)
>
> I don't think you're including MIPS in your buildm
On 01/10/2017 11:59 PM, Adam Ford wrote:
> On Tue, Jan 10, 2017 at 4:32 AM, Jaehoon Chung wrote:
>> Hi Adam,
>>
>> On 01/10/2017 03:12 AM, aford...@gmail.com wrote:
>>> From: Adam Ford
>>>
>>> On the OMAP36xx (and 37xx) the CONTROL_WKUP_CTRL register has
>>> a field (bit 6) named GPIO_IO_PWRDNZ.
On Tue, Jan 10, 2017 at 05:14:32PM -0700, Stephen Warren wrote:
> On 01/10/2017 03:22 PM, Tom Rini wrote:
> >Before we can sync with the latest mach-types.h file from the Linux
> >Kernel we need to remove some instances of MACH_TYPE_xxx from our
> >sources. As these values have been removed from t
On 01/11/2017 01:36 AM, Vikas MANOCHA wrote:
> Hi,
>
>> -Original Message-
>> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Marek Vasut
>> Sent: Tuesday, January 10, 2017 2:02 PM
>> To: Michael Kurz ; u-boot@lists.denx.de
>> Cc: Albert Aribaud ; Ian Campbell
>> ; Stefan
Hi,
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Marek Vasut
> Sent: Tuesday, January 10, 2017 2:02 PM
> To: Michael Kurz ; u-boot@lists.denx.de
> Cc: Albert Aribaud ; Ian Campbell
> ; Stefan Roese ; Hans de Goede
>
> Subject: Re: [U-Boot] [PATCH
Dear Jean-Jacques,
On Tue, Jan 10, 2017 at 12:35 PM, Jean-Jacques Hiblot wrote:
> commits 8133f43d and cc63b25e introduced buffer bouncing at the level of the
> FAT fs driver. I came across those because of printf() saying that the
> buffer is not aligned when I save my env in file on a FAT parti
On 01/10/2017 03:22 PM, Tom Rini wrote:
Before we can sync with the latest mach-types.h file from the Linux
Kernel we need to remove some instances of MACH_TYPE_xxx from our
sources. As these values have been removed from the canonical upstream
source we should not be using them either, so drop.
On Tue, Jan 10, 2017 at 06:06:56PM -0500, Tom Rini wrote:
> MIPS no longer needs to have its own version of this macro now.
>
> Fixes: 2a6713b09b8d ("move UL() macro from armv8/mmu.h into common.h")
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description
On Sat, Jan 07, 2017 at 12:42:35PM +0100, Jagan Teki wrote:
> Cc: Stefano Babic
> Signed-off-by: Jagan Teki
[snip]
> 59 files changed, 39 insertions(+), 45 deletions(-)
We should make IMX_THERMAL default y and that will make the diffstat
here better, thanks!
--
Tom
signature.asc
Descriptio
On Sat, Jan 07, 2017 at 12:42:34PM +0100, Jagan Teki wrote:
> Cc: Stefano Babic
> Signed-off-by: Jagan Teki
[snip]
> 33 files changed, 21 insertions(+), 12 deletions(-)
[snip]
> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
> index 65bb040..682e4e3 100644
> --- a/drivers/mtd/
On Sat, Jan 07, 2017 at 12:42:33PM +0100, Jagan Teki wrote:
> Cc: Stefano Babic
> Signed-off-by: Jagan Teki
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.d
On Wed, Jan 04, 2017 at 05:36:14PM +0100, Jagan Teki wrote:
> Hi Tom,
>
> Please take this PR.
>
> thanks!
> Jagan.
>
> The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388:
>
> Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500)
>
> are available in the git repository a
On Mon, Jan 09, 2017 at 01:46:46PM -0700, Simon Glass wrote:
> Hi Tom,
>
> The following changes since commit a705ebc81b7f91bbd0ef7c634284208342901149:
>
> Prepare v2017.01 (2017-01-09 11:57:05 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-dm.git
>
> for
On Sat, Jan 07, 2017 at 12:42:32PM +0100, Jagan Teki wrote:
> Cc: Stefano Babic
> Signed-off-by: Jagan Teki
[snip]
> 57 files changed, 37 insertions(+), 21 deletions(-)
OK, first we need to modify drivers/video/Kconfig so that VIDEO_IPUV3 is
default y (with the current depends on line).
That
On Mon, Jan 09, 2017 at 11:15:14AM +0100, Ladislav Michl wrote:
> Replace hardcoded value with defined constant SECTOR_BYTES.
>
> Signed-off-by: Ladislav Michl
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot m
On Mon, Jan 09, 2017 at 12:12:09PM -0600, aford...@gmail.com wrote:
> From: Adam Ford
>
> On the OMAP36xx (and 37xx) the CONTROL_WKUP_CTRL register has
> a field (bit 6) named GPIO_IO_PWRDNZ. If 0, the IO buffers which
> are related to the MMC are disabled. After the PBIAS is configured,
> this
On Tue, Dec 27, 2016 at 11:19:43AM +0200, Oded Gabbay wrote:
> Using CONFIG_IS_ENABLED() doesn't work in SPL. This patch replaces the only
> occurrence of CONFIG_IS_ENABLED() in start.S to a regular #if defined().
> It also adds "&& !defined(CONFIG_SPL_BUILD)" to that #if statement because
> the s
From: Jagan Teki
Boot from eMMC:
--
U-Boot SPL 2017.01-5-g5986ea7-dirty (Jan 10 2017 - 23:56:16)
Trying to boot from MMC2
U-Boot 2017.01-5-g5986ea7-dirty (Jan 10 2017 - 23:56:16 +0100)
CPU: Freescale i.MX6D rev1.2 at 792 MHz
Reset cause: POR
Model: Engicam i.CoreM6 Quad/Du
For i.MX6, the bootmode determine code is part of spl_boot_device,
but there is might be a possibility for other part the code need to
check the desired boot mode for adding new functionalities like
modeboot env variable, or changing boot order etc.
So introduced imx6_src_get_boot_mode which actua
SPL mmc device index is get based on the boot device, like
- BOOT_DEVICE_MMC1 for mmc device 0
- BOOT_DEVICE_MMC2 for mmc device 1
Currently BOOT_DEVICE_MMC1 is setting both SD/eSD and MMC/eMMC
boot devices in i.MX, So u-boot is loading from mmc device 0 even
"if the board booting from SD/eSD or M
Add usdhc4 node, which is eMMC for Engicam i.CoreM6 RQS modules.
eMMC Log:
icorem6qdl-rqs> mmc dev 1
switch to partitions #0, OK
mmc1(part 0) is current device
icorem6qdl-rqs> mmcinfo
Device: FSL_SDHC
Manufacturer ID: fe
OEM: 14e
Name: MMC04
Tran Speed: 5200
Rd Block Len: 512
MMC vers
From: Jagan Teki
This series support boot from eMMC on Engicam i.CoreM6 QDL boards.
i.CoreM6 QDL boards, support both eSD and eMMC this patch-set add
eMMC support from SPL. but the issue is
- SD card (eSD) is not detecting when booting from eMMC but
- SD card along with eMMC is able to detect w
MIPS no longer needs to have its own version of this macro now.
Fixes: 2a6713b09b8d ("move UL() macro from armv8/mmu.h into common.h")
Signed-off-by: Tom Rini
---
arch/mips/include/asm/const.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/mips/include/asm/const.h b/arch/mips/include
On 11/24/2016 08:10 PM, Michael Kurz wrote:
> This patch adds the DTS source files needed for stm32f746-disco board
> The files are based on the stm32f429/469 files from current linux
> kernel.
>
> Signed-off-by: Michael Kurz
> Acked-by: Vikas MANOCHA
>
> ---
>
> Changes in v3:
> - Split pin c
On 11/24/2016 08:10 PM, Michael Kurz wrote:
> This patch adds support for the QSPI IP found in stm32f7 devices.
>
> Signed-off-by: Michael Kurz
>
> ---
> This currently hard disables any multi i/o in the device tree, as it is
> impossible to get this working without interpreting the commands of
On Tue, 2017-01-10 at 15:57:09 +0100, Michal Simek wrote:
> +Soren
>
> On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> > From: Stefan Herbrechtsmeier
> >
> > Add a clock framework driver for the zynq platform. The driver is based
> > on the platform zynq clock driver but rewor
Before we can sync with the latest mach-types.h file from the Linux
Kernel we need to remove some instances of MACH_TYPE_xxx from our
sources. As these values have been removed from the canonical upstream
source we should not be using them either, so drop.
Cc: Tom Warren
Cc: Lucas Stach
Cc: Luk
The MACH_TYPE for IGEP0032 was never officially used and has been
removed from upstream, so we must not use it. In order to remove this
we need to rework the status LED logic.
Cc: Enric Balletbo i Serra
Signed-off-by: Tom Rini
---
configs/igep0032_defconfig | 1 -
include/configs/omap3_i
The MACH_TYPE values for the omap37xx based platforms are no longer
officially valid, so we must not set and pass them. In order to not
reference them but still be able to set the default fdtfile based on the
board detection logic we need to combine the two steps into one.
Cc: Adam Ford
Signed-o
On 01/10/2017 06:20 AM, Chee Tien Fong wrote:
> From: Tien Fong Chee
>
> *** BLURB HERE ***
Please at least fill the blanks next time ... :)
> Tien Fong Chee (28):
> arm: socfpga: arria10: add additional i2c nodes for Arria10
> arm: socfpga: arria10: add sdram defines for Arria10
> arm: s
Hi Michael,
> -Original Message-
> From: Michael Kurz [mailto:michi.k...@gmail.com]
> Sent: Monday, December 05, 2016 8:49 AM
> To: Vikas MANOCHA
> Cc: Michael Kurz ; u-boot@lists.denx.de; Albert Aribaud
>
> Subject: RE: [PATCH v3 1/9] ARM: DTS: stm32: add stm32f746 device tree pin
> c
According to doc/README.distro:
"fdt_addr_r:
Mandatory. The location in RAM where the DTB will be loaded or copied to when
processing the fdtdir/devicetreedir or fdt/devicetree options in
extlinux.conf."
So add the fdt_addr_r environment variable.
Suggested-by: Andreas Färber
Signed-off-by: Bren
Remove the trailing semicolon and space.
It's not necessary to have it on the last condition.
Suggested-by: Andreas Färber
Signed-off-by: Breno Lima
---
include/configs/udoo_neo.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/udoo_neo.h b/include/configs/ud
On Tue, Jan 10, 2017 at 6:35 AM, Michal Simek wrote:
> From: Kamensky Ivan
>
> This patch fixes incorrect pointer on offset device in device tree blob.
> When using with the component "Ethernet 1G/2.5G BASE-X PCS/PMA or SGMII"
> it does not understand what type is XAE_PHY_TYPE_1000BASE_X and tryi
On Tue, Jan 10, 2017 at 05:18:25PM +0800, Icenowy Zheng wrote:
> USB OTG on V3s SoC seems to need the USB OTG clock gate to be passed and
> the reset to be deasserted before boot, otherwise it won't work in
> Linux.
>
> It seems very difficult to workaround this from CCU driver in the
> kernel, so
Hi,
On Tue, Jan 10, 2017 at 05:18:22PM +0800, Icenowy Zheng wrote:
> Basic U-Boot support is now present for V3s.
>
> Some memory addresses are changed specially for V3s, as the original
> address map cannot fit into a so small DRAM.
>
> As the DRAM controller code needs a big refactor, the SPL
On 01/10/2017 05:02 AM, Alexander Graf wrote:
> On 01/10/2017 01:58 PM, Michal Simek wrote:
>> U-Boot configured via DTB can use the same DTB for booting the kernel.
>> When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot.
>>
>> Signed-off-by: Michal Simek
>> ---
>>
>> Didn't ch
On Mon, Jan 09, 2017 at 09:01:22PM +0800, Icenowy Zheng wrote:
>
> 2017年1月9日 下午7:06于 Maxime Ripard 写道:
> >
> > On Fri, Jan 06, 2017 at 07:13:17AM +0800, Icenowy Zheng wrote:
> > >
> > >
> > > 06.01.2017, 06:16, "Maxime Ripard" :
> > > > On Thu, Dec 29, 2016 at 02:50:48AM +0800, Icenowy Zheng w
On Tue, 2017-01-10 at 18:34 +, Mark Rutland wrote:
> Looking at the git log for arch/arm64/boot/dts/arm, most updates are
> simply adding new descriptions, so a DTB from a year ago should work
> just fine with mainline (modulo the Juno PCI window issue, which was a
> DTB bug). Upgrading kernel
Remove unused ramdiskaddr environment variable.
Suggested-by: Andreas Färber
Signed-off-by: Breno Lima
---
include/configs/udoo_neo.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index a7d1eac..8d67ff3 100644
--- a/include/configs/ud
On Tue, Jan 10, 2017 at 05:17:07PM +, Ryan Harkin wrote:
> On 10 January 2017 at 16:58, Alexander Graf wrote:
> > On 01/10/2017 05:47 PM, Ryan Harkin wrote:
> >> I have a background task to refactor u-boot support for ARM Ltd
> >> boards. One of many options I was considering was to have a mi
On 10.1.2017 18:52, Stephen Warren wrote:
> On 01/10/2017 09:58 AM, Alexander Graf wrote:
>> On 01/10/2017 05:47 PM, Ryan Harkin wrote:
>>> On 10 January 2017 at 16:35, Alexander Graf wrote:
On 01/10/2017 05:31 PM, york sun wrote:
> On 01/10/2017 05:02 AM, Alexander Graf wrote:
>> On
On 01/10/2017 09:58 AM, Alexander Graf wrote:
On 01/10/2017 05:47 PM, Ryan Harkin wrote:
On 10 January 2017 at 16:35, Alexander Graf wrote:
On 01/10/2017 05:31 PM, york sun wrote:
On 01/10/2017 05:02 AM, Alexander Graf wrote:
On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via
On Tue, Jan 10, 2017 at 02:48:01PM +0900, Jaehoon Chung wrote:
> Dear Tom,
>
> Could you pull these patches on your master branch?
> If there is an issue, let me know, plz.(Buildman was passed.)
I don't think you're including MIPS in your buildman runs, travis-ci
catches the following:
https://t
On 10 January 2017 at 16:58, Alexander Graf wrote:
> On 01/10/2017 05:47 PM, Ryan Harkin wrote:
>>
>> On 10 January 2017 at 16:35, Alexander Graf wrote:
>>>
>>> On 01/10/2017 05:31 PM, york sun wrote:
On 01/10/2017 05:02 AM, Alexander Graf wrote:
>
> On 01/10/2017 01:58 PM, Mich
On 01/10/2017 05:42 PM, york sun wrote:
On 01/10/2017 08:35 AM, Alexander Graf wrote:
On 01/10/2017 05:31 PM, york sun wrote:
On 01/10/2017 05:02 AM, Alexander Graf wrote:
On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kernel.
When O
On 01/10/2017 05:47 PM, Ryan Harkin wrote:
On 10 January 2017 at 16:35, Alexander Graf wrote:
On 01/10/2017 05:31 PM, york sun wrote:
On 01/10/2017 05:02 AM, Alexander Graf wrote:
On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kerne
On 01/10/2017 08:35 AM, Alexander Graf wrote:
> On 01/10/2017 05:31 PM, york sun wrote:
>> On 01/10/2017 05:02 AM, Alexander Graf wrote:
>>> On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kernel.
When OF_CONTROL is used fdtcontro
On 10 January 2017 at 16:35, Alexander Graf wrote:
> On 01/10/2017 05:31 PM, york sun wrote:
>>
>> On 01/10/2017 05:02 AM, Alexander Graf wrote:
>>>
>>> On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kernel.
When OF_CONTROL
On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote:
> commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor"
> breaks u-boot commandline working with long commands
> sending to the board.
>
> Since the above patch, you have to setup the fcr register.
>
> For board/archs which enab
On 01/10/2017 05:31 PM, york sun wrote:
On 01/10/2017 05:02 AM, Alexander Graf wrote:
On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kernel.
When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot.
Signed-off-by: Micha
On 10.1.2017 15:05, stefan.herbrechtsme...@weidmueller.com wrote:
> Hi Michal,
>
>> -Ursprüngliche Nachricht-
>> Von: Michal Simek [mailto:michal.si...@xilinx.com]
>> Gesendet: Dienstag, 10. Januar 2017 14:30
>> An: Herbrechtsmeier, Stefan; michal.si...@xilinx.com;
>> jh80.ch...@samsung.co
+siva
On 10.1.2017 15:28, stefan.herbrechtsme...@weidmueller.com wrote:
> Hi Michal,
>
>> -Ursprüngliche Nachricht-
>> Von: Michal Simek [mailto:mon...@monstr.eu]
>> Gesendet: Dienstag, 10. Januar 2017 14:53
>> An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de
>> Cc: Herbrechtsmeier, Stef
On 10.1.2017 15:46, stefan.herbrechtsme...@weidmueller.com wrote:
>> -Ursprüngliche Nachricht-
>> Von: Michal Simek [mailto:mon...@monstr.eu]
>> Gesendet: Dienstag, 10. Januar 2017 14:59
>> An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de
>> Cc: Herbrechtsmeier, Stefan; Albert Aribaud; Mic
On 10.1.2017 15:54, stefan.herbrechtsme...@weidmueller.com wrote:
>> -Ursprüngliche Nachricht-
>> Von: Michal Simek [mailto:mon...@monstr.eu]
>> Gesendet: Dienstag, 10. Januar 2017 15:10
>> An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de
>> Cc: Albert Aribaud; Herbrechtsmeier, Stefan
>> B
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> Add support for the optional ethernet emio clock source to the zynq
> clock framework driver.
>
> Signed-off-by: Stefan Herbrechtsmeier
>
> ---
>
> drivers/clk/clk_zynq.c | 33
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> Move the zynq to clock framework and remove unused functions as well as
> the CONFIG_ZYNQ_PS_CLK_FREQ configuration.
>
> Signed-off-by: Stefan Herbrechtsmeier
> ---
>
> arch/arm/Kconfig
On Tue, Jan 10, 2017 at 4:32 AM, Jaehoon Chung wrote:
> Hi Adam,
>
> On 01/10/2017 03:12 AM, aford...@gmail.com wrote:
>> From: Adam Ford
>>
>> On the OMAP36xx (and 37xx) the CONTROL_WKUP_CTRL register has
>> a field (bit 6) named GPIO_IO_PWRDNZ. If 0, the IO buffers which
>> are related to the
+Soren
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> Add a clock framework driver for the zynq platform. The driver is based
> on the platform zynq clock driver but reworked to use static functions
> instead of run-time generated objects even
> -Ursprüngliche Nachricht-
> Von: Michal Simek [mailto:mon...@monstr.eu]
> Gesendet: Dienstag, 10. Januar 2017 15:10
> An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de
> Cc: Albert Aribaud; Herbrechtsmeier, Stefan
> Betreff: Re: [PATCH 3/8] zynq: Add clk framework support to zynq timer
>
> -Ursprüngliche Nachricht-
> Von: Michal Simek [mailto:mon...@monstr.eu]
> Gesendet: Dienstag, 10. Januar 2017 14:59
> An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de
> Cc: Herbrechtsmeier, Stefan; Albert Aribaud; Michal Simek; Joe
> Hershberger
> Betreff: Re: [PATCH 2/8] net: zynq: Add
2016-11-18 9:13 GMT+08:00 Simon Glass :
> On 14 November 2016 at 21:01, Jacob Chen wrote:
>> miniarm board use lpddr3
>>
>> Signed-off-by: Jacob Chen
>> ---
>>
>> arch/arm/dts/rk3288-miniarm.dts | 16
>> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> Acked-by: Simon Glass
Hi Michal,
> -Ursprüngliche Nachricht-
> Von: Michal Simek [mailto:mon...@monstr.eu]
> Gesendet: Dienstag, 10. Januar 2017 14:53
> An: Herbrechtsmeier, Stefan; u-boot@lists.denx.de
> Cc: Herbrechtsmeier, Stefan; Michal Simek; Jagan Teki; Albert Aribaud;
> Joe Hershberger; Mike Looijmans
>
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> The zynq_clk_get_name function is only used once inside the clock
> driver. Replace the function call with the one-line code.
>
> Signed-off-by: Stefan Herbrechtsmeier
> ---
>
> arch/arm/mach-z
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> The clock names are static and correspond to the clock id. Separate
> them from the dynamic filled clock array.
>
> Signed-off-by: Stefan Herbrechtsmeier
> ---
>
> arch/arm/mach-zynq/clk.c | 12
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> If available use the clock framework to calculate the clock rate of the
> zynq timer.
>
> Signed-off-by: Stefan Herbrechtsmeier
> ---
>
> arch/arm/mach-zynq/timer.c | 25 +++
Hi Michal,
> -Ursprüngliche Nachricht-
> Von: Michal Simek [mailto:michal.si...@xilinx.com]
> Gesendet: Dienstag, 10. Januar 2017 14:30
> An: Herbrechtsmeier, Stefan; michal.si...@xilinx.com;
> jh80.ch...@samsung.com; u-boot@lists.denx.de
> Cc: s...@chromium.org; mon...@monstr.eu; swar...@
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> If available use the clock framework to set the tx clock rate of the
> zynq ethernet controller.
>
> Signed-off-by: Stefan Herbrechtsmeier
> ---
>
> arch/arm/include/asm/arch-zynqmp/sys_proto.h
Hello Sjoerd,
On 01/10/2017 08:28 AM, Sjoerd Simons wrote:
> For snow when chainloading u-boot the CPU seems to be running at full
> speed. The lower CPU voltage seems to be ok for u-boot, but when booting
> linux (bringing up all cores) I'm seeing random crashes.
>
> Bump the voltage up to a lev
Hello Sjoerd,
On 01/10/2017 10:36 AM, Sjoerd Simons wrote:
> Once upon a time u-boot didn't support building with two usb host
> controller types, these days it does. Enable XHCI in addition to the
> existing EHCI support so user can plug usb devices in all available
> ports regardless of the cont
Hi Andreas,
Thanks for letting me know, I'm going to send a patch to fix it.
2017-01-09 17:30 GMT-02:00 Andreas Färber :
>
> Hi,
>
> Am 25.11.2016 um 19:56 schrieb Breno Lima:
> > diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
> > new file mode 100644
> > index 000..81e0
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote:
> From: Stefan Herbrechtsmeier
>
> The gem[0-1]_rclk_ctrl registers control the source of the rx clock,
> control and data signals and configure via ps7_init function. Don't
> overwrite the register with the default value.
TBH I do
Once upon a time u-boot didn't support building with two usb host
controller types, these days it does. Enable XHCI in addition to the
existing EHCI support so user can plug usb devices in all available
ports regardless of the controller type.
Signed-off-by: Sjoerd Simons
---
configs/arndale_d
On 10.1.2017 10:16, stefan.herbrechtsme...@weidmueller.com wrote:
> Hi Michael
>
>> -Ursprüngliche Nachricht-
>> Von: Michal Simek [mailto:michal.si...@xilinx.com]
>> Gesendet: Dienstag, 6. Dezember 2016 13:59
>> An: Jaehoon Chung; Herbrechtsmeier, Stefan; u-boot@lists.denx.de
>> Cc: Micha
On 10.1.2017 14:08, Alexander Graf wrote:
> On 01/10/2017 02:05 PM, Michal Simek wrote:
>> On 10.1.2017 14:02, Alexander Graf wrote:
>>> On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kernel.
When OF_CONTROL is used fdtcontroladd
Hi Simon,
I just tried to build a new U-Boot image for an x86 platform and
get this compilation error:
...
CC lib/display_options.o
LD lib/built-in.o
LD u-boot
OBJCOPY u-boot-x86-16bit.bin
OBJCOPY u-boot-nodtb.bin
CAT u-boot-dtb.bin
COPYu-boot.bin
BINMAN u
On 01/10/2017 02:05 PM, Michal Simek wrote:
On 10.1.2017 14:02, Alexander Graf wrote:
On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kernel.
When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot.
Signed-off-by: Micha
On 10.1.2017 14:02, Alexander Graf wrote:
> On 01/10/2017 01:58 PM, Michal Simek wrote:
>> U-Boot configured via DTB can use the same DTB for booting the kernel.
>> When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot.
>>
>> Signed-off-by: Michal Simek
>> ---
>>
>> Didn't check
On 01/10/2017 01:58 PM, Michal Simek wrote:
U-Boot configured via DTB can use the same DTB for booting the kernel.
When OF_CONTROL is used fdtcontroladdr is setup and can be use for boot.
Signed-off-by: Michal Simek
---
Didn't check if there is any side effect or not but it looks weird when
yo
Hello Ladislav,
Am 10.01.2017 um 12:50 schrieb Ladislav Michl:
Hi Heiko,
On Tue, Jan 10, 2017 at 08:08:51AM +0100, Heiko Schocher wrote:
commit: 65f83802b7a5b "serial: 16550: Add getfcr accessor"
breaks u-boot commandline working with long commands
sending to the board.
Since the above patch,
1 - 100 of 118 matches
Mail list logo