
Hi Wolfgang,
please pull microblaze git repo.
Thanks, Michal Simek
The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
are available in the git repository at:
. master
Michal Simek (13): microblaze: Clean Makefile from ancient emac driver microblaze: remove old setting for emac driver microblaze: ML401 and XUPV2P remove emac and emaclite reference microblaze: add Emaclite ethernet driver microblaze: add Emac ethernet driver microblaze: Add Emac driver to Makefile microblaze: Add Emaclite driver to Makefile microblaze: clean uart16550 and uartlite handling microblaze: ml401 - add ifdef for GPIO microblaze: ml401 fix config file for supporting FDT microblaze: xupv2p fix config file for supporting FDT microblaze: clean microblaze_config.mk microblaze: Sort microblaze boards in MAKEALL script
MAKEALL | 2 +- board/xilinx/ml401/Makefile | 17 +-- board/xilinx/ml401/xparameters.h | 12 +- board/xilinx/xupv2p/Makefile | 17 +-- board/xilinx/xupv2p/xparameters.h | 12 +- drivers/net/Makefile | 2 + drivers/net/xilinx_emac.c | 462 +++++++++++++++++++++++++++++++++++++ drivers/net/xilinx_emaclite.c | 351 ++++++++++++++++++++++++++++ include/configs/ml401.h | 42 +++- include/configs/xupv2p.h | 37 +++- microblaze_config.mk | 16 +- 11 files changed, 890 insertions(+), 80 deletions(-) create mode 100644 drivers/net/xilinx_emac.c create mode 100644 drivers/net/xilinx_emaclite.c