aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-28Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungWIP/28Nov2023Tom Rini9-50/+58
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner1-1/+1
2023-11-27configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigsSam Protsenko3-3/+0
2023-11-27board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte KconfigSam Protsenko1-11/+3
2023-11-27serial: s5p: Use dev_read_addr_ptr() to get base addressSam Protsenko1-4/+2
2023-11-25Merge tag 'u-boot-dfu-20231124' of https://source.denx.de/u-boot/custodians/u...WIP/25Nov2023Tom Rini2-1/+39
2023-11-23serial: s5p: Improve coding styleSam Protsenko1-16/+18
2023-11-23serial: s5p: Use named constants for register valuesSam Protsenko1-10/+21
2023-11-23serial: s5p: Use livetree API to get "id" propertySam Protsenko1-4/+1
2023-11-23serial: s5p: Remove common.h inclusionSam Protsenko1-1/+0
2023-11-21Merge tag 'efi-2024-01-rc4' of https://source.denx.de/u-boot/custodians/u-boo...WIP/21Nov2023Tom Rini18-776/+890
2023-11-21usb: fastboot: Add missing newline in pr_errSimon Holesch1-1/+1
2023-11-21usb: ci: Fix gadget reinitSimon Holesch1-0/+38
2023-11-20cmd: eficonfig: create shortened boot optionsHeinrich Schuchardt1-1/+4
2023-11-20efi_loader: improve efi_var_from_file() descriptionHeinrich Schuchardt1-2/+5
2023-11-20efi_loader: Correctly account the SCRTM event creationIlias Apalodimas1-1/+4
2023-11-20efi_loader: Increase default variable store size to 128KIlias Apalodimas1-6/+8
2023-11-20doc: typo fdtaddr_addr_rHeinrich Schuchardt1-1/+1
2023-11-20docs: Fix the docs build with Sphinx 6.0Jonathan Corbet1-2/+4
2023-11-20doc: add HiSilicon board documentation to HTML docsHeinrich Schuchardt11-762/+862
2023-11-20mkimage: do not write incorrect error messageHeinrich Schuchardt1-1/+2
2023-11-20Prepare v2024.01-rc3v2024.01-rc3Tom Rini2-2/+2
2023-11-20configs: Resync with savedefconfigTom Rini29-29/+4
2023-11-20scsi: set dma direction to NONE for TEST UNIT READYNikita Yushchenko1-0/+2
2023-11-18Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-4/+10
2023-11-17Merge branch '2023-11-17-assorted-important-fixes'Tom Rini9-53/+25
2023-11-17Revert "arm64: Use FEAT_HAFDBS to track dirty pages when available"WIP/2023-11-17-assorted-important-fixesChris Packham3-26/+5
2023-11-17Revert "arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is pre...Chris Packham2-11/+4
2023-11-17Revert "armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present"Chris Packham2-13/+3
2023-11-17imx: spl_imx_romapi: fix emmc fast boot mode caseMarcel Ziswiler1-1/+1
2023-11-17imx: spl_imx_romapi: fix comment about stream(usb) download failureMarcel Ziswiler1-2/+2
2023-11-17spl: fix TPL_SYS_MALLOC_F descriptionJohn Keeping1-1/+1
2023-11-17virtio: rng: gracefully handle 0 byte returnsAndre Przywara1-2/+7
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass3-2/+7
2023-11-15Merge tag 'dm-pull-15nov23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Nov2023Tom Rini12-219/+413
2023-11-14bootstage: Correct exhasuted typoSimon Glass1-1/+1
2023-11-14sandbox: Close file after mmaping itSean Anderson1-5/+10
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt2-4/+1
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass1-3/+3
2023-11-14patman: Avoid using func_test at top levelSimon Glass1-1/+0
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass1-16/+16
2023-11-14patman: Move the main program into a functionSimon Glass1-60/+67
2023-11-14patman: Split out arg parsing into its own fileSimon Glass2-113/+150
2023-11-14expo: Correct background colourSimon Glass1-1/+3
2023-11-14bootstd: Add a return code to bootflow menuSimon Glass3-12/+123
2023-11-14bootstd: Refactor mmc prep to allow a different scanSimon Glass1-9/+40
2023-11-14efi: Correct handling of frame bufferSimon Glass2-8/+13
2023-11-13clk: exynos: Add header guard for clk-pll.hSam Protsenko1-0/+5
2023-11-13serial: s5p: Fix clk_get_by_index() error code checkSam Protsenko1-1/+1
2023-11-13exynos: Avoid duplicate reset_cpu with SYSRESET enabledSam Protsenko1-0/+2