Commit Graph

  • 258a57907d Merge branch '2022-05-06-assorted-updates' Tom Rini 2022-05-08 11:29:50 -04:00
  • 4b49477057 test/py: Add more test cases for rejecting an EFI image Ilias Apalodimas 2022-05-06 15:36:01 +03:00
  • b436cc6a57 efi_loader: add sha384/512 on certificate revocation Ilias Apalodimas 2022-05-06 15:36:00 +03:00
  • 3ae6cf5400 bootmenu: factor out the user input handling Masahisa Kojima 2022-04-28 17:09:45 +09:00
  • 6ae494831d efi_loader: Select EVENT as well Jan Kiszka 2022-04-27 07:47:15 +02:00
  • e927e21c07 tools: mkimage: set OPENSSL_API_COMPAT Heinrich Schuchardt 2022-05-06 13:28:52 +02:00
  • deb2638aa0 mkimage: Document misc options Sean Anderson 2022-04-08 16:08:39 -04:00
  • ecd4e5cf18 Makefile: support CROSS_COMPILE=armv7a-* Heinrich Schuchardt 2022-05-07 22:58:39 +02:00
  • 1a16e66e65 Makefile: Avoid non-portable GNU sed extension Mark Kettenis 2022-05-05 16:42:23 +02:00
  • 9ac4c2bfe9 fdt: don't set linux,phandle John Keeping 2022-04-20 11:31:11 +01:00
  • b6b6a90646 test: py: tests: test_gpt.py: add a simple test for the command gpt repair Philippe Reynes 2022-04-22 17:46:50 +02:00
  • 26f404c766 cmd: gpt: add subcommand repair Philippe Reynes 2022-04-22 17:46:49 +02:00
  • 5c783b54d6 disk: part_efi: add support to repair gpt table Philippe Reynes 2022-04-22 17:46:48 +02:00
  • 145921bdbd Merge https://source.denx.de/u-boot/custodians/u-boot-usb Tom Rini 2022-05-06 08:57:15 -04:00
  • 0a6bf9f1ea Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog Tom Rini 2022-05-06 08:57:03 -04:00
  • 6aa8bde878 usb: host: ehci-generic: Remove DM_REGULATOR flag Patrice Chotard 2022-05-06 08:22:35 +02:00
  • ba96176ab7 usb: host: ehci-generic: Make usage of clock/reset bulk() API Patrice Chotard 2022-05-06 08:22:34 +02:00
  • 0a095fc53b watchdog: Add MAX6370 watchdog timer driver Pali Rohár 2022-05-02 18:41:07 +02:00
  • 03b873b4f4 Merge branch '2022-05-05-assorted-cleanups-and-fixes' Tom Rini 2022-05-05 19:37:22 -04:00
  • aa5ea20c71 misc: fs_loader: Fix compile warnings when CONFIG_CMD_UBIFS is enabled Pali Rohár 2022-04-29 16:36:23 +02:00
  • 0be4b0b651 reset: Return 0 if ops unimplemented and remove empty functions Marek Vasut 2022-04-26 23:43:30 +02:00
  • d657766819 clk: scmi: fix scmi_clk_get_attibute() Heinrich Schuchardt 2022-04-26 23:26:31 +02:00
  • 616571804a tools: mkimage: Avoid ENODATA in host tools Mark Kettenis 2022-04-26 19:24:38 +02:00
  • 8b42439ad1 rtc: rv8803: fix off-by-one in month counting Oliver Graute 2022-04-26 09:26:12 +02:00
  • 2743470306 cmd: mmc: don't assign unused values Heinrich Schuchardt 2022-04-25 23:11:06 +02:00
  • 6d81319728 cmd: onenand: fix printf codes Heinrich Schuchardt 2022-04-25 23:01:44 +02:00
  • 54d24d7260 cmd: simplify do_adc_single() Heinrich Schuchardt 2022-04-25 22:26:45 +02:00
  • e4269636be cmd: fix long text for fdt command Heinrich Schuchardt 2022-04-25 18:35:05 +02:00
  • 90c52423be lib/date: Make rtc_mktime and mktime64 Y2038-ready Jan Kiszka 2022-04-24 11:34:56 +02:00
  • bfae2744dd serial: smh: Check return value of strndup Sean Anderson 2022-04-22 14:50:23 -04:00
  • 30705cd892 tools/imagetool: Fix segfault when tparams->verify_header is NULL Nicolas Heemeryck 2022-04-20 23:58:39 +02:00
  • 5d834bfa5f configs: Resync with savedefconfig Tom Rini 2022-05-05 14:47:31 -04:00
  • ae242b2ea6 Merge branch '2022-05-05-platform-updates' Tom Rini 2022-05-05 14:42:02 -04:00
  • 344e86c61e gpio: npcm: Add support for Nuvoton NPCM SoCs Stanley Chu 2022-02-25 10:14:50 +08:00
  • 56717a1388 include: configs: am**x/j721e/j721s2_evm.h: Move the stack pointer init address in arm64 Aswath Govindraju 2022-04-19 20:56:02 +05:30
  • 1a80ef5520 pinctrl: mediatek: add support for different types of IO pins Sam Shih 2022-04-21 14:23:53 +08:00
  • 10334e0bc8 pinctrl: mediatek: introduce multiple memory bases support Sam Shih 2022-04-21 14:23:52 +08:00
  • dafe0fbfb0 pinctrl: mediatek: rewrite mtk_pinconf_set and related functions Sam Shih 2022-04-21 14:23:51 +08:00
  • ccf24a9d77 sandbox: Avoid binman error when run without device tree Simon Glass 2022-04-27 13:47:57 -06:00
  • ee93f6129d test/py: Add a way to start sandbox without a device tree Simon Glass 2022-04-27 13:47:56 -06:00
  • 55a8bb94f9 board: synquacer: developerbox: Remove Masami from MAINTAINERS Masami Hiramatsu 2022-04-28 18:13:04 +09:00
  • 3166e6fd45 ls10xxx: Use a sane SPL_SYS_MALLOC_F_LEN default Sean Anderson 2022-04-28 12:39:49 -04:00
  • b789e4f215 timer: npcm: Add NPCM timer support Jim Liu 2022-04-19 13:32:22 +08:00
  • 6f6a0b74d6 serial: npcm: Add support for Nuvoton NPCM SoCs Jim Liu 2022-04-19 13:32:21 +08:00
  • c7554574ff clk: nuvoton: Add support for NPCM750 Jim Liu 2022-04-19 13:32:20 +08:00
  • 84335544ea arm: nuvoton: Add support for Nuvoton NPCM750 BMC Jim Liu 2022-04-19 13:32:19 +08:00
  • 1739a6db54 Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2022-05-04 12:08:40 -04:00
  • c3d451d5e6 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell Tom Rini 2022-05-04 09:05:03 -04:00
  • 4209f74445 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi Tom Rini 2022-05-04 09:04:43 -04:00
  • 95a3a6ee08 net: mvneta: Drop unneeded macro Marek Behún 2022-04-27 12:42:02 +02:00
  • bdbda1e826 net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled in Marek Behún 2022-04-27 12:42:01 +02:00
  • 38332211e3 net: mvneta: Drop fixed_link member from private struct Marek Behún 2022-04-27 12:42:00 +02:00
  • e06c7f34d2 net: mvneta: Write PHY address just before enabling HW polling Marek Behún 2022-04-27 12:41:59 +02:00
  • 77fcf3cf12 net: mvneta: Convert to use PHY_FIXED for fixed-link Marek Behún 2022-04-27 12:41:58 +02:00
  • 31f4ccca0a net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUS Marek Behún 2022-04-27 12:41:57 +02:00
  • 730dad9919 net: mvneta: Don't check for CONFIG_PHYLIB Marek Behún 2022-04-27 12:41:56 +02:00
  • 824f2f9cd9 net: mvneta: Drop unnecessary space Marek Behún 2022-04-27 12:41:55 +02:00
  • 3b38fad182 net: mvneta: Use bool instead of int for boolean variable Marek Behún 2022-04-27 12:41:54 +02:00
  • ca4730a466 net: mvneta: Drop one indentation level in mvneta_adjust_link() Marek Behún 2022-04-27 12:41:53 +02:00
  • 7ec50404ae net: mvneta: Fix unused variable warning if DM_GPIO is disabled Marek Behún 2022-04-27 12:41:52 +02:00
  • 1d87904c15 net: mvneta: Don't register MDIO bus Marek Behún 2022-04-27 12:41:51 +02:00
  • 0ce0feb046 arm: mvebu: turris_mox: Use DM registered MDIO Marek Behún 2022-04-27 12:41:50 +02:00
  • 00b1bad961 net: mdio-uclass: add dm_phy_find_by_ofnode() helper Marek Behún 2022-04-27 12:41:49 +02:00
  • a2b2542992 arm: mvebu: Espressobin: Use DM registered MDIO to configure switch Marek Behún 2022-04-27 12:41:48 +02:00
  • 4d47ea2279 net: mvneta: Remember fixed link instead of PHY address in priv data Marek Behún 2022-04-27 12:41:47 +02:00
  • da84e409df net: mvneta: Use DM MDIO API for connecting PHY Marek Behún 2022-04-27 12:41:46 +02:00
  • 47f0e8e21a net: mvneta: Fix 10Mbps speed Marek Behún 2022-04-27 12:41:45 +02:00
  • 443cf35674 net: mvneta: Get rid of platdata Marek Behún 2022-04-27 12:41:44 +02:00
  • 1770808199 mips: octeon: nic23: Enable ethernet support Stefan Roese 2022-04-07 09:11:54 +02:00
  • 78c01757f0 mips: octeon: ebb7304: Enable ethernet support Stefan Roese 2022-04-07 09:11:53 +02:00
  • 8e0f8efe2a net: Add ethernet support for MIPS Octeon Stefan Roese 2022-04-07 09:11:52 +02:00
  • f858bcccf4 mips: octeon: mrvl, octeon-nic23.dts: Add ethernet DT support Stefan Roese 2022-04-07 09:11:51 +02:00
  • 03b5f836b6 mips: octeon: mrvl, octeon-ebb7304.dts: Add ethernet DT support Stefan Roese 2022-04-07 09:11:50 +02:00
  • 6a9e294749 mips: octeon: mrvl, cn73xx.dtsi: Add ethernet (BGX) and SMI DT nodes Stefan Roese 2022-04-07 09:11:49 +02:00
  • 11424633a1 mips: octeon: octeon_common.h: Move init SP because of increased image size Stefan Roese 2022-04-07 09:11:48 +02:00
  • 322e5f3637 mips: octeon: cpu.c: Implement configure_lmtdma_window() Stefan Roese 2022-04-07 09:11:47 +02:00
  • 787e0d7d12 mips: octeon: cpu.c: Move bootmem init to arch_early_init_r() Stefan Roese 2022-04-07 09:11:46 +02:00
  • 6c71b10729 mips: octeon: Makefile: Enable building of the newly added C files Stefan Roese 2022-04-07 09:11:45 +02:00
  • 1fb7e27a04 mips: octeon: Misc changes to existing C files for upcoming eth support Stefan Roese 2022-04-07 09:11:44 +02:00
  • bec3f378e5 mips: octeon: Add cvmx-range.c Aaron Williams 2021-05-06 09:40:43 +02:00
  • 5c444e0d78 mips: octeon: Add cvmx-qlm-tables.c Aaron Williams 2022-04-07 09:11:42 +02:00
  • 604a5f837e mips: octeon: Add cvmx-pko-internal-ports-range.c Aaron Williams 2022-04-07 09:11:41 +02:00
  • 7e085d5c04 mips: octeon: Add cvmx-pko3-resources.c Aaron Williams 2022-04-07 09:11:40 +02:00
  • 53a422cc50 mips: octeon: Add cvmx-pko3-compat.c Aaron Williams 2022-04-07 09:11:39 +02:00
  • e5ad79099c mips: octeon: Add cvmx-pko3-queue.c Aaron Williams 2021-05-06 12:26:07 +02:00
  • 0f64057b4f mips: octeon: Add cvmx-pko3.c Aaron Williams 2022-04-07 09:11:37 +02:00
  • 2b1c0db2fc mips: octeon: Add cvmx-pko.c Aaron Williams 2022-04-07 09:11:36 +02:00
  • 902596c5d4 mips: octeon: Add cvmx-pki-resources.c Aaron Williams 2022-04-07 09:11:35 +02:00
  • 37bfe52fea mips: octeon: Add cvmx-pki.c Aaron Williams 2021-05-06 08:03:04 +02:00
  • 2f573fdb22 mips: octeon: Add cvmx-ipd.c Aaron Williams 2021-05-10 15:15:39 +02:00
  • 78b9c0caa9 mips: octeon: Add cvmx-ilk.c Aaron Williams 2022-04-07 09:11:32 +02:00
  • 0136c6a986 mips: octeon: Add cvmx-global-resource.c Aaron Williams 2021-05-06 09:17:53 +02:00
  • e36125d9c2 mips: octeon: Add cvmx-fpa-resource.c Aaron Williams 2021-05-10 15:19:12 +02:00
  • 047d7bb712 mips: octeon: Add cvmx-fpa.c Aaron Williams 2022-04-07 09:11:29 +02:00
  • 2aab1c2370 mips: octeon: Add cvmx-fau-compat.c Aaron Williams 2022-04-07 09:11:28 +02:00
  • 16c50d61ee mips: octeon: Add cvmx-cmd-queue.c Aaron Williams 2021-05-10 13:45:15 +02:00
  • f1ee39438d mips: octeon: Add cvmx-agl.c Aaron Williams 2022-04-07 09:11:26 +02:00
  • 6fd320cd5c mips: octeon: Add cvmx-helper-xaui.c Aaron Williams 2022-04-07 09:11:25 +02:00
  • 2e86b6ca4e mips: octeon: Add cvmx-helper-sfp.c Aaron Williams 2021-05-06 11:32:54 +02:00
  • 3a019d0457 mips: octeon: Add cvmx-helper-sgmii.c Aaron Williams 2022-04-07 09:11:23 +02:00