Re: [PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support

2019-10-11 Thread Hans de Goede
Hi, On 10/11/19 4:10 PM, Luis Chamberlain wrote: Hey Hans, thanks for staying on top of this and follow up! For some reason the universe conspired against your first and last patch ([1/8], [8/8]), and I never got them. Could you bounce these or resend in case others confirm they also didn't get

Re: [PATCH v7 1/8] efi: Export boot-services code and data as debugfs-blobs

2019-10-09 Thread Hans de Goede
Hi, On 09-10-2019 15:35, Ard Biesheuvel wrote: On Wed, 9 Oct 2019 at 15:18, Hans de Goede wrote: Hi, On 09-10-2019 15:07, Ard Biesheuvel wrote: On Fri, 4 Oct 2019 at 16:51, Hans de Goede wrote: Sometimes it is useful to be able to dump the efi boot-services code and data. This commit

Re: [PATCH v7 1/8] efi: Export boot-services code and data as debugfs-blobs

2019-10-09 Thread Hans de Goede
Hi, On 09-10-2019 15:07, Ard Biesheuvel wrote: On Fri, 4 Oct 2019 at 16:51, Hans de Goede wrote: Sometimes it is useful to be able to dump the efi boot-services code and data. This commit adds these as debugfs-blobs to /sys/kernel/debug/efi, but only if efi=debug is passed on the kernel

Re: [PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support

2019-10-08 Thread Hans de Goede
Hi Ingo, On 07-10-2019 16:19, Ingo Molnar wrote: * Hans de Goede wrote: Hi All, Here is v7 of my patch-set to add support for EFI embedded fw to the kernel. v6 was posted a long time ago, around the 4.18 days. The long wait was for a suitable secure-hash for checking the firmware we find

Re: [PATCH v7 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()

2019-10-05 Thread Hans de Goede
Hi Dmitry, On 05-10-2019 01:17, Dmitry Torokhov wrote: Hi Hans, On Fri, Oct 04, 2019 at 04:50:52PM +0200, Hans de Goede wrote: In some cases the platform's main firmware (e.g. the UEFI fw) may contain an embedded copy of device firmware which needs to be (re)loaded into the perip

[PATCH v7 7/8] platform/x86: touchscreen_dmi: Add EFI embedded firmware info support

2019-10-04 Thread Hans de Goede
necessary info for the new EFI embedded-firmware code to extract these firmwares, making the touchscreen work OOTB without the user needing to manually add the firmware. Acked-by: Andy Shevchenko Acked-by: Ard Biesheuvel Signed-off-by: Hans de Goede --- Changes in v7: - Remove adding of

[PATCH v7 8/8] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet

2019-10-04 Thread Hans de Goede
Add touchscreen info for the Chuwi Vi8 Plus tablet. This tablet uses a Chipone ICN8505 touchscreen controller, with the firmware used by the touchscreen embedded in the EFI firmware. Acked-by: Andy Shevchenko Acked-by: Ard Biesheuvel Signed-off-by: Hans de Goede --- Changes in v7: - Remove

[PATCH v7 6/8] Input: icn8505 - Switch to firmware_request_platform for retreiving the fw

2019-10-04 Thread Hans de Goede
copy embedded in the UEFI code. Signed-off-by: Hans de Goede --- drivers/input/touchscreen/chipone_icn8505.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/chipone_icn8505.c b/drivers/input/touchscreen/chipone_icn8505.c index c768186ce856

[PATCH v7 5/8] Input: silead - Switch to firmware_request_platform for retreiving the fw

2019-10-04 Thread Hans de Goede
embedded in the UEFI code. Signed-off-by: Hans de Goede --- drivers/input/touchscreen/silead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c index ad8b6a2bfd36..8fa2f3b7cfd8 100644 --- a/drivers/input

[PATCH v7 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()

2019-10-04 Thread Hans de Goede
ther cases firmware_fallback_platform() simply always returns -ENOENT. Reported-by: Dave Olsthoorn Suggested-by: Peter Jones Signed-off-by: Hans de Goede --- Changes in v7: - Split drivers/firmware/efi and drivers/base/firmware_loader changes into 2 patches - Address kdoc comments from Randy Du

[PATCH v7 1/8] efi: Export boot-services code and data as debugfs-blobs

2019-10-04 Thread Hans de Goede
: Greg Kroah-Hartman Acked-by: Ard Biesheuvel Signed-off-by: Hans de Goede --- Changes in v5: -Rename the EFI_BOOT_SERVICES flag to EFI_PRESERVE_BS_REGIONS Changes in v4: -Add new EFI_BOOT_SERVICES flag and use it to determine if the boot-services memory segments are available (and thus if it makes

[PATCH v7 3/8] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

2019-10-04 Thread Hans de Goede
This is a preparation patch for adding a new platform fallback mechanism, which will have its own enable/disable FW_OPT_xxx option. Note this also fixes a typo in one of the re-wordwrapped comments: enfoce -> enforce. Signed-off-by: Hans de Goede --- drivers/base/firmware_loader/fallbac

[PATCH v7 2/8] efi: Add embedded peripheral firmware support

2019-10-04 Thread Hans de Goede
efi_free_boot_services() is called, which means that this will only work on x86 for now. Reported-by: Dave Olsthoorn Suggested-by: Peter Jones Acked-by: Ard Biesheuvel Signed-off-by: Hans de Goede --- Changes in v7: - Split drivers/firmware/efi and drivers/base/firmware_loader changes into 2 patches - Use new

[PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support

2019-10-04 Thread Hans de Goede
Hi All, Here is v7 of my patch-set to add support for EFI embedded fw to the kernel. v6 was posted a long time ago, around the 4.18 days. The long wait was for a suitable secure-hash for checking the firmware we find embedded in the EFI is the one we expect. With 5.4-rc1 we finally have a standa

Re: [PATCH v2 2/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-12-02 Thread Hans de Goede
Hi, On 02-12-16 15:22, Icenowy Zheng wrote: 01.12.2016, 17:36, "Maxime Ripard" : On Mon, Nov 28, 2016 at 12:29:07AM +, André Przywara wrote: > Something more interesting happened. > > Xunlong made a add-on board for Orange Pi Zero, which exposes the > two USB Controllers exported at

Re: [PATCH 3/3] ARM: dts: sunxi: enable SDIO Wi-Fi on Orange Pi Zero

2016-11-23 Thread Hans de Goede
Hi, On 23-11-16 15:25, Chen-Yu Tsai wrote: On Wed, Nov 23, 2016 at 3:59 PM, Maxime Ripard wrote: Hi, On Tue, Nov 22, 2016 at 12:24:21AM +0800, Icenowy Zheng wrote: There's a Allwinner's XR819 SDIO Wi-Fi module soldered on the board of Orange Pi Zero, which used a dedicated regulator to power

Re: [linux-sunxi] Re: [PATCH 3/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-11-14 Thread Hans de Goede
ngepi-one.dts, which is: + * Copyright (C) 2016 Hans de Goede + * + * This file is dual-licensed: you can use it either under the terms + * of the GPL or the X11 license, at your option. Note that this dual + * licensing only applies to this file, and not this project as a + * whole. + * + * a)

Re: [linux-sunxi] [PATCH 1/3] ARM: sunxi: add support for H2+ SoC

2016-11-13 Thread Hans de Goede
both this does seem to be the same die as the H3, and given that we do not have any datasheets, I agree that just treating the H2+ as a H3 is best for now, we can always change h2.dtsi to actually differentiate things later. This entire series LGTM and is: Reviewed-by: Hans de Goede Regards, Hans