aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-20rtc.h: Add <linux/types.h>TEST/sha-header-cleanupTom Rini1-0/+1
2023-11-20include/memalign.h: Add <linux/kernel.h>Tom Rini1-0/+1
2023-11-20display_options: Clean up headersTom Rini2-2/+4
2023-11-20sandbox: Add <linux/types.h> to asm/global_data.hTom Rini1-0/+2
2023-11-20arm: Remove <asm/types.h> from asm/global_data.hTom Rini1-1/+0
2023-11-20lib/sha*.c: Update header listTom Rini3-6/+3
2023-11-20TEST: Make cyclic.h need <linux/kconfig.h>Tom Rini2-1/+4
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-13mmc: renesas-sdhi: Disable clock after tuning reset when possibleMarek Vasut1-4/+10
2023-11-12Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/12Nov2023Tom Rini22-259/+688
2023-11-12sunxi: H616: add LPDDR4 DRAM supportMikhail Kalashnikov5-39/+294
2023-11-12sunxi: H616: DRAM: refactor mctl_phy_configure_odt()Andre Przywara1-53/+31
2023-11-12power: regulator: add AXP313 supportAndre Przywara3-0/+19
2023-11-12power: pmic: sunxi: add AXP313 SPL driverAndre Przywara5-3/+155
2023-11-12arm: dts: icnova-a20-adb4006: Add board supportLudwig Kormann3-0/+27
2023-11-12pinctrl: sunxi: Avoid using .bss for SPLSamuel Holland1-1/+1
2023-11-12sunxi: mmc: Sort compatible strings numericallySamuel Holland1-1/+1
2023-11-12clk: sunxi: Use the right symbol in the MakefileSamuel Holland1-1/+1
2023-11-12sunxi: mmc: Move header to the driver directorySamuel Holland3-135/+146
2023-11-12net: sun8i_emac: Drop DM_GPIO checksSamuel Holland1-10/+0
2023-11-12arm: sunxi: Correct warning in board_fit_config_name_matchTom Rini1-1/+2
2023-11-12sunxi: board: simplify early PMIC setup conditionsAndre Przywara2-19/+15
2023-11-11Merge tag 'doc-2024-01-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini49-271/+268
2023-11-11doc: typo 'form' in qfw.rstHeinrich Schuchardt1-1/+1
2023-11-11doc: board: ti: k3 docs: Use ::promptNishanth Menon7-133/+133