On Fri, Apr 03, 2009 at 10:11:22PM +0200, Freddie Chopin wrote: > 7 files from the \src\target\target\ should actually be placed in > \src\target\board\ directory, as they are for evaluation kits or are not > a pure chip description. Attached patch removes them from the target > subdir, and places them in the board subdir, with some name changes to > describe the manufacturer and the full name.
I agree that some of the stuff from target/ belongs into board/, but it's not as simple as moving the files, I think. As far as I understand from reading the "Config File Guidelines" chapter in the info page, all chip-specific parts should remain in a file in target/, only board-specific stuff (external RAM/flash for instance) should be in board/. The board files should 'source' the respective target/ file and override settings where necessary. At the very least the CHIPNAME, ENDIAN, CPUTAPID, etc. blocks should remain in target/... Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
