aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-28pinctrl: sunxi: Add NAND pinmuxesSamuel Holland1-0/+13
2023-04-28clk: sunxi: Add NAND clocks and resetsSamuel Holland11-0/+43
2023-04-28sunxi: binman: Fix U-Boot offset when SPL is not 32 KiBSamuel Holland1-1/+5
2023-04-27Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation'Tom Rini23-3/+672
2023-04-27sandbox64: add a test case for UCLASS_NVMXIPWIP/2023-04-27-introduce-nvm-xip-block-storage-emulationAbdellatif El Khlifi3-0/+151
2023-04-27corstone1000: enable NVM XIP QSPI flashAbdellatif El Khlifi1-0/+1
2023-04-27corstone1000: add NVM XIP QSPI device tree nodeAbdellatif El Khlifi1-1/+8
2023-04-27sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi6-4/+39
2023-04-27sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi2-2/+2
2023-04-27drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi6-1/+178