Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. commit e89fc2de843ac66fbb2f3e5233e54332735f0d77
  2. Author: Naman Govil <namangov@gmail.com>
  3. Date: Wed Jul 15 02:51:36 2015 -0400
  4.  
  5. armv8 : coreboot for qemu aarch64 #Work in progress#
  6.  
  7. This patchset aims to add a new mainboard
  8. (emulation) for arm64. By the
  9. end of this work, we will have coreboot running
  10. on a qemu-system-aarch64.
  11.  
  12. Change-Id: I5550dcaae9981908e0c3bf6961206a70bebac5d1
  13. Signed-off-by: Naman Govil <namangov@gmail.com>
  14.  
  15. commit 58c919c9aeab10940bbc63b7ffff3103e4661e15
  16. Author: Jimmy Huang <jimmy.huang@mediatek.com>
  17. Date: Thu Aug 13 10:48:49 2015 +0800
  18.  
  19. arm64: declare do_dcsw_op as function
  20.  
  21. do_dcsw_op is coded as a label, it's possible that linker will place
  22. do_dcsw_op on unaligned address. To avoid this situation, we declare
  23. do_dcsw_op as a function. Also explicitly set the 2nd argument of
  24. ENTRY_WITH_ALIGN(name, bits) to 2.
  25.  
  26. do_dcsw_op:
  27. cbz x3, exit
  28. c103d: b40003e3 cbz x3, c10b9 <exit>
  29. mov x10, xzr
  30. c1041: aa1f03ea mov x10, xzr
  31. adr x14, dcsw_loop_table // compute inner loop address
  32.  
  33. BRANCH=none
  34. BUG=none
  35. TEST=build and check do_dcsw_op in elf file
  36.  
  37. Change-Id: Ieb5f4188d6126ac9f6ddb0bfcc67452f79de94ad
  38. Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
  39. Original-Commit-Id: 4ee26b76089fab82cf4fb9b21c9f15b29e57b453
  40. Original-Change-Id: Id331e8ecab7ea8782e97c10b13e8810955747a51
  41. Original-Signed-off-by: Jimmy Huang <jimmy.huang@mediatek.com>
  42. Original-Reviewed-on: https://chromium-review.googlesource.com/293660
  43. Original-Reviewed-by: Julius Werner <jwerner@chromium.org>
  44. Original-Commit-Queue: Yidi Lin <yidi.lin@mediatek.com>
  45. Original-Tested-by: Yidi Lin <yidi.lin@mediatek.com>
  46. Signed-off-by: Naman Govil <namangov@gmail.com>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement