aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-01pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig caseWIP/2023-05-01-assorted-powerpc-updatesPali Rohár1-4/+0
2023-05-01pci: fsl: Do not access PCI BAR0 register of PCIe Root PortPali Rohár1-0/+14
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
2023-04-28board: cssi: Refactor EEPROM readChristophe Leroy3-31/+40
2023-04-28board: cssi: Create dedicated file for common sourcesChristophe Leroy4-53/+73
2023-04-28board: cssi: Migrate to hashed passwordChristophe Leroy2-2/+8
2023-04-28Kconfig: Remove an impossible conditionSamuel Holland1-1/+1
2023-04-28phy: sun4i-usb: Do not drive VBUS with external VBUS presentSamuel Holland1-0/+6
2023-04-28gpio: axp/sunxi: Remove virtual VBUS detection GPIOSamuel Holland7-27/+5
2023-04-28sunxi: Switch to PMIC USB power supply VBUS detectionSamuel Holland23-23/+25
2023-04-28power: regulator: Add a driver for the AXP USB power supplySamuel Holland3-0/+57
2023-04-28mtd: nand: sunxi: Pass the device to the init functionSamuel Holland1-19/+20
2023-04-28mtd: nand: sunxi: Convert to the driver modelSamuel Holland2-37/+49
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland3-49/+26
2023-04-28mtd: nand: sunxi: Remove an unnecessary checkSamuel Holland1-10/+0