Pull request for efi-2022-01-rc4-3
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Dec 18 20:21:53 CET 2021
Dear Tom,
The following changes since commit c03942ddc9e88d86d919504299905e4e8b0003cd:
Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of
https://github.com/tienfong/uboot_mainline (2021-12-17 07:24:56 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2022-01-rc4-3
for you to fetch changes up to 3cfc042d43f5c5cec4bcf0133202bdd8516df66c:
dm: fix an 'undefined' error in some macros (2021-12-18 12:05:19 +0100)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/10309
----------------------------------------------------------------
Pull request for efi-2022-01-rc4-3
Documentation:
* add Calxeda Highbank/Midway board documentation
Bug fixes:
* call part_init() in blk_get_device_by_str() only for MMC
* fix an 'undefined' error in some driver model macros
----------------------------------------------------------------
AKASHI Takahiro (3):
part: call part_init() in blk_get_device_by_str() only for MMC
blk: add a helper function, blk_probe_or_unbind()
dm: fix an 'undefined' error in some macros
Andre Przywara (1):
doc: board: Add Calxeda Highbank/Midway documentation
disk/part.c | 3 +-
doc/board/highbank/highbank.rst | 78
+++++++++++++++++++++++++++++++++++++++++
doc/board/highbank/index.rst | 9 +++++
doc/board/index.rst | 1 +
drivers/block/blk-uclass.c | 13 +++++++
include/blk.h | 12 +++++++
include/dm/device.h | 8 ++---
7 files changed, 119 insertions(+), 5 deletions(-)
create mode 100644 doc/board/highbank/highbank.rst
create mode 100644 doc/board/highbank/index.rst
More information about the U-Boot
mailing list