mbox series

Pull request for efi-2021-10-rc2

Message ID 6dbf7043-bd4f-1ece-63e5-89737a994d83@gmx.de
State Accepted, archived
Delegated to: Heinrich Schuchardt
Headers show
Series Pull request for efi-2021-10-rc2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc2

Message

Heinrich Schuchardt Aug. 2, 2021, 10:51 a.m. UTC
Hello Tom,

the pull request contains one patch for VIDEO that has been in status
"Under Review" for half a year though being reviewed by Simon.

The following changes since commit 5371593aed56ee11cbb6cc6ac8d058fcd9b8f58c:

   Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
(2021-07-31 20:51:24 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-10-rc2

for you to fetch changes up to 78e6b871fdcf4bb86c6d7292a0e5d4a98e1435b6:

   efi_loader: typo cerificate (2021-08-02 08:21:12 +0200)

----------------------------------------------------------------
Pull request for efi-2021-10-rc2

Documentation:

* handle 'make htmldocs' warnings as errors
* add missing board/ti/index.rst

Bug fixes:

* avoid buffer overrun in TrueType console
* lib: disable CONFIG_SPL_HEXDUMP by default

----------------------------------------------------------------
Heinrich Schuchardt (7):
       video: buffer overrun in TrueType console
       lib: disable CONFIG_SPL_HEXDUMP by default
       doc: riscv: flashing SiFive boards
       doc: add missing board/ti/index.rst
       doc: handle 'make htmldocs' warnings as errors
       doc: add graphviz imagemagick as build dependencies
       efi_loader: typo cerificate

  configs/sandbox_spl_defconfig    |  2 ++
  doc/Makefile                     |  2 +-
  doc/board/sifive/unleashed.rst   | 20 ++++++++++----------
  doc/board/sifive/unmatched.rst   | 30 +++++++++++++++---------------
  doc/board/ti/index.rst           |  9 +++++++++
  doc/build/gcc.rst                |  6 +++---
  drivers/video/console_truetype.c | 26 ++++++++++++--------------
  lib/Kconfig                      |  3 +--
  lib/efi_loader/Makefile          |  2 +-
  9 files changed, 54 insertions(+), 46 deletions(-)
  create mode 100644 doc/board/ti/index.rst

Comments

Tom Rini Aug. 2, 2021, 4:05 p.m. UTC | #1
On Mon, Aug 02, 2021 at 12:51:18PM +0200, Heinrich Schuchardt wrote:

> Hello Tom,
> 
> the pull request contains one patch for VIDEO that has been in status
> "Under Review" for half a year though being reviewed by Simon.
> 
> The following changes since commit 5371593aed56ee11cbb6cc6ac8d058fcd9b8f58c:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
> (2021-07-31 20:51:24 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2021-10-rc2
> 
> for you to fetch changes up to 78e6b871fdcf4bb86c6d7292a0e5d4a98e1435b6:
> 
>   efi_loader: typo cerificate (2021-08-02 08:21:12 +0200)
> 

Applied to u-boot/master, thanks!