Add SD boot support for LS1088QDS
Signed-off-by: Prabhakar Kushwaha
Signed-off-by: Raghav Dogra
Signed-off-by: Ashish Kumar
---
arch/arm/Kconfig | 3 +++
configs/ls1088aqds_sdcard_qspi_defconfig | 31 +++
include/configs/ls1088aqds.h
Hello Heiko,
On Fri, Apr 28, 2017 at 05:46:05AM +0200, Heiko Schocher wrote:
> Hello Jagan,
>
> Am 27.04.2017 um 00:03 schrieb Jernej Skrabec:
> > This series implements DM I2C support, but allows old I2C to be selected
> > when needed.
> >
> > Patch 1 makes sure that sy8106a driver is compiled
Add SD boot support for LS1088ARDB
Signed-off-by: Prabhakar Kushwaha
Signed-off-by: Raghav Dogra
Signed-off-by: Ashish Kumar
---
arch/arm/Kconfig | 3 +++
configs/ls1088ardb_sdcard_qspi_defconfig | 31 ++
include/configs/ls1088a_common.h
> -Original Message-
> From: York Sun [mailto:york@nxp.com]
> Sent: Thursday, April 27, 2017 10:18 PM
> To: Suresh Gupta ; Jagan Teki
>
> Cc: u-boot@lists.denx.de; Jagan Teki ; Yao Yuan
>
> Subject: Re: [U-Boot] [PATCH] sf: Fix s25fs512s erase size and remove SECT_4K
> flag
>
> On
Update QIXIS related code to be executed
only if CONFIG_FSL_QIXIS flag is enabled
As per board documentation, default sysclk is 100MHz.
In case QIXIS code is not enabled,
update default sysclk value to 100MHz
Signed-off-by: Priyanka Jain
---
Changes for v4:
Added changes for default sys
QSPI-boot is verified on LS2088ARDB RevF board
with LS2088A SoC.
LS2088ARDB RevF Board has limitation that QIXIS
can not be access, so QIXIS flag is kept disabled
Signed-off-by: Priyanka Jain
Signed-off-by: Suresh Gupta
---
Changes for v7:
Updated NXP copyright
Removed CONFIG_SP
Hi Heiko,
On Friday 28 April 2017 10:24 AM, Heiko Schocher wrote:
> Hello Simon,
>
> Am 23.04.2017 um 17:35 schrieb Simon Glass:
>> Drop use of this long-deprecated option.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
>> README | 16
>> board/ti/am335x/boa
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass
---
README | 32 +---
1 file changed, 1 insertion(+), 31 deletions(-)
Reviewed-by: Heiko Schocher
Applied to u-boot-i2c/next
bye,
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass
---
README | 6 --
common/board_r.c | 17 -
scripts/config_whitelist.txt | 1 -
3 files changed, 24 dele
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
This option is not used by any boards. Drop it.
Signed-off-by: Simon Glass
---
README | 11 ---
drivers/i2c/fsl_i2c.c| 9 -
drivers/i2c/fti2c010.c | 9 -
include/i2c.h
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass
---
README | 2 --
1 file changed, 2 deletions(-)
Reviewed-by: Heiko Schocher
Applied to u-boot-i2c/next
bye,
Heiko
diff --git a/README b/README
index 0bee
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
Drop use of this long-deprecated option.
Signed-off-by: Simon Glass
---
README | 16
board/ti/am335x/board.c | 6 +-
board/ti/am43xx/board.c | 3 +--
cmd/eeprom.c
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
Drop use of this long-deprecated option.
Signed-off-by: Simon Glass
---
drivers/i2c/mxc_i2c.c | 4
1 file changed, 4 deletions(-)
Reviewed-by: Heiko Schocher
Applied to u-boot-i2c/next
bye,
Heiko
diff --git a/drivers/i2c/
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
Drop use of this long-deprecated option.
Signed-off-by: Simon Glass
---
board/keymile/km82xx/km82xx.c | 5 -
board/keymile/km_arm/km_arm.c | 4
2 files changed, 9 deletions(-)
Reviewed-by: Heiko Schocher
Applied to u-bo
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
Drop use of this long-deprecated option.
Signed-off-by: Simon Glass
---
board/pdm360ng/pdm360ng.c | 30 --
1 file changed, 30 deletions(-)
Reviewed-by: Heiko Schocher
Applied to u-boot-i2c/next
bye,
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
Drop use of this long-deprecated option.
Signed-off-by: Simon Glass
---
board/cm5200/cm5200.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Heiko Schocher
Applied to u-boot-i2c/next
bye,
Heiko
diff -
Hello Simon,
Am 23.04.2017 um 17:35 schrieb Simon Glass:
Drop use of this long-deprecated option for powerpc.
Signed-off-by: Simon Glass
---
arch/powerpc/cpu/mpc512x/Makefile | 1 -
arch/powerpc/cpu/mpc512x/i2c.c | 386 ---
arch/powerpc/cpu/mpc5xxx/Makefile |
> -Original Message-
> From: York Sun [mailto:york@nxp.com]
> Sent: Thursday, April 27, 2017 10:25 PM
> To: Priyanka Jain ; u-boot@lists.denx.de
> Cc: Suresh Gupta
> Subject: Re: [u-boot-release] [PATCH 2/2][v5] nxp/ls2080ardb: Add QSPI-boot
> support
>
> On 04/26/2017 09:56 PM, Pri
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
Enable by default DM_I2C for all Texas Instruments Keystone 2 based
evms.
Signed-off-by: Franklin S Cooper Jr
---
arch/arm/mach-keystone/Kconfig | 4
1 file changed, 4 insertions(+)
Reviewed-by: Heiko Schocher
App
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
Enable I2C0 and I2C1 which is needed to enable usage of DM I2C.
Signed-off-by: Franklin S Cooper Jr
---
arch/arm/dts/keystone-k2g-evm.dts | 8
1 file changed, 8 insertions(+)
Reviewed-by: Heiko Schocher
Applie
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
Add aliases for I2C nodes required for the DM framework to probe the
davinci-i2c driver.
Signed-off-by: Franklin S Cooper Jr
---
arch/arm/dts/keystone.dtsi | 3 +++
1 file changed, 3 insertions(+)
Reviewed-by: Heiko Scho
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
Add I2C nodes to the 66AK2Gx dtsi.
Signed-off-by: Franklin S Cooper Jr
Reviewed-by: Tom Rini
---
arch/arm/dts/keystone-k2g.dtsi | 32
1 file changed, 32 insertions(+)
Reviewed-by: Heiko
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
In non DM I2C read operations the address length passed in during a read
operation will be used automatically. However, in DM I2C the address length
is set to a default value of one which causes problems when trying to
perform
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
Reading from the I2C EEPROM used typically requires using an address length
of 2. However, when using DM for I2C the default address length used is 1.
To fix this introduce a new function that allows the address length to be
ch
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
Convert davinci i2c driver to driver model.
Signed-off-by: Franklin S Cooper Jr
---
drivers/i2c/davinci_i2c.c | 92 +--
1 file changed, 90 insertions(+), 2 deletions(-)
Reviewe
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
The i2c driver will be converted to support device model. In preparation
for that change split the various functions into two parts. This will
allow device model specific driver to reuse the majority of the code from
the non de
Hello Jagan,
Am 27.04.2017 um 00:03 schrieb Jernej Skrabec:
This series implements DM I2C support, but allows old I2C to be selected
when needed.
Patch 1 makes sure that sy8106a driver is compiled only during SPL build.
Patch 2 moves i2c_init_board() function to more convenient place for
follo
Hello Jernej,
Am 27.04.2017 um 00:03 schrieb Jernej Skrabec:
This commits enable DM I2C support for A64/H3/H5 SoCs.
It is not enabled globaly for all sunxi SoCs, because some boards use
PMICs which are connected through I2C. In order to keep same
functionality, PMIC drivers needs to be ported t
Hello Jernej,
Am 27.04.2017 um 00:03 schrieb Jernej Skrabec:
This commit adds support for DM I2C on sunxi platform. It can coexist
with old style sunxi I2C driver, because it is still used in SPL and
by some SoCs.
Because sunxi platform doesn't yet support DM clk, reset and pinctrl
driver, work
Hello Jernej,
Am 27.04.2017 um 00:03 schrieb Jernej Skrabec:
This commit only moves i2c_init_board() function almost to the top and
doesn't have any functional changes.
This is needed for a temporary workaround in next commit when support
for DM I2C will be introduced.
Signed-off-by: Jernej Sk
Hello Jernej,
Am 27.04.2017 um 00:03 schrieb Jernej Skrabec:
Driver for that regulator is used only in SPL and it uses old I2C
interface. If we want to use DM I2C in U-Boot proper, compilation of
this driver has to be limited only to SPL.
Signed-off-by: Jernej Skrabec
---
drivers/power/sy81
After moving to KConfig and removing from all headers options should be
removed from config_whitelist.txt so the build starts complaining if
someone adds them back.
Signed-off-by: Chris Packham
---
Simon asked for it so here you go. I also thought about cleaning up the
README file references too
On 04/27/2017 01:08 AM, Alison Wang wrote:
This patch is to adjust the memory mapping for FLash/SD card on
LS1043AQDS and LS1043ARDB, such as PPA firmware load address, FMAN
firmware load address, QE firmware load address, U-Boot start address on
serial flash and environment address.
Signed-off-
On Thu, Apr 27, 2017 at 05:24:09PM +, B, Ravi wrote:
> Hi Tom
>
> >>
> >> diff --git a/common/dfu.c b/common/dfu.c index 0e9f5f5..546a1ab 100644
> >> --- a/common/dfu.c
> >> +++ b/common/dfu.c
> >> @@ -88,7 +88,7 @@ exit:
> >>board_usb_cleanup(usbctrl_index, USB_INIT_DEVICE);
> >>
> >>
On Fri, Apr 28, 2017 at 05:10:33AM +1200, Chris Packham wrote:
> Hi Simon,
>
> On Thu, Apr 27, 2017 at 4:27 PM, Simon Glass wrote:
> > This converts the following to Kconfig:
> >CONFIG_CMD_AES
> >CONFIG_AES
> >
> > Signed-off-by: Simon Glass
> > ---
> >
> > cmd/Kconfig
Hi Lukasz,
>>
>> Also changing run_command() to do_reset().
>>
>> If (dfu_reset)
>> do_reset(NULL, 0, 0, NULL);
>+1
>One question - could you write some numbers before SPL dfu tinification and
>afterwards?
>I'm just curious how much we can save up.
I am OOO till May 2nd. Will provide
Hi Tom
>>
>> Yes you are correct.
>> But what is happening here is, the CONFIG_DFU_ selected
>> through Kconfig/Menuconfig is applicable for both SPL and U-Boot.
>> Hence CONFIG_DFU_MMC/NAND/SF gets compiled for SPL as well, which needs
>> run_command(). Actually CONFIG_DFU_MMC/NAND/etc is not
Hi Tom
>>
>> diff --git a/common/dfu.c b/common/dfu.c index 0e9f5f5..546a1ab 100644
>> --- a/common/dfu.c
>> +++ b/common/dfu.c
>> @@ -88,7 +88,7 @@ exit:
>> board_usb_cleanup(usbctrl_index, USB_INIT_DEVICE);
>>
>> if (dfu_reset)
>> -run_command("reset", 0);
>> +
Hi Simon,
On Thu, Apr 27, 2017 at 4:27 PM, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_AES
>CONFIG_AES
>
> Signed-off-by: Simon Glass
> ---
>
> cmd/Kconfig | 9 +
> configs/seaboard_defconfig| 1 +
> include/configs/amcore.h
On 04/26/2017 09:36 PM, Dinh Nguyen wrote:
The SMPEN bit is located in the cpuectlr_el1 register and not the
cpuactlr_el1 register. Adjust the comment accordingly and also fix
a spelling error.
Signed-off-by: Dinh Nguyen
CC: Mingkai Hu
CC: Gong Qianyu
CC: Mateusz Kulikowski
CC: Hou Zhiqiang
On 04/26/2017 09:56 PM, Priyanka Jain wrote:
Priyanka,
I understand you don't have access to CPLD. Do you still have access to IFC NOR
flash? Can you boot from NOR flash, and issue a cpld command to reboot from
QSPI?
York
No, NOR and QSPI are muxed at RCW level. So, IFC is disabled for QSP
On 04/26/2017 10:17 PM, Suresh Gupta wrote:
Suresh,
Did you test your patch after removing CONFIG_SPI_FLASH_BAR? Why doesn't
this flash support BAR commands? How did it work before broken?
York, the flash s25fs512s support 32 bit address to handle >16M memory access.
With and without
On 04/27/2017 02:13 AM, Ashish Kumar wrote:
Concatenation of u-boot-spl.bin and u-boot.img for NXP layerscape
platform SoC: LS1088A/LS2080A and their variants
New Kconfig option added SPL_USE_HEADER for the same
I think the logic should be reversed. By default, let's use the image
with header
On 04/27/2017 02:13 AM, Ashish Kumar wrote:
Concatenation of u-boot-spl.bin and u-boot.img for NXP layerscape
platform SoC: LS1088A/LS2080A and their variants
New Kconfig option added SPL_USE_HEADER for the same
Signed-off-by: Ashish Kumar
---
Makefile | 14 ++
Hi Patrice,
On 27 April 2017 at 05:30, Patrice CHOTARD wrote:
>
> Hi
>
> It's just a gentle reminder as this series is present on mailing list
> since one month without any review.
I'll take a look at the phy uclass patch.
Who is the custodian for ST?
Regards,
Simon
>
> Thanks
>
> Patrice
>
>
On Thu, Apr 27, 2017 at 09:33:58AM -0500, Adam Ford wrote:
> On Wed, Apr 26, 2017 at 3:19 PM, Tom Rini wrote:
> > On Wed, Apr 26, 2017 at 02:55:08PM -0500, Adam Ford wrote:
> >> On Wed, Apr 26, 2017 at 2:49 PM, Tom Rini wrote:
> >> > On Wed, Apr 26, 2017 at 01:41:30PM -0500, Adam Ford wrote:
> >>
On Wed, Apr 26, 2017 at 3:19 PM, Tom Rini wrote:
> On Wed, Apr 26, 2017 at 02:55:08PM -0500, Adam Ford wrote:
>> On Wed, Apr 26, 2017 at 2:49 PM, Tom Rini wrote:
>> > On Wed, Apr 26, 2017 at 01:41:30PM -0500, Adam Ford wrote:
>> >
>> >> This series will move CONFIG_TWL4030_POWER to Kconfig from
On Thu, Apr 27, 2017 at 8:39 AM, Tom Rini wrote:
> On Thu, Apr 27, 2017 at 08:21:52AM -0500, Adam Ford wrote:
>> On Thu, Apr 27, 2017 at 7:43 AM, Tom Rini wrote:
>> > On Thu, Apr 27, 2017 at 03:43:58PM +0530, Lokesh Vutla wrote:
>> >
>> >> Instead of defining command options in every defconfig,
>
This patch adds the support for VID on LS1088AQDS and LS1088ARDB systems.
It reads the fusesr register and changes the VDD accordingly by adjusting the
voltage via LTC3882 regulator.
This patch also takes care of the special case of 0.9V VDD. In that case,
it also changes the SERDES voltage by disa
Earlier when MC is loaded but DPL is not deployed results in FDT fix-up
code execution hang.
For this case now print message on console and returns success instead of
return -ENODEV.
This update allows to continue fdt fixup execution.
Signed-off-by: Yogesh Gaur
Signed-off-by: Priyanka Jain
---
C
ARM errata 852421 and 852423 applies to r1p0, r1p1 and r1p2
revisions of Cortex-A17 processors. These workarounds
exist in Linux kernel and I thought it would be better
to add them in to U-Boot.
Signed-off-by: Nisal Menuka
---
arch/arm/Kconfig | 6 ++
arch/arm/cpu/armv7/start.S |
On Thu, Apr 27, 2017 at 08:21:52AM -0500, Adam Ford wrote:
> On Thu, Apr 27, 2017 at 7:43 AM, Tom Rini wrote:
> > On Thu, Apr 27, 2017 at 03:43:58PM +0530, Lokesh Vutla wrote:
> >
> >> Instead of defining command options in every defconfig,
> >> define a common Kconfig symbol that consolidates all
On Thu, Apr 27, 2017 at 7:43 AM, Tom Rini wrote:
> On Thu, Apr 27, 2017 at 03:43:58PM +0530, Lokesh Vutla wrote:
>
>> Instead of defining command options in every defconfig,
>> define a common Kconfig symbol that consolidates all command
>> options that are supported by any TI platform. Also use i
Hi Ravi,
> Hi Lukasz
>
> >> > >> +#ifdef CONFIG_SPL_BUILD
> >> > >> + dfu_reset = 0;
> >> > >> +#endif
> >> >
> >> > >Why do you only ifdef this part? What problem does this solve?
> >> >
> >> > Common/dfu.c is common code for SPL and U-boot, for SPL-DFU
> >> > dfu_reset should not be gi
On Thursday 27 April 2017 03:43 PM, Lokesh Vutla wrote:
> This series creates a Kconfig symbol for TI platforms
> that includes common command options that are defined
> by defconfigs. Also do a savedefconfig once this option
> is enabled.
Build passed in travis-ci.
https://travis-ci.org/lokeshv
On Mon, Apr 24, 2017 at 07:39:55PM +, Vikas MANOCHA wrote:
> Hi Tom,
>
> > -Original Message-
> > From: Vikas MANOCHA
> > Sent: Monday, April 10, 2017 3:03 PM
> > To: u-boot@lists.denx.de
> > Cc: Vikas MANOCHA
> > Subject: [PATCH v4 00/18] stm32f7: add sdram & gpio drivers
> >
> > Th
On Thu, Apr 27, 2017 at 03:43:58PM +0530, Lokesh Vutla wrote:
> Instead of defining command options in every defconfig,
> define a common Kconfig symbol that consolidates all command
> options that are supported by any TI platform. Also use imply
> keyword so that that specific option can be disab
On Thu, Apr 27, 2017 at 05:45:20PM +0530, Ravi Babu wrote:
> The SPL-DFU feature enable to load and
> execute u-boot over usb from PC using
> dfu-util.
> Hence dfu-reset should not be issued
> when dfu-util -R switch is issued.
>
> Signed-off-by: Ravi Babu
> ---
> common/dfu.c | 2 +-
> co
On Thu, Apr 27, 2017 at 07:22:29AM +, B, Ravi wrote:
> Hi Tom
>
> >> Since spl-dfu does not dfu-reset, there is no need of run_command_cli,
> >> hence compiling out cli.c and cli_hush.c to reduce the spl-dfu memory
> >> foot print.
> >>
> >> Signed-off-by: Ravi Babu
> [snip]
> >> diff --gi
Since spl-dfu does not dfu-reset, there is no need
of run_command_cli, hence compiling out cli.c and
cli_hush.c to reduce the spl-dfu memory foot print.
Signed-off-by: Ravi Babu
---
need better way for how to compile out CONFIG_DFU_MMC
common/Makefile | 3 +--
drivers/dfu/Makefile | 2 ++
The SPL-DFU feature enable to load and
execute u-boot over usb from PC using
dfu-util.
Hence dfu-reset should not be issued
when dfu-util -R switch is issued.
Signed-off-by: Ravi Babu
---
common/dfu.c | 2 +-
common/spl/Kconfig | 4
drivers/dfu/dfu.c | 4
3 files changed, 9 inse
Since SPL_DFU_SUPPORT is depends on SPL_RAM_SUPPORT,
hence select SPL_DFU_SUPPORT only when
SPL_RAM_SUPPORT is chosen.
Signed-off-by: Ravi Babu
Reviewed-by: Tom Rini
---
common/spl/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index ea6fbb6.
The patch series spl-dfu fixes includes
- select spl-dfu only spl-ram supported
- ignore the dfu-reset for spl-dfu
- reduce the spl-dfu MLO foot print
buildman ran for arm targets
Change history:
v1:
- Kconfig fix for dfu-reset for SPL-DFU
- compile out C
Enable mipi dsi by default for rk3399-evb board
Signed-off-by: Eric Gao
---
Changes in v5:
-Regenerate defconfig file using "make savedefconfig"
Changes in v4: None
Changes in v3: None
Changes in v2:
-Add defconfigs for mipi display, so that it can be enabled by default.
configs/evb-rk3399_d
Signed-off-by: Eric Gao
---
Changes in v5: None
Changes in v4: None
Changes in v3:
-Add ret value in debug message.
Changes in v2:
-Add pwm0 pinctrl init for lcd backlight.
board/rockchip/evb_rk3399/evb-rk3399.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/board/rockchip/evb_rk3
Add dts config for mipi display, include vop, mipi controller, panel, backlight
. And Enable rk808 for lcd_3v3 in another patch.
Signed-off-by: Eric Gao
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
-Add dts config for mipi display.
arch/arm/dts/rk3399-evb.dts
Add mipi display mode for rk3399 vop, so that we can use mipi panel
for display.
Signed-off-by: Eric Gao
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
-Add mipi display mode for vop.
-Add compatible items for rk3399 vop.
arch/arm/include/asm/arch-rockchip/vop_
Add vidconsole environment variable, so that we can enable log printing
to lcd when we need.
Signed-off-by: Eric Gao
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
include/configs/rk3399_common.h | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
di
Because the bitwidth is different for different display mode, so we need
to set them according to demand.
Signed-off-by: Eric Gao
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
-Change the bitwidth for different display mode.
drivers/video/rockchip/rk_vop.c | 2
plat->size here is used to reserve frame buffer space befor relocation.
our mipi panel use 24 bitwidth, and vop require 32bit align. So the frame
buffer size should be at least 1920*1200*32/8.
Signed-off-by: Eric Gao
---
Changes in v5: None
Changes in v4: None
Changes in v3:
-Add more descripti
It's caused by the difference of clk_set_rate function implement between
rk3288 andd rk3399.
clk_set_rate() of rk3288 return 0 in normal condition.
clk_set_rate() of rk3399 return input parameter in normal condition.
So modify clk_set_rate's return value of rk3399 in keeping with rk3288.
Signed-
Signed-off-by: Eric Gao
---
Changes in v5:
-Merge Kconfig and Makefile changes into this patch.
Changes in v4: None
Changes in v3:
-Split mipi dsi driver file and header as a single patch.
Changes in v2: None
.../include/asm/arch-rockchip/rockchip_mipi_dsi.h | 195
drivers/video/ro
Changes in v5:
-Modify indentation for better readability.
-Make all enum variate have explicit value.
-Merge Kconfig and Makefile changes into this patch.
-Drop previous change, and modify clk_set_rate implement in rk3399.
-Regenerate defconfig file using "make savedefconfig"
Changes in v4:
-Mo
Signed-off-by: Eric Gao
---
Changes in v5:
-Modify indentation for better readability.
-Make all enum variate have explicit value.
Changes in v4: None
Changes in v3:
-Split GRF changes as a single patch
Changes in v2: None
arch/arm/include/asm/arch-rockchip/grf_rk3399.h | 29
Hi Tom,
please pull these two small fixes to your tree.
Thanks,
Michal
The following changes since commit 6f008a2e16ec3b618363800e414023569007cd89:
Merge git://git.denx.de/u-boot-sunxi (2017-04-25 16:12:42 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microb
Hi
It's just a gentle reminder as this series is present on mailing list
since one month without any review.
Thanks
Patrice
On 03/28/2017 06:03 PM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> This series adds :
> _ update existing sdhci driver to use reset framework
>
Hi Tom/Simon,
Request to help on below query.
Regards,
Suneel
On Tue, Apr 25, 2017 at 16:25 Suneel Garapati
wrote:
> Hi Simon,
>
> Request your inputs on below query -
>
> Boards I work on have most of the devices on PCI bus, driver model
> support enabled, would like to use CONFIG_SYS_EARLY_PC
{Corrected typo u-boot mailing list.}
Hi Lukasz
>> Since spl-dfu does not dfu-reset, there is no need of
>> run_command_cli, hence compiling out cli.c and cli_hush.c to reduce
>> the spl-dfu memory foot print.
>>
[..]
>> */
>> -#ifdef CONFIG_DFU_TFTP
>> +#if defined(CONFIG_DFU_TFTP) && !defi
Hi Lukasz
>> > >> +#ifdef CONFIG_SPL_BUILD
>> > >> + dfu_reset = 0;
>> > >> +#endif
>> >
>> > >Why do you only ifdef this part? What problem does this solve?
>> >
>> > Common/dfu.c is common code for SPL and U-boot, for SPL-DFU
>> > dfu_reset should not be given. This is must fix. Also
This patch adjusts memory map for images on LS2080ARDB,
LS2080AQDS as per below memry map:
Image Flash Offset
RCW+PBI 0x
Boot firmware (U-Boot) 0x0010
Boot firmware Environment 0x0030
PPA firmware0x
Update QIXIS related code to be executed
only if CONFIG_FSL_QIXIS flag is enabled
As per board documentation, default sysclk is 100MHz.
In case QIXIS code is not enabled,
update default sysclk value to 100MHz
Signed-off-by: Priyanka Jain
---
Changes for v4:
Added changes for default sys
QSPI-boot is verified on LS2088ARDB RevF board
with LS2088A SoC.
LS2088ARDB RevF Board has limitation that QIXIS
can not be access, so QIXIS flag is kept disabled
Signed-off-by: Priyanka Jain
Signed-off-by: Suresh Gupta
---
Changes for v6: Updated MAINTAINERS for ls2088ardb_qspi_defconfig
Chan
Hi,
> On Thu, 27 Apr 2017 08:26:57 +
> "B, Ravi" wrote:
>
> > Lukasz
> >
> > >> diff --git a/common/dfu.c b/common/dfu.c index 0e9f5f5..fa77526
> > >> 100644 --- a/common/dfu.c
> > >> +++ b/common/dfu.c
> > >> @@ -87,6 +87,9 @@ exit:
> > >> g_dnl_unregister();
> > >> board
On Thu, 27 Apr 2017 08:26:57 +
"B, Ravi" wrote:
> Lukasz
>
> >> diff --git a/common/dfu.c b/common/dfu.c index 0e9f5f5..fa77526
> >> 100644 --- a/common/dfu.c
> >> +++ b/common/dfu.c
> >> @@ -87,6 +87,9 @@ exit:
> >>g_dnl_unregister();
> >>board_usb_cleanup(usbctrl_index, USB_INIT_DE
The mcinitcmd usually boots the MC, and also patches the DPC with u-boot
environment MAC addresses for the MAC phy interfaces. In order for this
to work, the board phy interfaces must be initialized before this point.
Signed-off-by: Bogdan Purcareata
---
board/freescale/ls2080aqds/eth.c
MC might boot before MAC addresses are assigned to eth_devices from the
u-boot environment. Write them when booting the MC so that they are
available for the DPC fixup.
Signed-off-by: Bogdan Purcareata
---
drivers/net/fsl-mc/mc.c | 8
1 file changed, 8 insertions(+)
diff --git a/driver
Enable TI_COMMON_CMD_OPTIONS on all am57xx platforms.
Also sync with savedefconfig
Signed-off-by: Lokesh Vutla
---
configs/am57xx_evm_defconfig| 23 ++-
configs/am57xx_hs_evm_defconfig | 22 +-
2 files changed, 3 insertions(+), 42 deletions(-)
diff --
Enable TI_COMMON_CMD_OPTIONS on all keystone2 platforms.
Also sync with savedefconfig.
Signed-off-by: Lokesh Vutla
---
configs/k2e_evm_defconfig | 21 +
configs/k2e_hs_evm_defconfig | 19 ---
configs/k2g_evm_defconfig | 21 -
confi
This series creates a Kconfig symbol for TI platforms
that includes common command options that are defined
by defconfigs. Also do a savedefconfig once this option
is enabled.
Lokesh Vutla (6):
board: ti: Define Kconfig symbol for common cmd options
configs: am335x: Enable TI_COMMON_CMD_OPTION
Enable TI_COMMON_CMD_OPTIONS on all am43xx platforms.
Also sync with savedefconfig.
Signed-off-by: Lokesh Vutla
---
configs/am43xx_evm_defconfig| 25 +
configs/am43xx_hs_evm_defconfig | 24 +---
2 files changed, 2 insertions(+), 47 deletions(-)
di
Enable TI_COMMON_CMD_OPTIONS on all dra7xx platforms.
Also sync with savedefconfig.
Signed-off-by: Lokesh Vutla
---
configs/dra7xx_evm_defconfig| 25 ++---
configs/dra7xx_hs_evm_defconfig | 23 +--
2 files changed, 3 insertions(+), 45 deletions(-)
dif
Enable TI_COMMON_CMD_OPTIONS on all am335x platforms.
Also sync with savedefconfig.
Signed-off-by: Lokesh Vutla
---
configs/am335x_evm_defconfig| 12 +---
configs/am335x_hs_evm_defconfig | 13 +
2 files changed, 2 insertions(+), 23 deletions(-)
diff --git a/configs/am335
Instead of defining command options in every defconfig,
define a common Kconfig symbol that consolidates all command
options that are supported by any TI platform. Also use imply
keyword so that that specific option can be disabled if
not required.
Signed-off-by: Lokesh Vutla
---
board/ti/common
On 04/27/2017 12:07 PM, Ley Foon Tan wrote:
> On Thu, Apr 27, 2017 at 6:04 PM, Marek Vasut wrote:
>> On 04/27/2017 12:00 PM, Ley Foon Tan wrote:
>>> On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote:
On 04/27/2017 07:54 AM, Ley Foon Tan wrote:
> On Thu, Apr 27, 2017 at 11:15 AM, Dinh Ng
On Thu, Apr 27, 2017 at 6:04 PM, Marek Vasut wrote:
> On 04/27/2017 12:00 PM, Ley Foon Tan wrote:
>> On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote:
>>> On 04/27/2017 07:54 AM, Ley Foon Tan wrote:
On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote:
>
>
> On 04/25/2017 05:46
On 04/27/2017 12:00 PM, Ley Foon Tan wrote:
> On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote:
>> On 04/27/2017 07:54 AM, Ley Foon Tan wrote:
>>> On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote:
On 04/25/2017 05:46 AM, Marek Vasut wrote:
> On 04/25/2017 08:44 PM, Ley Foo
On Thu, Apr 27, 2017 at 5:35 PM, Marek Vasut wrote:
> On 04/27/2017 07:54 AM, Ley Foon Tan wrote:
>> On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote:
>>>
>>>
>>> On 04/25/2017 05:46 AM, Marek Vasut wrote:
On 04/25/2017 08:44 PM, Ley Foon Tan wrote:
> This is the 7th version of patchs
On 04/27/2017 07:54 AM, Ley Foon Tan wrote:
> On Thu, Apr 27, 2017 at 11:15 AM, Dinh Nguyen wrote:
>>
>>
>> On 04/25/2017 05:46 AM, Marek Vasut wrote:
>>> On 04/25/2017 08:44 PM, Ley Foon Tan wrote:
This is the 7th version of patchset to adds support for Intel Arria 10 SoC.
This is initi
LS2081ARDB board is similar to LS2080ARDB board
with few differences like
It hosts LS2081A SoC
Default boot source is QSPI-boot
It does not have IFC interface
RTC and QSPI flash device are different
It provides QIXIS access via I2C
Signed-off-by: Priyanka Jain
Signed-off-by: Santan Kumar
--
The QorIQ LS2081A SoC has eight 64-bit ARM v8 Cortex A-72 CPUs and
is built on layerscape architecture.
It is 40-pin derivative of LS2084A (non-AIOP personality of LS2088A).
So feature-wise it is same as LS2084A.
LS2081A has one more similar personality which
has four CPUs: LS2041A
Signed-off-by
1 - 100 of 114 matches
Mail list logo