upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
691 B
20 lines
691 B
/* DO NOT EDIT THIS FILE
|
|
* Automatically generated by generate-cdef-headers.xsl
|
|
* DO NOT EDIT THIS FILE
|
|
*/
|
|
|
|
#ifndef __BFIN_CDEF_ADSP_BF549_proc__
|
|
#define __BFIN_CDEF_ADSP_BF549_proc__
|
|
|
|
#include "../mach-common/ADSP-EDN-core_cdef.h"
|
|
|
|
#include "ADSP-EDN-BF549-extended_cdef.h"
|
|
|
|
#define bfin_read_CHIPID() bfin_read32(CHIPID)
|
|
#define bfin_write_CHIPID(val) bfin_write32(CHIPID, val)
|
|
#define bfin_read_SWRST() bfin_read16(SWRST)
|
|
#define bfin_write_SWRST(val) bfin_write16(SWRST, val)
|
|
#define bfin_read_SYSCR() bfin_read16(SYSCR)
|
|
#define bfin_write_SYSCR(val) bfin_write16(SYSCR, val)
|
|
|
|
#endif /* __BFIN_CDEF_ADSP_BF549_proc__ */
|
|
|