)]}' { "commit": "7ddbbc6ce200bcae4c72f5078167fcd32838f6a6", "tree": "85e7c55b912f5773a8437441792378aabc729b15", "parents": [ "e8d88e2e4885e8dd555d104b9b5d24c62e77a3e2" ], "author": { "name": "Daniel Mentz", "email": "danielmentz@google.com", "time": "Thu Jan 12 15:01:44 2017 -0800" }, "committer": { "name": "Daniel Mentz", "email": "danielmentz@google.com", "time": "Thu Jan 12 16:51:55 2017 -0800" }, "message": "Determine correct load address for ARC images\n\nQuantenna modified the linker script for vmlinux. CONFIG_LINUX_LINK_BASE\nis no longer where the image starts. Instead, the linker script defines\nthe symbol _img_start_addr as the load address.\n\nQuantenna sets the entry point to the same address as the load address.\nThis works fine because the image starts with a jump instruction that\njumps to res_service. We can just bypass this jump by setting the entry\npoint straight to res_service.\n", "tree_diff": [ { "type": "modify", "old_id": "f94cf151e06ab2e142bbf2b867ae8a2de0e255af", "old_mode": 33188, "old_path": "arch/arc/boot/Makefile", "new_id": "711070c8ec04acd23dbfb1872bbb438c62c85161", "new_mode": 33188, "new_path": "arch/arc/boot/Makefile" } ] }