diff options
author | wdenk <wdenk> | 2004-07-10 23:48:41 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-10 23:48:41 +0000 |
commit | 857cad37a41c431582a74be56f858ee0476cd0d9 (patch) | |
tree | ad20b07944687e5996418e91111a6cef5b2e319e /MAINTAINERS | |
parent | fabd46acff08edd9f945340338caa07bb0534e64 (diff) | |
download | u-boot-imx-857cad37a41c431582a74be56f858ee0476cd0d9.zip u-boot-imx-857cad37a41c431582a74be56f858ee0476cd0d9.tar.gz u-boot-imx-857cad37a41c431582a74be56f858ee0476cd0d9.tar.bz2 |
Patches by Yasushi Shoji, 29 Jun 2004:
- add empty include/asm-microblaze/processor.h
- add to CREDITS and MAINTAINERS
- add gd initialization
- add MicroBlaze and SUZAKU board to MAKEALL script
- add reset support for SUZAKU
- add flush_cache() for MicroBlaze
- add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
size flash memory on SUZAKU
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6ffdead..9e62246 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -425,5 +425,16 @@ Scott McNutt <smcnutt@psyent.com> DK1C20 Nios-32 ######################################################################### +# MicroBlaze Systems: # +# # +# Maintainer Name, Email Address # +# Board CPU # +######################################################################### + +Yasushi Shoji <yashi@atmark-techno.com> + + SUZAKU MicroBlaze + +######################################################################### # End of MAINTAINERS list # ######################################################################### |