The following changes since commit d0d07ba86afc8074d79e436b1ba4478fa0f0c1b5:
Prepare v2019.10-rc1 (2019-07-29 21:16:16 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2019-10-rc2
for you to fetch changes up to bb689577206a679f
On 8/2/19 9:26 PM, Patrick Wildt wrote:
On Wed, Apr 10, 2019 at 11:24:53AM +0200, Patrick Wildt wrote:
On Wed, Apr 10, 2019 at 11:20:35AM +0200, Patrick Wildt wrote:
On Thu, Jan 31, 2019 at 07:29:04PM +0100, Heinrich Schuchardt wrote:
Do we really need multiple functions to update the DHCP sta
Build GRUB UEFI target grubriscv64.efi. It is needed for running
test_efi_grub_net().
Signed-off-by: Heinrich Schuchardt
---
This patch applies to
https://gitlab.denx.de/u-boot/gitlab-ci-runner
---
Dockerfile | 14 ++
1 file changed, 14 insertions(+)
diff --git a/Dockerfile b/Docker
Build riscv64-softmmu.
Signed-off-by: Heinrich Schuchardt
---
This patch applies to
https://gitlab.denx.de/u-boot/gitlab-ci-runner
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index c669241..1d7a3da 100644
--- a/Dockerfile
+++ b/Docke
For GitLab we create our own GRUB binaries. Use them for Travis CI too.
Signed-off-by: Heinrich Schuchardt
---
Hello Tom,
with this patch every single of the 78 sub-job will pull our Docker image
resulting in 78 times 2GB traffic and 78 times 3 min for pulling the image.
This cannot be the righ
On Sun, Aug 4, 2019 at 8:11 PM Heinrich Schuchardt wrote:
>
> Build riscv64-softmmu.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> This patch applies to
> https://gitlab.denx.de/u-boot/gitlab-ci-runner
> ---
> Dockerfile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Bi
On Sun, Aug 4, 2019 at 8:10 PM Heinrich Schuchardt wrote:
>
> Build GRUB UEFI target grubriscv64.efi. It is needed for running
> test_efi_grub_net().
>
> Signed-off-by: Heinrich Schuchardt
> ---
> This patch applies to
> https://gitlab.denx.de/u-boot/gitlab-ci-runner
> ---
> Dockerfile | 14
Part 3 + 4 of this series will be replaced by driver from Ryder Lee (post his
series in next hours). i have tested it the last days.
Part 1 + 2 will still be needed to get ahci on bananapi r2 working.
Am 31. Juli 2019 13:51:44 MESZ schrieb Frank Wunderlich
:
>From: Oleksandr Rybalko
>
>this ch
Part 3 + 4 of this series will be replaced by driver from Ryder Lee (post his
series in next hours). i have tested it the last days. Part 1 + 2 will still be
needed to get ahci on bananapi r2 working.
___
U-Boot mailing list
U-Boot@lists.denx.de
https:
This series adds PCIe/PHY drivers which were adapted from Linux version.
The related drivers were tested on bpi-r2.
To get AHCI (SATA) working on R2 (ASM1061 PCIe2SATA-Controller) 2 addional
changes are needed (see Parts 5+6 from Oleksandr Rybalko)
changes since v1:
- replaced mt2701 PCIe drive
From: Oleksandr Rybalko
In 32bits mode upper bits need to be set to 0, otherwise controller will
try to DMA into not existing memory and stops with error.
Tested-by: Frank Wunderlich
Signed-off-by: Frank Wunderlich
Signed-off-by: Oleksandr Rybalko
---
drivers/ata/ahci.c | 9 +++--
1 file
From: Ryder Lee
This adds PCIe controller support for MT7623.
Tested-by: Frank Wunderlich
Signed-off-by: Frank Wunderlich
Signed-off-by: Ryder Lee
---
drivers/pci/Kconfig | 8 +
drivers/pci/Makefile| 1 +
drivers/pci/pcie_mediatek.c | 292 +
From: Oleksandr Rybalko
Tested-by: Frank Wunderlich
Signed-off-by: Frank Wunderlich
Signed-off-by: Oleksandr Rybalko
---
drivers/ata/ahci-pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/ahci-pci.c b/drivers/ata/ahci-pci.c
index 1ca439d3fa..11ec98b56f 100644
--- a/drivers
From: Ryder Lee
This adds PCIe and its PHY nodes for MT7623.
Tested-by: Frank Wunderlich
Signed-off-by: Frank Wunderlich
Signed-off-by: Ryder Lee
---
arch/arm/dts/mt7623.dtsi | 128 +++
arch/arm/dts/mt7623n-bananapi-bpi-r2.dts | 29 +
2 files changed,
From: Ryder Lee
This follows the linux header rules to avoid conflict bitfields.
Tested-by: Frank Wunderlich
Signed-off-by: Frank Wunderlich
Signed-off-by: Ryder Lee
---
arch/arm/dts/mt7623.dtsi | 2 +-
arch/arm/dts/mt7629.dtsi | 2 +-
.../reset/{m
From: Ryder Lee
The driver provides PHY for USB2, USB3.0, PCIe and SATA, and now
we just enable PCIe. As for the other functionalities will be
added gradually in upcoming days.
Tested-by: Frank Wunderlich
Signed-off-by: Frank Wunderlich
Signed-off-by: Ryder Lee
---
drivers/phy/Kconfig
a link the v1, because subject differs:
https://patchwork.ozlabs.org/project/uboot/list/?series=122451
regards Frank
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
On Sun, Aug 04, 2019 at 02:10:49PM +0200, Heinrich Schuchardt wrote:
> Build riscv64-softmmu.
>
> Reviewed-by: Bin Meng
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot-gitlab-ci-runner/master, thanks!
--
Tom
signature.asc
Description: PGP signature
__
> Subject: [PATCH] clk: correct spelling of bound
>
> bound is the correct past tense of bind.
>
> Signed-off-by: Anatolij Gustschin
> ---
> drivers/clk/clk-composite.c | 12 ++--
> drivers/clk/clk-divider.c | 4 ++--
> drivers/clk/clk-gate.c | 4 ++--
> drivers/clk/clk-mux.c
> Subject: Re: [U-Boot] [PATCH 2/2] imx: mx6ul_14x14_evk: convert to
> DM_VIDEO
>
> Hi Peng,
>
> On Thu, Aug 1, 2019 at 9:03 AM Peng Fan wrote:
> >
> > To support DM_VIDEO,
> > Add display node for lcdif
> > Drop board iomuxc settings.
> > Enable DM_VIDEO
> >
> > Signed-off-by: Peng Fan
> >
Hello Julius,
Am 03.08.2019 um 00:52 schrieb Julius Werner:
The Linux ramdisk should always be decompressed by the kernel itself,
not by U-Boot. Therefore, the 'compression' node in the FIT image should
always be set to "none" for ramdisk images, since the only point of
using that node is if you
On Sat, Aug 3, 2019 at 12:52 AM Julius Werner wrote:
>
> The Linux ramdisk should always be decompressed by the kernel itself,
> not by U-Boot. Therefore, the 'compression' node in the FIT image should
> always be set to "none" for ramdisk images, since the only point of
> using that node is if yo
Read a single byte from EEPROM to verify that it is actually there.
This is equivalent to Linux kernel commit 00f0ea70d2b8 ("eeprom: at24:
check if the chip is functional in probe()").
Cc: Bartosz Golaszewski
Signed-off-by: Baruch Siach
---
drivers/misc/i2c_eeprom.c | 8
1 file change
On Sun, Aug 4, 2019 at 8:25 PM Frank Wunderlich wrote:
>
> From: Ryder Lee
>
> This adds PCIe controller support for MT7623.
>
> Tested-by: Frank Wunderlich
> Signed-off-by: Frank Wunderlich
> Signed-off-by: Ryder Lee
> ---
> drivers/pci/Kconfig | 8 +
> drivers/pci/Makefile
On Sun, Aug 4, 2019 at 8:26 PM Frank Wunderlich wrote:
>
> From: Ryder Lee
>
> This adds PCIe and its PHY nodes for MT7623.
>
> Tested-by: Frank Wunderlich
> Signed-off-by: Frank Wunderlich
> Signed-off-by: Ryder Lee
> ---
> arch/arm/dts/mt7623.dtsi | 128 +
On Sun, Aug 4, 2019 at 8:27 PM Frank Wunderlich wrote:
>
> From: Ryder Lee
>
> The driver provides PHY for USB2, USB3.0, PCIe and SATA, and now
> we just enable PCIe. As for the other functionalities will be
> added gradually in upcoming days.
>
> Tested-by: Frank Wunderlich
> Signed-off-by: Fra
26 matches
Mail list logo