Add documentation for the U-Boot Library (ulib) feature, explaining how to build and use both shared (.so) and static (.a) libraries. Series-to: concept Cover-letter: ulib: Provide test programs and documentation This series completes the implementation of a basic U-Boot library: - ensure that no output is written during init - provide a static library to match the existing shared library - add test programs for both, to ensure they continue to build correctly - provide documentation to describe how to use the libraries This is still very early in the implementation, but this series provides enough for some initial experimentation. END Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <sjg@chromium.org> Series-links: 1:25
127 lines
1.3 KiB
ReStructuredText
127 lines
1.3 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
Develop U-Boot
|
|
==============
|
|
|
|
General
|
|
-------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
board_best_practices
|
|
codingstyle
|
|
designprinciples
|
|
docstyle
|
|
kconfig
|
|
memory
|
|
patman
|
|
process
|
|
release_cycle
|
|
security
|
|
sending_patches
|
|
system_configuration
|
|
ide_integration
|
|
|
|
Implementation
|
|
--------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
directories
|
|
bloblist
|
|
bootstd/index
|
|
chid
|
|
ci_testing
|
|
commands
|
|
config_binding
|
|
console
|
|
cyclic
|
|
devicetree/index
|
|
distro
|
|
driver-model/index
|
|
environment
|
|
init
|
|
expo
|
|
cedit
|
|
event
|
|
global_data
|
|
logging
|
|
makefiles
|
|
menus
|
|
printf
|
|
smbios
|
|
spl
|
|
falcon
|
|
std_passage
|
|
uefi/index
|
|
ulib
|
|
vbe
|
|
version
|
|
|
|
Debugging
|
|
---------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
crash_dumps
|
|
gdb
|
|
trace
|
|
|
|
Packaging
|
|
---------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
package/index
|
|
|
|
Testing
|
|
-------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
testing
|
|
py_testing
|
|
tests_writing
|
|
tests_sandbox
|
|
binman_tests
|
|
test_hooks
|
|
|
|
Refactoring
|
|
-----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
checkpatch
|
|
coccinelle
|
|
qconfig
|
|
|
|
Code quality
|
|
------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
python_cq
|
|
|
|
Historical documentation
|
|
------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
historical/index
|
|
|
|
Contributions
|
|
-------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
contrib/README
|