Ignore:
Timestamp:
2019-03-31T13:30:01Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5dd4a1
Parents:
bbb99f82
Message:

Add kconsole input/output support to mips32/malta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/arch/mach/malta/malta.h

    rbbb99f82 r68d8736  
    3838
    3939#include <arch/machine_func.h>
     40#include <arch/mm/page.h>
     41
     42#define MALTA_PCI_BASE          PA2KSEG1(0x18000000UL)
     43#define MALTA_GT64120_BASE      PA2KSEG1(0x1be00000UL)
     44
     45#define PIC0_BASE               (MALTA_PCI_BASE + 0x20)
     46#define PIC1_BASE               (MALTA_PCI_BASE + 0xa0)
     47
     48#define TTY_BASE                (MALTA_PCI_BASE + 0x3f8)
     49#define TTY_CPU_INT             2
     50#define TTY_ISA_IRQ             4
     51
     52#define GT64120_PCI0_INTACK     (MALTA_GT64120_BASE + 0xc34)
    4053
    4154extern struct mips32_machine_ops malta_machine_ops;
Note: See TracChangeset for help on using the changeset viewer.