aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-05patman: document default 'send' commandMaxim Cournoyer1-1/+2
2023-01-05patman: document how to run test suite via pytestMaxim Cournoyer1-0/+6
2023-01-05patman: hide the 'test' command unless test data is availableMaxim Cournoyer2-3/+10
2023-01-05patman: add pytest configuration fileMaxim Cournoyer1-0/+2
2023-01-05patman: rename main script to __main__.pyMaxim Cournoyer3-2/+2
2023-01-05patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer1-1/+1
2023-01-05patman: locate test data files via __file__ and pathlibMaxim Cournoyer1-2/+6
2023-01-05patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer1-41/+65
2023-01-05patman: locate README.rst via importlibMaxim Cournoyer1-5/+3
2023-01-05patman: fix installation of README.rst data fileMaxim Cournoyer1-1/+1
2023-01-05patman: remove extraneous importsMaxim Cournoyer1-4/+1
2023-01-05test:dm:fix typoYuepeng Xing8-10/+10
2023-01-05patman: Switch to setuptoolsSean Anderson1-1/+1
2023-01-05reset: at91: Add reset driver for basic assert/deassert operationsSergiu Moga4-9/+151
2023-01-05ARM: at91: add sama7 SFR definitionsCristian Birsan1-0/+59
2023-01-05ARM: dts: sama5d27_wlsom1_ek: Add pinctrl nodes for USB DT nodesSergiu Moga1-0/+25
2023-01-05ARM: dts: sama5d2_icp: Add pinctrl nodes for USB related DT nodesSergiu Moga1-0/+22
2023-01-05ARM: dts: sama7g5ek: Add pinctrl, gpio and phy properties for USBSergiu Moga1-0/+35
2023-01-05ARM: dts: sama7g5: Add USB and UTMI DT nodesSergiu Moga1-1/+74
2023-01-05dt-bindings: clk: at91: Define additional UTMI related clocksSergiu Moga1-0/+5
2023-01-05dt-bindings: reset: add sama7g5 definitionsSergiu Moga1-0/+10
2023-01-05ARM: dts: sam9x60ek: Add pinctrl and gpio properties for USBSergiu Moga1-0/+21
2023-01-05ARM: dts: sam9x60_curiosity: Add pinctrl and gpio properties for USBSergiu Moga1-0/+21
2023-01-05ARM: dts: sam9x60: Add OHCI and EHCI DT nodesSergiu Moga1-0/+18
2023-01-04Merge tag 'efi-2023-01-rc5-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/04Jan2022Tom Rini12-22/+219
2023-01-04efi_loader: populate console handles in system tableHeinrich Schuchardt1-0/+3
2023-01-04efi_loader: adjust sorting of capsulesHeinrich Schuchardt1-3/+6
2023-01-04test: unit test for u16_strcasecmp()Heinrich Schuchardt1-0/+25
2023-01-04lib: add function u16_strcasecmp()Heinrich Schuchardt2-0/+39
2023-01-04efi_loader: fix building aarch64 EFI binariesHeinrich Schuchardt2-15/+38
2023-01-04efi_loader: defines for PE-COFF section flagsHeinrich Schuchardt1-0/+13