| 27e97600 | 30-Oct-2012 |
Simon Glass <sjg@chromium.org> |
patman: Issue empty change logs for unchanged patches
Often a particular patch may change only for some versions of a series. For versions where there is no change, issue a change log indicating tha
patman: Issue empty change logs for unchanged patches
Often a particular patch may change only for some versions of a series. For versions where there is no change, issue a change log indicating that (for example 'Changes in v4: None').
For such lines, don't add a blank line afterwards, to conserve space. Use list.insert() instead of list = [item] + list.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Roese <sr@denx.de>
show more ...
|
| 24331982 | 03-Oct-2012 |
Troy Kisky <troy.kisky@boundarydevices.com> |
imximage: delay setting of image size
When later we change to variable length header, we won't know the file size when set_imx_hdr is called. So this is prep work.
Signed-off-by: Troy Kisky <troy.k
imximage: delay setting of image size
When later we change to variable length header, we won't know the file size when set_imx_hdr is called. So this is prep work.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
show more ...
|
| 8d8cc828 | 03-Oct-2012 |
Troy Kisky <troy.kisky@boundarydevices.com> |
imximage: move flash_offset check to common location
Both set_imx_hdr_v1 and set_imx_hdr_v2 perform the same check. Move check to before the set_imx_hdr call.
Signed-off-by: Troy Kisky <troy.kisky@
imximage: move flash_offset check to common location
Both set_imx_hdr_v1 and set_imx_hdr_v2 perform the same check. Move check to before the set_imx_hdr call.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Stefano Babic <sbabic@denx.de>
show more ...
|
| 06134211 | 12-Oct-2012 |
Joe Hershberger <joe.hershberger@ni.com> |
tools/env: Fix build failure from missing header include
This was introduced in: 8679d0ffdcc0beafea8e6942c0c67cf859afa18e - COMMON: Use __stringify() instead of MK_STR()
The header is now needed s
tools/env: Fix build failure from missing header include
This was introduced in: 8679d0ffdcc0beafea8e6942c0c67cf859afa18e - COMMON: Use __stringify() instead of MK_STR()
The header is now needed since common.h is not included in this tool.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|
| 95d45a91 | 06-Oct-2012 |
Marek Vasut <marex@denx.de> |
kerneldoc: Implement "Example" section handling
The default kernel-doc strips starting spaces from every single line in the Example section. This makes the code look bad. Thus, implement special han
kerneldoc: Implement "Example" section handling
The default kernel-doc strips starting spaces from every single line in the Example section. This makes the code look bad. Thus, implement special handling for this section.
Signed-off-by: Marek Vasut <marex@denx.de>
show more ...
|