mbox series

Please pull u-boot-x86

Message ID CAEUhbmVDqKkXtetmXnJ1Opg6trTDWPdqbKWkawfCx9gVAc4K7w@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 Aug. 13, 2021, 5:11 a.m. UTC
Hi Tom,

This PR includes the following x86 changes for v2021.10:

- Enable SeaBIOS support for Crown Bay
- Update SeaBIOS build instructions in the x86 doc
- Enable CONFIG_SPI_FLASH_SMART_HWCAPS for Crown Bay

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

The following changes since commit a25277122dad99837b78cd3b3ae6b8214df88c26:

  Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flash
(2021-08-11 08:31:56 -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 cedd754484eb929b6f90c60d5d7e6ee458440152:

  x86: crownbay: Enable CONFIG_SPI_FLASH_SMART_HWCAPS (2021-08-13
08:53:49 +0800)

----------------------------------------------------------------
Bin Meng (3):
      x86: crownbay: Enable SeaBIOS support
      doc: x86: Update SeaBIOS build instructions
      x86: crownbay: Enable CONFIG_SPI_FLASH_SMART_HWCAPS

 configs/crownbay_defconfig |  2 +-
 doc/arch/x86.rst           | 21 ++++++++-------------
 2 files changed, 9 insertions(+), 14 deletions(-)

Regards,
Bin

Comments

Tom Rini Aug. 13, 2021, 12:39 p.m. UTC | #1
On Fri, Aug 13, 2021 at 01:11:56PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following x86 changes for v2021.10:
> 
> - Enable SeaBIOS support for Crown Bay
> - Update SeaBIOS build instructions in the x86 doc
> - Enable CONFIG_SPI_FLASH_SMART_HWCAPS for Crown Bay
> 
> Azure results: PASS
> https://dev.azure.com/bmeng/GitHub/_build/results?buildId=419&view=results
> 
> The following changes since commit a25277122dad99837b78cd3b3ae6b8214df88c26:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flash
> (2021-08-11 08:31:56 -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 cedd754484eb929b6f90c60d5d7e6ee458440152:
> 
>   x86: crownbay: Enable CONFIG_SPI_FLASH_SMART_HWCAPS (2021-08-13
> 08:53:49 +0800)
> 

Applied to u-boot/master, thanks!