Re: [U-Boot] [PATCH v2 0/4] [ARM] Add KGDB support for ARM platforms

2010-04-19 Thread Mike Frysinger
splitting patches is good, but you cant use the same exact summary for each one with no changelog -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listin

[U-Boot] [PATCH v2 0/4] [ARM] Add KGDB support for ARM platforms

2010-04-17 Thread Tonny Tzeng
This patchset adds KGDB support for ARM platforms. Since the KGDB support for ARM is through the undef instruction handler, we need to add code to the startup file to restore the user context after exception. Unfortunately, each ARM variant has his own start.S, so please reference the patch desig