[quote user="Mike Worster"]
I see here:
10 months ago | v3.2_AM335xPSP_04.06.00.11 | AM335x PSP release 04.06.00.11 | tag | | commit | shortlog | log |
10 months ago | v3.2_AM335xPSP_04.06.00.10 | AM335x PSP release 04.06.00.10 | tag |
The two releases both state "10 months ago" so they were both tagged at the same time? But they do have different content right?
[/quote]
Yes, that just means the actual tags (i.e. the labels) were applied 10 months ago. You can see it better chronologically if you look at this:
In particular, the 4.06.00.10 tag applies to a commit from 2013-04-04 while the 4.06.00.11 tag applies to a commit from 2013-06-14.
[quote user="Mike Worster"]And the list one there is tagged PSP 10 and PSP 10-rc3. So is this the full list of changes I'm looking for?[/quote]
Yes, that is the correct list. Similarly, if you've cloned the repository locally you can generate that same list with the following command:
git log v3.2_AM335xPSP_04.06.00.10..v3.2_AM335xPSP_04.06.00.11
[quote user="Mike Worster"]
I looked thought the list of changes in there and it appears that only this one:
ARM: AM335x: SGX: Graphics device registration using HWMOD
author | Prathap M S <msprathap@ti.com> |
Wed, 17 Apr 2013 13:15:08 +0000 (18:15 +0530) | |
committer | Vaibhav Hiremath <hvaibhav@ti.com> |
Wed, 17 Apr 2013 13:15:08 +0000 (18:15 +0530) | |
commit | b9923dd9ac3117b648febcf7f49308503dd308f3 |
Is related to the SGX capabilities of the AM335x, but others are very interesting as well... Will it be possible for me to pull just this one commit and/or get a patch set of these 3 files changed?
[/quote]
The individual files are available as diff or the entire file here:
Or alternatively if you're operating locally you can see the patch with something like:
git show b9923dd9ac3117b648febcf7f49308503dd308f3