aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2023-01-23bootstd: Update documentation for new featuresSimon Glass4-70/+216
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-1/+1
2023-01-23dm: core: Support sorting devices with dm treeSimon Glass1-1/+4
2023-01-20Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/20Jan2023Tom Rini9-5/+395
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini4-4/+4
2023-01-20global: Remove unused CONFIG definesTom Rini1-10/+0
2023-01-20doc: fix references to distro documentationDario Binacchi5-5/+6
2023-01-20doc: man-page for bdinfoHeinrich Schuchardt2-0/+120
2023-01-20doc: man-page for blkcacheHeinrich Schuchardt2-0/+75
2023-01-20doc: man-page for source commandHeinrich Schuchardt2-0/+194
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/19Jan2023Tom Rini1-1/+1
2023-01-18trace: Use notrace for shortSimon Glass1-1/+1
2023-01-18cmd: part: Add partition-related type commandEnric Balletbo i Serra1-0/+18
2023-01-18doc/README.gpt: Fix typo 'a optionnal'Enric Balletbo i Serra1-1/+1
2023-01-18doc: man-page for the part commandEnric Balletbo i Serra2-0/+137
2023-01-18x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini1-1/+1
2023-01-17Merge branch '2022-01-16-bootstd-updates'Tom Rini2-0/+189
2023-01-16expo: Add documentationSimon Glass2-0/+189
2023-01-16rockchip: add support for PX30 Ringneck SoM on Haikou DevkitQuentin Schulz1-0/+1
2023-01-16board: rockchip: Add Edgeble Neu2 IO BoardJagan Teki1-0/+3
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...WIP/13Jan2023Tom Rini1-3/+3
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut1-4/+2
2023-01-12stm32mp: Add OP-TEE support in bsec driverPatrick Delaunay1-3/+3
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä1-1/+1
2023-01-11cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut1-1/+3
2023-01-11fastboot: Add OEM run commandSean Anderson1-0/+18
2023-01-09Merge branch 'next'Tom Rini35-116/+296
2023-01-09Prepare v2023.01v2023.01Tom Rini2-14/+729
2023-01-08dt-bindings: mtd: Add ti, elm DT binding documentationRoger Quadros1-0/+72
2023-01-08dt-bindings: mtd: Add ti, gpmc-nand DT binding documentationRoger Quadros1-0/+129
2023-01-04doc: building documentationHeinrich Schuchardt2-0/+91
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson1-0/+3
2022-12-29doc: improve wget man-pageHeinrich Schuchardt1-2/+3
2022-12-29doc: Use "changesets" not "csets" in statistics pagesTom Rini66-66/+66
2022-12-29doc: add texinfodocs and infodocs targetsMaxim Cournoyer3-4/+15
2022-12-29doc: board: qemu-ppce500: Update supported and unsupportedPali Rohár1-3/+5
2022-12-29doc: ti: add the K3 generation pageBryan Brattlof2-3/+276
2022-12-29doc: ti: reorganize existing ti docsBryan Brattlof3-5/+8
2022-12-23post: Move CONFIG_SYS_POST to CFG_SYS_POSTTom Rini1-6/+6
2022-12-23global: Migrate CONFIG_RAMDISK_ADDR to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_MALLOC_F_ADDR to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_FEC_MXC_PHYADDR to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini6-8/+8
2022-12-23global: Migrate CONFIG_BOARDDIR to CFGTom Rini1-1/+1
2022-12-22Convert CONFIG_MONITOR_IS_IN_RAM to KconfigTom Rini1-2/+2
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini1-10/+0
2022-12-22fec_mxc: Remove CONFIG_FEC_FIXED_SPEED supportTom Rini1-6/+0
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini8-23/+65
2022-12-20doc: correct heading level in printenv man-pageHeinrich Schuchardt1-1/+1
2022-12-20cmd: allow sound command to play multiple soundsHeinrich Schuchardt1-2/+21