- Oct 04, 2023
-
-
Simon Glass authored
Update qconfig's documentation to better reflect its new purpose in life. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Use qconfig.db as the new name, to reflect the tool's purpose. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
This does not move configs anymore, but queries them, based on a database it can build. Rename the tool to better reflect its purpose. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Write the summary for -s and -b at the end, using a unified format. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Since moveconfig now just does what it is told (build database or sync defconfigs) we don't need to print what it is doing. Drop this info, which is of very little use. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Rather than printing all the failed boards, which are now easily visible on the terminal, just show a summary. Sort it by defconfig and drop the '_defconfig' suffix. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Show the number of accumulated failures when processing. Use a shorter format with colour. An unwanted space appears before the defconfig name on every item except the last. Fix that while we are here. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Use the existing terminal code to handle ANSI colours. Enable colour by default if the output is going to a terminal. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
When the process is finished, moveconfig leaves a line saying that all boards were processed (for better or worse). Drop this, since it is unncessary. Future work will provide a summary at the end instead. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Output a single line in the case where the defconfig only has one line of output. Show the name without the _defconfig suffix, since that is the same for all boards. Use a list for the log so it is easier to process at the end. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
There is no point in listing a board if everything went well. It makes it harder to see the failures, particularly on a fast machine. Suppress output unless something actually happened. Drop the 'Syncing by savedefconfig' since this is selected by the -s and is the same for all boards in this mode. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Fix various remaining pylint warnings. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Fix pylint warnings about needing an explicit character encoding. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Correct some pylint warnings about needing to use list comprehension. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Fix these pylint warnings. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Correct some variable names that do not conform to snake case, with the three-character minimum. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Fix pylint warnings about unused variables. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Avoid pylint warnings by using 'f' strings where possible. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Fix pylint warnings related to parameter types. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Use the 'r' prefix for these strings to avoid pylint warnings. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
This code isn't needed anymore. Drop it. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
These functions are not needed anymore. Drop them. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
As a step towards cleaning out old code, drop most of the code that moves CONFIG options to Kconfig. This includes parse_one_config(). Drop the ACTION_... values as well, since they are no-longer used. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Cleaning up the README and config.h files are not needed now, since we don't have any CONFIG options to convert. Drop this code. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
This should be after the standard imports. Move it to avoid a lot of pylint warnings. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Use the recommended new way of setting a thread to be a daemon. This avoids a warning: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Drop this option, which is no longer needed now that we have converted all CONFIG options to Kconfig. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
If we are not sorting the tree we don't need to get the stats. Adjust the code to avoid the wasted time. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Oct 02, 2023
-
-
https://source.denx.de/u-boot/custodians/u-boot-shTom Rini authored
- pinctrl re-sync for Renesas chips
-
Tom Rini authored
Rsync all defconfig files using moveconfig.py Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tom Rini authored
Rsync all defconfig files using moveconfig.py Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Oct 01, 2023
- Sep 30, 2023
-
-
Marek Vasut authored
Set U-Boot environment storage eMMC device number to 0, to match the new additions to DT /aliases node pulled in alongside Linux 6.5.3 DT synchronization. Signed-off-by:
Marek Vasut <marek.vasut+renesas@mailbox.org>
-
Marek Vasut authored
Synchronize RZ R8A774E1 RZ/G2H DTs with Linux 6.5.3, commit 238589d0f7b421aae18c5704dc931595019fa6c7 . Signed-off-by:
Marek Vasut <marek.vasut+renesas@mailbox.org>
-
Marek Vasut authored
Synchronize RZ R8A774C0 RZ/G2E DTs with Linux 6.5.3, commit 238589d0f7b421aae18c5704dc931595019fa6c7 . Signed-off-by:
Marek Vasut <marek.vasut+renesas@mailbox.org>
-
Marek Vasut authored
Synchronize RZ R8A774B1 RZ/G2N DTs with Linux 6.5.3, commit 238589d0f7b421aae18c5704dc931595019fa6c7 . Signed-off-by:
Marek Vasut <marek.vasut+renesas@mailbox.org>
-
Marek Vasut authored
Synchronize RZ R8A774A1 RZ/G2M DTs with Linux 6.5.3, commit 238589d0f7b421aae18c5704dc931595019fa6c7 . Signed-off-by:
Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by:
Adam Ford <aford173@gmail.com>
-