> -Original Message-
> From: Mian Yousaf Kaukab
> Sent: Tuesday, January 29, 2019 9:08 PM
> To: u-boot@lists.denx.de
> Cc: Prabhakar Kushwaha ; Priyanka Jain
> ; York Sun ; Mian Yousaf Kaukab
>
> Subject: [PATCH 00/12] nxp: fix dhcp and efi boot support for various socs
>
> This patch s
> -Original Message-
> From: York Sun
> Sent: Friday, February 1, 2019 9:46 PM
> To: Rajesh Bhagat ; u-boot@lists.denx.de
> Cc: Poonam Aggrwal ; Ashish Kumar
> ; Shengzhou Liu ;
> arcsupp...@arcturusnetworks.com; Alison Wang ;
> Mingkai Hu ; Priyanka Jain ;
> Prabhakar Kushwaha ;
> paul.go
> -Original Message-
> From: laurentiu.tu...@nxp.com
> Sent: Tuesday, February 26, 2019 4:49 PM
> To: u-boot@lists.denx.de; Prabhakar Kushwaha
>
> Cc: Bharat Bhushan ; Horia Geanta
> ; Laurentiu Tudor
> Subject: [PATCH v2 1/3] fsl_sec: fix register layout on Layerscape
> architectures
> -Original Message-
> From: Yunfeng Ding
> Sent: Tuesday, February 19, 2019 12:14 PM
> To: Prabhakar Kushwaha ; u-
> b...@lists.denx.de
> Cc: Yunfeng Ding
> Subject: [PATCH] board/freescale: Enable DHCP distro boot for Layerscape
> board
>
> Enable DHCP distro boot for Layerscape
>
>
> -Original Message-
> From: Prabhakar Kushwaha
> Sent: Sunday, March 3, 2019 10:04 PM
> To: u-boot@lists.denx.de
> Cc: Prabhakar Kushwaha
> Subject: [PATCH] board: ls1046qds: Enable PPA for secure boot
>
> Re-organize defconfig and enabled PPA for secure boot
>
> Signed-off-by: Prabhak
Hi Tom,
The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28
18:57:32 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git HEAD
for you to fetch changes up to d2c
On 26.02.2019 17:41, Ioana Ciocoi Radulescu wrote:
> If node /board_info/ports does not exist in the DPC file,
> function mc_fixup_dpc() will skip not only MAC address fixup,
> but also the cache flush at the end. This may cause the other
> fixup changes (e.g. ICID relatd ones) to be ignored by M
On 26.02.19 00:32, Andre Przywara wrote:
> Hi Alex,
>
> On 2/22/19 2:13 AM, Alexander Graf wrote:
>>
>>
>> On 21.02.19 02:30, Andre Przywara wrote:
>>> At the moment we build the SPL and U-Boot proper for the 64-bit AArch64
>>> instruction set. But since the cores provide an AArch32 compatibilit
Hi Simon,
> From: Simon Goldschmidt
> Sent: mercredi 27 février 2019 15:50
>
> [reducing the CC list as gmail won't let me send otherwise]
>
> On 27.02.2019 15:20, Patrick Delaunay wrote:
> > This converts the following to Kconfig:
> >CONFIG_SF_DEFAULT_BUS
> >CONFIG_SF_DEFAULT_CS
> >
On Mon, Mar 4, 2019 at 11:44 AM Patrick DELAUNAY
wrote:
>
> Hi Simon,
>
> > From: Simon Goldschmidt
> > Sent: mercredi 27 février 2019 15:50
> >
> > [reducing the CC list as gmail won't let me send otherwise]
> >
> > On 27.02.2019 15:20, Patrick Delaunay wrote:
> > > This converts the following t
Hello Tom,
Please pull tag u-boot-atmel-2019.04-a , the first set of fixes for
u-boot-atmel for 2019.04 release.
There are two fixes with changes to defconfigs.
Travis CI: https://travis-ci.org/ehristev/u-boot/builds/501351347
Thanks,
Eugen
The following changes since commit f14de0014c56093f
On 2/11/2019 5:13 PM, Stephen Warren wrote:
On 2/11/19 3:48 AM, Thierry Reding wrote:
On Mon, Feb 11, 2019 at 10:04:37AM +, Tristan Bastian wrote:
Thierry Reding – Mon, 11. February 2019 10:38
On Mon, Feb 11, 2019 at 09:20:33AM +, Tristan Bastian wrote:
Thierry Reding – Mon, 11.
On Thu, Feb 14, 2019 at 5:41 AM Andre Przywara wrote:
>
> It seems like the Allwinner SATA driver is already quite capable of
> using the driver model, so we can force this on all boards and can
> remove support for a non-DM_SCSI build.
> This removes the warning about boards with SATA ports not b
On Wed, Feb 27, 2019 at 11:06 AM Ley Foon Tan wrote:
>
> Use quad write if SPI_TX_QUAD flag is set.
>
> Tested quad write on Stratix 10 SoC board (Micron
> serial NOR flash, mt25qu02g)
>
> Signed-off-by: Ley Foon Tan
>
> ---
> v1 -> v2:
> - Update commit message
> - Restore file permission
> ---
On Mon, Feb 25, 2019 at 4:29 PM wrote:
>
> With current order of include files, the file designware_spi.c
> can't see that the struct global_data has the member
> board_type when CONFIG_BOARD_TYPES is defined. By not seeing this
> then all the members are shifted in the struct global_data.
> So wh
The compiler is not happy when neither USB nor TFTP transport for DFU defined:
cmd/dfu.c: In function ‘do_dfu’:
cmd/dfu.c:31:8: warning: unused variable ‘devstring’ [-Wunused-variable]
char *devstring = argv[3];
^
cmd/dfu.c:30:8: warning: unused variable ‘interface’ [-Wunused-var
Signed-off-by: Ismael Luceno
---
drivers/i2c/rcar_i2c.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c
index 8d87c73713..bd7c37a207 100644
--- a/drivers/i2c/rcar_i2c.c
+++ b/drivers/i2c/rcar_i2c.c
@@ -34,9 +34,9 @@
#define
Signed-off-by: Ismael Luceno
---
drivers/i2c/rcar_i2c.c | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c
index bd7c37a207..7212587234 100644
--- a/drivers/i2c/rcar_i2c.c
+++ b/drivers/i2c
Do the reset before clearing the MSR, otherwise it may result in a read
or write operation instead if the start condition is repeated.
Signed-off-by: Ismael Luceno
---
drivers/i2c/rcar_i2c.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i
Signed-off-by: Ismael Luceno
---
drivers/i2c/rcar_i2c.c | 14 +-
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c
index b4cc0c55b1..5e04b68d95 100644
--- a/drivers/i2c/rcar_i2c.c
+++ b/drivers/i2c/rcar_i2c.c
@@ -144,10 +144,
Signed-off-by: Ismael Luceno
---
drivers/i2c/rcar_i2c.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c
index 5e04b68d95..b829e8b20d 100644
--- a/drivers/i2c/rcar_i2c.c
+++ b/drivers/i2c/rcar_i2c.c
@@ -68,7 +68,7 @@ st
Signed-off-by: Ismael Luceno
---
drivers/i2c/rcar_i2c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c
index 8cdd37c006..b4cc0c55b1 100644
--- a/drivers/i2c/rcar_i2c.c
+++ b/drivers/i2c/rcar_i2c.c
@@ -207,7 +207,7 @@ static int
From: Siva Durga Prasad Paladugu
This patch relocates the pointers inside phy_drivers incase
of manual reloc. Without this reloc, these points to invalid
pre relocation address and hence causes exception or hang.
Signed-off-by: Siva Durga Prasad Paladugu
Signed-off-by: Michal Simek
---
Joe as
From: Siva Durga Prasad Paladugu
Don't ignore return value of phy_probe() call as
the probe may fail and it needs to be reported.
Signed-off-by: Siva Durga Prasad Paladugu
Signed-off-by: Michal Simek
---
Joe asked for it.
---
drivers/net/phy/phy.c | 5 -
1 file changed, 4 insertions(+),
Hi,
i noticed that CONFIG_SYS_BOOTM_LEN, set in board config, and used in
common/bootm.c is ignored
when compiling the tools like mkimage and fit_check_sign. The default 8MB is
used and fit_check_sign
may fail with "Loading Kernel Image ... Image too large: increase
CONFIG_SYS_BOOTM_LEN". Still
Hi Simon,
reviving an old (dead) thread:
On 20/11/18 22:11, Simon Goldschmidt wrote:
> On 04.09.2018 12:30, Andreas Reichel wrote:
>> Hi all,
>>
>> as Stefano Babic was so friendly and pointed out a few things already,
>> we come the following problematic points:
>>
>> For SWupdate to access U-B
The Cavium Octeon-TX 64-bit ARM based SoCs include the CN80XX and CN81XX.
These SoC's have peripheral drivers based on PCI ECAM.
This series has been tested on the the following Gateworks SBC's:
- GW6100 - CN8021 dual A53 800MHz
- GW6104 - CN8031 quad A53 1500MHz
- GW6300 - CN8020 dual A53 800M
Signed-off-by: Tim Harvey
---
arch/arm/Kconfig | 6 +++---
arch/arm/Makefile | 1 +
arch/arm/dts/Makefile | 2 +-
.../arm/include/asm/arch-thunderx}/atf.h | 2 +-
.../arm/include/asm/arch-thu
The thunderx-81xx is a device-tree implementation supporting the Cavium
Octeon-TX CN80xx/CN81xx SoC which combines 64bit ARM cores with thunderx
peripherals.
Signed-off-by: Tim Harvey
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/thunderx-81xx.dts | 36 +++
arch/arm/dts/thunderx-81
Add Single Root I/O Virtualization (SR-IOV) and Enhanced Allocation support
Signed-off-by: Tim Harvey
---
arch/x86/cpu/baytrail/cpu.c | 3 +-
drivers/ata/ahci.c | 8 +-
drivers/i2c/designware_i2c.c | 4 +-
drivers/i2c/intel_i2c.c | 3 +-
drivers/mmc/pci_mmc.c| 3
Add Cavium Thunderx common registers, structures, and helper functions
Signed-off-by: Tim Harvey
---
arch/arm/include/asm/arch-thunderx/thunderx.h | 300 ++
arch/arm/mach-thunderx/Makefile | 2 +-
arch/arm/mach-thunderx/misc.c | 33 ++
3 files cha
The thunderx boards use the Cavium Bringup and Diagnostics Kit (BDK) as a
secondary program loader (SPL). This initial boot firmware loads the
device-tree and passes it to the next layer of software in X1.
Signed-off-by: Tim Harvey
---
arch/arm/mach-thunderx/Makefile| 2 +-
arch/arm/mac
Signed-off-by: Tim Harvey
---
drivers/usb/host/xhci-pci.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index d42f06bc32..3605357d33 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@
Signed-off-by: Tim Harvey
---
include/fdtdec.h | 11 +++
lib/fdtdec.c | 13 +
2 files changed, 24 insertions(+)
diff --git a/include/fdtdec.h b/include/fdtdec.h
index c26df50543..b56be097eb 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -460,6 +460,17 @@ int fdtd
Signed-off-by: Tim Harvey
---
board/cavium/thunderx/thunderx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/cavium/thunderx/thunderx.c b/board/cavium/thunderx/thunderx.c
index 57dce5aee0..0cc03a463f 100644
--- a/board/cavium/thunderx/thunderx.c
+++ b/board/cavium/
Signed-off-by: Tim Harvey
---
configs/thunderx_81xx_defconfig | 2 +
drivers/i2c/Kconfig | 7 +
drivers/i2c/Makefile| 1 +
drivers/i2c/thunderx_i2c.c | 878
include/configs/thunderx_81xx.h | 2 +
5 files changed, 890 insertions
Signed-off-by: Tim Harvey
---
board/cavium/thunderx/Kconfig| 4 +
board/cavium/thunderx/thunderx.c | 16 ++--
configs/thunderx_81xx_defconfig | 6 ++
configs/thunderx_88xx_defconfig | 6 ++
drivers/pci/Kconfig | 9 ++
drivers/pci/Makefile | 1 +
drivers/p
---
configs/thunderx_81xx_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/thunderx_81xx_defconfig b/configs/thunderx_81xx_defconfig
index 8538f63181..bb374b741a 100644
--- a/configs/thunderx_81xx_defconfig
+++ b/configs/thunderx_81xx_defconfig
@@ -48,3 +48,6 @@ CONFIG_USB=
TODO:
- determine proper workaround for disabling found_multi
- determine proper workaround for decode_regions
Signed-off-by: Tim Harvey
---
drivers/pci/pci-uclass.c | 12
include/pci.h| 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/drivers/pci/
Signed-off-by: Tim Harvey
---
configs/thunderx_81xx_defconfig | 4 +
drivers/spi/Kconfig | 6 +
drivers/spi/Makefile| 1 +
drivers/spi/thunderx_spi.c | 448
4 files changed, 459 insertions(+)
create mode 100755 drivers/spi/thund
Signed-off-by: Tim Harvey
---
configs/thunderx_81xx_defconfig | 4 +
drivers/gpio/Kconfig| 7 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/thunderx_gpio.c| 189
4 files changed, 201 insertions(+)
create mode 100644 drivers/gpio/thu
Instead of assuming 2 devices, get the max from the host controller.
Signed-off-by: Tim Harvey
---
drivers/ata/ahci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 81d16925dd..e7d590f69a 100644
--- a/drivers/ata/ahci.c
+++ b/dri
For boards with soc peripherals via the pci devices some devices require
probing during config to be available (ie VNIC on ThunderX SoCs).
Signed-off-by: Tim Harvey
---
drivers/pci/pci_auto.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/drivers/pci/pci_auto.c b/drivers
Signed-off-by: Tim Harvey
---
configs/thunderx_81xx_defconfig | 5 +
include/configs/thunderx_81xx.h | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/configs/thunderx_81xx_defconfig b/configs/thunderx_81xx_defconfig
index 48f57ecf1b..8538f63181 100644
--- a/configs/thund
Signed-off-by: Tim Harvey
---
drivers/ata/ahci.c | 26 +-
include/ahci.h | 3 +++
2 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index d6753f140d..81d16925dd 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahc
Signed-off-by: Tim Harvey
---
arch/arm/include/asm/io.h | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h
index 5df74728de..5699e6f23a 100644
--- a/arch/arm/include/asm/io.h
+++ b/arch/arm/include/asm/io.h
@@ -172,6 +172,14 @@ static
Commit ff7bd212cb8a ("net: phy: micrel: fix divisor value for KSZ9031
phy skew") fixed the skew value divisor for the KSZ9031, but left the
code using the same divisor for the KSZ9021, which is incorrect.
The preceding commit c16e69f702b1 ("net: phy: micrel: add documentation
for Micrel KSZ90x1 bi
Signed-off-by: Tim Harvey
---
configs/thunderx_81xx_defconfig | 7 +++
drivers/ata/ahci.c | 12 +---
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/configs/thunderx_81xx_defconfig b/configs/thunderx_81xx_defconfig
index bb374b741a..dbdadde5fc 100644
---
Signed-off-by: Tim Harvey
---
include/configs/thunderx_81xx.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs/thunderx_81xx.h b/include/configs/thunderx_81xx.h
index dbca775699..c32aa7844c 100644
--- a/include/configs/thunderx_81xx.h
+++ b/include/configs/thu
In some of the device trees that specify skew values for KSZ90x1 PHYs
the values are stored (incorrectly) in the MAC node, whereas in others
it is in an 'ethernet-phy' subnode. Previously the code would fail to
find and program these skew values, so this commit changes it to look
for an "ethernet-p
I have been having problems making the Gigabit Ethernet interface work
on the SAMA5D3xEK board with recent versions of U-Boot. After much
debugging it eventually transpired that this was because the PHY's skew
registers were not being programmed, and it has never worked since this
board was conver
On Mon, Mar 4, 2019 at 9:02 AM Michal Simek wrote:
>
> From: Siva Durga Prasad Paladugu
>
> Don't ignore return value of phy_probe() call as
> the probe may fail and it needs to be reported.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Signed-off-by: Michal Simek
Acked-by: Joe Hershberger
On Mon, Mar 4, 2019 at 9:01 AM Michal Simek wrote:
>
> From: Siva Durga Prasad Paladugu
>
> This patch relocates the pointers inside phy_drivers incase
> of manual reloc. Without this reloc, these points to invalid
> pre relocation address and hence causes exception or hang.
>
> Signed-off-by: Si
On Tue, Feb 26, 2019 at 9:51 AM Ioana Ciocoi Radulescu
wrote:
>
> If node /board_info/ports does not exist in the DPC file,
> function mc_fixup_dpc() will skip not only MAC address fixup,
> but also the cache flush at the end. This may cause the other
> fixup changes (e.g. ICID relatd ones) to be
On Thu, Feb 28, 2019 at 3:06 AM Pramod Kumar wrote:
>
> Fix EC1 and EC2 read from correct offset 26, instead of 25
>
> Signed-off-by: Pramod Kumar
Acked-by: Joe Hershberger
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-
On 3/4/19 3:19 PM, Ismael Luceno Cortes wrote:
Hello Ismael,
the patch is missing commit message, please fix globally.
I sent this patch [1] two days ago, I believe it fixes the same issue,
can you rebase the series on top of it ?
[1] http://patchwork.ozlabs.org/patch/1050650/
> Signed-off-by:
On 3/4/19 3:19 PM, Ismael Luceno Cortes wrote:
> Signed-off-by: Ismael Luceno
> ---
> drivers/i2c/rcar_i2c.c | 14 +-
> 1 file changed, 5 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c
> index b4cc0c55b1..5e04b68d95 100644
> --- a/drive
On 3/4/19 3:19 PM, Ismael Luceno Cortes wrote:
Why is this change needed ? A commit message explaining it would help a lot.
> Signed-off-by: Ismael Luceno
> ---
> drivers/i2c/rcar_i2c.c | 10 ++
> 1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/i2c/rcar_i2c.c b
On Mon, Mar 4, 2019 at 11:05 AM Chandrakala Chavva wrote:
>
> We will be submitting OcteonTX/OcteonTX2 support soon to mainline, these are
> very old changes, please wait till then.
>
>
> Chandra
Chandra,
Thanks for the reply. Can you elaborate on what 'soon' might be...
weeks or months?
Regar
We will be submitting OcteonTX/OcteonTX2 support soon to mainline, these are
very old changes, please wait till then.
Chandra
From: Tim Harvey
Sent: Monday, March 4, 2019 9:34:16 AM
To: Aaron Williams; Chris Packham; Alexander Graf; Zi Shen Lim; Maen Suleiman;
The comment about SPL memory layout for socfpga gen5 is outdated: the
initial malloc memory is now at the end of the SRAM, gd is below it
(see board_init_f_alloc_reserve).
Signed-off-by: Simon Goldschmidt
---
Changes in v2: None
include/configs/socfpga_common.h | 6 +++---
1 file changed, 3 in
This series cleans up stack definitions in socfpga_common.h as well as
cleans up defconfig files by implying/defaulting common things in Kconfig
files.
Finally, it reduces the malloc pool size used in first stage of gen5 SPL
(without ddr available) in order to have more space available for code.
Instead of fixing the SPL stack to 64 KiB in the board config header via
CONFIG_SYS_SPL_MALLOC_SIZE, let's just use CONFIG_SPL_SYS_MALLOC_F_LEN
in the defconfig.
This also has the advandage that it removes sub-mach specific ifdefs in
socfpga_common.h.
Signed-off-by: Simon Goldschmidt
---
Change
If SPL post-reloc stage puts the stack into DDR, U-Boot should be able to
do that, too.
The reason to do so is that this way, U-Boot initial stack can be larger
than SPL initial stack. In situations where we want to save the SPL
in SRAM for next boot without reloading, this prevents overwriting th
This commit moves common config options used in all socfpga boards
to select/imply in Kconfig. This both cleans up the defconfig files
as well as makes future changes easier.
Options implied/defaulted for all sub-arches:
- SPL, SPL_DM, USE_TINY_PRINTF, NR_DRAM_BANKS
Options implied/defaulted for
By enabling debug prints in malloc_simple, we can see that SPL for socfpga
gen5 does by far not need the 8 KiB malloc pool currently allocated for
SPL in pre-reloc phase.
On socfpga_socrates, 1304 bytes are currently used (and this increases by
~200 bytes only for the sdram/reset fixes in socfpga-
On 3/4/19 9:53 PM, Simon Goldschmidt wrote:
> This commit moves common config options used in all socfpga boards
> to select/imply in Kconfig. This both cleans up the defconfig files
> as well as makes future changes easier.
>
> Options implied/defaulted for all sub-arches:
> - SPL, SPL_DM, USE_TI
Marek Vasut schrieb am Mo., 4. März 2019, 22:19:
> On 3/4/19 9:53 PM, Simon Goldschmidt wrote:
> > This commit moves common config options used in all socfpga boards
> > to select/imply in Kconfig. This both cleans up the defconfig files
> > as well as makes future changes easier.
> >
> > Options
Assorted PFC fixes below ...
The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28
18:57:32 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch ch
On 3/4/19 10:23 PM, Simon Goldschmidt wrote:
>
>
> Marek Vasut mailto:ma...@denx.de>> schrieb am Mo., 4.
> März 2019, 22:19:
>
> On 3/4/19 9:53 PM, Simon Goldschmidt wrote:
> > This commit moves common config options used in all socfpga boards
> > to select/imply in Kconfig. This bot
Hello Marek,
Thanks to great maintenance, the R-Car3 defconfigs look strikingly similar.
Do you think it would make sense to relocate the common parts into
rcar{3,-gen3}_defconfig and the unique per-board options into config
fragments resembling the current R-Car3 defconfig structure?
$> u-boot-m
On Mon, Mar 4, 2019 at 11:46 AM James Byrne
wrote:
>
> Commit ff7bd212cb8a ("net: phy: micrel: fix divisor value for KSZ9031
> phy skew") fixed the skew value divisor for the KSZ9031, but left the
> code using the same divisor for the KSZ9021, which is incorrect.
>
> The preceding commit c16e69f70
On Mon, Mar 4, 2019 at 11:47 AM James Byrne
wrote:
>
> In some of the device trees that specify skew values for KSZ90x1 PHYs
> the values are stored (incorrectly) in the MAC node, whereas in others
> it is in an 'ethernet-phy' subnode. Previously the code would fail to
> find and program these ske
On 3/4/19 10:36 PM, Eugeniu Rosca wrote:
> Hello Marek,
Hi,
> Thanks to great maintenance, the R-Car3 defconfigs look strikingly similar.
That's the goal for this release, to make them look similar.
> Do you think it would make sense to relocate the common parts into
> rcar{3,-gen3}_defconfig a
On Fri, Feb 15, 2019 at 3:30 AM Hannes Schmelzer
wrote:
>
> The phy_connect_dev(...) function from phy.c does all the handling
> (inclusive catching fixed-link).
>
> So we drop here the single steps and call just phy_connect_dev(...).
>
> Signed-off-by: Hannes Schmelzer
Acked-by: Joe Hershberger
On Wed, Feb 13, 2019 at 3:51 PM Lukasz Majewski wrote:
>
> BK4 requires setup of 50MHz reference clock for its KSZ8081 PHY devices.
>
> Signed-off-by: Lukasz Majewski
Acked-by: Joe Hershberger
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> board/phytec/pcm052/pc
On Thu, Feb 28, 2019 at 2:13 AM Pankaj Bansal wrote:
>
> Now that we are representing the MDIO mux in LX2160AQDS board in
> producer/consumer terms, the consumer nodes' has been changed.
>
> Therefore, modify the device tree fixups according to change in device
> tree.
>
> Signed-off-by: Pankaj Ba
Hi Joe,
> On Wed, Feb 13, 2019 at 3:51 PM Lukasz Majewski wrote:
> >
> > BK4 requires setup of 50MHz reference clock for its KSZ8081 PHY
> > devices.
> >
> > Signed-off-by: Lukasz Majewski
>
> Acked-by: Joe Hershberger
>
> > ---
> >
> > Changes in v4: None
> > Changes in v3: None
> > Change
On Fri, Feb 22, 2019 at 8:06 AM Patrice Chotard wrote:
>
> This is needed to make ethernet work on stm32f746-eval which
> uses MII mode.
>
> Signed-off-by: Patrice Chotard
Acked-by: Joe Hershberger
___
U-Boot mailing list
U-Boot@lists.denx.de
https://
cc: Masahiro (due to Kconfig topic)
Hi Marek,
On Mon, Mar 04, 2019 at 11:03:56PM +0100, Marek Vasut wrote:
> On 3/4/19 10:36 PM, Eugeniu Rosca wrote:
> > Hello Marek,
<-snip->
> > Do you think it would make sense to relocate the common parts into
> > rcar{3,-gen3}_defconfig and the unique per-b
This patch was originally posted as a single one, but then was
merged in my "run -e." Now I would like to post it on its own.
With this patch, EFI Boot Manager will handles BootNext and BootCurrent
variable as UEFI specification describes.
Changes in v2 (Mar 5, 2019)
* extract this patch from my
See UEFI v2.7, section 3.1.2 for details of the specification.
With efidebug command, you can run any EFI boot option as follows:
=> efi boot add 1 SHELL ...
=> efi boot add 2 HELLO ...
=> efi boot order 1 2
=> efi bootmgr
(starting SHELL ...)
=> efi boot next 2
=> efi bootmgr
Add i.MX8QM compatible
Signed-off-by: Peng Fan
---
drivers/pinctrl/nxp/pinctrl-imx8.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/nxp/pinctrl-imx8.c
b/drivers/pinctrl/nxp/pinctrl-imx8.c
index 0738da0ebe..c1b0ca438a 100644
--- a/drivers/pinctrl/nxp/pinctrl-imx8.c
+++ b/dr
Add i.MX8QM pads definition
Signed-off-by: Peng Fan
---
include/dt-bindings/pinctrl/pads-imx8qm.h | 961 ++
1 file changed, 961 insertions(+)
create mode 100644 include/dt-bindings/pinctrl/pads-imx8qm.h
diff --git a/include/dt-bindings/pinctrl/pads-imx8qm.h
b/inclu
Add i.MX8QM clocks definition
Signed-off-by: Peng Fan
---
include/dt-bindings/clock/imx8qm-clock.h | 846 +++
1 file changed, 846 insertions(+)
create mode 100644 include/dt-bindings/clock/imx8qm-clock.h
diff --git a/include/dt-bindings/clock/imx8qm-clock.h
b/inclu
Introduce basic dtsi for i.MX8QM, only support SDHC/FEC/LPUART.
Signed-off-by: Peng Fan
---
arch/arm/dts/fsl-imx8qm.dtsi | 400 +++
1 file changed, 400 insertions(+)
create mode 100644 arch/arm/dts/fsl-imx8qm.dtsi
diff --git a/arch/arm/dts/fsl-imx8qm.dts
Add cpu type and Kconfig entry
Signed-off-by: Peng Fan
---
arch/arm/include/asm/arch-imx/cpu.h | 1 +
arch/arm/mach-imx/imx8/Kconfig | 5 +
arch/arm/mach-imx/imx8/cpu.c| 3 +++
3 files changed, 9 insertions(+)
diff --git a/arch/arm/include/asm/arch-imx/cpu.h
b/arch/arm/include
Add i.MX8QM entry
Signed-off-by: Peng Fan
---
arch/arm/include/asm/arch-imx8/imx8-pins.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/include/asm/arch-imx8/imx8-pins.h
b/arch/arm/include/asm/arch-imx8/imx8-pins.h
index dcced1010b..2130298163 100644
--- a/arch/arm/include/asm/a
Add i.MX8QM clk driver, SDHC/FEC/UART/I2C supported.
Signed-off-by: Peng Fan
---
drivers/clk/imx/Makefile | 1 +
drivers/clk/imx/clk-imx8.c | 1 +
drivers/clk/imx/clk-imx8qm.c | 307 +++
3 files changed, 309 insertions(+)
create mode 100644 driv
To make it easy to add new clk driver for i.MX8, split
the code into common part and SoC specific part.
Make the get/set/enable non static and introduce a num_clks for
soc_clk_dump, because the arrays are moved to clk-imx8qxp.c.
Signed-off-by: Peng Fan
---
drivers/clk/imx/Makefile | 4 +
Add i.MX8QM MEK board support.
Included a basic dts, enabled SPL FIT
Boot log as below:
U-Boot SPL 2019.01-rc1-00029-gf002213219 (Dec 24 2018 - 10:28:30 +0800)
Normal Boot
Trying to boot from MMC2_2
U-Boot 2019.01-rc1-00029-gf002213219 (Dec 24 2018 - 10:28:30 +0800)
CPU: NXP i.MX8QM RevB A53 a
According to IMX8QXP/8QM config option, choose the clk/iomuxc
compatible.
Signed-off-by: Peng Fan
---
drivers/misc/imx8/scu.c | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/drivers/misc/imx8/scu.c b/drivers/misc/imx8/scu.c
index 1b9c49c99c..9ec00457b8 10064
Heinrich,
On Fri, Mar 01, 2019 at 10:22:13AM +0900, AKASHI Takahiro wrote:
> On Thu, Feb 28, 2019 at 06:13:39AM +0100, Heinrich Schuchardt wrote:
> > On 2/28/19 6:06 AM, AKASHI Takahiro wrote:
> > > On Thu, Feb 28, 2019 at 05:53:17AM +0100, Heinrich Schuchardt wrote:
> > >> On 2/28/19 5:45 AM, AKA
On Sun, Mar 03, 2019 at 04:41:29AM +, Prabhakar Kushwaha wrote:
> The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
>
> Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28
> 18:57:32 -0500)
>
> are available in the git repository at:
>
> git
On Mon, Mar 04, 2019 at 08:57:35AM +, Prabhakar Kushwaha wrote:
> Hi Tom,
>
> The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
>
> Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28
> 18:57:32 -0500)
>
> are available in the git repository a
On Mon, Mar 04, 2019 at 11:35:31AM +, eugen.hris...@microchip.com wrote:
> Hello Tom,
>
> Please pull tag u-boot-atmel-2019.04-a , the first set of fixes for
> u-boot-atmel for 2019.04 release.
>
> There are two fixes with changes to defconfigs.
>
> Travis CI: https://travis-ci.org/ehriste
Hey all,
So it's release day and I've put up v2019.04-rc3, I've updated git and
the tarballs are also up now.
Thanks again to having signed tags, between -rc2 and -rc3 we have a good
changelog under 'git log --merges v2019.04-rc2..v2019.04-rc3'
We're looking at release on April 8th, 2019.
Thank
On Mon, Mar 04, 2019 at 10:33:59PM +0100, Marek Vasut wrote:
> Assorted PFC fixes below ...
>
> The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
>
> Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28
> 18:57:32 -0500)
>
> are available in the Git
Split fdtdec_setup_mem_size_base() into fdtdec_setup_mem_size_base_fdt(),
which allows the caller to pass custom blob into the function and the
original fdtdec_setup_mem_size_base(), which uses the gd->fdt_blob. This
is useful when configuring the DRAM properties from a FDT blob fragment
passed in
Split fdtdec_setup_memory_banksize() into fdtdec_setup_memory_banksize_fdt(),
which allows the caller to pass custom blob into the function and the
original fdtdec_setup_memory_banksize(), which uses the gd->fdt_blob. This
is useful when configuring the DRAM properties from a FDT blob fragment
pass
1 - 100 of 118 matches
Mail list logo