microblaze: Add support for device tree driven board configuration
This is minimum code required to be able to use device-tree for u-boot initialization. Currently only for device driver initialization. Linker script change ensures DTB to be aligned for both options CONFIG_OF_EMBED and CONFIG_OF_SEPARATE. Signed-off-by:Michal Simek <monstr@monstr.eu> Acked-by:
Stephan Linz <linz@li-pro.net> CC: Simon Glass <sjg@chromium.org>
Showing
- arch/microblaze/config.mk 2 additions, 0 deletionsarch/microblaze/config.mk
- arch/microblaze/cpu/u-boot.lds 1 addition, 0 deletionsarch/microblaze/cpu/u-boot.lds
- arch/microblaze/include/asm/global_data.h 1 addition, 0 deletionsarch/microblaze/include/asm/global_data.h
- arch/microblaze/lib/board.c 24 additions, 0 deletionsarch/microblaze/lib/board.c
Please register or sign in to comment