mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] arm/lib: EABI fixes
@ 2009-12-16 14:49 Marc Kleine-Budde
  2009-12-16 14:49 ` [PATCH 1/2] arm/lib: add eabi names of helper functions Marc Kleine-Budde
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Kleine-Budde @ 2009-12-16 14:49 UTC (permalink / raw)
  To: u-boot-v2; +Cc: sha

Hey,

Since commit e2b4a792f8751d906d17b7ae343952f78dc41d67, we don't
undoncitionally link with OABI. If now EABI is selected there are a
number of missing helper functions, because they have new names now.

This series of pachtes adds the missing names and function.

These patches have been successfully tested on an MX35-PDK booting
from RAM and NAND.

Cheers, Marc

P.S.: If you want to pull these fixes:

---

The following changes since commit a5c776de1d8743e095cdd2f75a409e82148bd9c4:
  Sascha Hauer (1):
        Merge branch 'for-sha-collateral' of git://git.pengutronix.de/git/mkl/barebox

are available in the git repository at:

  git://git.pengutronix.de/git/mkl/barebox.git for-sha-eabi-fixes

Marc Kleine-Budde (2):
      arm/lib: add eabi names of helper functions
      arm/lib: add missing abi helper functions __aeabi_idivmod, __aeabi_uidivmod

 arch/arm/lib/Makefile           |    2 +
 arch/arm/lib/__aeabi_idivmod.S  |   50 ++++++++++++++++++++++++++++++++++++++
 arch/arm/lib/__aeabi_uidivmod.S |   51 +++++++++++++++++++++++++++++++++++++++
 arch/arm/lib/_ashldi3.S         |    2 +
 arch/arm/lib/_ashrdi3.S         |    2 +
 arch/arm/lib/_divsi3.S          |    2 +
 arch/arm/lib/_lshrdi3.S         |    2 +
 arch/arm/lib/_udivsi3.S         |    3 ++
 8 files changed, 114 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/lib/__aeabi_idivmod.S
 create mode 100644 arch/arm/lib/__aeabi_uidivmod.S


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-16 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-16 14:49 [PATCH 0/2] arm/lib: EABI fixes Marc Kleine-Budde
2009-12-16 14:49 ` [PATCH 1/2] arm/lib: add eabi names of helper functions Marc Kleine-Budde
2009-12-16 14:49   ` [PATCH 2/2] arm/lib: add missing abi helper functions __aeabi_idivmod, __aeabi_uidivmod Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox