Hello Bin,
> -Original Message-
> From: Bin Meng [mailto:bmeng...@gmail.com]
> Sent: Monday, October 22, 2018 9:41 AM
> To: Poonam Aggrwal
> Cc: York Sun ; U-Boot Mailing List
> Subject: Re: [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value
>
> Hi Poonam,
>
> On Mon, Oct 22,
On Wed, 2018-10-24 at 21:29 -0600, Simon Glass wrote:
> Hi Ryder,
>
> On 12 October 2018 at 01:00, Ryder Lee wrote:
> > This adds a general board file based on MT7629 SoCs from MediaTek.
> >
> > Apart from the generic parts (cpu) we add some low level init codes
> > and initialize the early clock
On Wed, 2018-10-24 at 21:29 -0600, Simon Glass wrote:
> Hi,
>
> On 12 October 2018 at 01:00, Ryder Lee wrote:
> > From: Weijie Gao
> >
> > This adds a general board file based on MT7623 SoCs from MediaTek.
> >
> > As this u-boot is loaded by preloader, there is no low level
> > initializtion cod
On Wed, 2018-10-24 at 21:29 -0600, Simon Glass wrote:
> Hi Ryder,
>
> On 12 October 2018 at 01:00, Ryder Lee wrote:
> > This patch adds clock modules for MediaTek SoCs:
> > - Shared part: a common driver which contains the general operations
> > for plls, muxes, dividers and gates so that we can
On 10/24/2018 11:48 PM, Heinrich Schuchardt wrote:
> On 10/24/2018 08:58 PM, Hannes Schmelzer wrote:
>>> Hello Hannes,
>>>
>>> thanks for reporting the problem.
>>>
>>> There are two possible reasons:
>>>
>>> a) The build process introduces relocations of the reported type.
>>> b) The relocation re
On Wed, 2018-10-24 at 21:29 -0600, Simon Glass wrote:
> Hi Ryder,
>
> On 12 October 2018 at 01:01, Ryder Lee wrote:
> > This patch adds pinctrl support for MT7623 SoC. And most of the
> > structures are used to hold the hardware configuration for each
> > pin.
> >
> > Signed-off-by: Ryder Lee
>
Hi Simon,
On Wed, 2018-10-24 at 21:29 -0600, Simon Glass wrote:
> Hi Ryder,
>
> On 12 October 2018 at 01:00, Ryder Lee wrote:
> > This patch adds pinctrl support for MT7629 SoC. The IO core found on
> > the SoC has the registers for pinctrl, pinconf and gpio mixed up in
> > the same register ran
Hi Ryder.
On 12 October 2018 at 01:01, Ryder Lee wrote:
> From: Weijie Gao
>
> This patch adds MT7623 host controller driver for accessing SD/MMC.
>
> Cc: Jaehoon Chung
> Signed-off-by: Weijie Gao
> Signed-off-by: Ryder Lee
> Tested-by: Matthias Brugger
> ---
> drivers/mmc/Kconfig |9 +
On 15 October 2018 at 01:24, Mario Six wrote:
> MIPS is the only architecture currently supported by U-Boot that does
> not implement any of the in/out register access functions.
>
> To have a interface that is useable across architectures, add the
> functions to the MIPS architecture (implemented
On 12 October 2018 at 01:01, Ryder Lee wrote:
> From: Guochun Mao
>
> This patch adds MT7629 qspi driver for accessing SPI NOR flash.
>
> Cc: Jagan Teki
> Signed-off-by: Guochun Mao
> ---
> change since v2:
> - Drop flash commands in the driver.
> ---
> drivers/spi/Kconfig| 7 +
> driver
On 24 October 2018 at 07:36, Bin Meng wrote:
> Add some description about pre-relocation driver binding, including
> usage of DM_FLAG_PRE_RELOC flag and caveats.
>
> Signed-off-by: Bin Meng
>
> ---
>
> doc/driver-model/README.txt | 16
> 1 file changed, 12 insertions(+), 4 delet
On 22 October 2018 at 08:12, Jean-Jacques Hiblot wrote:
>
> The implementation of the EEPROM commands does not support the DM I2C API.
> Prevent compilation breakage by not enabling it if the non-DM API is not
> available (if DM_I2C is used without DM_I2C_COMPAT)
>
> Signed-off-by: Jean-Jacques Hi
On 22 October 2018 at 15:15, Heinrich Schuchardt wrote:
> The variable name setup_ok might suggest a boolean with true indicating
> OK. Let's avoid the misleading name.
>
> %s/setup_ok/setup_status/g
>
> Suggested-by: Simon Glass
> Signed-off-by: Heinrich Schuchardt
> ---
> lib/efi_selftest/efi
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This patch adds clock source and clock event for the timer found
> on the Mediatek SoCs.
>
> Signed-off-by: Ryder Lee
> Tested-by: Matthias Brugger
> ---
> drivers/timer/Kconfig | 7
> drivers/timer/Makefile| 1 +
> drivers/timer/mt
On 22 October 2018 at 08:12, Jean-Jacques Hiblot wrote:
> It is currently not possible to include the support to remove devices in
> the SPL. This is however needed by platforms that re-select their dtb after
> DM is initialized; they need to remove all the previously bound devices
> before trigge
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This patch adds a common driver for the Mediatek SoC integrated
> watchdog.
>
> Signed-off-by: Ryder Lee
> Tested-by: Matthias Brugger
> ---
> drivers/watchdog/Kconfig | 8 +++
> drivers/watchdog/Makefile | 1 +
> drivers/watchdog/mtk_wdt.c
Hi Ryder,
On 12 October 2018 at 01:01, Ryder Lee wrote:
> This patch adds pinctrl support for MT7623 SoC. And most of the
> structures are used to hold the hardware configuration for each
> pin.
>
> Signed-off-by: Ryder Lee
> Tested-by: Matthias Brugger
> ---
> drivers/pinctrl/mediatek/Kconfig
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This adds device tree for MT7623 development board - Bananapi R2
> Detailed hardware information for BPI-R2 which could be found on
> http://wiki.banana-pi.org/Banana_Pi_BPI-R2.
>
> Signed-off-by: Ryder Lee
> Tested-by: Matthias Brugger
> ---
> ar
Hi Ryder,
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This adds a general board file based on MT7629 SoCs from MediaTek.
>
> Apart from the generic parts (cpu) we add some low level init codes
> and initialize the early clocks.
>
> Signed-off-by: Ryder Lee
> Signed-off-by: Weijie Gao
> ---
On 12 October 2018 at 01:01, Ryder Lee wrote:
> This patch adds a DDR3 driver for MT7629 SoC.
>
> Signed-off-by: Wu Zou
> Signed-off-by: Ryder Lee
> ---
> drivers/ram/Makefile | 1 +
> drivers/ram/mediatek/Makefile | 7 +
> drivers/ram/mediatek/ddr3-mt7629.c | 766
>
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 12 October 2018 at 01:01, Ryder Lee wrote:
> This patch adds an extra operation in ns16550.c to suuport MediaTek
> SoCs as we have a highspeed register which influences the calcualtion
> of the divisor.
>
> Note that we don't support the baudrate greater than 115200 currently.
>
> Signed-off-by
Hi Ryder,
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This patch adds clock modules for MediaTek SoCs:
> - Shared part: a common driver which contains the general operations
> for plls, muxes, dividers and gates so that we can reuse it in future.
>
> - Specific SoC part: the group of structur
On 12 October 2018 at 01:01, Ryder Lee wrote:
> This adds a power domain driver for the Mediatek SCPSYS unit.
>
> The System Control Processor System (SCPSYS) has several power
> management related tasks in the system. The tasks include thermal
> measurement, dynamic voltage frequency scaling (DVF
Hi Ryder,
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This patch adds support for MTK boot image generation.
>
> Signed-off-by: Weijie Gao
> Signed-off-by: Ryder Lee
> ---
> Makefile | 22 ++
> common/image.c | 1 +
> include/image.h | 1 +
> scripts/Makefile.sp
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This patch adds a driver for MT7623 clock blocks.
>
> Signed-off-by: Ryder Lee
> Tested-by: Matthias Brugger
> ---
> drivers/clk/mediatek/Makefile | 1 +
> drivers/clk/mediatek/clk-mt7623.c | 870
> ++
>
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
Hi,
On 12 October 2018 at 01:00, Ryder Lee wrote:
> From: Weijie Gao
>
> This adds a general board file based on MT7623 SoCs from MediaTek.
>
> As this u-boot is loaded by preloader, there is no low level
> initializtion codes.
>
> Signed-off-by: Weijie Gao
> Signed-off-by: Ryder Lee
> Tested-
On 12 October 2018 at 01:01, Ryder Lee wrote:
> This adds power domain (scpsys) support for MT7623 SoC.
>
> Signed-off-by: Ryder Lee
> ---
> drivers/power/domain/mtk-power-domain.c | 80
> +
> 1 file changed, 80 insertions(+)
Reviewed-by: Simon Glass
__
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This patch adds MT7629 device tree and the includes it needs.
>
> Signed-off-by: Ryder Lee
> ---
> arch/arm/dts/Makefile| 3 +
> arch/arm/dts/mt7629-rfb.dts | 71 +
> arch/arm/dts/mt7629.dtsi
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 12 October 2018 at 01:01, Ryder Lee wrote:
> This patch adds an entry for MediaTek.
>
> Signed-off-by: Ryder Lee
> ---
> MAINTAINERS | 18 ++
> 1 file changed, 18 insertions(+)
Reviewed-by: Simon Glass
Please also add something like README.mediatek explaining what boards
ar
Hi Ryder,
On 12 October 2018 at 01:00, Ryder Lee wrote:
> This patch adds pinctrl support for MT7629 SoC. The IO core found on
> the SoC has the registers for pinctrl, pinconf and gpio mixed up in
> the same register range. Hence the driver also implements the gpio
> functionality through UCLASS
Hi Heinrich,
On 22 October 2018 at 15:14, Heinrich Schuchardt wrote:
> On 10/22/2018 07:49 PM, Simon Glass wrote:
>> Hi Heinrich,
>>
>> On 18 October 2018 at 23:51, Heinrich Schuchardt wrote:
>>> Linker generated arrays may be stored in code sections of memory that are
>>> not writable. So let's
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
On 24 October 2018 at 07:36, Bin Meng wrote:
> When a driver declares DM_FLAG_PRE_RELOC flag, it wishes to be
> bound before relocation. However due to a bug in the DM core,
> the flag only takes effect when devices are statically declared
> via U_BOOT_DEVICE(). This bug has been fixed recently by
Bin Meng 於 2018年10月25日 週四 上午11:16寫道:
>
> Hi Rick,
>
> On Thu, Oct 25, 2018 at 11:11 AM Rick Chen wrote:
> >
> > Bin Meng 於 2018年10月25日 週四 上午10:33寫道:
> > >
> > > Hi Rick,
> > >
> > > On Thu, Oct 25, 2018 at 9:20 AM Andes wrote:
> > > >
> > > > From: Rick Chen
> > > >
> > > > ax25-ae350 use CONF
Hi Rick,
On Thu, Oct 25, 2018 at 11:11 AM Rick Chen wrote:
>
> Bin Meng 於 2018年10月25日 週四 上午10:33寫道:
> >
> > Hi Rick,
> >
> > On Thu, Oct 25, 2018 at 9:20 AM Andes wrote:
> > >
> > > From: Rick Chen
> > >
> > > ax25-ae350 use CONFIG_OF_BOARD which allow the board to
> > > override the fdt addre
Bin Meng 於 2018年10月25日 週四 上午10:33寫道:
>
> Hi Rick,
>
> On Thu, Oct 25, 2018 at 9:20 AM Andes wrote:
> >
> > From: Rick Chen
> >
> > ax25-ae350 use CONFIG_OF_BOARD which allow the board to
> > override the fdt address. And prior_stage_fdt_address offer
> > a temporary memory address to keep the dt
Hi Lukas,
On Mon, Oct 22, 2018 at 5:19 PM Bin Meng wrote:
>
> Hi Lukas,
>
> On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer
> wrote:
> >
> > CONFIG_INIT_CRITICAL is deprecated and not used for RISC-V. Remove it.
> >
> > Signed-off-by: Lukas Auer
> > ---
> >
> > arch/riscv/cpu/start.S | 11 -
On Tue, Oct 23, 2018 at 10:48 AM Rick Chen wrote:
>
> > > Subject: Re: [PATCH 09/30] riscv: move target selection into separate file
> > >
> > > Hi Lukas,
> > >
> > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer
> > >
> > > wrote:
> > > >
> > > > Move the target selection into a separate file (Kco
Hi Rick,
On Thu, Oct 25, 2018 at 9:20 AM Andes wrote:
>
> From: Rick Chen
>
> ax25-ae350 use CONFIG_OF_BOARD which allow the board to
> override the fdt address. And prior_stage_fdt_address offer
> a temporary memory address to keep the dtb address which was
> passed from loader(gdb) to u-boot w
Hi Lukas,
On Wed, Oct 24, 2018 at 11:41 PM Auer, Lukas
wrote:
>
> Hi Bin,
>
> On Wed, 2018-10-24 at 23:32 +0800, Bin Meng wrote:
> > Hi Lukas,
> >
> > On Wed, Oct 24, 2018 at 11:21 PM Auer, Lukas
> > wrote:
> > >
> > > Hi Bin,
> > >
> > > On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote:
> > >
Hi Lukas,
On Wed, Oct 24, 2018 at 11:57 PM Auer, Lukas
wrote:
>
> Hi Bin,
>
> On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote:
> > Hi Lukas,
> >
> > On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer
> > wrote:
> > >
> > > Use the new Kconfig entries to construct the ISA string for the
> > > -march
>
From: Rick Chen
ax25-ae350 use CONFIG_OF_BOARD which allow the board to
override the fdt address. And prior_stage_fdt_address offer
a temporary memory address to keep the dtb address which was
passed from loader(gdb) to u-boot with a1.
Signed-off-by: Rick Chen
Cc: Greentime Hu
---
board/Andes
Auer, Lukas 於 2018年10月24日 週三 下午10:14寫道:
>
> Hi Rick,
>
> On Wed, 2018-10-24 at 13:47 +0800, Rick Chen wrote:
> > Rick Chen 於 2018年10月24日 週三 下午1:20寫道:
> > >
> > > Bin Meng 於 2018年10月24日 週三 上午11:34寫道:
> > > >
> > > > Hi Rich,
> > > >
> > > > On Wed, Oct 24, 2018 at 10:37 AM Rick Chen
> > > > wrot
> -Original Message-
> From: Anatolij Gustschin [mailto:ag...@denx.de]
> Sent: 2018年10月25日 7:44
> To: Peng Fan
> Cc: sba...@denx.de; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH] imx: mkimage: avoid stop CI when required files
> not exists
>
> Hi Peng,
>
> On Wed, 24 Oct 2018 09
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: 2018年10月24日 22:09
> To: Peng Fan
> Cc: sba...@denx.de; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH] imx: mkimage: avoid stop CI when required files
> not exists
>
> Dear Peng Fan,
>
> In message <201810240
Hi Peng,
On Wed, 24 Oct 2018 09:49:04 +
Peng Fan peng@nxp.com wrote:
...
> --- /dev/null
> +++ b/tools/imx8_cntr_image.sh
> @@ -0,0 +1,32 @@
> +#!/bin/sh
> +# SPDX-License-Identifier: GPL-2.0+
> +#
> +# script to generate FIT image source for K3 Family boards with
> +# ATF, OPTEE, SPL and
On Wed, Oct 24, 2018 at 1:36 AM Stefan Roese wrote:
>
> This patch adds ethernet support for the MIPS based Mediatek MT76xx SoCs
> (e.g. MT7628 and MT7688), including a minimum setup of the integrated
> switch. This driver is loosly based on the driver version included in
> this MediaTek github re
On 10/24/2018 08:58 PM, Hannes Schmelzer wrote:
>> Hello Hannes,
>>
>> thanks for reporting the problem.
>>
>> There are two possible reasons:
>>
>> a) The build process introduces relocations of the reported type.
>> b) The relocation records are overwritten before relocation. This
>> happens if y
Hi Martin,
https://patchwork.ozlabs.org/patch/979100/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Jeremy,
https://patchwork.ozlabs.org/patch/971309/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Baruch,
https://patchwork.ozlabs.org/patch/984073/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Martin,
https://patchwork.ozlabs.org/patch/979102/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Martin,
https://patchwork.ozlabs.org/patch/979101/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Martin,
https://patchwork.ozlabs.org/patch/979099/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Anatolij,
https://patchwork.ozlabs.org/patch/985918/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Baruch,
https://patchwork.ozlabs.org/patch/984072/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Priyanka,
https://patchwork.ozlabs.org/patch/982237/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Jeremy,
https://patchwork.ozlabs.org/patch/971312/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Jeremy,
https://patchwork.ozlabs.org/patch/971306/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Pankaj,
https://patchwork.ozlabs.org/patch/970926/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Hector,
https://patchwork.ozlabs.org/patch/958780/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Tom,
Tested as https://travis-ci.org/jhershbe/u-boot/builds/445352605
The following changes since commit 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:
Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23
21:13:32 -0400)
are available in the git repository at:
git://git.de
On 23.10.2018 10:54, Marek Vasut wrote:
On 10/23/2018 10:52 AM, Simon Goldschmidt wrote:
[...]
- socfpga_cyclone5_de1_soc.dts
- socfpga_cyclone5_de10_nano.dts
These should be upstream.
But they aren't? Or did you mean "these should be upstreamed"? By whom?
CCing Dinh :-)
[...]
Also, Dinh h
On 10/24/2018 02:35 AM, Heinrich Schuchardt wrote:
On 10/23/2018 11:13 AM, Hannes Schmelzer wrote:
On 10/13/18 3:30 AM, Heinrich Schuchardt wrote:
Currently we support only relocations of type ELF64_R_TYPE or
ELF32_R_TYPE.
We should be warned if other relocation types appear in the relocation
On Wed, Oct 24, 2018 at 10:06:05PM +0530, Jagan Teki wrote:
> On Tue, Oct 23, 2018 at 10:51 PM Priit Laes wrote:
> >
> > From: Priit Laes
> >
> > Signed-off-by: Priit Laes
> > ---
> > board/sunxi/README.fastboot | 98 ++-
> > 1 file changed, 98 insertions(+)
On 15 October 2018 at 01:24, Mario Six wrote:
> The regmap functions currently assume that all register map accesses
> have a data width of 32 bits, but there are maps that have different
> widths.
>
> To rectify this, implement the regmap_raw_read and regmap_raw_write
> functions from the Linux k
Add support for switching the endianness of regmap accesses via the
"little-endian", "big-endian", and "native-endian" boolean properties in
the device tree.
The default endianness is native endianness.
Signed-off-by: Mario Six
Reviewed-by: Simon Glass
Reviewed-by: Daniel Schwierzeck
---
v10
Add some debug output in cases where the initialization of a regmap
fails.
Reviewed-by: Anatolij Gustschin
Reviewed-by: Simon Glass
Signed-off-by: Mario Six
---
v10 -> v11:
No changes
v9 -> v10:
No changes
v8 -> v9:
No changes
v7 -> v8:
No changes
v6 -> v7:
No changes
v5 -> v6:
No changes
Add some overview documentation that explains the purpose and some of
the features and limitations of the regmap interface.
Reviewed-by: Bin Meng
Signed-off-by: Mario Six
---
v10 -> v11:
No changes
v9 -> v10:
No changes
v8 -> v9:
* Amended for inclusion of endianness setting via DT
v7 -> v8:
Currently the sandbox block driver uses priv_auto_alloc_size for
the driver data, however that's only available after the device
probe phase. In order to make it accessible in an earlier phase,
switch to use platdata_auto_alloc_size instead.
This patch is the prerequisite for the follow up patch o
On Wed, Oct 24, 2018 at 03:59:56PM +0200, Giulio Benetti wrote:
> Hello Jagan and Maxime,
>
> I've looked around a lot, but I can't find a way to use the board/sunxi:
> http://git.denx.de/?p=u-boot.git;a=tree;f=board/sunxi;h=304ee6b4cc8e075759d3bd0beb250b56f6901702;hb=HEAD
>
> to fit what we need
Introduce a new Kconfig option for architecture codes to control
whether it provides io{read,write}{8,16,32} I/O accessor functions.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2: None
include/linux/io.h | 4
lib/Kconfig| 6 ++
2 files
From: Tuomas Tynkkynen
This adds support for managing virtual queue/ring, the channel
for high performance I/O between host and guest.
Signed-off-by: Tuomas Tynkkynen
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2: None
drivers/virtio/Makefile |
By default QEMU creates legacy PCI transport devices, but we can
ask QEMU to create non-legacy one if we pass additional device
property/value pairs in the command line:
-device virtio-blk-pci,disable-legacy=true,disable-modern=false
This adds a new driver driver to support non-legacy (modern)
From: Tuomas Tynkkynen
This adds virtio block device driver support.
Signed-off-by: Tuomas Tynkkynen
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Correct desc->vendor for PCI transport
drivers/virtio/Kconfig | 7 +++
drivers/virtio/Makef
With the post_probe() changes, this API is no longer needed.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2: None
drivers/block/blk-uclass.c | 9 -
include/blk.h | 10 --
2 files changed, 19 deletions(-)
Applied to u-boot-
Currently the efi block driver uses priv_auto_alloc_size for the
driver data, however that's only available after the device probe
phase. In order to make it accessible in an earlier phase, switch
to use platdata_auto_alloc_size instead.
This patch is the prerequisite for the follow up patch of DM
It is useful to be able to treat the different ranges of a regmap
separately to be able to use distinct offset for them, but this is
currently not implemented in the regmap API.
To preserve backwards compatibility, add regmap_read_range and
regmap_write_range functions that take an additional para
part_init() is currently called in every DM BLK driver, either
in its bind() or probe() method. However we can use the BLK
uclass driver's post_probe() method to do it automatically.
Update all DM BLK drivers to adopt this change.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in
From: Tuomas Tynkkynen
This adds virtio net device driver support.
Signed-off-by: Tuomas Tynkkynen
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2:
- Changed virtio net driver feature table to const
drivers/virtio/Kconfig | 7 ++
drivers/virt
blk_next_free_devnum() can be helpful in some cases. Make it
a public API.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2: None
drivers/block/blk-uclass.c | 2 +-
include/blk.h | 11 +++
2 files changed, 12 insertions(+), 1 deletio
The blk_base test case creates a USB mass storage block device with
the Sandbox host block device as its parent. This does not make any
sense and causes potential issue, for example if the test case tries
to read/write anything on the USB mass storage block device it will
definitely fail as its par
On 15 October 2018 at 03:20, Bin Meng wrote:
> Add test case to cover uclass driver's child_post_probe() method.
>
> Signed-off-by: Bin Meng
>
> ---
>
> Changes in v3: None
> Changes in v2:
> - new patch to add test case for uclass driver's child_post_probe()
>
> include/dm/test.h | 1 +
> tes
On 15 October 2018 at 03:20, Bin Meng wrote:
> This adds a call to dm_remove_devices_flags() to do_bootm_linux()
> so that drivers that have one of the removal flags set (e.g.
> DM_FLAG_ACTIVE_DMA_REMOVE) in their driver struct, may do some
> last-stage cleanup before the OS is started.
>
> arm an
It would be convenient if one could use the regmap API in conjunction
with register maps defined as structs (i.e. structs that directly mirror
the memory layout of the registers in question). A similar approach was
planned with the regmap_write32/regmap_read32 macros, but was never
used.
Hence, im
Add test for regmap_{set,get} functions.
Reviewed-by: Anatolij Gustschin
Reviewed-by: Simon Glass
Signed-off-by: Mario Six
---
v10 -> v11:
No changes
v9 -> v10:
No changes
v8 -> v9:
No changes
v7 -> v8:
No changes
v6 -> v7:
No changes
v5 -> v6:
No changes
v4 -> v5:
No changes
v3 -> v4:
Both fdtdec_get_addr_size_fixed and of_address_to_resource can fail with
an error, which is not currently checked during regmap initialization.
Since the indentation depth is already quite deep, extract a new
'init_range' method to do the initialization.
Reviewed-by: Anatolij Gustschin
Reviewed-
Currently devices on the virtio bus is not automatically enumerated,
which means peripherals on the virtio bus are not discovered by their
drivers. This uses board_init() to do the virtio enumeration.
Signed-off-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
Changes in v2: None
On 15 October 2018 at 03:20, Bin Meng wrote:
> Some buses need to set up their child devices after they are probed.
> Support a common child_post_probe() method for the uclass.
>
> With this change, the two APIs uclass_pre_probe_device() and
> uclass_post_probe_device() become symmetric.
>
> Signe
VirtIO can use various different buses and virtio devices are
commonly implemented as PCI devices. But virtual environments
without PCI support (a common situation in embedded devices
models) might use simple memory mapped device (“virtio-mmio”)
instead of the PCI device.
This adds a transport dri
1 - 100 of 193 matches
Mail list logo