- remove unused header files replaced by declare_default_headers - move interrupt.h -> drivers/irq/imx31.h - move hardware.bf -> drivers/timer/imx31-epit.bf - move timer.h -> drivers/timer/imx31-epit.h - move definitions from hardware.h to plat/imx31/machine/hardware.c
28 lines
542 B
Brainfuck
28 lines
542 B
Brainfuck
--
|
|
-- Copyright 2014, General Dynamics C4 Systems
|
|
--
|
|
-- This software may be distributed and modified according to the terms of
|
|
-- the GNU General Public License version 2. Note that NO WARRANTY is provided.
|
|
-- See "LICENSE_GPLv2.txt" for details.
|
|
--
|
|
-- @TAG(GD_GPL)
|
|
--
|
|
|
|
base 32
|
|
|
|
block epitcr {
|
|
padding 6
|
|
field clksrc 2
|
|
field om 2
|
|
field stopen 1
|
|
field dozen 1
|
|
field waiten 1
|
|
field dbgen 1
|
|
field iovw 1
|
|
field swr 1
|
|
field prescaler 12
|
|
field rld 1
|
|
field ocien 1
|
|
field enmod 1
|
|
field en 1
|
|
}
|