| 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 ...
|
| 515d3f08 | 27-May-2017 |
Simon Glass <sjg@chromium.org> |
binman: Drop a special case related to fdt_fallback
Previously we were sometimes forced to collate x86 microcode due to not having access to the offset of each individual piece. Now that we never us
binman: Drop a special case related to fdt_fallback
Previously we were sometimes forced to collate x86 microcode due to not having access to the offset of each individual piece. Now that we never use fdt_fallback, we don't have this problem. Drop this special case from the code.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| b4360206 | 27-May-2017 |
Simon Glass <sjg@chromium.org> |
fdt: Support use of the new python libfdt library
Use the new library if available, while retaining backwards compatibility with the old library for now.
Signed-off-by: Simon Glass <sjg@chromium.or
fdt: Support use of the new python libfdt library
Use the new library if available, while retaining backwards compatibility with the old library for now.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 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 ...
|
| ae5564d1 | 05-Apr-2017 |
Bin Meng <bmeng.cn@gmail.com> |
tools: binman: Add missing filenames for various x86 rom tests
With recent changes, some x86-specific rom tests of binman fail to run. Fix it by adding missing filenames in corresponding entries.
S
tools: binman: Add missing filenames for various x86 rom tests
With recent changes, some x86-specific rom tests of binman fail to run. Fix it by adding missing filenames in corresponding entries.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 9d1adf04 | 18-Jan-2017 |
Bin Meng <bmeng.cn@gmail.com> |
tools: binman: Handle optional microcode case in SPL image
On platforms which do not require microcode in SPL, handle such case like U-Boot proper.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Revi
tools: binman: Handle optional microcode case in SPL image
On platforms which do not require microcode in SPL, handle such case like U-Boot proper.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 6d427c6b | 26-Nov-2016 |
Simon Glass <sjg@chromium.org> |
binman: Automatically include a U-Boot .dtsi file
For boards that need U-Boot-specific additions to the device tree, it is a minor annoyance to have to add these each time the tree is synced with up
binman: Automatically include a U-Boot .dtsi file
For boards that need U-Boot-specific additions to the device tree, it is a minor annoyance to have to add these each time the tree is synced with upstream.
Add a means to include a file (e.g. u-boot.dtsi) automatically into the .dts file before it is compiled.
The file uses is the first one that exists in this list:
arch/<arch>/dts/<board.dts>-u-boot.dtsi arch/<arch>/dts/<soc>-u-boot.dtsi arch/<arch>/dts/<cpu>-u-boot.dtsi arch/<arch>/dts/<vendor>-u-boot.dtsi arch/<arch>/dts/u-boot.dtsi
Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|