index.rst 757 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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
  49. Code quality
  50. ------------
  51. .. toctree::
  52. :maxdepth: 1
  53. python_cq