1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Patches by Kshitij, 04 Jul 2003

- added support for arm925t cpu core
- added support for TI OMAP 1510 Innovator Board
This commit is contained in:
wdenk
2003-07-15 20:04:06 +00:00
parent 6dff552972
commit 2e5983d2ea
25 changed files with 3088 additions and 14 deletions

15
include/arm925t.h Normal file
View File

@@ -0,0 +1,15 @@
/************************************************
* NAME : arm925t.h
* Version : 23 June 2003 *
************************************************/
#ifndef __ARM925T_H__
#define __ARM925T_H__
void gpioreserve(ushort mask);
void gpiosetdir(ushort mask, ushort in);
void gpiosetout(ushort mask, ushort out);
void gpioinit(void);
void archflashwp(void *archdata, int wp);
#endif /*__ARM925T_H__*/