| #
dd31be21 |
| 04-Jun-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-fdt
|
| #
99ed4a2e |
| 27-May-2017 |
Simon Glass <sjg@chromium.org> |
fdt: Drop fdt_select.py
This file was used to select between the normal and fallback libfdt implementations. Now that we only have one, it is not needed.
Drop it and fix up all users.
Signed-off-b
fdt: Drop fdt_select.py
This file was used to select between the normal and fallback libfdt implementations. Now that we only have one, it is not needed.
Drop it and fix up all users.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
160a7664 |
| 27-May-2017 |
Simon Glass <sjg@chromium.org> |
fdt: Drop fdt_fallback library
Drop this now-unused library and associated tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
4a28b007 |
| 27-May-2017 |
Simon Glass <sjg@chromium.org> |
fdt: dtoc: Add a full set of property tests
The tests don't currently cover all the different property types. Add a new test which checks each property type in turn, to make sure each has the correc
fdt: dtoc: Add a full set of property tests
The tests don't currently cover all the different property types. Add a new test which checks each property type in turn, to make sure each has the correct type and value.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
1d88ebb2 |
| 27-May-2017 |
Simon Glass <sjg@chromium.org> |
fdt: Update fdt_test to use 'dt' instead of 'fdt'
Since fdt is a module it conflicts with this variable name and prevents it being used in tests. Rename the variable.
Signed-off-by: Simon Glass <sj
fdt: Update fdt_test to use 'dt' instead of 'fdt'
Since fdt is a module it conflicts with this variable name and prevents it being used in tests. Rename the variable.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
36737f22 |
| 20-Dec-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
| #
bf7fd50b |
| 26-Nov-2016 |
Simon Glass <sjg@chromium.org> |
binman: Introduce binman, a tool for building binary images
This adds the basic code for binman, including command parsing, processing of entries and generation of images.
So far no entry types are
binman: Introduce binman, a tool for building binary images
This adds the basic code for binman, including command parsing, processing of entries and generation of images.
So far no entry types are supported. These will be added in future commits as examples of how to add new types.
See the README for documentation.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|