- Jul 19, 2024
-
-
Heinrich Schuchardt authored
Move the information about out-of-tree building from README to the generated HTML documentation. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Nov 11, 2023
-
-
Signed-off-by:
Milan P. Stanić <mps@arvanta.net> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Oct 25, 2023
-
-
Signed-off-by:
Milan P. Stanić <mps@arvanta.net> Reviewed-by:
Simon Glass <sjg@chromium.org> Reformat and keep ncurses-dev needed for 'make menuconfig' Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Oct 10, 2022
-
-
Heinrich Schuchardt authored
Packages python3-filelock python3-pytest-xdist as required to run 'make tests'. Add them to the required packages list in the documentation. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 02, 2022
-
-
LTO (Link-Time Optimisation) is an very useful feature which can significantly reduce the size of U-Boot binaries. So far it has been made available for selected ARM boards and sandbox. However, incremental builds are much slower when LTO is used. For example, an incremental build of sandbox takes 2.1 seconds on my machine, but 6.7 seconds with LTO enabled. Add a NO_LTO parameter to the build, similar to NO_SDL, so it can be disabled during development if needed, for faster builds. Add some documentation about LTO while we are here. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Jul 18, 2022
-
-
Building mkeficapsule requires include uuid/uuid.h Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- May 28, 2022
-
-
Heinrich Schuchardt authored
The following Python packages are used by U-Boot, too: * python3-asteval * python3-subunit * python3-testtools Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Mar 12, 2022
-
-
Heinrich Schuchardt authored
mkeficapsule requires package libgnutls28-dev for building Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Jan 19, 2022
-
-
Heinrich Schuchardt authored
Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-
- Jan 15, 2022
-
-
Describe the required packages for building U-Boot on Alpine Linux Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- Oct 21, 2021
-
-
Heinrich Schuchardt authored
tools/binman/control.py imports Python package pkg_resources. Signed-off-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Oct 19, 2021
-
-
At present U-Boot always builds dtc if CONFIG_OF_CONTROL is defined, even when DTC is provided. The built dtc is not actually used, so this is a waste of time. Update the Makefile logic to build dtc only if one is not provided to the build with the DTC variable. Add documentation to explain this. This saves about 3.5 seconds of elapsed time on a clean build of sandbox_spl for me. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Aug 14, 2021
-
-
Heinrich Schuchardt authored
tools/Makefile uses pkg-config. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- Aug 01, 2021
-
-
Heinrich Schuchardt authored
'make htmldocs' requires graphviz and imagemagick (at least with Sphinx 3.5.4). Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- Jul 28, 2021
-
-
These are out of date. Update them and point to the existing build instructions to avoid duplication. Add a few that are missing. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Dec 15, 2020
-
-
Heinrich Schuchardt authored
Describe the packages required to build U-Boot on SUSE. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- Sep 22, 2020
-
-
The install command is missing for an apt-get command. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-
- Sep 12, 2020
-
-
Provide a description of the U-Boot build process with GCC in the HTML documentation. Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
-