Hello,<br>  this is my first contribution, so I'm basically requesting for comments.<br><br>The attached patch adds support for Archos G9 tablet wich uses an OMAP4460 cpu.<br>The tablet by default only boots from internal flash, so to test barebox on it<br>
a hardware tweak is required: change the sys_boot configuration.<br>Once done the tablet can be booted with the following command:<br> sudo scripts/usbboot <first_stage> <rootfs><br><br>The patch contains<br> 1.- specific changes for OMAP4460<br>
 2.- support for usb-booting<br> 3.- support for console on usb<br> 4.- support for file transfer through usb<br> 5.- some minor bug fixes<br> 6.- adds support for archosg9 board<br><br>A question I have is what does omap_vector_init do?<br>
It breaks usb-booting.<br><br>In any case the patch should be tested with other boards to check it does not<br>breaks something.<br><br>The patch applies against 1af6fdcd03dbc311d785625bd6e2329f7ce1adb7.<br><br>Thanks,<br>
  vicencb<br>