Re: [U-Boot] [PATCH v2 3/3] riscv: qemu: Imply MACB ethernet for emulation

2018-12-19 Thread Anup Patel
+Michal On Wed, Dec 19, 2018 at 6:02 PM Anup Patel wrote: > > From: Anup Patel > > This patch enables Cadence MACB ethernet driver for QEMU RISC-V > emulation by implying MACB, MII, RGMII and NET_RANDOM_ETHADDR on > BOARD_SPECIFIC_OPTIONS. > > Signed-off-by: Anup Patel > Reviewed-by: Bin Meng

Re: [U-Boot] [PATCH v2 2/3] net: macb: Fix clk API usage for RISC-V systems

2018-12-19 Thread Anup Patel
+Michal On Wed, Dec 19, 2018 at 6:02 PM Anup Patel wrote: > > From: Anup Patel > > This patch does following fixes in MACB ethernet driver > for using it on RISC-V systems (particularly QEMU sifive_u > machine): > 1. asm/arch/clk.h is not available on RISC-V port so include >it only for non-

[U-Boot] [PATCH 1/2] armv8: ls1043a: add SVR definitions for 23x23 package silicon

2018-12-19 Thread Z.q. Hou
From: Hou Zhiqiang LS1043A/LS1023A 23x23 package silicon has different SVR:VAR_PER. Signed-off-by: Hou Zhiqiang --- arch/arm/cpu/armv8/fsl-layerscape/cpu.c|2 ++ arch/arm/include/asm/arch-fsl-layerscape/soc.h |3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 2/2] armv8: ls1043a: correct the PCIe INTx fixup

2018-12-19 Thread Z.q. Hou
From: Hou Zhiqiang On LS1043A rev1.0 there are 4 interrupt pins for INTx, and on rev1.1 there is only 1 for INTx, so the current fixup is inverse of the fact. Signed-off-by: Hou Zhiqiang --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di

Re: [U-Boot] [PATCH 1/1] arm: sunxi: Add NULL pointer check

2018-12-19 Thread Stefan Mavrodiev
On 12/17/18 8:37 AM, Stefan Mavrodiev wrote: On 12/14/18 5:55 PM, Maxime Ripard wrote: On Fri, Dec 14, 2018 at 04:14:31PM +0200, Stefan Mavrodiev wrote: On 12/14/18 11:25 AM, Maxime Ripard wrote: On Thu, Dec 13, 2018 at 09:12:57AM +0200, Stefan Mavrodiev wrote: On 12/6/18 8:41 AM, Stefan Ma

Re: [U-Boot] [PATCH v3 6/8] cmd: efishell: add dh command

2018-12-19 Thread Heinrich Schuchardt
On 12/18/18 6:05 AM, AKASHI Takahiro wrote: > "dh" command prints all the uefi handles used in the system. > => efishell dh > (T.B.D.) > 0: (protocol info not available) > 1: (protocol info not available) > 2: (protocol info not available) > 3: (protocol info not available) > 4: (protocol info not

Re: [U-Boot] [PATCH v3 3/8] cmd: efishell: add drivers command

2018-12-19 Thread Heinrich Schuchardt
On 12/18/18 6:05 AM, AKASHI Takahiro wrote: > "drivers" command prints all the uefi drivers on the system. > => efi drivers > Driver Name Image Path > > (unknown) +(not found) > guid: 18a031ab-b443-4d1a-a5c0-0c09261e9f71 > > Currently, no

[U-Boot] [PATCH 1/2] travis: Setup QEMU_VERSION as variable

2018-12-19 Thread Michal Simek
This change enables setting up specific Qemu version or sha1 for new targets which are added after (current) v3.0.0 version. This changes is preparation step for adding new Xilinx Versal Virt platform which was merge after v3.0.0. Signed-off-by: Michal Simek --- .travis.yml | 3 ++- 1 file chan

[U-Boot] [PATCH 2/2] travis: Wire Xilinx Versal Virt platform

2018-12-19 Thread Michal Simek
Test Xilinx Versal Virt platform running on the v3.1.0 Qemu. Signed-off-by: Michal Simek --- Patch needs to be applied when this PR is merged. https://github.com/swarren/uboot-test-hooks/pull/21 --- .travis.yml | 8 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.y

<    1   2