Commit Graph

  • 27b169f9d0 cmd: ubi: check 'updating' before calling ubi_more_update_data() Martin Kurbanov 2024-06-16 16:34:18 +03:00
  • abae0b76f9 cmd: ubi: remove redundant initializations Martin Kurbanov 2024-06-16 16:34:17 +03:00
  • fd08324632 fs: ubifs: Add support for ZSTD decompression Piotr Wojtaszczyk 2024-05-28 17:05:28 +02:00
  • 65fbdab272 Merge branch 'next' Tom Rini 2024-07-01 13:17:56 -06:00
  • 3f77295950 Prepare v2024.07 Tom Rini 2024-07-01 12:07:18 -06:00
  • 274c5724ed configs: Resync with savedefconfig Tom Rini 2024-07-01 08:49:37 -06:00
  • b4cbd1a257 Merge tag 'u-boot-amlogic-20240701' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next Tom Rini 2024-07-01 08:44:28 -06:00
  • bbacdd3ef7 Revert "Merge patch series "zlib: Address CVE-2016-9841"" Tom Rini 2024-06-30 19:03:14 -06:00
  • 2f96033923 Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next Tom Rini 2024-06-30 10:59:42 -06:00
  • 636480e4e7 doc: develop: Add a general section on gdb usage Alexander Dahl 2024-06-26 12:47:18 +02:00
  • 43b6b577bc doc: fit: Make data-size a conditionally mandatory property Bastian Germann 2024-06-24 19:00:38 +02:00
  • e7505b3b8b tpm: allow the user to select the compiled algorithms Ilias Apalodimas 2024-06-23 14:48:18 +03:00
  • cba3fa9024 tpm: Untangle tpm2_get_pcr_info() Ilias Apalodimas 2024-06-23 14:48:17 +03:00
  • fed9c11c3b efi_loader: remove unneeded header files Ilias Apalodimas 2024-06-23 14:48:16 +03:00
  • a56037a461 tpm: Move TCG functions into a separate file Ilias Apalodimas 2024-06-23 14:48:15 +03:00
  • 27b462cec1 tpm: Move TCG headers into a separate file Ilias Apalodimas 2024-06-23 14:48:14 +03:00
  • 6ea97fe441 efi_loader: remove unused TCG algo definitions Ilias Apalodimas 2024-06-23 14:48:13 +03:00
  • 0b07b5ed81 cmd: correct kaslrseed description Heinrich Schuchardt 2024-06-18 14:29:13 +02:00
  • b94217adc9 efi_selftest: can't have measured device-tree with kaslr-seed Heinrich Schuchardt 2024-06-18 14:23:48 +02:00
  • a5e31659cf spl: correct link to FIT specification Heinrich Schuchardt 2024-06-18 08:32:30 +02:00
  • 392e6c14e3 doc: update requirements.txt Heinrich Schuchardt 2024-06-16 10:59:48 +02:00
  • a53fb767cf cmd: fwu: Also print information about size Michal Simek 2024-06-05 16:58:27 +02:00
  • 48641bfab7 Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" Tom Rini 2024-06-28 17:31:28 -06:00
  • f485a99661 test: cmd: fdt: fix chosen test for DM_RNG Tim Harvey 2024-06-18 14:06:09 -07:00
  • 909321bc6b use fdt_kaslrseed function to de-duplicate code Tim Harvey 2024-06-18 14:06:08 -07:00
  • ea955eea4f fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled Tim Harvey 2024-06-18 14:06:07 -07:00
  • 00afd1ec82 Add fdt_kaslrseed function to add kaslr-seed to chosen node Tim Harvey 2024-06-18 14:06:06 -07:00
  • 8937bb265a Merge patch series "Bug-fixes for a few boards (reduced series)" Tom Rini 2024-06-28 13:55:10 -06:00
  • d780965927 Drop the special am335x_boneblack_vboot target Simon Glass 2024-06-27 09:29:49 +01:00
  • 37323aec51 rockchip: bob: kevin: Disable dcache in SPL Simon Glass 2024-06-27 09:29:48 +01:00
  • 024767e66d spl: Allow ATF to work when dcache is disabled Simon Glass 2024-06-27 09:29:47 +01:00
  • ac91baea6d power: regulator: Handle autoset in regulators_enable_boot_on() Simon Glass 2024-06-27 09:29:46 +01:00
  • bbc46241a1 rockchip: veyron: Add logging for power init Simon Glass 2024-06-27 09:29:45 +01:00
  • c2484b43bf x86: Set a board-size limit for chromebook_link Simon Glass 2024-06-27 09:29:44 +01:00
  • 092b6ec65c tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL Simon Glass 2024-06-27 09:29:43 +01:00
  • 8a9040e3ef nvidia: nyan-big: Disable debug UART Simon Glass 2024-06-27 09:29:42 +01:00
  • efee71ab4d arm: mediatek: fix ram init for mt7622 (decrease to 1G) Frank Wunderlich 2024-06-15 11:34:56 +02:00
  • c38af2ccfd board: mpfs_icicle: change maintainer to Conor Conor Dooley 2024-06-22 21:18:31 +01:00
  • 899b088674 Merge patch series "pxe: Add debugging for booting" Tom Rini 2024-06-26 09:58:25 -06:00
  • 52ff1f5da0 zboot: Correct use of state_mask argument Simon Glass 2024-06-19 06:34:52 -06:00
  • bce4c15f26 zboot: Add debugging for booting Simon Glass 2024-06-19 06:34:51 -06:00
  • 6e5e713e81 pxe: Add debugging for booting Simon Glass 2024-06-19 06:34:50 -06:00
  • 04c63f134c cmd: gpt: Fix freeing gpt_pte in gpt_verify() Sam Protsenko 2024-06-19 16:23:30 -05:00
  • b85ecb276b cmd: Make use of U_BOOT_LONGHELP when missing Tom Rini 2024-06-19 10:09:44 -06:00
  • 4721d1cb8e scripts/Makefile.lib: remove bootph-some-ram property from VPL/TPL/SPL Quentin Schulz 2024-06-19 13:33:28 +02:00
  • 8188cb342d arm: davinci: remove unused defines Emil Kronborg 2024-06-19 11:00:01 +00:00
  • 6b7e092793 arm: davinci: remove unused watchdog functions Emil Kronborg 2024-06-19 10:57:49 +00:00
  • ee1941e4fe fs: btrfs: fix out of bounds write Alex Shumsky 2024-06-19 00:41:38 +03:00
  • 5d9aca5e04 Merge patch series "k3-am625-beagleplay: Add symlinks for tiboot3 and tispl" Tom Rini 2024-06-26 09:55:29 -06:00
  • f8e6bb6074 doc: beagle: am62x_beagleplay: Rename the boot bins Dhruva Gole 2024-06-18 10:19:46 +05:30
  • a733ca1b28 arm: dts: k3-am625-beagleplay: Add symlinks for tiboot3 and tispl Dhruva Gole 2024-06-18 10:19:45 +05:30
  • 4f22b20a8b board: beagleplay: Fix the bootpart to pick from root partition Dhruva Gole 2024-06-18 10:23:18 +05:30
  • fac8666f04 arm: mach-k3: j784s4: Fix MCU_CLKOUT0 parent clock mux Emanuele Ghidoli 2024-06-17 11:22:01 +02:00
  • a75b3b8e79 Merge patch series "Azure: Correct comment about the strategy in the world matrix build" Tom Rini 2024-06-26 09:31:05 -06:00
  • 2c95e0c677 Azure: Count all of the machines we would build Tom Rini 2024-06-18 08:18:51 -06:00
  • ebd60ff038 Azure: Update some job breakdowns so we build the world again Tom Rini 2024-06-18 08:18:50 -06:00
  • acc6be723a Azure: Spell out the "everything" job Tom Rini 2024-06-18 08:18:49 -06:00
  • 378a55246d Azure: Rework how we define what to build in the world build Tom Rini 2024-06-18 08:18:48 -06:00
  • 797e536bb9 Azure: Correct comment about the strategy in the world matrix build Tom Rini 2024-06-18 08:18:47 -06:00
  • 42276c3658 Merge patch series "arm64: add a software pagetable walker" Tom Rini 2024-06-25 17:22:36 -06:00
  • 96e1a156e9 meson: Correct driver declaration for meson_axg_gpio Simon Glass 2024-06-23 14:30:26 -06:00
  • 9bd7fdd539 doc: arch: arm64: describe pagetable debugging Caleb Connolly 2024-06-17 10:03:49 +02:00
  • 7ff2dfb604 arm64: add software pagetable walker Caleb Connolly 2024-06-17 10:03:48 +02:00
  • 7cc9355414 arm64: mmu.h: fix PTE_TABLE_AP Caleb Connolly 2024-06-17 10:03:47 +02:00
  • 93b6a52f5a usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode static Neil Armstrong 2024-06-20 09:42:54 +02:00
  • 98ce6d3e32 usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode static Neil Armstrong 2024-06-20 09:42:53 +02:00
  • affb461d9a phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode Neil Armstrong 2024-06-20 09:42:52 +02:00
  • 8c58c35048 usb: dwc3: meson-gxl: switch to generic_phy_set_mode Neil Armstrong 2024-06-20 09:42:51 +02:00
  • e7265f62aa phy: meson-gxl-usb2: add set_mode callback Neil Armstrong 2024-06-20 09:42:50 +02:00
  • c53b344475 board: beagle: beagleplay: enable OF_SYSTEM_SETUP Bryan Brattlof 2024-06-19 14:12:30 -05:00
  • a7eada2432 Merge tag 'v2024.07-rc5' into next Tom Rini 2024-06-24 13:34:52 -06:00
  • 9e9f78f7aa Prepare v2024.07-rc5 Tom Rini 2024-06-24 13:29:32 -06:00
  • d3c610fa46 Merge tag 'u-boot-imx-next-20240624' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next Tom Rini 2024-06-24 10:40:03 -06:00
  • 8984640dd8 configs: j784s4_evm_r5_defconfig: Enable CONFIG_K3_QOS Jayesh Choudhary 2024-06-14 18:14:42 +05:30
  • f15dc3bafd configs: j721s2_evm_r5_defconfig: Enable CONFIG_K3_QOS Jayesh Choudhary 2024-06-14 18:14:41 +05:30
  • 1a6187d601 configs: j721e_evm_r5_defconfig: Enable CONFIG_K3_QOS Jayesh Choudhary 2024-06-14 18:14:40 +05:30
  • 0d3c9fa8a2 arm: mach-k3: j784s4: Enable QoS for DSS Jayesh Choudhary 2024-06-14 18:14:39 +05:30
  • e33ae0a97a arm: mach-k3: j721s2: Enable QoS for DSS Jayesh Choudhary 2024-06-14 18:14:38 +05:30
  • 57673a85a6 arm: mach-k3: j721e: Enable QoS for DSS Jayesh Choudhary 2024-06-14 18:14:37 +05:30
  • 6bc9a5c92f arm: mach-k3: am62a: Simplify the logic for QOS reg and val propagation Jayesh Choudhary 2024-06-14 18:14:36 +05:30
  • 93f97c7387 arm: mach-k3: am62a_qos: Move common bit MACROS to k3_qos header file Jayesh Choudhary 2024-06-14 18:14:35 +05:30
  • 58f7ae116c Merge tag 'tpm-master-24062024' of https://source.denx.de/u-boot/custodians/u-boot-tpm Tom Rini 2024-06-24 09:49:37 -06:00
  • b7f677dc40 ARM: imx: Enable SPL DTO application support for i.MX8MP DHCOM PDK2 Marek Vasut 2024-06-23 20:44:19 +02:00
  • 6888c934e7 board: gateworks: venice: Simplify Ethernet initialization Tim Harvey 2024-06-20 15:24:44 -07:00
  • 8ffd7fb0df imx8mp-venice-gw702x: Drop EQos clock workaround Tim Harvey 2024-06-19 18:30:18 -07:00
  • 5b74b61369 imx8mp-venice-gw74xx: default USB1 to host mode Tim Harvey 2024-06-19 14:44:04 -07:00
  • 143539ea70 imx8m{m,p}_venice: add NVMe to boot devices Tim Harvey 2024-06-19 14:13:58 -07:00
  • 1afac8bd30 board: gateworks: venice: add print for GPY111 PHY name Tim Harvey 2024-06-19 14:13:39 -07:00
  • 87a4e5b3a4 board: gateworks: venice: delay before reading GSC EEPROM Tim Harvey 2024-06-19 14:13:22 -07:00
  • ef0b5b61f4 board: gateworks: venice: enable GSC supervisor for new board models Tim Harvey 2024-06-19 14:12:58 -07:00
  • 54fd3c16bd dt-bindings: imx: Drop redundant imports with dts/upstream Sumit Garg 2024-06-19 18:23:10 +05:30
  • b1ee6bcbff arm: fsl: imx6ulz_bsh_smm_m2: Migrate to OF_UPSTREAM Patrick Barsanti 2024-06-13 12:24:09 +02:00
  • 6d0c17024c arm: fsl: imx8mn_bsh_smm_s2: Migrate to OF_UPSTREAM Patrick Barsanti 2024-06-24 09:13:11 -03:00
  • b73948c785 efi_loader: fix the return values on efi_tcg Ilias Apalodimas 2024-06-22 17:35:38 +03:00
  • 27d496627e tpm: fix the return code, if the eventlog buffer is full Ilias Apalodimas 2024-06-22 17:35:37 +03:00
  • c326bb6792 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb Tom Rini 2024-06-23 18:06:32 -06:00
  • 099755f900 Merge tag 'doc-2024-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2024-06-23 18:06:18 -06:00
  • 271ca9ef8a doc: board: ti: Add capsule documentation for TI K3 devices Jonathan Humphreys 2024-06-21 15:17:06 -05:00
  • 7a8bd3fa31 doc: develop: testing: Fix reference to test writing section Alexander Dahl 2024-06-21 09:47:20 +02:00
  • 7ec3b48908 doc: develop: testing: Fix broken reference to pytest suite help Alexander Dahl 2024-06-21 09:47:19 +02:00