summaryrefslogtreecommitdiffstats
path: root/microblaze_config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move architecture specific config.mk files into subdirsPeter Tyser2009-07-211-29/+0
| | | | | | | | This cleans up U-Boot's toplevel directory a bit and makes the architecture 'config.mk' file naming and location similar to board and cpu 'config.mk' files Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* push CROSS_COMPILE out to $(ARCH)_config.mkMike Frysinger2009-07-191-0/+2
| | | | | | | | | | | | | Each arch should handle setting a proper default CROSS_COMPILE value in their own config.mk file rather than having to maintain a large ugly list in the Makefile. By using conditional assignment, we don't have to worry about the variable already being set (env/cmdline/etc...). The common config.mk file takes care of exporting CROSS_COMPILE already, and while a few variables (toolchain ones) utilize CROSS_COMPILE before including the arch config.mk, they do so with deferred assignment. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* microblaze: clean microblaze_config.mkMichal Simek2008-04-081-13/+3
| | | | | | | FLAGS are generated by U-BOOT generator. Board specific FLAGS are in board directory Signed-off-by: Michal Simek <monstr@monstr.eu>
* [Microblaze][PATCH] part 2Michal Simek2007-03-111-1/+1
| | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* Patches by Yasushi Shoji, 29 Jun 2004:wdenk2004-07-101-0/+2
| | | | | | | | | | | - 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
* * Patch by Yasushi Shoji, 07 Apr 2004:wdenk2004-04-181-0/+35
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board