summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-09ns16650: Correct CONFIG_SYS_NS16550_MEM32 platformsTom Rini
2023-01-09Merge branch 'next'Tom Rini
2023-01-09Prepare v2023.01v2023.01Tom Rini
2023-01-09board: rockchip: Fix binman_init failure on EVB-RK3568Jagan Teki
2023-01-08Merge tag 'u-boot-nand-20230108' of https://source.denx.de/u-boot/custodians/...Tom Rini
2023-01-08distro_bootcmd: Fix copy-paste errorMarek Vasut
2023-01-08mtd: rawnand: omap_elm: u-boot driver model supportRoger Quadros
2023-01-08dt-bindings: mtd: Add ti, elm DT binding documentationRoger Quadros
2023-01-08mtd: rawnand: omap_gpmc: Enable SYS_NAND_PAGE_COUNT for OMAP_GPMCRoger Quadros
2023-01-08mtd: rawnand: omap_gpmc: Add SPL NAND supportRoger Quadros
2023-01-08mtd: rawnand: omap_gpmc: support u-boot driver modelRoger Quadros
2023-01-08dt-bindings: mtd: Add ti, gpmc-nand DT binding documentationRoger Quadros
2023-01-08mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbtRoger Quadros
2023-01-08mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correctionRoger Quadros
2023-01-07pylibfdt: Allow version normalization to failTom Rini
2023-01-07common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xxPali Rohár
2023-01-07Merge tag 'efi-2023-01-rc5-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-01-06efi_loader: make .data section of *_efi.so files RWHeinrich Schuchardt
2023-01-06lmb: consider EFI memory mapHeinrich Schuchardt
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt
2023-01-06vexpress: adjust loadaddrHeinrich Schuchardt
2023-01-06Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-01-06Merge tag 'u-boot-stm32-20230106' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2023-01-06Merge branch '2023-01-06-further-regression-fixes'Tom Rini
2023-01-06arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHYAdam Ford
2023-01-06arm: dts: rz-g2-beacon-u-boot: Fix QSPI RegressionAdam Ford
2023-01-06pylibfdt: Fix disable version normalizationPhilippe Schenker
2023-01-06cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImageMarek Vasut
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut
2023-01-06rockchip: Fix the broken Video out for rk3288 boardsJagan Teki
2023-01-06i2c: uniphier-f: correct error recoveryDai Okamura
2023-01-06imx7d-pico: Fix the name of the u-boot.dtsi fileFabio Estevam
2023-01-06powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.binPali Rohár
2023-01-06arm: stm32mp: Fix board_get_usable_ram_top() againMarek Vasut
2023-01-05Merge tag 'dm-next-5jan23' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer
2023-01-05patman: additionally honor a local .patman config fileMaxim Cournoyer
2023-01-05patman: fail early in Setup when provided config file does not existMaxim Cournoyer
2023-01-05patman: set the default config_fname argument value to NoneMaxim Cournoyer
2023-01-05patman: import gitutil module where it is neededMaxim Cournoyer
2023-01-05patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer
2023-01-05patman: fix pep8 warnings in settings moduleMaxim Cournoyer
2023-01-05patman: document default 'send' commandMaxim Cournoyer
2023-01-05patman: document how to run test suite via pytestMaxim Cournoyer
2023-01-05patman: hide the 'test' command unless test data is availableMaxim Cournoyer
2023-01-05patman: add pytest configuration fileMaxim Cournoyer
2023-01-05patman: rename main script to __main__.pyMaxim Cournoyer
2023-01-05patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer
2023-01-05patman: locate test data files via __file__ and pathlibMaxim Cournoyer
2023-01-05patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer