test01.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. commit b9da5f937bd5ea4931ea17459bf79b2905d9594d
  2. Author: Simon Glass <sjg@chromium.org>
  3. Date: Sat Apr 15 15:39:08 2017 -0600
  4. pci: Correct cast for sandbox
  5. This gives a warning with some native compilers:
  6. cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type
  7. ‘long long unsigned int’, but argument 3 has type
  8. ‘u64 {aka long unsigned int}’ [-Wformat=]
  9. Fix it with a cast.
  10. Signed-off-by: Simon Glass <sjg@chromium.org>
  11. Series-notes:
  12. some notes
  13. about some things
  14. from the first commit
  15. END
  16. Commit-notes:
  17. Some notes about
  18. the first commit
  19. END
  20. commit 5ab48490f03051875ab13d288a4bf32b507d76fd
  21. Author: Simon Glass <sjg@chromium.org>
  22. Date: Sat Apr 15 15:39:08 2017 -0600
  23. fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base()
  24. This gives a warning with some native compilers:
  25. lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
  26. ‘long long unsigned int’, but argument 3 has type
  27. ‘long unsigned int’ [-Wformat=]
  28. Fix it with a cast.
  29. Signed-off-by: Simon Glass <sjg@chromium.org>
  30. Series-to: u-boot
  31. Series-prefix: RFC
  32. Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de>
  33. Cover-letter-cc: Lord Mëlchett <clergy@palace.gov>
  34. Series-version: 3
  35. Patch-cc: fred
  36. Series-changes: 4
  37. - Some changes
  38. Cover-letter:
  39. test: A test patch series
  40. This is a test of how the cover
  41. leter
  42. works
  43. END