Support for XUPV2P board
Reset support
BSP autoconfig support
diff --git a/Makefile b/Makefile
index f67eb26..db7b040 100644
--- a/Makefile
+++ b/Makefile
@@ -2309,6 +2309,11 @@
 	@echo "#define CONFIG_ML401 1" >> include/config.h
 	@./mkconfig -a $(@:_config=) microblaze microblaze ml401 xilinx
 
+xupv2p_config:	unconfig
+	@ >include/config.h
+	@echo "#define CONFIG_XUPV2P 1" >> include/config.h
+	@./mkconfig -a $(@:_config=) microblaze microblaze xupv2p xilinx
+
 #########################################################################
 ## Blackfin
 #########################################################################