Hi all, over the past months I have created or adopted a number of patches that might be worth merging into OpenOCD master branch now. Some of them add trivial stuff like new board configurations, some do more complex modifications that might need further testing. I'm listing the patches here with some explanation of what they do. If some of the maintainers feel like commenting or even merging, I'd very much appreciate it.
Here goes: http://openocd.zylin.com/3357 -> reviewed +2 This patch adds a board file for the well-known Freescale SabreSD board. It's already reviewed +2, I think it could get merged now. It depends on another patch I adopted, http://openocd.zylin.com/1824, which has also a +2 already. http://openocd.zylin.com/3358 This patch adds a board file for a custom board that I was commissioned to add support for, the reviewer was not sure if it should get included or not since it's not publicly available. Any hope for inclusion nevertheless? http://openocd.zylin.com/3386 -> reviewed +1 This one fixes resume when the core state was changed from ARM to Thumb mode or vice versa. I think it has seen quite a lot of refinement and is generally useful, could this be merged now? http://openocd.zylin.com/3387 -> not yet reviewed This patch complements array2mem and mem2array with a possibility to use physical addresses instead of virtual addresses, generally useful and a compatible addition to the commands that should not break any existing scripts. http://openocd.zylin.com/3476 -> not yet reviewed This one is a bug fix to the DAP WAIT code I wrote and that is already merged. http://openocd.zylin.com/3552 -> reviewed +1 This patch prevents crashes on reset if the configuration contains targets that could not be examined yet. It is mainly required in conjunction with the following patch: http://openocd.zylin.com/3076 -> not yet reviewed This patch was originally written by Esben Habendaal and was dormant for quite a while, but I needed the functionality so I added more stuff and it's generally useful now. This patch creates a possibility to deal with hybrid systems like the TI Sitara or Freescale Vybrid SoCs that contain additional cores which can not be examined after a POR because they are kept in powered down state or in reset. The patch also allows dealing with SMP systems where only the boot cpu is accessible after POR in a sane manner. http://openocd.zylin.com/3564 -> not yet reviewed This patch adds a configuration for the Freescale TWR-VF65GS10 board and requires the previous patch to work. http://openocd.zylin.com/3409 -> reviewed +2 This patch by Jiri Kastner unbreaks the automatic AP configuration on hybrid systems like the Vybrid and many others. http://openocd.zylin.com/2908 -> not yet reviewed Semihosting support for ARMv7a architecture, what's not to like? Please, kindly have a look. Mit freundlichen Grüßen/Best regards, Matthias Welwarsky Project Engineer SYSGO AG Office Mainz Am Pfaffenstein 14 / D-55270 Klein-Winternheim / Germany Phone: +49-6136-9948-0 / Fax: +49-6136-9948-10 VoIP: SIP:[email protected] E-mail: [email protected] / Web: http://www.sysgo.com ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
