Commit Graph

  • 327883c3c9 boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency Bin Meng 2023-04-03 11:40:26 +08:00
  • 9963b1f5b8 sandbox: mark sandbox_exit() as no return. Heinrich Schuchardt 2023-04-01 09:54:25 +02:00
  • 278c9b22ba sandbox: spi: sandbox_sf_process_cmd() missing fallthrough Heinrich Schuchardt 2023-04-01 09:38:05 +02:00
  • 42175a70d1 sandbox: fix sandbox_hub_submit_control_msg() Heinrich Schuchardt 2023-04-01 08:57:33 +02:00
  • 159d6bf720 sandbox: fix fall through in sandbox_flash_bulk() Heinrich Schuchardt 2023-04-01 08:24:52 +02:00
  • 4d0c8db74d board: cssi: Add CPU board CMPCPRO Christophe Leroy 2023-04-04 13:09:36 +02:00
  • 78ba7b61da board: cssi: Move all mother board code into common.c Christophe Leroy 2023-04-05 18:50:23 +02:00
  • 4b6a5388da board: cssi: Refactor EEPROM read Christophe Leroy 2023-04-05 16:05:36 +02:00
  • 3155b0af4e board: cssi: Create dedicated file for common sources Christophe Leroy 2023-04-04 12:42:15 +02:00
  • 71e94640fb board: cssi: Migrate to hashed password Christophe Leroy 2023-04-28 17:42:33 +02:00
  • 25bc7bfc30 Kconfig: Remove an impossible condition Samuel Holland 2023-01-22 11:23:51 -06:00
  • df202d996d phy: sun4i-usb: Do not drive VBUS with external VBUS present Samuel Holland 2022-07-14 22:34:53 -05:00
  • 09cbd3858f gpio: axp/sunxi: Remove virtual VBUS detection GPIO Samuel Holland 2023-01-22 17:46:22 -06:00
  • 7d5b17cca6 sunxi: Switch to PMIC USB power supply VBUS detection Samuel Holland 2023-01-22 17:46:21 -06:00
  • ee6a678263 power: regulator: Add a driver for the AXP USB power supply Samuel Holland 2023-01-22 17:46:20 -06:00
  • 2a6805b5fa mtd: nand: sunxi: Pass the device to the init function Samuel Holland 2023-01-22 16:06:36 -06:00
  • 21b790fd49 mtd: nand: sunxi: Convert to the driver model Samuel Holland 2023-01-22 16:06:35 -06:00
  • 1eb09081f6 mtd: nand: sunxi: Convert from fdtdec to ofnode Samuel Holland 2023-01-22 16:06:34 -06:00
  • b05bf94157 mtd: nand: sunxi: Remove an unnecessary check Samuel Holland 2023-01-22 16:06:33 -06:00
  • 7a85585fbc pinctrl: sunxi: Add NAND pinmuxes Samuel Holland 2023-01-22 16:06:32 -06:00
  • 59c1ddd2c5 clk: sunxi: Add NAND clocks and resets Samuel Holland 2023-01-22 16:06:31 -06:00
  • 9a4aa31ad5 sunxi: binman: Fix U-Boot offset when SPL is not 32 KiB Samuel Holland 2023-01-21 17:25:17 -06:00
  • c9c2c95d4c Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation' Tom Rini 2023-04-27 19:22:38 -04:00
  • 56722fafd9 sandbox64: add a test case for UCLASS_NVMXIP Abdellatif El Khlifi 2023-04-17 10:11:58 +01:00
  • a6d7f1958a corstone1000: enable NVM XIP QSPI flash Abdellatif El Khlifi 2023-04-17 10:11:57 +01:00
  • da458bcae5 corstone1000: add NVM XIP QSPI device tree node Abdellatif El Khlifi 2023-04-17 10:11:56 +01:00
  • cc89b7cf41 sandbox64: add support for NVMXIP QSPI Abdellatif El Khlifi 2023-04-17 10:11:55 +01:00
  • 4b6d114d6d sandbox64: fix: return unsigned long in readq() Abdellatif El Khlifi 2023-04-17 10:11:54 +01:00
  • 9e115ace35 drivers/mtd/nvmxip: introduce QSPI XIP driver Abdellatif El Khlifi 2023-04-17 10:11:53 +01:00
  • f37af2760e drivers/mtd/nvmxip: introduce NVM XIP block storage emulation Abdellatif El Khlifi 2023-04-17 10:11:52 +01:00
  • b197f1f05d Merge branch '2023-04-27-IDE-code-cleanups' Tom Rini 2023-04-27 16:33:58 -04:00
  • 22a7ae3675 ide: Make use of U-Boot types Simon Glass 2023-04-25 10:54:55 -06:00
  • 79543e61c6 ide: Simplify expressions and hex values Simon Glass 2023-04-25 10:54:54 -06:00
  • 692bccb14d ide: Convert to use log_debug() Simon Glass 2023-04-25 10:54:53 -06:00
  • 9666de8332 ide: Tidy up ide_reset() Simon Glass 2023-04-25 10:54:52 -06:00
  • 49aa778406 ide: Correct LBA setting Simon Glass 2023-04-25 10:54:51 -06:00
  • d7d57436e7 ide: Use a single local blk_desc for ide_ident() Simon Glass 2023-04-25 10:54:50 -06:00
  • 9608311803 ide: Move all blk_desc init into ide_ident() Simon Glass 2023-04-25 10:54:49 -06:00
  • 038590af89 ide: Make ide_ident() return an error code Simon Glass 2023-04-25 10:54:48 -06:00
  • ce99e297e5 ide: Use desc consistently for struct blk_desc Simon Glass 2023-04-25 10:54:47 -06:00
  • f0af25a108 ide: Combine the two loops in ide_probe() Simon Glass 2023-04-25 10:54:46 -06:00
  • 708404c9e9 ide: Move ide_init() entirely within ide_probe() Simon Glass 2023-04-25 10:54:45 -06:00
  • db89e72302 ide: Move setting of vendor strings into ide_probe() Simon Glass 2023-04-25 10:54:44 -06:00
  • 209ee95611 ide: Make ide_bus_ok a local variable Simon Glass 2023-04-25 10:54:43 -06:00
  • b6483ea223 ide: Move bus init into a function Simon Glass 2023-04-25 10:54:42 -06:00
  • 8b1b943a7a ide: Avoid preprocessor for CONFIG_LBA48 Simon Glass 2023-04-25 10:54:41 -06:00
  • c94a331061 ide: Avoid preprocessor for CONFIG_ATAPI Simon Glass 2023-04-25 10:54:40 -06:00
  • 9367e6174a ide: Simplify success condition Simon Glass 2023-04-25 10:54:39 -06:00
  • 6579bb00cf ide: Refactor confusing loop code Simon Glass 2023-04-25 10:54:38 -06:00
  • 2a165956ac ide: Change the retries variable Simon Glass 2023-04-25 10:54:37 -06:00
  • 1b33fd8317 ide: Make function static Simon Glass 2023-04-25 10:54:36 -06:00
  • 646deed40b ide: Correct use of ATAPI Simon Glass 2023-04-25 10:54:35 -06:00
  • 1486c90623 ide: Create a prototype for ide_set_reset() Simon Glass 2023-04-25 10:54:34 -06:00
  • f8e87e73e4 ide: Drop weak functions Simon Glass 2023-04-25 10:54:33 -06:00
  • bc65bff5dc ide: Move a few functions further up the file Simon Glass 2023-04-25 10:54:32 -06:00
  • 62d13fa634 ide: Drop ide_device_present() Simon Glass 2023-04-25 10:54:31 -06:00
  • 80778f505c ide: Move ide_init() into probing Simon Glass 2023-04-25 10:54:30 -06:00
  • 00a79f21c1 ide: Drop init for not using BLK Simon Glass 2023-04-25 10:54:29 -06:00
  • 0917851100 ide: Drop CONFIG_START_IDE Simon Glass 2023-04-25 10:54:28 -06:00
  • 4d89f4bf2d ide: Use mdelay() for long delays Simon Glass 2023-04-25 10:54:27 -06:00
  • 14a4f52b0d ide: Move ATA_CURR_BASE to C file Simon Glass 2023-04-25 10:54:26 -06:00
  • caf0a88d9f Merge branch '2023-04-26-enable-bootstd-for-all-rockchip' Tom Rini 2023-04-26 13:29:49 -04:00
  • 4204c50cbb rockchip: Use the same boot_targets for all boards Simon Glass 2023-04-24 13:49:52 +12:00
  • 7755dc58af rockchip: Move to standard boot Simon Glass 2023-04-24 13:49:51 +12:00
  • 484e701d74 bootstd: Use blk uclass device numbers to set efi bootdev Mathew McBride 2023-04-24 13:49:50 +12:00
  • 1aabe4ef2b bootstd: Adjust code ordering to work around compiler quirk Simon Glass 2023-04-24 13:49:49 +12:00
  • f9fb57c691 bootstd: Show a message sometimes if no bootflows are found Simon Glass 2023-04-24 13:49:48 +12:00
  • 1736b4af0e bootstd: Report missing labels only when asked Simon Glass 2023-04-24 13:49:47 +12:00
  • d80bb4f958 bootstd: Support booting EFI where multiple options exist Simon Glass 2023-04-24 13:49:46 +12:00
  • 27ff7806c1 virtio: Ensure PCI is set up first Simon Glass 2023-04-24 13:49:45 +12:00
  • 9f8351659a bootstd: Tweak bootflow logic for device tree Simon Glass 2023-04-24 13:49:44 +12:00
  • 2356053a94 Merge branch '2023-04-25-assorted-updates-and-fixes' Tom Rini 2023-04-26 08:24:34 -04:00
  • 08b3098ead spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion Dhruva Gole 2023-04-12 16:28:56 +05:30
  • 8077d296ad spi: cadence-quadspi: Use STIG mode for all ops with small payload Apurva Nandan 2023-04-12 16:28:55 +05:30
  • 44e2de0480 spi: cadence-quadspi: Fix check condition for DTR ops Apurva Nandan 2023-04-12 16:28:54 +05:30
  • 562d166a13 mtd: spi-nor-core: Add fixups for s25fs512s Takahiro Kuwano 2023-04-23 01:55:49 +02:00
  • def72d5c62 video: panel: add generic endeavoru panel Svyatoslav Ryhel 2023-04-25 10:51:47 +03:00
  • d8cca91380 video: tegra: add DC based PWM backlight driver Svyatoslav Ryhel 2023-04-25 10:51:46 +03:00
  • 6d9b3a7e83 video: panel: add Renesas R69328 MIPI DSI panel driver Svyatoslav Ryhel 2023-04-25 10:51:45 +03:00
  • dcee478a6f video: panel: add Renesas R61307 MIPI DSI panel driver Svyatoslav Ryhel 2023-04-25 10:51:44 +03:00
  • b0268244d3 video: bridge: add Solomon SSD2825 DSI/LVDS driver Svyatoslav Ryhel 2023-04-25 10:51:43 +03:00
  • 0602083706 video: add lm3533 backlight driver Svyatoslav Ryhel 2023-04-25 10:51:42 +03:00
  • 0fac5c47e4 gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev() Rasmus Villemoes 2023-04-19 12:10:13 +02:00
  • b411ba9210 xen: Limit execution to EL1 only Michal Simek 2023-04-18 14:51:56 +02:00
  • 539486787e xen: Add dependency on armv8 Michal Simek 2023-04-18 14:51:55 +02:00
  • 7add47959e arm: omap3: Directly use SMC #1 in lowlevel_init.S Pali Rohár 2023-04-13 22:34:43 +02:00
  • 51e0cacca7 tools: env: update lock path in README John Keeping 2023-04-12 12:24:26 +01:00
  • cc6259832a ata: pci: enable bus mastering Christian Gmeiner 2023-04-11 17:07:02 +02:00
  • 23fd87c489 mpc8379erdb: Convert to using DM_SERIAL Sinan Akman 2023-04-07 18:03:44 -04:00
  • e97c89cc15 qemu: dfu: Correct memset call in set_dfu_alt_info Tom Rini 2023-04-06 09:58:40 -04:00
  • ac44c6cf95 api: Rework menu, and make it depend on CC_IS_GCC Tom Rini 2023-04-06 09:48:58 -04:00
  • 6326519f57 sysreset: psci: add psci_sysreset_get_status Peng Fan 2023-04-06 18:23:19 +08:00
  • 439b9383ee sysreset: psci: enable DM_FLAG_PRE_RELOC Peng Fan 2023-04-06 18:23:18 +08:00
  • 1bd790bc4b firmware: psci: enable DM_FLAG_PRE_RELOC Peng Fan 2023-04-06 18:23:17 +08:00
  • 44cd761ad6 xen: Fix Kconfig dependencies Michal Simek 2023-04-06 10:04:15 +02:00
  • af2fde49fe pytest: Use --lazy with umount Tom Rini 2023-04-05 22:19:39 -04:00
  • 73b39a76e3 usb: gadget: f_mass_storage: Rework do_request_sense slightly Tom Rini 2023-04-05 19:48:57 -04:00
  • 51a765b376 boot/image-board.c: Silence warning in select_ramdisk Tom Rini 2023-04-05 19:48:56 -04:00
  • b5fc9f99d0 armv7: Use isb/dsb directly in start.S Tom Rini 2023-04-05 19:48:55 -04:00
  • a27c8ea7f7 arm: Centralize fixed register logic Tom Rini 2023-04-05 19:48:54 -04:00