mbox series

Please pull u-boot-x86

Message ID CAEUhbmU-g5yA8qsEGUqL-3BX7JL67TAPUv1CxpZLSL__xO6q-Q@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.git tags/x86-pull-20230801

Message

Bin Meng Aug. 1, 2023, 3:34 p.m. UTC
Hi Tom,

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

The following changes since commit 4e619e8d4fd68095bc665a78f2651d8e478a4534:

  Merge tag 'u-boot-rockchip-20230731' of
https://source.denx.de/u-boot/custodians/u-boot-rockchip (2023-07-31
11:33:51 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-x86.git tags/x86-pull-20230801

for you to fetch changes up to db971a7587d04b3f1cf2e6d452f9e37f50c5b3ed:

  x86: Add a little more info to cbsysinfo (2023-08-01 10:08:49 +0800)

----------------------------------------------------------------
- MTRR fixes for x86 boards
- Add a little more info to 'cbsysinfo' command

----------------------------------------------------------------
Bin Meng (5):
      x86: Change testing logic of mtrr commit
      x86: fsp: Use mtrr_set_next_var() for graphics memory
      video: broadwell: Use mtrr_set_next_var() for graphics memory
      video: ivybridge: Use mtrr_set_next_var() for graphics memory
      video: vesa: Use mtrr_set_next_var() for graphics memory

Simon Glass (2):
      x86: Return mtrr_add_request() to its old purpose
      x86: Add a little more info to cbsysinfo

 arch/x86/cpu/mtrr.c                |  6 +++++-
 arch/x86/include/asm/cb_sysinfo.h  |  4 ++++
 arch/x86/lib/coreboot/cb_sysinfo.c |  4 ++++
 arch/x86/lib/fsp/fsp_graphics.c    |  3 +--
 arch/x86/lib/init_helpers.c        |  6 ++----
 cmd/x86/cbsysinfo.c                |  5 +++--
 drivers/video/broadwell_igd.c      | 10 +++-------
 drivers/video/ivybridge_igd.c      |  3 +--
 drivers/video/vesa.c               |  3 +--
 9 files changed, 24 insertions(+), 20 deletions(-)

Regards,
Bin

Comments

Tom Rini Aug. 1, 2023, 4:03 p.m. UTC | #1
On Tue, Aug 01, 2023 at 11:34:47PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-x86/-/pipelines/17161
> 
> The following changes since commit 4e619e8d4fd68095bc665a78f2651d8e478a4534:
> 
>   Merge tag 'u-boot-rockchip-20230731' of
> https://source.denx.de/u-boot/custodians/u-boot-rockchip (2023-07-31
> 11:33:51 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-x86.git tags/x86-pull-20230801
> 
> for you to fetch changes up to db971a7587d04b3f1cf2e6d452f9e37f50c5b3ed:
> 
>   x86: Add a little more info to cbsysinfo (2023-08-01 10:08:49 +0800)
> 

The signed tag worked for me and applied to u-boot/master, thanks!