Hi Tom,

https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/18586

https://dev.azure.com/simon0972/u-boot/_build/results?buildId=55&view=results


The following changes since commit 92b27528d777ce85362af45e7d2974a6c856219b:

  Merge branch 'master' of
https://source.denx.de/u-boot/custodians/u-boot-sunxi (2023-11-12
16:36:52 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-15nov23

for you to fetch changes up to 0d4d9f94c555577f78cddc372c307465fc92413e:

  bootstage: Correct exhasuted typo (2023-11-14 20:04:01 -0700)

----------------------------------------------------------------
patman correct import of u_boot_pylib
correct long-standing EFI framebuffer bug
minor test refactor

----------------------------------------------------------------
Heinrich Schuchardt (1):
      dm: Do not enable debug messages by default

Sean Anderson (1):
      sandbox: Close file after mmaping it

Simon Glass (10):
      efi: Correct handling of frame buffer
      bootstd: Refactor mmc prep to allow a different scan
      bootstd: Add a return code to bootflow menu
      expo: Correct background colour
      patman: Split out arg parsing into its own file
      patman: Move the main program into a function
      patman: Correct easy pylint warnings in __main__
      patman: Avoid using func_test at top level
      patman: Correct Python 3.6 behaviour
      bootstage: Correct exhasuted typo

 arch/sandbox/cpu/os.c      |  15 ++--
 boot/expo.c                |   4 +-
 cmd/bootflow.c             |  53 ++++++++---
 common/bootstage.c         |   2 +-
 doc/usage/cmd/bootflow.rst |  67 ++++++++++++++
 drivers/core/Kconfig       |   1 -
 include/dm/util.h          |   4 +-
 include/video.h            |   9 +-
 lib/efi_loader/efi_gop.c   |  12 +--
 test/boot/bootflow.c       |  64 +++++++++++--
 tools/patman/__main__.py   | 254
++++++++++++++++------------------------------------
 tools/patman/cmdline.py    | 147 ++++++++++++++++++++++++++++++
 12 files changed, 413 insertions(+), 219 deletions(-)
 create mode 100644 tools/patman/cmdline.py

Regards,
Simon

Reply via email to