summaryrefslogtreecommitdiff
path: root/doc/develop
AgeCommit message (Expand)AuthorFilesLines
2021-10-15pytest: Show a message when sandbox crashesSimon Glass1-0/+8
2021-10-15pytest: Shorten traceback length by defaultSimon Glass1-0/+7
2021-10-06acpi: Use U-Boot version for OEM_REVISIONPali Rohár1-1/+0
2021-10-05doc: test: Explain how to run pytests in parallelSimon Glass1-0/+30
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini1-4/+52
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini3-124/+11
2021-09-25dm: doc: Add a note about of-platdata header filesSimon Glass1-1/+49
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-3/+3
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-09-25doc: Add mention of the /config bindingSimon Glass2-0/+11
2021-09-18Revert "doc: Update CapsuleUpdate READMEs"Simon Glass1-124/+0
2021-09-17version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár1-9/+12
2021-09-16dtoc: Further improve documentation about warningsSimon Glass1-4/+88
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini3-1/+83
2021-09-11bloblist: Move to rST formatSimon Glass2-0/+83
2021-09-03doc: Remove information about CAPSULE_FMP_HEADERMichal Simek1-1/+0
2021-09-02scripts/checkpatch.pl: Resync with v5.13Tom Rini2-0/+756
2021-08-14doc: Add a note about why devicetree is usedSimon Glass2-0/+42
2021-08-14doc: Update devicedocs including how to add tweaksSimon Glass1-81/+100
2021-08-14doc: Move devicetree control doc to rSTSimon Glass4-0/+248
2021-08-06pci: Drop migration methodSimon Glass1-9/+0
2021-08-04doc: Add basic information about running CI testsTom Rini2-0/+71
2021-08-01doc: Fix up outdated moveconfig docsSimon Glass1-36/+22
2021-08-01doc: Add docs for the moveconfig toolSimon Glass2-0/+297
2021-08-01doc: Move coccinelle into its own sectionSimon Glass1-1/+8
2021-08-01doc: Create an intro section for testingSimon Glass2-3/+5
2021-07-24smbios: Fix calculating BIOS Release DatePali Rohár1-1/+0
2021-07-24doc: Bring in Makefile documentationSimon Glass2-0/+1676
2021-07-21dtoc: Update documentation to cover warnings in more detailSimon Glass1-0/+53
2021-07-18doc: Update CapsuleUpdate READMEsIlias Apalodimas1-0/+125
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini2-0/+98
2021-06-23doc: develop: Convert README.nvme to reSTBin Meng2-0/+98
2021-06-08log: Convert log values to printf() if not enabledSimon Glass1-2/+4
2021-05-10doc: develop: Convert README.virtio to reSTBin Meng2-0/+288
2021-04-10doc: Add build instructions for OP-TEE backed EFI variablesIlias Apalodimas1-1/+57
2021-04-10doc: Update uefi documentation for initrd loading optionsIlias Apalodimas1-1/+21
2021-04-06dm: core: Document the common error codesSimon Glass1-0/+133
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini1-0/+8
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextTom Rini26-0/+5795
2021-03-26binman: Update various pieces of the documentationSimon Glass1-0/+1
2021-03-26binman: doc: Add documentation to htmldocsSimon Glass3-0/+28
2021-03-26doc: Move driver model docs under develop/Simon Glass19-0/+4833
2021-03-26doc: Move UEFI under develop/Simon Glass5-0/+933
2021-03-13log: Add return-checking macros for 0 being successSimon Glass1-1/+14
2021-03-13log: Handle line continuationSimon Glass1-0/+16
2021-03-12doc: Explain briefly how to write new testsSimon Glass5-1/+358
2021-03-12test: sandbox: Move sandbox test docs into doc/developSimon Glass1-2/+42
2021-03-12doc: Document how sandbox_spl_tests are runSimon Glass2-0/+87
2021-03-12doc: Explain how to run tests without pytestSimon Glass3-0/+90
2021-03-12doc: Document make tcheckSimon Glass1-1/+11