mbox series

Please pull u-boot-x86

Message ID CAEUhbmU39gQu6UKgu2-v6UF=huFSS4STs=d1gLA4_=5UY0EURw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-x86 | expand

Pull-request

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

Message

Bin Meng Aug. 3, 2020, 4:27 a.m. UTC
Hi Tom,

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

- ApolloLake: add u64 parameters support for FSP2 bindings
- ApolloLake: add missing parameters to support full configuration of
the latest FSP
MR6 release
- Append appropriate suffixes in various assembly codes

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

The following changes since commit a2d051e7b6a8f87add1067d936bb0c805a47b0df:

  Merge branch '2020-07-31-more-env-updates' (2020-07-31 10:13:07 -0400)

are available in the git repository at:

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

for you to fetch changes up to 940185910f9821226c673d3ee5535afab31b9865:

  x86: call32: Append appropriate suffixes (2020-08-03 10:46:56 +0800)

----------------------------------------------------------------
Andy Shevchenko (2):
      x86: sipi_vector: Append appropriate suffixes
      x86: call32: Append appropriate suffixes

Bernhard Messerklinger (2):
      x86: apl: fsp_bindings: Add support for u64 parameters
      arch: x86: apl: Update FSP parameters

Wolfgang Wallner (1):
      x86: irq: Fix some typos

 arch/x86/cpu/apollolake/fsp_bindings.c                 | 51
+++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/cpu/call32.S                                  |  5 ++---
 arch/x86/cpu/sipi_vector.S                             |  6 +++---
 arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h   |  5 ++++-
 arch/x86/include/asm/arch-apollolake/fsp/fsp_s_upd.h   |  9 ++++++++-
 arch/x86/include/asm/arch-apollolake/fsp_bindings.h    |  1 +
 arch/x86/include/asm/irq.h                             |  6 +++---
 doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-m.txt |  3 +++
 doc/device-tree-bindings/fsp/fsp2/apollolake/fsp-s.txt |  6 ++++++
 9 files changed, 81 insertions(+), 11 deletions(-)

Regards,
Bin

Comments

Tom Rini Aug. 3, 2020, 4 p.m. UTC | #1
On Mon, Aug 03, 2020 at 12:27:36PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> This PR includes the following x86 changes for v2020.10:
> 
> - ApolloLake: add u64 parameters support for FSP2 bindings
> - ApolloLake: add missing parameters to support full configuration of
> the latest FSP
> MR6 release
> - Append appropriate suffixes in various assembly codes
> 
> Azure results: PASS
> https://dev.azure.com/bmeng/GitHub/_build/results?buildId=276&view=results
> 
> The following changes since commit a2d051e7b6a8f87add1067d936bb0c805a47b0df:
> 
>   Merge branch '2020-07-31-more-env-updates' (2020-07-31 10:13:07 -0400)
> 
> are available in the git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-x86
> 
> for you to fetch changes up to 940185910f9821226c673d3ee5535afab31b9865:
> 
>   x86: call32: Append appropriate suffixes (2020-08-03 10:46:56 +0800)
> 

Applied to u-boot/master, thanks!