mbox series

Pull request efi-next-20240321

Message ID 38662008-a812-4fe4-aeee-b160c4e59c12@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-next-20240321 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-next-20240321

Message

Heinrich Schuchardt March 21, 2024, 7:48 a.m. UTC
Dear Tom,

The following changes since commit e50cb36cb5e772d5bbd30d070faedf7323406364:

   Merge branch '2024-03-19-assorted-updates' into next (2024-03-20
08:39:05 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-next-20240321

for you to fetch changes up to 884785adc1dc5e7b91acb542ba83941951ff2b77:

   doc: typo Synopis (2024-03-21 07:00:12 +0100)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/20011

----------------------------------------------------------------
Pull request efi-next-20240321

Documentation:

* Avoid short reference link names in device-tree documentation.

UEFI/Video:

* Support code page 437 code points 1 - 31 used by GRUB

----------------------------------------------------------------
Andre Przywara (2):
       efi_selftest: Add international characters test
       efi_selftest: Add box drawing character selftest

Heinrich Schuchardt (1):
       doc: typo Synopis

Janne Grunau (4):
       video: console: Parse UTF-8 character sequences
       lib/charset: Map Unicode code points to CP437 code points 1-31
       efi_selftest: Add geometric shapes character selftest
       efi_selftest: Update StrToFat() unit test after CP473 map extension

Sumit Garg (1):
       doc: devicetree: Lets avoid short reference link names

  doc/develop/devicetree/control.rst                | 24 +++++-----
  doc/usage/cmd/acpi.rst                            |  4 +-
  doc/usage/cmd/bootdev.rst                         |  4 +-
  doc/usage/cmd/bootflow.rst                        |  4 +-
  doc/usage/cmd/bootmeth.rst                        |  4 +-
  doc/usage/cmd/cbsysinfo.rst                       |  4 +-
  doc/usage/cmd/cedit.rst                           |  4 +-
  doc/usage/cmd/cli.rst                             |  4 +-
  doc/usage/cmd/dm.rst                              |  4 +-
  doc/usage/cmd/fdt.rst                             |  4 +-
  doc/usage/cmd/font.rst                            |  4 +-
  doc/usage/cmd/for.rst                             |  4 +-
  doc/usage/cmd/history.rst                         |  4 +-
  doc/usage/cmd/host.rst                            |  4 +-
  doc/usage/cmd/md.rst                              |  4 +-
  doc/usage/cmd/mtrr.rst                            |  4 +-
  doc/usage/cmd/panic.rst                           |  4 +-
  doc/usage/cmd/part.rst                            |  4 +-
  doc/usage/cmd/sf.rst                              |  4 +-
  doc/usage/cmd/sm.rst                              |  4 +-
  doc/usage/cmd/trace.rst                           |  4 +-
  doc/usage/cmd/ut.rst                              |  4 +-
  drivers/video/console_normal.c                    |  6 ++-
  drivers/video/console_rotate.c                    | 16 ++++---
  drivers/video/console_truetype.c                  |  8 ++--
  drivers/video/vidconsole-uclass.c                 | 18 +++++---
  drivers/video/vidconsole_internal.h               | 19 ++++++++
  include/charset.h                                 |  2 +-
  include/cp1250.h                                  | 12 ++++-
  include/cp437.h                                   | 12 ++++-
  include/video_console.h                           | 10 +++--
  lib/charset.c                                     |  9 ++--
  lib/efi_loader/efi_unicode_collation.c            |  2 +-
  lib/efi_selftest/efi_selftest_textoutput.c        | 54
+++++++++++++++++++++++
  lib/efi_selftest/efi_selftest_unicode_collation.c | 12 +++++
  35 files changed, 204 insertions(+), 84 deletions(-)

Comments

Tom Rini March 21, 2024, 3 p.m. UTC | #1
On Thu, Mar 21, 2024 at 08:48:00AM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit e50cb36cb5e772d5bbd30d070faedf7323406364:
> 
>   Merge branch '2024-03-19-assorted-updates' into next (2024-03-20
> 08:39:05 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-next-20240321
> 
> for you to fetch changes up to 884785adc1dc5e7b91acb542ba83941951ff2b77:
> 
>   doc: typo Synopis (2024-03-21 07:00:12 +0100)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/20011
> 

Applied to u-boot/next, thanks!