mbox

[U-Boot] Please pull u-boot-x86

Message ID CAEUhbmUXFLLd=m0ZJCMLqPYNeU52m7ymqpOe5CybVZOUkuw_dg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-x86.git

Message

Bin Meng Feb. 21, 2017, 7:21 a.m. UTC
Hi Tom,

The following changes since commit 66c246cce7c66019a93ff7105157c3e2126dd277:

  ARM: DRA7xx: Fix memory allocation overflow (2017-02-17 17:24:35 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git

for you to fetch changes up to 308c75e08deac2933fbc63a1e9521343e710279c:

  x86: Intel MID platforms has no microcode update (2017-02-21 15:10:56 +0800)

----------------------------------------------------------------
Andy Shevchenko (2):
      x86: Introduce INTEL_MID quirk option
      x86: Intel MID platforms has no microcode update

J. Tang (1):
      x86: Force 32-bit jumps in interrupt handlers

Vincent Tinelli (1):
      x86: zImage: add Intel MID platforms support

 arch/x86/Kconfig              | 14 ++++++++++++++
 arch/x86/cpu/i386/interrupt.c |  2 +-
 arch/x86/cpu/mp_init.c        |  3 ++-
 arch/x86/lib/zimage.c         |  4 ++++
 4 files changed, 21 insertions(+), 2 deletions(-)

Regards,
Bin

Comments

Tom Rini Feb. 22, 2017, 7:50 p.m. UTC | #1
On Tue, Feb 21, 2017 at 03:21:47PM +0800, Bin Meng wrote:

> Hi Tom,
> 
> The following changes since commit 66c246cce7c66019a93ff7105157c3e2126dd277:
> 
>   ARM: DRA7xx: Fix memory allocation overflow (2017-02-17 17:24:35 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 308c75e08deac2933fbc63a1e9521343e710279c:
> 
>   x86: Intel MID platforms has no microcode update (2017-02-21 15:10:56 +0800)
> 

Applied to u-boot/master, thanks!