Commit Graph

  • 067cfc1c2e led: led_pwm: Add a driver for LEDs connected to PWM Ivan Vozvakhov 2022-03-12 13:03:14 +03:00
  • 81eff51047 lib: rsa: Update function padding_pss_verify (any-salt) SESA644425 2022-03-09 01:27:17 -08:00
  • fb7330545e lib: rsa: Leverage existing data buffer instead of systematic copy SESA644425 2022-03-09 01:27:16 -08:00
  • c755aa8a1d lib: rsa: Fix const-correctness of rsassa_pss functions SESA644425 2022-03-09 01:27:15 -08:00
  • 7262ff7e56 ARM: dts: k3-j721s2: Correct timer frequency Vignesh Raghavendra 2022-03-07 14:55:51 +05:30
  • 1583c87b1b Merge branch '2022-04-11-add-OP-TEE-rng' Tom Rini 2022-04-11 10:46:16 -04:00
  • 4ec168a61b configs: add support of OPTEE RNG in stm32mp15 defconfig Patrick Delaunay 2022-03-29 14:21:25 +02:00
  • 70812bb83d tee: optee: bind rng optee driver Patrick Delaunay 2022-03-29 14:21:24 +02:00
  • fd52e7f9c7 rng: add OP-TEE based Random Number Generator Patrick Delaunay 2022-03-29 14:21:23 +02:00
  • c45d38d651 Merge branch '2022-04-11-initial-valgrind-support' Tom Rini 2022-04-11 10:15:06 -04:00
  • 02fc867810 doc: sandbox: Document how to run sandbox with valgrind Sean Anderson 2022-03-23 14:04:50 -04:00
  • bdaeea1b68 malloc: Annotate allocator for valgrind Sean Anderson 2022-03-23 14:04:49 -04:00
  • fba0882bcd Add valgrind headers to U-Boot Sean Anderson 2022-03-23 14:04:48 -04:00
  • b598957206 Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ Peng Fan 2022-04-11 17:07:04 +08:00
  • 33ae8c5beb Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2022-04-10 11:21:39 -04:00
  • 5c7399ec90 Revert "env: Load env when ENV_IS_NOWHERE is only location selected" Marek Vasut 2022-04-10 06:46:52 +02:00
  • 22b7d140fa Merge branch '2022-04-08-gpio-updates' Tom Rini 2022-04-10 11:19:14 -04:00
  • d79f1a8569 phy: adin: add driver for Analog Devices ADIN1300 PHY Nate Drude 2022-04-08 11:28:14 -05:00
  • f3409d7ae6 net: eth-phy: prevent undesired de-assertion of phy-reset on request Tim Harvey 2022-03-01 12:15:02 -08:00
  • 4223fb0ee1 net: fec: prevent undesired de-assertion of phy-reset on request Tim Harvey 2022-03-01 12:15:01 -08:00
  • e24b58f5ed net: phy: don't require PHY interface mode during PHY creation Marek Behún 2022-04-07 00:33:08 +02:00
  • b638814e91 bcmgenet, sun8i_emac: Don't connect PHY two times Marek Behún 2022-04-07 00:33:07 +02:00
  • 79bef5fb1f net: phy: use ->is_c45 instead of is_10g_interface() Marek Behún 2022-04-07 00:33:06 +02:00
  • f961b3abf8 net: phy: xilinx: Check interface type in ->config(), not ->probe() Marek Behún 2022-04-07 00:33:05 +02:00
  • c677fb1e31 phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definition Marek Behún 2022-04-07 00:33:04 +02:00
  • ffb0f6f488 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA Marek Behún 2022-04-07 00:33:03 +02:00
  • 6706d7dcbe treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX Marek Behún 2022-04-07 00:33:02 +02:00
  • 123ca114e0 net: introduce helpers to get PHY interface mode from a device/ofnode Marek Behún 2022-04-07 00:33:01 +02:00
  • 9c06b4815c net: phy: fix parsing wrong property Marek Behún 2022-04-07 00:33:00 +02:00
  • 1776a24bbb treewide: use dm_mdio_read/write/reset() wrappers Marek Behún 2022-04-07 00:32:59 +02:00
  • 351bfa6ebd net: mdio-uclass: add wrappers for read/write/reset operations Marek Behún 2022-04-07 00:32:58 +02:00
  • f3dd213e15 net: introduce helpers to get PHY ofnode from MAC Marek Behún 2022-04-07 00:32:57 +02:00
  • a7a96ef812 net: mdio-uclass: use ARRAY_SIZE() Marek Behún 2022-04-07 00:32:56 +02:00
  • 6fb4482ea2 net: mdio-uclass: fix type for phy_mode_str and phy_handle_str Marek Behún 2022-04-07 00:32:55 +02:00
  • e2b6cf5cad net: phy: dp83867: Fix a never true comparison Haolin Li 2022-03-19 07:02:42 -07:00
  • 5faf161d07 net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF node Vladimir Oltean 2022-02-23 15:20:56 +02:00
  • 107b14e36e net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF node Vladimir Oltean 2022-02-23 15:20:55 +02:00
  • 6b7a6210fd dm: add tag support AKASHI Takahiro 2022-03-08 20:36:46 +09:00
  • 75a9d75041 virtio: call device_probe() in scanning AKASHI Takahiro 2022-03-08 20:36:45 +09:00
  • 4c73b03442 block: ide: call device_probe() after scanning AKASHI Takahiro 2022-03-08 20:36:44 +09:00
  • c662edd6de sata: call device_probe() after scanning AKASHI Takahiro 2022-03-08 20:36:43 +09:00
  • df1ed8b2a8 nvme: call device_probe() after scanning AKASHI Takahiro 2022-03-08 20:36:42 +09:00
  • c822c1a50b mmc: call device_probe() after scanning AKASHI Takahiro 2022-03-08 20:36:41 +09:00
  • 8c9812a5d5 usb: storage: call device_probe() after scanning AKASHI Takahiro 2022-03-08 20:36:40 +09:00
  • ae518bd880 scsi: call device_probe() after scanning AKASHI Takahiro 2022-03-08 20:36:39 +09:00
  • 7660cfee0f efi_loader: Use sysreset instead of reset command Masami Hiramatsu 2022-03-21 22:37:56 +09:00
  • 39bdf11580 efi_loader: Make efi_load_capsule_drivers() available even if EFI_CAPSULE_ON_DISK=n Masami Hiramatsu 2022-03-21 22:37:45 +09:00
  • 4cd1fca361 cmd: efidebug: Disable 'capsule disk-update' when CONFIG_EFI_CAPSULE_ON_DISK=n Masami Hiramatsu 2022-03-21 22:37:35 +09:00
  • f2288a26ab efi_loader: optional persistence of variables Tom Saeger 2022-03-22 15:21:10 -06:00
  • 2f5c9ad3f4 doc: distro: Update list of all support boot types Pali Rohár 2022-04-06 11:35:46 +02:00
  • 16736c2312 doc: debug UART for RISC-V QEMU virt machine Heinrich Schuchardt 2022-04-05 16:14:27 +02:00
  • 56bc239db2 doc: correct bootefi.rst Heinrich Schuchardt 2022-04-02 07:16:56 +02:00
  • 67ae5d3d46 dm: Add docs to explain how to enable DM_SERIAL for a board Simon Glass 2022-03-15 21:03:20 -06:00
  • c170fe0a77 gpio: pca953x_gpio: add PCA957X support Luca Ellero 2022-03-22 15:38:36 +01:00
  • 1d99e673c7 gpio: Enable hogging support in SPL Eddie James 2022-02-07 17:09:01 -06:00
  • 34be6968c3 gpio: Add gpio_request_by_line_name() Andrew Jeffery 2022-01-31 13:54:05 +10:30
  • 965b989fb6 test/py:Update python tests for ‘gpio’ cmd Adarsh Babu Kalepalli 2021-05-31 16:23:51 +05:30
  • d46e86d25c configs: Resync with savedefconfig Tom Rini 2022-04-08 13:36:51 -04:00
  • 909d2120e2 Merge branch '2022-04-08-Kconfig-updates-and-dead-code-removal' Tom Rini 2022-04-08 13:33:14 -04:00
  • 2fc0995cc0 arm: Remove unused ep93xx code Tom Rini 2022-03-31 13:46:53 -04:00
  • 9035caf080 net: Remove uli526x driver Tom Rini 2022-03-31 13:46:52 -04:00
  • 0467b3b3ae net: Remove ns8382x driver Tom Rini 2022-03-31 13:46:51 -04:00
  • 4c5469645d net: Remove natsemi driver Tom Rini 2022-03-31 13:46:50 -04:00
  • 9bd2ab4b39 net: Remove lan91c96 driver Tom Rini 2022-03-31 13:46:49 -04:00
  • 2e808fadf6 net: Remove ftmac110 driver Tom Rini 2022-03-31 13:46:48 -04:00
  • acae10dc3e net: Remove dnet driver Tom Rini 2022-03-31 13:46:47 -04:00
  • f693a921a3 net: Remove cs8900 driver Tom Rini 2022-03-31 13:46:46 -04:00
  • 122126adbd net: Remove ax88180 driver Tom Rini 2022-03-31 13:46:45 -04:00
  • 53b666b76f net: Remove armada100_fec driver Tom Rini 2022-03-31 13:46:44 -04:00
  • 6751b70055 arm: fsl-layerscape: Migrate more DP-DDR options to Kconfig Tom Rini 2022-03-30 18:07:35 -04:00
  • 001a56b008 siemens-am33x-common: Drop CONFIG_DMA_COHERENT* Tom Rini 2022-03-30 18:07:34 -04:00
  • d9180c3035 m53menlo: Drop CONFIG_DISCOVER_PHY Tom Rini 2022-03-30 18:07:33 -04:00
  • d43cd486ee Convert CONFIG_FSL_QIXIS et al to Kconfig Tom Rini 2022-03-30 18:07:32 -04:00
  • 388de0fa8b Convert CONFIG_DIMM_SLOTS_PER_CTLR to Kconfig Tom Rini 2022-03-30 18:07:31 -04:00
  • bef12ea4a3 galileo: Remove CONFIG_DESIGNWARE_ETH reference Tom Rini 2022-03-30 18:07:30 -04:00
  • 1d2893d191 powerpc: mpc83xx: Migrate DEFAULT_IMMR to Kconfig Tom Rini 2022-03-30 18:07:29 -04:00
  • 4681e80536 nds32: Migrate CONFIG_DEBUG_LED to Kconfig Tom Rini 2022-03-30 18:07:28 -04:00
  • 89e9625fc7 ls1021atwr: Use DEBUG and not CONFIG_DEBUG Tom Rini 2022-03-30 18:07:27 -04:00
  • f83f0cb4c7 microblaze: Migrate DCACHE/ICACHE to Kconfig Tom Rini 2022-03-30 18:07:26 -04:00
  • 6c3c05f6a4 tegra: Drop CONFIG_CHROMEOS_EXTRA_ENV_SETTINGS Tom Rini 2022-03-30 18:07:25 -04:00
  • 53dbf1160d controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT to Kconfig Tom Rini 2022-03-30 18:07:24 -04:00
  • 55b3ba4c2b spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to Kconfig Tom Rini 2022-03-30 18:07:23 -04:00
  • 5d14c336b2 Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig Tom Rini 2022-03-30 18:07:22 -04:00
  • f9f3209a34 Convert CONFIG_CONS_SCIF0 et al to Kconfig Tom Rini 2022-03-30 18:07:21 -04:00
  • 8c3e231b8f at91: Remove unused LED code Tom Rini 2022-03-30 18:07:20 -04:00
  • a62acac12a stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespace Tom Rini 2022-03-30 18:07:19 -04:00
  • e0f0f1836b corvus: Migrate CONFIG_*_LED out of CONFIG namespace Tom Rini 2022-03-30 18:07:18 -04:00
  • 8ab7647297 MPC837XERDB: Stop using CONFIG_RAMDISKFILE Tom Rini 2022-03-30 18:07:17 -04:00
  • 428eb2e26f s5p_goni, smdkc100: Move some environment settings out of CONFIG Tom Rini 2022-03-30 18:07:16 -04:00
  • f01928e232 arm: integrator: Migrate platform-specific options and cleanup armcoremodule.h Tom Rini 2022-03-30 18:07:15 -04:00
  • dafcd96d8a Convert CONFIG_CMDLINE_PS_SUPPORT to Kconfig Tom Rini 2022-03-30 18:07:14 -04:00
  • bd3ef27886 tegra: Migrate CI_UDC_HAS_HOSTPC to Kconfig Tom Rini 2022-03-30 18:07:13 -04:00
  • 4e4fff7d93 mvebu: Move BOOTROM_ERR_REG out of CONFIG namespace Tom Rini 2022-03-30 18:07:12 -04:00
  • 95b641756c Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig Tom Rini 2022-03-30 18:07:11 -04:00
  • 03a8a797e5 Merge branch '2022-04-08-env-updates' Tom Rini 2022-04-08 08:27:50 -04:00
  • 6910dbe341 env: Allow text-env tests to run with awk Simon Glass 2022-03-12 22:47:49 -07:00
  • 754a722d1b env: Drop the unncessary protocol mention in autoload Simon Glass 2022-03-11 16:22:39 -07:00
  • 9d4e88c021 env: Move the doc comment to the code Simon Glass 2022-03-11 16:22:38 -07:00
  • cc5a490cf4 Makefile: Sort u-boot-initial-env output Christoph Niedermaier 2022-03-01 09:38:51 +01:00
  • 7d79cba28c scripts/get_default_envs.sh: Remove blank lines Christoph Niedermaier 2022-02-23 10:33:36 +01:00