[PATCH 0/1] rk3399 pinebook-pro enable display

2021-02-28 Thread Jesper Schmitz Mouridsen
This enables display for pinebook-pro Jesper Schmitz Mouridsen (1): rk3399: pinebook-pro enable display arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | 4 arch/arm/dts/rk3399.dtsi | 4 ++-- drivers/video/rockchip/rk_edp.c | 24 ++-- 3

[PATCH 1/1] rk3399: pinebook-pro enable display

2021-02-28 Thread Jesper Schmitz Mouridsen
Signed-off-by: Jesper Schmitz Mouridsen --- arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | 4 arch/arm/dts/rk3399.dtsi | 4 ++-- drivers/video/rockchip/rk_edp.c | 24 ++-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/arch

Re: [PATCH 5/8] image: Adjust the workings of fit_check_format()

2021-02-17 Thread Jesper Schmitz Mouridsen
On 17.02.2021 14.43, Tom Rini wrote: On Wed, Feb 17, 2021 at 02:30:56PM +0100, Jesper Schmitz Mouridsen wrote: Hi Can you avoid the use of ENODATA since it is not defined in FreeBSD's errno.h? I like that FreeBSD has EDOOFUS, but I don't see an obvious replacement for ENODAT

Re: [PATCH 5/8] image: Adjust the workings of fit_check_format()

2021-02-17 Thread Jesper Schmitz Mouridsen
Hi Can you avoid the use of ENODATA since it is not defined in FreeBSD's errno.h? Regards Jesper Schmitz Mouridsen On 16.02.2021 01.08, Simon Glass wrote: At present this function does not accept a size for the FIT. This means that it must be read from the FIT itself, introducing pote

[PATCH 1/1] Allow last block to be read

2021-02-09 Thread Jesper Schmitz Mouridsen
The last block is of size media->block_size --- lib/efi_loader/efi_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/efi_disk.c b/lib/efi_loader/efi_disk.c index 1f6b817dea..f77f465d20 100644 --- a/lib/efi_loader/efi_disk.c +++ b/lib/efi_loader/efi_disk.c @@

[PATCH 0/1] Allow last block to be read

2021-02-09 Thread Jesper Schmitz Mouridsen
The last block could not be read by FreeBSD loader.efi (the gpt backup block) Jesper Schmitz Mouridsen (1): Allow last block to be read lib/efi_loader/efi_disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.0

Wrong check for last block in lib/efi_loader/efi_disk.c?

2021-02-08 Thread Jesper Schmitz Mouridsen
Hi I was not able to read the last block of my sd card (the gpt backup block) without the following diff --git a/lib/efi_loader/efi_disk.c b/lib/efi_loader/efi_disk.c index d0aad0252a..ea9d763072 100644 --- a/lib/efi_loader/efi_disk.c +++ b/lib/efi_loader/efi_disk.c @@ -147,7 +147,7 @@ static e

0a2aaab0b678fd1778ff2fc59d0770fc82995532 breaks Pinebook Pro.

2021-02-05 Thread Jesper Schmitz Mouridsen
wrong or is a config wrong? Thanks. /Jesper Schmitz Mouridsen