summaryrefslogtreecommitdiff
path: root/doc/develop
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-12-05Prepare v2023.01-rc3Tom Rini1-1/+1
2022-11-21Prepare v2023.01-rc2Tom Rini1-1/+1
2022-11-08test: Add a way to detect a test that breaks anotherSimon Glass1-0/+69
2022-11-07Prepare v2023.01-rc1Tom Rini1-2/+2
2022-11-06docs: Add a basic security documentTom Rini2-1/+34
2022-10-31FWU: doc: Add documentation for the FWU featureSughosh Ganu3-0/+197
2022-10-31test: Support tests which can only be run manuallySimon Glass1-0/+27
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-2/+2
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-1/+1
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-29dm: doc: Fix serial howto u-boot,dm-pre-reloc typoMichal Suchanek1-2/+2
2022-10-21input: Remove legacy KEYBOARD optionTom Rini1-8/+0
2022-10-18vbe: Add a test for VBE device tree fixupsSimon Glass1-1/+2
2022-10-18dm: core: Update docs about oftree_from_fdt()Simon Glass1-1/+1
2022-10-11cmd: pxe: add alias devicetree-overlay for fdtoverlaysEdoardo Tomelleri1-3/+29
2022-10-10doc: describe usage of virt-make-fs for testingHeinrich Schuchardt1-0/+19
2022-10-07Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2022-10-07common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait1-0/+5
2022-10-06doc: typo 'it it' in doc/develop/package/index.rstHeinrich Schuchardt1-1/+1
2022-10-03Merge branch 'next'Tom Rini8-42/+117
2022-10-03Prepare v2022.10Tom Rini2-11/+743
2022-09-30dm: core: Allow copying ofnode property data when writingSimon Glass1-0/+2
2022-09-30dm: core: Expand ofnode testsSimon Glass1-5/+2
2022-09-30dm: core: Add the ofnode multi-tree implementationSimon Glass1-5/+8
2022-09-29test: Make a copy of the device tree before running a testSimon Glass1-14/+3
2022-09-19Merge branch 'master' into nextTom Rini5-20/+518
2022-09-19Prepare v2022.10-rc5Tom Rini1-1/+1
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-1/+1
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-1/+1
2022-09-13cyclic: Add documentationStefan Roese2-0/+51
2022-09-13Makefile: Add a pcheck option to run tests in parallelSimon Glass2-17/+26
2022-09-06Prepare v2022.10-rc4Tom Rini1-1/+1
2022-09-02test: Allow running tests multiple timesSimon Glass1-0/+24
2022-09-01doc: process, sending_patches: Update and correct the old "Patches" contentTom Rini2-106/+104
2022-09-01doc: sending_patches.rst: Incorporate the old "Patches" wiki contentTom Rini3-3/+503
2022-08-27Rename disto_[pxe_]getfile to distro_[pxe_]getfileDario Binacchi1-1/+1
2022-08-23Prepare v2022.10-rc3Tom Rini1-3/+2
2022-08-20doc: dm: clarify activation.Michal Suchanek1-14/+33
2022-08-13patman: Add documentation to doc/Simon Glass3-0/+18
2022-08-13doc: Drop a reference to TravisSimon Glass1-2/+2
2022-08-13doc: develop: Add a note about importing code from other projectsTom Rini1-0/+4
2022-08-13doc: crash_dumps.rst missing documentation linkHeinrich Schuchardt1-2/+2
2022-08-13doc: add more details for crash dump analysisHeinrich Schuchardt1-0/+60
2022-08-13bootstd: doc: Fix typosPaul Barker1-3/+3
2022-08-12bootstd: Update documentationSimon Glass1-26/+62
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass1-0/+26
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-0/+17
2022-08-12dm: core: Add a note about how livetree updates workSimon Glass1-4/+13
2022-08-12vbe: Add some documentationSimon Glass3-0/+28