Heinrich Schuchardt
c0b6f7d4b8
doc: add graphviz imagemagick as build dependencies
...
'make htmldocs' requires graphviz and imagemagick (at least with Sphinx
3.5.4).
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2021-08-01 23:31:07 +02:00
Simon Glass
6a2626a9d0
doc: sandbox: Fix up dependencies
...
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 >
2021-07-28 19:30:22 -04:00
Tom Rini
a64322548c
tools: Integrate the Dockerfile used for CI
...
Integrate the Dockerfile from
https://source.denx.de/u-boot/gitlab-ci-runner.git as of
commit bc6130d572f1 ("Dockerfile: Remove high UID/GID") and introduce a
short rST on how to build the container.
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de >
Signed-off-by: Tom Rini <trini@konsulko.com >
2021-04-07 14:47:05 -04:00
Heinrich Schuchardt
a3bbd0b912
Correct U-Boot upstream repository
...
The U-Boot source moves to https://source.denx.de/u-boot/u-boot.git
effective 2021-02-28.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2021-02-28 13:57:30 -05:00
Heinrich Schuchardt
c206702155
doc/build/gcc.rst: required packages for SUSE
...
Describe the packages required to build U-Boot on SUSE.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2020-12-15 09:30:51 +01:00
Heinrich Schuchardt
4061191727
doc/build/gcc.rst: add missing apt-get *install*
...
The install command is missing for an apt-get command.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2020-09-22 11:05:32 -04:00
Heinrich Schuchardt
70e38eea3a
doc: describe building with GCC
...
Provide a description of the U-Boot build process with GCC in the HTML
documentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2020-09-12 10:53:01 -04:00
Heinrich Schuchardt
2974ba4f65
doc: describe source repository
...
Add a chapter to the HTML documentation describing how to retrieve the
U-Boot sources.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2020-09-12 10:53:01 -04:00
Heinrich Schuchardt
7f89e85631
doc: move Clang documentation to HTML
...
* Move README.clang to doc/build/clang.rst and reformat as
reStructeredText.
* Indicate that -ffixed-r9 and -ffixed-x18 are used to reserve registers
for gd.
* Minor editing.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
2020-08-04 23:30:02 -04:00
Bin Meng
7114d89e08
doc: Add documentation for how to build U-Boot host tools
...
This adds a reST document for how to build U-Boot host tools,
including information for both Linux and Windows.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com >
2019-10-28 13:32:51 -04:00