2017-12-07 20:07 GMT+01:00 Ard Biesheuvel <[email protected]>: > On 7 December 2017 at 19:06, Marcin Wojtas <[email protected]> wrote: >> Hi Ard, >> >> 2017-12-07 17:48 GMT+01:00 Ard Biesheuvel <[email protected]>: >>> On 7 December 2017 at 16:31, Marcin Wojtas <[email protected]> wrote: >>>> Hi, >>>> >>>> I submit a long awaited file reorganization of Marvell Armada 7k/8k >>>> SoC family support. Armada 70x0 DB files remained in >>>> 'Platform/Marvell', SoC files, drivers, libraries, etc. were >>>> shifted to 'Silicon/Marvell'. >>>> >>>> Although there are no functional changes, other most significant >>>> modifications are: >>>> - use 'Armada7k8k' name/prefix, reflecting the SoC family properly >>>> - use 'Armada70x0Db' for a board files >>>> - move and rename the SPI master driver >>>> - move and rename the PciEmulation driver >>>> - rename output fd file for Armada70x0Db >>>> >>>> More details can be found in the commit log. In order to get a >>>> better overview, please check 'tree' command outputs below. >>>> >>>> The code is available in the github: >>>> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/reorg-upstream-r20171207 >>>> >>>> I'm looking forward to your feedback. >>>> >>> >>> Hi Marcin, >>> >>> Could you regenerate these patches with rename detection please? >>> >> >> For every single operation I used 'git mv'. 'git status' showed the >> renaming properly and so does 'git show -M' on my branch. I'll search >> for better 'git format-patch' generation, but if you know the trick, >> please share. >> > > git format-patch -M does not work for you?
'git format-patch --find-renames' works fine. I'll issue v2 right away. Thanks, Marcin _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

