aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-04-27corstone1000: add NVM XIP QSPI device tree nodeAbdellatif El Khlifi
2023-04-27sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi
2023-04-27sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi
2023-04-27drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi
2023-04-27Merge branch '2023-04-27-IDE-code-cleanups'Tom Rini
2023-04-27ide: Make use of U-Boot typesSimon Glass
2023-04-27ide: Simplify expressions and hex valuesSimon Glass
2023-04-27ide: Convert to use log_debug()Simon Glass
2023-04-27ide: Tidy up ide_reset()Simon Glass
2023-04-27ide: Correct LBA settingSimon Glass
2023-04-27ide: Use a single local blk_desc for ide_ident()Simon Glass
2023-04-27ide: Move all blk_desc init into ide_ident()Simon Glass
2023-04-27ide: Make ide_ident() return an error codeSimon Glass