Changeset a4f959b in mainline for boot/arch/mips32/include/arch.h


Ignore:
Timestamp:
2012-12-14T00:02:30Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7633928c
Parents:
14febed9
Message:

Use the YAMON print_count subroutine to implement putchar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/include/arch.h

    r14febed9 ra4f959b  
    5151#define LOADER_OFFSET    0x00103000
    5252
    53 #define MALTA_SERIAL     0xb80003f8
     53#define YAMON_SUBR_BASE         PA2KA(0x1fc00500)
     54#define YAMON_SUBR_PRINT_COUNT  (YAMON_SUBR_BASE + 0x4)
    5455#endif
    5556
Note: See TracChangeset for help on using the changeset viewer.