mbox series

Please pull u-boot-x86

Message ID CAEUhbmVx3cJxw-6Oww4b1ntH8U0+9Y5eoHdB-TNAu1ea95mwnA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-x86 | expand

Pull-request

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

Message

Bin Meng May 10, 2021, noon UTC
Hi Tom,

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

- x86: correct regwidth prompt in cbsysinfo
- virtio: convert README.virtio to reST

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

The following changes since commit 07b53103b7a6c228ae8b74ae720b9c5d219ee7fd:

  Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
(2021-05-07 08:57:32 -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 200fdd3bff569369f9264e648ddc9c02547b6186:

  MAINTAINERS: Add an entry for VirtIO (2021-05-10 13:56:12 +0800)

----------------------------------------------------------------
Bin Meng (2):
      doc: develop: Convert README.virtio to reST
      MAINTAINERS: Add an entry for VirtIO

Simon Glass (1):
      x86: Correct regwidth prompt in cbsysinfo

 MAINTAINERS                                            | 12 ++++++++++++
 cmd/x86/cbsysinfo.c                                    |  2 +-
 doc/develop/driver-model/index.rst                     |  1 +
 doc/{README.virtio => develop/driver-model/virtio.rst} | 90
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------
 4 files changed, 76 insertions(+), 29 deletions(-)
 rename doc/{README.virtio => develop/driver-model/virtio.rst} (86%)

Regards,
Bin

Comments

Tom Rini May 10, 2021, 9:06 p.m. UTC | #1
On Mon, May 10, 2021 at 08:00:16PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following changes for v2021.07 release:
> 
> - x86: correct regwidth prompt in cbsysinfo
> - virtio: convert README.virtio to reST
> 
> Azure results: PASS
> https://dev.azure.com/bmeng/GitHub/_build/results?buildId=364&view=results
> 
> The following changes since commit 07b53103b7a6c228ae8b74ae720b9c5d219ee7fd:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
> (2021-05-07 08:57:32 -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 200fdd3bff569369f9264e648ddc9c02547b6186:
> 
>   MAINTAINERS: Add an entry for VirtIO (2021-05-10 13:56:12 +0800)
> 

Applied to u-boot/master, thanks!