
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

On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:
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)
NAK. In commit 238d1f54eafcf705caa1460765aeb1ac17ab470e sections.c isn't actually added so builds fail. Thanks!

On Tue, Oct 18, 2016 at 10:06:28AM -0400, Tom Rini wrote:
On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:
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)
NAK. In commit 238d1f54eafcf705caa1460765aeb1ac17ab470e sections.c isn't actually added so builds fail. Thanks!
Sigh, that comes from the EFI tree not x86, my bad. Sorry for the noise, re-testing things.

On Tue, Oct 18, 2016 at 04:03:08PM +0800, Bin Meng wrote:
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)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini