summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-27ide: Make ide_ident() return an error codeSimon Glass
2023-04-27ide: Use desc consistently for struct blk_descSimon Glass
2023-04-27ide: Combine the two loops in ide_probe()Simon Glass
2023-04-27ide: Move ide_init() entirely within ide_probe()Simon Glass
2023-04-27ide: Move setting of vendor strings into ide_probe()Simon Glass
2023-04-27ide: Make ide_bus_ok a local variableSimon Glass
2023-04-27ide: Move bus init into a functionSimon Glass
2023-04-27ide: Avoid preprocessor for CONFIG_LBA48Simon Glass
2023-04-27ide: Avoid preprocessor for CONFIG_ATAPISimon Glass
2023-04-27ide: Simplify success conditionSimon Glass
2023-04-27ide: Refactor confusing loop codeSimon Glass
2023-04-27ide: Change the retries variableSimon Glass
2023-04-27ide: Make function staticSimon Glass
2023-04-27ide: Correct use of ATAPISimon Glass
2023-04-27ide: Create a prototype for ide_set_reset()Simon Glass
2023-04-27ide: Drop weak functionsSimon Glass
2023-04-27ide: Move a few functions further up the fileSimon Glass
2023-04-27ide: Drop ide_device_present()Simon Glass
2023-04-27ide: Move ide_init() into probingSimon Glass
2023-04-27ide: Drop init for not using BLKSimon Glass
2023-04-27ide: Drop CONFIG_START_IDESimon Glass
2023-04-27ide: Use mdelay() for long delaysSimon Glass
2023-04-27ide: Move ATA_CURR_BASE to C fileSimon Glass
2023-04-26Merge branch '2023-04-26-enable-bootstd-for-all-rockchip'Tom Rini
2023-04-26rockchip: Use the same boot_targets for all boardsSimon Glass
2023-04-26rockchip: Move to standard bootSimon Glass
2023-04-26bootstd: Use blk uclass device numbers to set efi bootdevMathew McBride
2023-04-26bootstd: Adjust code ordering to work around compiler quirkSimon Glass
2023-04-26bootstd: Show a message sometimes if no bootflows are foundSimon Glass
2023-04-26bootstd: Report missing labels only when askedSimon Glass
2023-04-26bootstd: Support booting EFI where multiple options existSimon Glass
2023-04-26virtio: Ensure PCI is set up firstSimon Glass
2023-04-26bootstd: Tweak bootflow logic for device treeSimon Glass
2023-04-26Merge branch '2023-04-25-assorted-updates-and-fixes'Tom Rini
2023-04-25gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev()Rasmus Villemoes
2023-04-25xen: Limit execution to EL1 onlyMichal Simek
2023-04-25xen: Add dependency on armv8Michal Simek
2023-04-25arm: omap3: Directly use SMC #1 in lowlevel_init.SPali Rohár
2023-04-25tools: env: update lock path in READMEJohn Keeping
2023-04-25ata: pci: enable bus masteringChristian Gmeiner
2023-04-25mpc8379erdb: Convert to using DM_SERIALSinan Akman
2023-04-25qemu: dfu: Correct memset call in set_dfu_alt_infoTom Rini
2023-04-25api: Rework menu, and make it depend on CC_IS_GCCTom Rini
2023-04-25sysreset: psci: add psci_sysreset_get_statusPeng Fan
2023-04-25sysreset: psci: enable DM_FLAG_PRE_RELOCPeng Fan
2023-04-25firmware: psci: enable DM_FLAG_PRE_RELOCPeng Fan
2023-04-25xen: Fix Kconfig dependenciesMichal Simek
2023-04-25pytest: Use --lazy with umountTom Rini
2023-04-25usb: gadget: f_mass_storage: Rework do_request_sense slightlyTom Rini
2023-04-25boot/image-board.c: Silence warning in select_ramdiskTom Rini