aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'dm-pull-13jan22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/13Jan2022Tom Rini16-136/+359
2022-01-13bloblist: Relicense to allow BSD-3-ClauseSimon Glass2-2/+2
2022-01-13bloblist: doc: Bring in the API documentationSimon Glass2-35/+52
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass3-0/+28
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass3-24/+116
2022-01-13bloblist: Use 'phase' consistently for bloblistsSimon Glass1-3/+3
2022-01-13bloblist: Use LOG_CATEGORY to simply loggingSimon Glass1-11/+10
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass3-32/+83
2022-01-13bloblist: Drop unused tagsSimon Glass3-7/+3
2022-01-13bloblist: Rename the SPL tagSimon Glass5-7/+7
2022-01-13bloblist: Put the magic number firstSimon Glass2-2/+30
2022-01-13fdt: Drop SPL_BUILD macroSimon Glass2-7/+2
2022-01-13stddef: Avoid warning with clang with offsetof()Simon Glass1-1/+7
2022-01-13genboardscfg: limit to 240 jobsAndre Przywara1-1/+1
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt2-3/+9
2022-01-13patman: Support absolute and ~user-relative alias filesBrian Norris1-3/+8
2022-01-13dm: core: Switch order of pinctrl and power domain callsMichal Simek1-8/+8
2022-01-13Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini7-29/+137
2022-01-13Merge branch '2022-01-13-assorted-spelling-fixes'Tom Rini27-27/+27
2022-01-13drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13drivers/ddr/altera/sequencer.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13drivers/core/of_addr.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2022-01-13common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2022-01-13drivers/net/fec_mxc.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13cmd/Kconfig: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-13arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resett...Vagrant Cascadian1-1/+1
2022-01-13drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch".Vagrant Cascadian1-1/+1
2022-01-13drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".Vagrant Cascadian1-1/+1
2022-01-13arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed".Vagrant Cascadian1-1/+1
2022-01-13treewide: invaild -> invalidSean Anderson16-16/+16
2022-01-13Merge branch '2022-01-12-assorted-updates'Tom Rini12-30/+67
2022-01-13arm: apple: Use watchdog timer for system resetMark Kettenis2-24/+3
2022-01-13arm: dts: apple: Add watchdog timer nodeMark Kettenis1-5/+8
2022-01-13watchdog: Add a driver for the Apple watchdogMark Kettenis4-0/+126
2022-01-12timer: Add a migration messageSimon Glass2-0/+16
2022-01-12LynxOS is no longer supportedThomas Huth2-5/+1
2022-01-12binman: Write fake blobs to the output directorySimon Glass4-11/+26
2022-01-12binman: Renumber the fake blob dtsSimon Glass2-10/+12
2022-01-12CI, Dockerfile: Update to latest "focal" tagTom Rini3-3/+3
2022-01-12ci: azure: Update to use stagesTom Rini1-1/+7
2022-01-12Makefile: Add more files to clean listAdam Ford1-1/+3
2022-01-12Merge branch '2022-01-12-pci-updates'Tom Rini19-171/+117
2022-01-12pci: sh7751: Fix access to config space via PCI_CONF1_ADDRESS() macroWIP/2022-01-12-pci-updatesPali Rohár1-27/+2
2022-01-12m68k: mcf5445x: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-4/+3
2022-01-12x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-2/+2
2022-01-12pci: sh7780: Use PCI_CONF1_ADDRESS() macroPali Rohár1-4/+4
2022-01-12pci: mediatek: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-9/+8
2022-01-12pci: fsl: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-4/+6
2022-01-12pci: tegra: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-8/+3