aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-09scripts: kconfig: Add config fragment support in board/../WIP/2023-08-09-misc-cleanupsJason Kacines1-1/+3
2023-08-09treewide: unify the linker symbol reference formatShiji Yang21-59/+59
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang58-45/+64
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini47-64/+38
2023-08-08Merge branch '2023-08-08-assorted-code-corrections' into nextTom Rini26-53/+51
2023-08-08pci: correct function name in messageWIP/2023-08-08-assorted-code-correctionsHeinrich Schuchardt1-2/+2
2023-08-08board_f: Cosmetic style fixBin Meng1-2/+3
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin5-5/+0
2023-08-08btrfs: fix some error checking for btrfs_decompress()Dan Carpenter1-2/+2
2023-08-08test: fix a couple NULL vs IS_ERR() checksDan Carpenter1-2/+2
2023-08-08expo: allocate correct amount of memoryDan Carpenter1-1/+1
2023-08-08cmd: improve string matching for hexDan Carpenter1-1/+1
2023-08-08cramfs: clean up some error messagesDan Carpenter1-4/+2
2023-08-08test: unicode: fix a sizeof() vs ARRAY_SIZE() bugDan Carpenter1-3/+3
2023-08-08cmd: pxe_utils: add some missing tabsDan Carpenter1-2/+2
2023-08-08remoteproc: uclass: Clean up a returnDan Carpenter1-1/+1
2023-08-08fdt: off by one in ofnode_lookup_fdt()Dan Carpenter1-1/+1
2023-08-08fs: btrfs: Prevent error pointer dereference in list_subvolums()Dan Carpenter1-0/+1
2023-08-08cros_ec: Fix an error code is cros_ec_get_sku_id()Dan Carpenter1-2/+5
2023-08-08video: Add parentheses around VNBYTES() macroDan Carpenter1-1/+1
2023-08-08cmd: Fix a size parameter in test_readonly()Dan Carpenter1-2/+2
2023-08-08cmd: Fix an error code in cmd_mux_find()Dan Carpenter1-1/+1
2023-08-08lib/charset: fix u16_strlcat() return valueMatthias Schiffer2-8/+8
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer4-13/+13
2023-08-07Prepare v2023.10-rc2v2023.10-rc2Tom Rini2-3/+3
2023-08-07configs: Resync with savedefconfigTom Rini36-43/+15
2023-08-07Merge branch '2023-08-07-assorted-fixes'Tom Rini32-112/+181
2023-08-07fs/erofs: Remove an unnecessary assertionYifan Zhao1-3/+0
2023-08-07common: Drop duplicate space in SPL_BMP descriptionMarek Vasut1-1/+1
2023-08-07common: fix detection of SYS_MALLOC_F_LEN=0x0Heinrich Schuchardt2-2/+2
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov2-11/+11
2023-08-07spl: remove duplicate SPL_MD5 optionOleksandr Suvorov1-12/+0
2023-08-07bloblist: Enforce CRC32Tom Rini1-0/+3
2023-08-07MAINTAINERS: Update rockchip platform maintain filesKever Yang1-1/+13
2023-08-07MAINTAINERS: add DT/bindings files to at91 entryEugen Hristev1-0/+8
2023-08-07board: ten64: add missing error checks for retimer power onMathew McBride1-0/+5
2023-08-07ARM: renesas: Update MAINTAINERS fileMarek Vasut22-28/+108
2023-08-07get_maintainer.pl: Add an ignore list for git historyTom Rini2-0/+2
2023-08-07Azure: Squash a number of jobs and re-order slightlyTom Rini1-49/+23
2023-08-07Azure: Rework Rockchip jobs againTom Rini1-5/+5
2023-08-05Merge tag 'dm-pull-5aug23' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/05Aug2023Tom Rini13-18/+569
2023-08-05buildman: Drop warning about orphaned defconfigsSimon Glass2-14/+2
2023-08-05buildman: Exit after reading toolchainSimon Glass1-0/+3
2023-08-05event: Fix a wrong type_name from dm_post_init to dm_post_init_fJaehoon Chung1-1/+1
2023-08-05binman: ftest: Add test for xilinx-bootgen etypeLukas Funke3-0/+123
2023-08-05binman: etype: Add xilinx-bootgen etypeLukas Funke2-0/+300
2023-08-05binman: btool: Add Xilinx Bootgen btoolLukas Funke2-1/+138
2023-08-05binman: Renumber 291 and 292 test filesSimon Glass3-2/+2
2023-08-05Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-97/+75
2023-08-05cmd: Enable BIND by default if we have USB_ETHERTom Rini1-0/+1