index.rst 619 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .. SPDX-License-Identifier: GPL-2.0+
  2. Develop U-Boot
  3. ==============
  4. Implementation
  5. --------------
  6. .. toctree::
  7. :maxdepth: 1
  8. bloblist
  9. ci_testing
  10. commands
  11. devicetree/index
  12. driver-model/index
  13. global_data
  14. logging
  15. makefiles
  16. menus
  17. uefi/index
  18. version
  19. Debugging
  20. ---------
  21. .. toctree::
  22. :maxdepth: 1
  23. crash_dumps
  24. trace
  25. Packaging
  26. ---------
  27. .. toctree::
  28. :maxdepth: 1
  29. package/index
  30. Testing
  31. -------
  32. .. toctree::
  33. :maxdepth: 1
  34. testing
  35. py_testing
  36. tests_writing
  37. tests_sandbox
  38. Refactoring
  39. -----------
  40. .. toctree::
  41. :maxdepth: 1
  42. coccinelle
  43. moveconfig