Commit Graph

  • e7f59dea88 Revert "initcall: Move to inline function" Simon Glass 2023-08-21 21:16:49 -06:00
  • ba5e3e1ed0 event: Support a simple spy record Simon Glass 2023-08-21 21:16:48 -06:00
  • b81a024e4a Merge branch '2023-08-30-assorted-code-improvements' into next Tom Rini 2023-08-31 12:23:36 -04:00
  • 36b900e8bd setexpr: Silence some diagnostic messages Łukasz Stelmach 2023-08-24 08:10:25 +02:00
  • 77050a7398 configs: sandbox: Enable NVMXIP QSPI driver Marek Vasut 2023-08-23 02:18:21 +02:00
  • 8a4289ad72 drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test Marek Vasut 2023-08-23 02:18:20 +02:00
  • 6539f71d1d drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bit systems Marek Vasut 2023-08-23 02:18:19 +02:00
  • 16be2bc72e drivers/mtd/nvmxip: Rework the read accessor to support 32bit systems Marek Vasut 2023-08-23 02:18:18 +02:00
  • d223dcf31a drivers/mtd/nvmxip: Trigger post bind as probe on driver level Marek Vasut 2023-08-23 02:18:17 +02:00
  • 95311f7a19 fwu: Initialize global fwu library state during CI test Marek Vasut 2023-08-23 02:16:52 +02:00
  • fa03568e46 serial-uclass: reset gd->cur_serial_dev to NULL if serial not found Maksim Kiselev 2023-08-18 12:34:30 +03:00
  • 8d8851e8fd tools: image-host: print error messages to stderr Oleksandr Suvorov 2023-08-17 18:36:10 +03:00
  • 59bf0cdfa9 pci: pcie-brcmstb: do not rely on CLKREQ# signal Sam Edwards 2023-08-16 15:27:53 -07:00
  • d709d4695f pci: pcie-brcmstb: bring over some robustness improvements from Linux Sam Edwards 2023-08-14 16:34:13 -06:00
  • c37be6a39a Merge tag 'u-boot-at91-2023.10-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next Tom Rini 2023-08-30 09:32:10 -04:00
  • da3cb125b0 Merge branch '2023-08-29-integrate-efi-capsule-update-better-in-to-u-boot-buildflow' into next Tom Rini 2023-08-29 16:58:42 -04:00
  • 1df1d566d2 doc: capsule: Document the new mechanism to embed ESL file into dtb Sughosh Ganu 2023-08-22 23:10:08 +05:30
  • 252c9c1c26 test: capsule: Remove logic to add public key ESL Sughosh Ganu 2023-08-22 23:10:07 +05:30
  • 0ef2875cf2 sandbox: capsule: Add path to the public key ESL file Sughosh Ganu 2023-08-22 23:10:06 +05:30
  • c7d4dfcd14 scripts/Makefile.lib: Embed capsule public key in platform's dtb Sughosh Ganu 2023-08-22 23:10:05 +05:30
  • a958988b62 scripts/Makefile.lib: Add dtsi include files as deps for building DTB Sughosh Ganu 2023-08-22 23:10:04 +05:30
  • 1fee487567 scripts/Makefile.lib: Collate all dtsi files for inclusion Sughosh Ganu 2023-08-22 23:10:03 +05:30
  • 61cad8da88 sandbox: trace: Increase trace buffer size Sughosh Ganu 2023-08-22 23:10:02 +05:30
  • 3107f78485 doc: Add documentation to highlight capsule generation related updates Sughosh Ganu 2023-08-22 23:10:01 +05:30
  • 56f243dcbe test: capsule: Generate EFI capsules through binman Sughosh Ganu 2023-08-22 23:10:00 +05:30
  • b617611b27 binman: capsule: Add support for generating EFI capsules Sughosh Ganu 2023-08-22 23:09:59 +05:30
  • 3bd6fb980b btool: mkeficapsule: Add a bintool for EFI capsule generation Sughosh Ganu 2023-08-22 23:09:58 +05:30
  • 14a0e7c0fa sandbox: capsule: Enable EFI capsule module on sandbox variants Sughosh Ganu 2023-08-22 23:09:57 +05:30
  • b74f62920b sandbox: capsule: Add keys and certificates needed for capsule update testing Sughosh Ganu 2023-08-22 23:09:56 +05:30
  • b9e0f7a636 nuvoton: npcm845-evb: Add a newline at the end of file Sughosh Ganu 2023-08-22 23:09:55 +05:30
  • d71e711699 binman: bintool: Build a tool from a list of commands Sughosh Ganu 2023-08-22 23:09:54 +05:30
  • 6e8c9d29e3 ARM: dts: at91: sam9x60-curiosity: Sync gpio button from Linux Alexander Dahl 2023-08-23 15:58:56 +02:00
  • 1818b44b7b board: sam9x60-curiosity: Let LED subsystem init leds if enabled Alexander Dahl 2023-08-23 15:58:55 +02:00
  • 72d5e3c140 ARM: dts: at91: sam9x60-curiosity: Sync LED nodes from Linux Alexander Dahl 2023-08-23 15:58:54 +02:00
  • e1ee52ca56 configs: at91: sam9x60: Switch to new reset driver Alexander Dahl 2023-08-23 15:58:53 +02:00
  • deacc65152 configs: at91: sam9x60_curiosity: Sync both defconfig variants Alexander Dahl 2023-08-23 15:58:52 +02:00
  • 0fe0395922 Merge branch '2023-08-28-assorted-important-fixes' Tom Rini 2023-08-29 10:06:08 -04:00
  • c91feda87c Revert "arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee" Ricardo Salveti 2023-08-25 16:47:11 +03:00
  • bbbf04cc7d Revert "binman: Add a temporary hack for duplicate phandles" Simon Glass 2023-08-23 19:18:02 -06:00
  • 98244a8550 imx: Drop unneeded phandle in FIT template Simon Glass 2023-08-23 19:18:01 -06:00
  • fa140172cb MAINTAINERS: remove Wolfgang Denk Heinrich Schuchardt 2023-08-24 00:12:47 +02:00
  • 70bd471984 spl: crypto: fix including SHA* object files in SPL Oleksandr Suvorov 2023-08-23 17:56:27 +03:00
  • 04f7e95385 Azure: Set the timeout for jobs to the maximum Tom Rini 2023-08-20 13:31:26 -04:00
  • dcde1f95bf configs: set CONFIG_LMB_MAX_REGIONS=64 for MT7988 boards Daniel Golle 2023-08-21 20:38:23 +01:00
  • b982a850d0 configs: Enable CONFIG_DM_SCSI in am57xx_hs_evm_usb Andrew Davis 2023-08-21 08:59:10 -05:00
  • 5986d46f8e bootstd: Adjust the default bootmeth order Simon Glass 2023-08-19 16:49:35 -06:00
  • d389efc448 arm: dts: mediatek: convert gmac link mode to 2500base-x for r3 Frank Wunderlich 2023-08-03 18:52:58 +02:00
  • d167062c48 boot: Fix reference to bootmenu doc Peter Robinson 2023-08-18 15:54:10 +01:00
  • 6a1d3f64c2 Merge tag 'efi-2023-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2023-08-27 11:04:02 -04:00
  • cc889bd075 efi_loader: delete handle from events when a protocol is uninstalled Ilias Apalodimas 2023-08-24 17:21:09 +03:00
  • 143c9a7e9d doc: describe TPL/VPL/SPL boot Heinrich Schuchardt 2023-08-23 23:49:55 +02:00
  • febc7f1009 doc: board: ti: k3: Convert to sphinx-prompt Nishanth Menon 2023-08-24 10:40:36 -05:00
  • 1cfcc2298f doc: sphinx: Add sphinx-prompt Nishanth Menon 2023-08-24 10:40:35 -05:00
  • 96c4fec701 doc: board: sdm845: Explicitly add boot.img flashing command Sumit Garg 2023-08-24 18:14:20 +05:30
  • eeef584015 cmd: let gpt_partition_entry be hexadecimal Heinrich Schuchardt 2023-08-26 03:53:43 +02:00
  • 41cd23b7be cmd: fix gpt enumerate Heinrich Schuchardt 2023-08-26 03:53:42 +02:00
  • 018346770b cmd: fix gpt setenv Heinrich Schuchardt 2023-08-26 03:53:41 +02:00
  • eb48efce26 lib: parameter check in hash_calculate Heinrich Schuchardt 2023-08-22 11:10:20 +02:00
  • 11cf91f755 Merge branch '2023-08-26-bootstd-chromeos-impreovements-and-move-to-gcc-13.2' into next Tom Rini 2023-08-26 11:25:08 -04:00
  • 453c3fb481 CI: Move to latest Ubuntu "Jammy" tag Tom Rini 2023-08-25 13:21:27 -04:00
  • 1193428152 CI: Update to gcc-13.2.0 Tom Rini 2023-08-25 13:21:26 -04:00
  • f25820b1ae CI: Add ChromiumOS utilities Simon Glass 2023-08-24 13:55:46 -06:00
  • 71f634b822 bootstd: cros: Allow detection of any kernel partition Simon Glass 2023-08-24 13:55:45 -06:00
  • 966b16c59a uuid: Add ChromiumOS partition types Simon Glass 2023-08-24 13:55:44 -06:00
  • 831405f41d bootstd: Support bootmeths which can scan any partition Simon Glass 2023-08-24 13:55:43 -06:00
  • f55aa4454a part: Add a fallback for part_get_bootable() Simon Glass 2023-08-24 13:55:42 -06:00
  • d08db02d2d bootstd: Add a test for bootmeth_cros Simon Glass 2023-08-24 13:55:41 -06:00
  • 2b9adcaca2 bootstd: test: Allow binding and using any mmc device Simon Glass 2023-08-24 13:55:40 -06:00
  • c3867e2e98 bootflow: Show an empty filename when there is none Simon Glass 2023-08-24 13:55:39 -06:00
  • 00613bc19a test: Move 1MB.fat32.img and 2MB.ext2.img Simon Glass 2023-08-24 13:55:38 -06:00
  • e2d22f7822 sandbox: Add a way to access persistent test files Simon Glass 2023-08-24 13:55:37 -06:00
  • 8d6337e691 uuid: Move function comments to header file Simon Glass 2023-08-24 13:55:36 -06:00
  • c837a1423c dm: core: Correct error handling when event fails Simon Glass 2023-08-24 13:55:35 -06:00
  • fbd644e702 part: efi: Add debugging for the signature check Simon Glass 2023-08-24 13:55:34 -06:00
  • b2b7e6c181 part: Add an accessor for struct disk_partition sys_ind Simon Glass 2023-08-24 13:55:33 -06:00
  • bcd645428c part: Add accessors for struct disk_partition type_uuid Simon Glass 2023-08-24 13:55:32 -06:00
  • c5f1d005f5 part: Add accessors for struct disk_partition uuid Simon Glass 2023-08-24 13:55:31 -06:00
  • ade2316da3 part: Add comments for static functions Simon Glass 2023-08-24 13:55:30 -06:00
  • 060148a371 part: nac: Use desc instead of dev_desc Simon Glass 2023-08-24 13:55:29 -06:00
  • 06e293ed7c part: iso: Use desc instead of dev_desc Simon Glass 2023-08-24 13:55:28 -06:00
  • 7ed781fb4c part: efi: Use desc instead of dev_desc Simon Glass 2023-08-24 13:55:27 -06:00
  • cfdcd41e5a part: dos: Use desc instead of dev_desc Simon Glass 2023-08-24 13:55:26 -06:00
  • 3557e8d223 part: amiga: Use desc instead of dev_desc Simon Glass 2023-08-24 13:55:25 -06:00
  • 5aab05d97e part: Use desc instead of dev_desc Simon Glass 2023-08-24 13:55:24 -06:00
  • 05763b71d2 Merge branch '2023-08-25-add-persistent-config-editor-via-expo' into next Tom Rini 2023-08-25 17:52:59 -04:00
  • 84b08afcbb expo: doc: Update documentation for persistent settings Simon Glass 2023-08-14 16:40:39 -06:00
  • cfc402db39 expo: cedit: Support reading settings from CMOS RAM Simon Glass 2023-08-14 16:40:38 -06:00
  • eb6c71b562 expo: cedit: Support writing settings to CMOS RAM Simon Glass 2023-08-14 16:40:37 -06:00
  • bcf2b7202e expo: cedit: Support reading settings from environment vars Simon Glass 2023-08-14 16:40:36 -06:00
  • fc9c0e0771 expo: cedit: Support writing settings to environment vars Simon Glass 2023-08-14 16:40:35 -06:00
  • 472317cb12 expo: cedit: Support reading settings from a file Simon Glass 2023-08-14 16:40:34 -06:00
  • 2dee81fe5f expo: cedit: Support writing settings to a file Simon Glass 2023-08-14 16:40:33 -06:00
  • 6e648fa781 expo: Export scene_menuitem_find() for use in internal code Simon Glass 2023-08-14 16:40:32 -06:00
  • d65ccbb601 doc: Expand documentation for the cedit command Simon Glass 2023-08-14 16:40:31 -06:00
  • 2045ca5c1f expo: Move cedit theme under bootstd Simon Glass 2023-08-14 16:40:30 -06:00
  • c5aacf5ef8 expo: Add documentation for the configuration editor Simon Glass 2023-08-14 16:40:29 -06:00
  • d5737b3f6a expo: Tidy up the expo.py tool and usage Simon Glass 2023-08-14 16:40:28 -06:00
  • 8d0f890a0b expo: Add a function to prepare a cedit Simon Glass 2023-08-14 16:40:27 -06:00
  • f80ebb2fe1 expo: Move cedit test into its own file and tidy Simon Glass 2023-08-14 16:40:26 -06:00
  • 040b04685e expo: Split out cedit into its own header Simon Glass 2023-08-14 16:40:25 -06:00