index.rst 686 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. config_binding
  12. devicetree/index
  13. distro
  14. driver-model/index
  15. environment
  16. global_data
  17. logging
  18. makefiles
  19. menus
  20. printf
  21. uefi/index
  22. version
  23. Debugging
  24. ---------
  25. .. toctree::
  26. :maxdepth: 1
  27. crash_dumps
  28. trace
  29. Packaging
  30. ---------
  31. .. toctree::
  32. :maxdepth: 1
  33. package/index
  34. Testing
  35. -------
  36. .. toctree::
  37. :maxdepth: 1
  38. testing
  39. py_testing
  40. tests_writing
  41. tests_sandbox
  42. Refactoring
  43. -----------
  44. .. toctree::
  45. :maxdepth: 1
  46. checkpatch
  47. coccinelle
  48. moveconfig