Changeset 699f3bc in mainline for boot/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2011-08-15T13:23:54Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86a34d3e, 8d8eeb9
Parents:
577fe9b6
Message:

Support for calling static PAL procedures from the loader.

  • Added pal_static_call() to perform and wrap around static PAL calls.
  • Added pal_proc_freq_ratio() to read processor frequency ratio from PAL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/Makefile.inc

    r577fe9b6 r699f3bc  
    4747        arch/$(BARCH)/src/sal.c \
    4848        arch/$(BARCH)/src/sal_asm.S \
     49        arch/$(BARCH)/src/pal.c \
     50        arch/$(BARCH)/src/pal_asm.S \
    4951        arch/$(BARCH)/src/putchar.c \
    5052        $(COMPS_C) \
Note: See TracChangeset for help on using the changeset viewer.