blob: b238a8b4bab1bdc7450b806016233e30f4d4c447 [file] [log] [blame]
Simon Glass6e87ae12017-05-29 15:31:31 -06001commit b9da5f937bd5ea4931ea17459bf79b2905d9594d
2Author: Simon Glass <sjg@chromium.org>
3Date: Sat Apr 15 15:39:08 2017 -0600
4
5 pci: Correct cast for sandbox
6
7 This gives a warning with some native compilers:
8
9 cmd/pci.c:152:11: warning: format ‘%llx expects argument of type
10 long long unsigned int’, but argument 3 has type
11 u64 {aka long unsigned int}’ [-Wformat=]
12
13 Fix it with a cast.
14
15 Signed-off-by: Simon Glass <sjg@chromium.org>
Sean Andersondc03ba42020-05-04 16:28:36 -040016 Commit-changes: 2
17 - second revision change
18
Simon Glass6e87ae12017-05-29 15:31:31 -060019 Series-notes:
20 some notes
21 about some things
22 from the first commit
23 END
24
25 Commit-notes:
26 Some notes about
27 the first commit
28 END
29
30commit 5ab48490f03051875ab13d288a4bf32b507d76fd
31Author: Simon Glass <sjg@chromium.org>
32Date: Sat Apr 15 15:39:08 2017 -0600
33
Siva Durga Prasad Paladugu12308b12018-07-16 15:56:11 +053034 fdt: Correct cast for sandbox in fdtdec_setup_mem_size_base()
Simon Glass6e87ae12017-05-29 15:31:31 -060035
36 This gives a warning with some native compilers:
37
38 lib/fdtdec.c:1203:8: warning: format ‘%llx expects argument of type
39 long long unsigned int’, but argument 3 has type
40 long unsigned int [-Wformat=]
41
42 Fix it with a cast.
43
44 Signed-off-by: Simon Glass <sjg@chromium.org>
45 Series-to: u-boot
46 Series-prefix: RFC
47 Series-cc: Stefan Brüns <stefan.bruens@rwth-aachen.de>
48 Cover-letter-cc: Lord Mëlchett <clergy@palace.gov>
49 Series-version: 3
50 Patch-cc: fred
Sean Andersondc03ba42020-05-04 16:28:36 -040051 Series-process-log: sort, uniq
Simon Glass6e87ae12017-05-29 15:31:31 -060052 Series-changes: 4
53 - Some changes
Sean Andersondc03ba42020-05-04 16:28:36 -040054 - Multi
55 line
56 change
57
58 Commit-changes: 2
59 - Changes only for this commit
60
61 Cover-changes: 4
62 - Some notes for the cover letter
Simon Glass6e87ae12017-05-29 15:31:31 -060063
64 Cover-letter:
65 test: A test patch series
66 This is a test of how the cover
Sean Andersondc03ba42020-05-04 16:28:36 -040067 letter
Simon Glass6e87ae12017-05-29 15:31:31 -060068 works
69 END