Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#1416 closed defect (fixed)

bf537stamp boot_card call doesn't meet bfin abi

Reported by: Allan Hessenflow Owned by: Joel Sherrill
Priority: normal Milestone: 4.10
Component: bsps Version: 4.10
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description

bfin abi requires caller to allocate at least twelve bytes on stack for parameters even when no parameters are passed there. It also requires registers l0 - l3 to be zero. The attached patch corrects this.

Attachments (1)

bf537stamp_start.patch (2.1 KB) - added by Allan Hessenflow on 05/25/09 at 16:57:28.
correct boot_card call to meet abi

Download all attachments as: .zip

Change History (4)

Changed on 05/25/09 at 16:57:28 by Allan Hessenflow

Attachment: bf537stamp_start.patch added

correct boot_card call to meet abi

comment:1 Changed on 05/28/09 at 19:25:23 by Joel Sherrill

Resolution: fixed
Status: newclosed

comment:2 Changed on 05/28/09 at 19:41:41 by Allan Hessenflow

Resolution: fixed
Status: closedreopened

comment:3 Changed on 05/28/09 at 19:56:07 by Joel Sherrill

Resolution: fixed
Status: reopenedclosed

This patch committed.

Note: See TracTickets for help on using tickets.