aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-10env: mmc: cosmetic: remove unused macro STR(X)WIP/2023-01-10-env-mmc-improvements-and-correctionsPatrick Delaunay1-3/+0
2023-01-10env: mmc: add debug message when mmc-env-partition is not foundPatrick Delaunay1-0/+1
2023-01-10env: mmc: select GPT env partition by type guidPatrick Delaunay1-1/+18
2023-01-10configs: stm32mp: activate CONFIG_ENV_MMC_USE_DTPatrick Delaunay4-0/+4
2023-01-10env: mmc: add CONFIG_ENV_MMC_USE_DTPatrick Delaunay2-0/+23
2023-01-10env: mcc: fix compilation error with ENV_IS_EMBEDDEDPatrick Delaunay1-5/+7
2023-01-10env: mcc: Drop unnecessary #ifdefsPatrick Delaunay1-56/+64
2023-01-10env: mmc: introduced ENV_MMC_OFFSETPatrick Delaunay1-4/+20
2023-01-09ns16650: Correct CONFIG_SYS_NS16550_MEM32 platformsWIP/09Jan2023Tom Rini1-4/+2
2023-01-09Merge branch 'next'Tom Rini2483-32794/+62795
2023-01-09Prepare v2023.01v2023.01Tom Rini3-15/+730
2023-01-09board: rockchip: Fix binman_init failure on EVB-RK3568Jagan Teki1-0/+1
2023-01-08Merge tag 'u-boot-nand-20230108' of https://source.denx.de/u-boot/custodians/...WIP/08Jan2023-nextTom Rini8-108/+607
2023-01-08distro_bootcmd: Fix copy-paste errorWIP/08Jan2023Marek Vasut1-1/+1
2023-01-08mtd: rawnand: omap_elm: u-boot driver model supportRoger Quadros3-2/+54
2023-01-08dt-bindings: mtd: Add ti, elm DT binding documentationRoger Quadros1-0/+72
2023-01-08mtd: rawnand: omap_gpmc: Enable SYS_NAND_PAGE_COUNT for OMAP_GPMCRoger Quadros1-1/+2
2023-01-08mtd: rawnand: omap_gpmc: Add SPL NAND supportRoger Quadros3-1/+46
2023-01-08mtd: rawnand: omap_gpmc: support u-boot driver modelRoger Quadros2-1/+64
2023-01-08dt-bindings: mtd: Add ti, gpmc-nand DT binding documentationRoger Quadros1-0/+129
2023-01-08mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbtRoger Quadros1-1/+17
2023-01-08mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correctionRoger Quadros1-102/+223
2023-01-07pylibfdt: Allow version normalization to failWIP/07Jan2023Tom Rini1-3/+11
2023-01-07common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xxPali Rohár1-0/+2
2023-01-07Merge tag 'efi-2023-01-rc5-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-15/+85
2023-01-06efi_loader: make .data section of *_efi.so files RWHeinrich Schuchardt1-1/+7
2023-01-06lmb: consider EFI memory mapHeinrich Schuchardt1-0/+36
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt3-14/+41
2023-01-06vexpress: adjust loadaddrHeinrich Schuchardt1-0/+1
2023-01-06Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini44-107/+4841
2023-01-06Merge tag 'u-boot-stm32-20230106' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+1
2023-01-06Merge branch '2023-01-06-further-regression-fixes'Tom Rini15-13/+25
2023-01-06arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHYAdam Ford1-0/+2
2023-01-06arm: dts: rz-g2-beacon-u-boot: Fix QSPI RegressionAdam Ford1-1/+0
2023-01-06pylibfdt: Fix disable version normalizationPhilippe Schenker1-6/+2
2023-01-06cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImageMarek Vasut1-4/+5
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut2-2/+8
2023-01-06rockchip: Fix the broken Video out for rk3288 boardsJagan Teki7-0/+7
2023-01-06i2c: uniphier-f: correct error recoveryDai Okamura1-2/+2
2023-01-06imx7d-pico: Fix the name of the u-boot.dtsi fileFabio Estevam1-0/+0
2023-01-06powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.binPali Rohár1-0/+1
2023-01-06arm: stm32mp: Fix board_get_usable_ram_top() againMarek Vasut1-1/+1
2023-01-05Merge tag 'dm-next-5jan23' of https://source.denx.de/u-boot/custodians/u-boot...WIP/05Jan2022Tom Rini22-143/+368
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer7-40/+127
2023-01-05patman: additionally honor a local .patman config fileMaxim Cournoyer3-5/+94
2023-01-05patman: fail early in Setup when provided config file does not existMaxim Cournoyer1-1/+5
2023-01-05patman: set the default config_fname argument value to NoneMaxim Cournoyer2-5/+6
2023-01-05patman: import gitutil module where it is neededMaxim Cournoyer2-5/+6
2023-01-05patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer1-14/+14
2023-01-05patman: fix pep8 warnings in settings moduleMaxim Cournoyer1-17/+21