Please pull u-boot-x86

Bin Meng bmeng.cn at gmail.com
Wed Jun 23 13:01:14 CEST 2021


Hi Tom,

This PR includes the following changes for v2021.07 release:

- x86: Discard .note.gnu.property sections
- nvme: Skip block device creation for inactive namespaces
- nvme: Convert NVMe doc to reST, and various minor fixes

Azure results: PASS
https://dev.azure.com/bmeng/GitHub/_build/results?buildId=381&view=results

The following changes since commit 1ce892cb1ce970d8ee6ffcecc22351c84e67fca4:

  azure: Use msys2 20210604 installer for Windows build (2021-06-22
09:06:03 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-x86

for you to fetch changes up to f68d5a66cd53a238d64d79cdd330b4dce17c7197:

  MAINTAINERS: Add an entry for NVMe (2021-06-23 17:21:14 +0800)

----------------------------------------------------------------
Bin Meng (8):
      x86: Discard .note.gnu.property sections
      nvme: Move block dev creation from uclass post_probe() to driver probe()
      nvme: Skip block device creation for inactive namespaces
      nvme: Eliminate the offset of one during block dev creation
      nvme: Drop useless members of 'struct nvme_ns'
      nvme: Don't clear nvme blk device's priv space
      doc: develop: Convert README.nvme to reST
      MAINTAINERS: Add an entry for NVMe

David Lamparter (1):
      nvme: fix for big endian systems

Wesley Sheng (2):
      nvme: Correct the prps per page calculation method
      nvme: Remove the redundant aqa value setting

 MAINTAINERS                                        |  8 ++++++++
 arch/x86/cpu/u-boot-64.lds                         |  1 +
 arch/x86/cpu/u-boot-spl.lds                        |  1 +
 arch/x86/cpu/u-boot.lds                            |  1 +
 doc/develop/driver-model/index.rst                 |  1 +
 doc/{README.nvme => develop/driver-model/nvme.rst} | 25
+++++++++++++++++++------
 drivers/nvme/nvme-uclass.c                         | 30
------------------------------
 drivers/nvme/nvme.c                                | 57
++++++++++++++++++++++++++++++++++++++++++++++-----------
 drivers/nvme/nvme.h                                |  2 --
 9 files changed, 77 insertions(+), 49 deletions(-)
 rename doc/{README.nvme => develop/driver-model/nvme.rst} (88%)

Regards,
Bin


More information about the U-Boot mailing list