aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-02serial: msm-geni: Always bind before relocationKonrad Dybcio1-0/+1
2023-05-02serial: msm-geni: remove redundant includesVladimir Zapolskiy1-6/+0
2023-05-02misc: add Qualcomm GENI SE QUP device driverVladimir Zapolskiy3-0/+49
2023-05-02board: Add new Broadcom Northstar boardLinus Walleij11-0/+275
2023-05-02arm: Add support for the Broadcom Northstar SoCsLinus Walleij1-1/+20
2023-05-02arm: dts: Import device tree for Broadcom NorthstarLinus Walleij2-0/+632
2023-05-02extcon: add MAX14526 MUIC supportSvyatoslav Ryhel3-0/+161
2023-05-02test: Add tests for the extconSvyatoslav Ryhel6-0/+51
2023-05-02dm: extcon: add an uclass for extconSvyatoslav Ryhel7-0/+59
2023-05-02Merge tag 'tpm-master-02052023' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-0/+3
2023-05-02Merge branch '2023-05-01-assorted-powerpc-updates'Tom Rini12-203/+79
2023-05-02pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig casePali Rohár1-4/+0
2023-05-02MAINTAINERS: assign include/tpm*, cmd/tpm*Heinrich Schuchardt1-0/+2
2023-05-02cmd: missing break in test_write_limit()Heinrich Schuchardt1-0/+1
2023-05-01pci: mpc85xx: Do not access PCI BARs registers of BDF address 00:00.0Pali Rohár1-0/+12
2023-05-01pci: mpc85xx: Do not try to access extended PCIe registersPali Rohár1-2/+10
2023-05-01pci: mpc85xx: Allow 8/16-bit access to PCI config spacePali Rohár1-2/+24
2023-05-01pci: mpc85xx: Add missing sync() after writing to PCI config spacePali Rohár1-0/+1
2023-05-01mpc83xx: Don't allow W and G bits in IBATsChristophe Leroy10-195/+32
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiWIP/01May2023Tom Rini7-44/+231
2023-05-01Prepare v2023.07-rc1v2023.07-rc1Tom Rini2-6/+5
2023-05-01configs: Resync with savedefconfigTom Rini649-862/+745
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom Rini52-152/+235
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023Tom Rini40-346/+1668
2023-04-28Merge tag 'dm-pull-28apr23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/28Apr2023Tom Rini34-101/+149
2023-04-28fdt: Indicate that people should use the ofnode APISimon Glass1-0/+3
2023-04-28fdt_support: fix comments syntax errorHugo Villeneuve1-2/+2
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker2-2/+9
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka3-3/+15
2023-04-28test: fdt: Fix copyright messageMarek Vasut1-1/+1
2023-04-28patman: fix class TestFunctionalHeinrich Schuchardt1-2/+2
2023-04-28binman: Use expanduser instead of HOMESimon Glass1-1/+1
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes2-0/+23
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes1-25/+19
2023-04-28sandbox: disable tracing before unmapping RAMPavel Skripkin1-0/+5
2023-04-28sandbox: correct posix_types.h defineHeinrich Schuchardt1-3/+4
2023-04-28bootflow: Rework do_bootflow_menu() slightlyTom Rini1-12/+12
2023-04-28dm: core: Make aliases_lookup staticBin Meng1-1/+1
2023-04-28drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz1-4/+11
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt3-4/+9
2023-04-28MAINTAINERS: assign include/os.hHeinrich Schuchardt1-0/+1
2023-04-28binman: Use unsigned long over typedef ulongAndrew Davis4-10/+4
2023-04-28common: static fdt_simplefb_enable_existing_node()Heinrich Schuchardt2-2/+7
2023-04-28boot: vbe_simple: Fix vbe_simple_read_bootflow() dependencyBin Meng1-5/+7
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt3-3/+2
2023-04-28sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt1-0/+1
2023-04-28sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt1-21/+9
2023-04-28sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt1-0/+1
2023-04-28board: cssi: Add CPU board CMPCPROChristophe Leroy11-0/+994
2023-04-28board: cssi: Move all mother board code into common.cChristophe Leroy4-133/+157