add idl4k kernel firmware version 1.13.0.105

This commit is contained in:
Jaroslav Kysela
2015-03-26 17:22:37 +01:00
parent 5194d2792e
commit e9070cdc77
31064 changed files with 12769984 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2008 STMicroelectronics Limited
* Author: Pawel Moll <pawel.moll@st.com>
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*/
#ifndef __ASM_SH_MB519_STEM_H
#define __ASM_SH_MB519_STEM_H
#include <asm/irq-ilc.h>
#define STEM_CS0_BANK 1
#define STEM_CS0_OFFSET 0
#define STEM_CS1_BANK 1
#define STEM_CS1_OFFSET (1 << 23)
#define STEM_INTR0_IRQ ILC_IRQ(6)
/* STEM INTR1 cannot be used on this board - see comments in
* arch/sh/boards/st/mb519/setup.c, function mb519_init_irq(). */
#undef STEM_INTR1_IRQ
#endif