aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-28apr23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/28Apr2023Tom Rini2023-04-2834-101/+149
|\
| * fdt: Indicate that people should use the ofnode APISimon Glass2023-04-281-0/+3
| * fdt_support: fix comments syntax errorHugo Villeneuve2023-04-281-2/+2
| * core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker2023-04-282-2/+9
| * tools: Fall back to importlib_resources on Python 3.6Jan Kiszka2023-04-283-3/+15
| * test: fdt: Fix copyright messageMarek Vasut2023-04-281-1/+1
| * patman: fix class TestFunctionalHeinrich Schuchardt2023-04-281-2/+2
| * binman: Use expanduser instead of HOMESimon Glass2023-04-281-1/+1
| * dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes2023-04-282-0/+23
| * uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes2023-04-281-25/+19
| * sandbox: disable tracing before unmapping RAMPavel Skripkin2023-04-281-0/+5
| * sandbox: correct posix_types.h defineHeinrich Schuchardt2023-04-281-3/+4
| * bootflow: Rework do_bootflow_menu() slightlyTom Rini2023-04-281-12/+12
| * dm: core: Make aliases_lookup staticBin Meng2023-04-281-1/+1
| * drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz2023-04-281-4/+11
| * sandbox: fix return type of os_filesize()Heinrich Schuchardt2023-04-283-4/+9
| * MAINTAINERS: assign include/os.hHeinrich Schuchardt2023-04-281-0/+1
| * binman: Use unsigned long over typedef ulongAndrew Davis2023-04-284-10/+4
| * common: static fdt_simplefb_enable_existing_node()Heinrich Schuchardt2023-04-282-2/+7
| * boot: vbe_simple: Fix vbe_simple_read_bootflow() dependencyBin Meng2023-04-281-5/+7
| * sandbox: mark sandbox_exit() as no return.Heinrich Schuchardt2023-04-283-3/+2
| * sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt2023-04-281-0/+1
| * sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt2023-04-281-21/+9
| * sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt2023-04-281-0/+1
|/
* Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation'Tom Rini2023-04-2723-3/+672
|\
| * sandbox64: add a test case for UCLASS_NVMXIPWIP/2023-04-27-introduce-nvm-xip-block-storage-emulationAbdellatif El Khlifi2023-04-273-0/+151
| * corstone1000: enable NVM XIP QSPI flashAbdellatif El Khlifi2023-04-271-0/+1
| * corstone1000: add NVM XIP QSPI device tree nodeAbdellatif El Khlifi2023-04-271-1/+8
| * sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi2023-04-276-4/+39
| * sandbox64: fix: return unsigned long in readq()Abdellatif El Khlifi2023-04-272-2/+2
| * drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi2023-04-276-1/+178
| * drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi2023-04-2712-0/+298
|/
* Merge branch '2023-04-27-IDE-code-cleanups'Tom Rini2023-04-276-520/+415
|\
| * ide: Make use of U-Boot typesWIP/2023-04-27-IDE-code-cleanupsSimon Glass2023-04-271-42/+37
| * ide: Simplify expressions and hex valuesSimon Glass2023-04-271-59/+56
| * ide: Convert to use log_debug()Simon Glass2023-04-271-40/+40
| * ide: Tidy up ide_reset()Simon Glass2023-04-271-11/+10
| * ide: Correct LBA settingSimon Glass2023-04-271-7/+2
| * ide: Use a single local blk_desc for ide_ident()Simon Glass2023-04-271-12/+12
| * ide: Move all blk_desc init into ide_ident()Simon Glass2023-04-271-8/+4
| * ide: Make ide_ident() return an error codeSimon Glass2023-04-271-48/+53
| * ide: Use desc consistently for struct blk_descSimon Glass2023-04-271-54/+47
| * ide: Combine the two loops in ide_probe()Simon Glass2023-04-271-6/+6
| * ide: Move ide_init() entirely within ide_probe()Simon Glass2023-04-271-46/+38
| * ide: Move setting of vendor strings into ide_probe()Simon Glass2023-04-271-24/+18
| * ide: Make ide_bus_ok a local variableSimon Glass2023-04-271-9/+3
| * ide: Move bus init into a functionSimon Glass2023-04-271-39/+48
| * ide: Avoid preprocessor for CONFIG_LBA48Simon Glass2023-04-272-40/+21
| * ide: Avoid preprocessor for CONFIG_ATAPISimon Glass2023-04-271-10/+3
| * ide: Simplify success conditionSimon Glass2023-04-271-19/+17