summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-02cmd: missing break in test_write_limit()Heinrich Schuchardt
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2023-05-01Prepare v2023.07-rc1v2023.07-rc1Tom Rini
2023-05-01configs: Resync with savedefconfigTom Rini
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-04-28Merge tag 'dm-pull-28apr23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-04-28fdt: Indicate that people should use the ofnode APISimon Glass
2023-04-28fdt_support: fix comments syntax errorHugo Villeneuve
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka
2023-04-28test: fdt: Fix copyright messageMarek Vasut
2023-04-28patman: fix class TestFunctionalHeinrich Schuchardt
2023-04-28binman: Use expanduser instead of HOMESimon Glass
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes
2023-04-28sandbox: disable tracing before unmapping RAMPavel Skripkin
2023-04-28sandbox: correct posix_types.h defineHeinrich Schuchardt
2023-04-28bootflow: Rework do_bootflow_menu() slightlyTom Rini
2023-04-28dm: core: Make aliases_lookup staticBin Meng
2023-04-28drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt
2023-04-28MAINTAINERS: assign include/os.hHeinrich Schuchardt
2023-04-28binman: Use unsigned long over typedef ulongAndrew Davis
2023-04-28common: static fdt_simplefb_enable_existing_node()Heinrich Schuchardt
2023-04-28boot: vbe_simple: Fix vbe_simple_read_bootflow() dependencyBin Meng
2023-04-28sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt
2023-04-28sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt
2023-04-28sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt
2023-04-28sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt
2023-04-28board: cssi: Add CPU board CMPCPROChristophe Leroy
2023-04-28board: cssi: Move all mother board code into common.cChristophe Leroy
2023-04-28board: cssi: Refactor EEPROM readChristophe Leroy
2023-04-28board: cssi: Create dedicated file for common sourcesChristophe Leroy
2023-04-28board: cssi: Migrate to hashed passwordChristophe Leroy
2023-04-28Kconfig: Remove an impossible conditionSamuel Holland
2023-04-28phy: sun4i-usb: Do not drive VBUS with external VBUS presentSamuel Holland
2023-04-28gpio: axp/sunxi: Remove virtual VBUS detection GPIOSamuel Holland
2023-04-28sunxi: Switch to PMIC USB power supply VBUS detectionSamuel Holland
2023-04-28power: regulator: Add a driver for the AXP USB power supplySamuel Holland
2023-04-28mtd: nand: sunxi: Pass the device to the init functionSamuel Holland
2023-04-28mtd: nand: sunxi: Convert to the driver modelSamuel Holland
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland
2023-04-28mtd: nand: sunxi: Remove an unnecessary checkSamuel Holland
2023-04-28pinctrl: sunxi: Add NAND pinmuxesSamuel Holland
2023-04-28clk: sunxi: Add NAND clocks and resetsSamuel Holland
2023-04-28sunxi: binman: Fix U-Boot offset when SPL is not 32 KiBSamuel Holland
2023-04-27Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation'Tom Rini
2023-04-27sandbox64: add a test case for UCLASS_NVMXIPAbdellatif El Khlifi
2023-04-27corstone1000: enable NVM XIP QSPI flashAbdellatif El Khlifi