82fa43febc
libc/kernel/tools/update_all.py script. This patch ignores any changes to libc/kernel directory not related to MIPS architecture. Change-Id: I2c9e461dccb7c33eb4420be2db1a562f45137c8d Signed-off-by: Raghu Gandham <raghu@mips.com> Signed-off-by: Chris Dearman <chris@mips.com>
61 lines
2.8 KiB
C
61 lines
2.8 KiB
C
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Linux kernel header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to libc. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
*** To edit the content of this header, modify the corresponding
|
|
*** source file (e.g. under external/kernel-headers/original/) then
|
|
*** run bionic/libc/kernel/tools/update_all.py
|
|
***
|
|
*** Any manual change here will be lost the next time this script will
|
|
*** be run. You've been warned!
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
#ifndef __ASM_MIPS_BOARDS_MALTA_H
|
|
#define __ASM_MIPS_BOARDS_MALTA_H
|
|
#include <asm/addrspace.h>
|
|
#include <asm/io.h>
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#include <asm/mips-boards/msc01_pci.h>
|
|
#include <asm/gt64120.h>
|
|
#define MIPS_MSC01_IC_REG_BASE 0x1bc40000
|
|
#define MIPS_SOCITSC_IC_REG_BASE 0x1ffa0000
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define MALTA_GT_PORT_BASE get_gt_port_base(GT_PCI0IOLD_OFS)
|
|
#define MALTA_BONITO_PORT_BASE ((unsigned long)ioremap (0x1fd00000, 0x10000))
|
|
#define MALTA_MSC_PORT_BASE get_msc_port_base(MSC01_PCI_SC2PIOBASL)
|
|
#define GCMP_BASE_ADDR 0x1fbf8000
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define GCMP_ADDRSPACE_SZ (256 * 1024)
|
|
#define GIC_BASE_ADDR 0x1bdc0000
|
|
#define GIC_ADDRSPACE_SZ (128 * 1024)
|
|
#define MSC01_BIU_REG_BASE 0x1bc80000
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define MSC01_BIU_ADDRSPACE_SZ (256 * 1024)
|
|
#define MSC01_SC_CFG_OFS 0x0110
|
|
#define MSC01_SC_CFG_GICPRES_MSK 0x00000004
|
|
#define MSC01_SC_CFG_GICPRES_SHF 2
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define MSC01_SC_CFG_GICENA_SHF 3
|
|
#define MALTA_RTC_ADR_REG 0x70
|
|
#define MALTA_RTC_DAT_REG 0x71
|
|
#define SMSC_CONFIG_REG 0x3f0
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define SMSC_DATA_REG 0x3f1
|
|
#define SMSC_CONFIG_DEVNUM 0x7
|
|
#define SMSC_CONFIG_ACTIVATE 0x30
|
|
#define SMSC_CONFIG_ENTER 0x55
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define SMSC_CONFIG_EXIT 0xaa
|
|
#define SMSC_CONFIG_DEVNUM_FLOPPY 0
|
|
#define SMSC_CONFIG_ACTIVATE_ENABLE 1
|
|
#define SMSC_WRITE(x, a) outb(x, a)
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define MALTA_JMPRS_REG 0x1f000210
|
|
#endif
|