Hi,
I am trying to port U-Boot to our TLL6527M (BF527 based platform). While following your wiki page for SOP about porting U-Boot (http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:porting), I found that the top level makefile no longer contains the list of the blackfin based boards so adding "BFIN_BOARDS += bf537-cow" does not hold true now.
From this link here: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=fceaae27d4d71e6196ee48426ee400abfa676b97
I see that the boards list is now being maintained in the boards.cfg file. So I think I only need to add the new platform details in the boards.cfg file for top level build.
So now only the following files need to be created / modified:
-> top level: boards.cfg
-> top level: MAKEALL
-> top level: MAINTAINERS
-> board configuration file
-> Board directory -> config.mk
-> Board directory -> Makefile
-> Board directoy -> tll6527m.c
Please confirm that my above assessment is correct.
Regards,
Ashish