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

Bin Meng bmeng.cn at gmail.com
Tue Oct 18 10:03:08 CEST 2016


Hi Tom,

The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:

  Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to f822403f0164be74a5161b65698d0f01f4556234:

  x86: Add implementations of setjmp() and longjmp() (2016-10-18 15:58:50 +0800)

----------------------------------------------------------------
Alexander Graf (1):
      x86: Move table csum into separate header

Simon Glass (1):
      x86: Add implementations of setjmp() and longjmp()

 arch/x86/cpu/Makefile         |  2 +-
 arch/x86/cpu/setjmp.S         | 61
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/include/asm/setjmp.h | 24 ++++++++++++++++++++++++
 arch/x86/include/asm/tables.h |  2 ++
 arch/x86/lib/tables.c         | 12 ------------
 include/tables_csum.h         | 22 ++++++++++++++++++++++
 6 files changed, 110 insertions(+), 13 deletions(-)
 create mode 100644 arch/x86/cpu/setjmp.S
 create mode 100644 arch/x86/include/asm/setjmp.h
 create mode 100644 include/tables_csum.h

Regards,
Bin


More information about the U-Boot mailing list