aboutsummaryrefslogtreecommitdiff
path: root/doc/develop/driver-model
AgeCommit message (Expand)Author
2024-01-29doc: dm: Fix typoAlexander Dahl
2023-11-11doc: shorten overlong title underlinesHeinrich Schuchardt
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-10-27doc: Replace dm_dump_all() with dm_dump_tree()Dylan Corrales
2023-06-12global: Use proper project name U-BootMichal Simek
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-04-27sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi
2023-04-27drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi
2023-02-14dm: doc: Update documentation for new driver model schemaSimon Glass
2023-01-23bootstd: Update documentation for new featuresSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-29dm: doc: Fix serial howto u-boot,dm-pre-reloc typoMichal Suchanek
2022-10-21input: Remove legacy KEYBOARD optionTom Rini
2022-10-17dm: core: Update docs about oftree_from_fdt()Simon Glass
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass
2022-09-29dm: core: Expand ofnode testsSimon Glass
2022-09-29dm: core: Add the ofnode multi-tree implementationSimon Glass
2022-09-29test: Make a copy of the device tree before running a testSimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-08-20doc: dm: clarify activation.Michal Suchanek
2022-08-12dm: core: Prepare for updating the device tree with ofnodeSimon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-08-12dm: core: Add a note about how livetree updates workSimon Glass
2022-07-07arm: Remove PXA architecture supportTom Rini
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2022-06-06Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to KconfigTom Rini
2022-04-23dm: tag: add some documentAKASHI Takahiro
2022-04-09dm: Add docs to explain how to enable DM_SERIAL for a boardSimon Glass
2022-02-10nvme: Split out PCI supportMark Kettenis
2022-01-28dm: serial: Add a migration deadline for serialSimon Glass
2022-01-12timer: Add a migration messageSimon Glass
2021-12-05keyboard: Add a migration messageSimon Glass
2021-09-25dm: doc: Add a note about of-platdata header filesSimon Glass
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-16dtoc: Further improve documentation about warningsSimon Glass
2021-08-06pci: Drop migration methodSimon Glass
2021-07-21dtoc: Update documentation to cover warnings in more detailSimon Glass
2021-06-23doc: develop: Convert README.nvme to reSTBin Meng
2021-05-10doc: develop: Convert README.virtio to reSTBin Meng
2021-04-06dm: core: Document the common error codesSimon Glass
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-26doc: Move driver model docs under develop/Simon Glass