public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-05-13 19:06:02 to 2021-05-15 15:20:16 UTC [more...]

[PATCH RFC 00/10] image: Reduce the abuse of #ifdefs in image-sig.c
 2021-05-15 15:20 UTC  (17+ messages)
` [PATCH RFC 01/10] common: Move host-only logic in image-sig.c to separate file
` [PATCH RFC 02/10] common: image-sig.c: Remove host-specific logic and #ifdefs
` [PATCH RFC 03/10] image: Add support for placing crypto_algo in linker lists
` [PATCH RFC 04/10] [UNTESTED] image: Add support for relocating crypto_algos "
` [PATCH RFC 05/10] image: rsa: Move verification algorithm to a linker list
` [PATCH RFC 06/10] image: image-sig.c: Remove crypto_algos array
` [PATCH RFC 07/10] lib: ecdsa: Remove #ifdefs from ecdsa.h
` [PATCH RFC 08/10] lib: rsa: Remove #ifdefs from rsa.h
` [PATCH RFC 09/10] image: Eliminate IMAGE_ENABLE_VERIFY macro
` [PATCH RFC 10/10] image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro

[PATCH] hash: Kconfig option for SHA512 hardware acceleration
 2021-05-15 15:20 UTC  (2+ messages)

[PATCH 1/1] hash: revert Allow for SHA512 hardware implementations
 2021-05-15 15:20 UTC  (2+ messages)

[PATCH 1/1] sandbox: fix sandbox_reset()
 2021-05-15 15:20 UTC  (2+ messages)

[PATCH 1/2] clk: scmi: register all scmi clock by name with CCF
 2021-05-15 15:20 UTC  (4+ messages)
` [PATCH 2/2] firmware: scmi: fix sandbox and related test since clock discovery

[PATCH 01/27] pci: Remove non-DM board_pci_fixup_dev() declaration
 2021-05-15 15:20 UTC  (31+ messages)
` [PATCH 02/27] ppc: Drop MPC837XERDB_SLAVE for now
` [PATCH 03/27] arm: Remove integratorap* boards
` [PATCH 04/27] m68k: Remove M5485 boards
` [PATCH 05/27] m68k: Remove M5475x boards
` [PATCH 06/27] mips: Remove malta boards
` [PATCH 07/27] ppc: Remove sbc8349 board
` [PATCH 08/27] ppc: Remove many T104x boards
` [PATCH 09/27] ppc: Remove mpc8308_p1m board
` [PATCH 10/27] ppc: Remove ve8313 board
` [PATCH 11/27] ppc: Remove MPC8313ERDB boards
` [PATCH 12/27] ppc: Remove caddy2 / vme8349 boards
` [PATCH 13/27] ppc: Remove sbc8548 boards
` [PATCH 14/27] ppc: Remove TQM834x board
` [PATCH 15/27] ppc: Remove MPC8541CDS board
` [PATCH 16/27] ppc: Remove MPC8555CDS boards
` [PATCH 17/27] ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOT
` [PATCH 18/27] ppc: Remove MPC8568MDS board
` [PATCH 19/27] ppc: Remove kmcoge4 board
` [PATCH 20/27] ppc: Remove xpedite boards
` [PATCH 21/27] ppc: Remove sbc8641d board
` [PATCH 22/27] ppc: Remove MPC8315ERDB board
` [PATCH 23/27] ppc: Remove MPC8323ERDB board
` [PATCH 24/27] ppc: Remove MPC832XEMDS boards
` [PATCH 25/27] ppc: Remove T4160RDB board
` [PATCH 26/27] configs: Remove unnecessary CONFIG_DM_PCI_COMPAT=y
` [PATCH 27/27] pci: Require DM_PCI

[PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory
 2021-05-15 15:19 UTC  (10+ messages)

[PATCH 1/2] phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"
 2021-05-15 15:19 UTC  (4+ messages)
` [PATCH 2/2] phy: meson-axg-mipi: Access parent ofnode through dev_ofnode()

[PATCH] ARM: integrator: Drop PCI support
 2021-05-15 13:11 UTC  (2+ messages)

[PATCH v2 1/3] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
 2021-05-15 12:36 UTC  (2+ messages)
` [BUG] "

[PULL] u-boot-sh/master
 2021-05-15 12:09 UTC  (2+ messages)

[PULL u-boot] Please pull u-boot-amlogic-20210514
 2021-05-15 12:09 UTC  (2+ messages)

[PULL] u-boot-riscv/master
 2021-05-15 12:09 UTC  (3+ messages)

Please pull u-boot-marvell/master
 2021-05-15 12:07 UTC  (4+ messages)

[PATCH 1/1] doc: man-page for size command
 2021-05-15 11:10 UTC 

[PATCH v2] riscv: Fix arch_fixup_fdt always failing without /chosen
 2021-05-15  2:36 UTC 

[PATCH 1/4] tools: mkeficapsule: add firmwware image signing
 2021-05-15  2:14 UTC  (28+ messages)

[PATCH] efi_loader: consider no-map property of reserved memory
 2021-05-15  1:25 UTC  (9+ messages)

[PATCH v3] Fix flashing of eMMC user area with Fastboot
 2021-05-14 22:43 UTC  (8+ messages)

[PATCH v2 00/50] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-14 21:50 UTC  (34+ messages)
` [PATCH v2 16/50] image: Add Kconfig options for FIT in the host build
` [PATCH v2 18/50] image: Shorten FIT_ENABLE_SHAxxx_SUPPORT
` [PATCH v2 19/50] image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx
` [PATCH v2 21/50] hash: Drop some #ifdefs in hash.c
` [PATCH v2 27/50] Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32
` [PATCH v2 29/50] Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5
` [PATCH v2 37/50] image: Drop IMAGE_ENABLE_SIGN/VERIFY defines
` [PATCH v2 38/50] image: Drop IMAGE_ENABLE_BEST_MATCH
` [PATCH v2 41/50] image: Drop unnecessary #ifdefs from image.h
` [PATCH v2 42/50] image: Drop #ifdefs for fit_print_contents()
` [PATCH v2 47/50] image: Remove some #ifdefs from image-fit and image-fit-sig

[PATCH] pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"
 2021-05-14 21:41 UTC  (3+ messages)

[PATCH 1/2 v3] Add out4.ru O4-iMX-NANO board
 2021-05-14 21:28 UTC  (3+ messages)
` [PATCH 2/2 v3] Add EV-iMX280-NANO-X-MB board

[PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot
 2021-05-14 21:24 UTC  (2+ messages)

[PATCH] riscv: Fix arch_fixup_fdt always failing without /chosen
 2021-05-14 19:13 UTC  (2+ messages)

[PATCH] mtd: spi: add XT25F128B flash support
 2021-05-14 16:03 UTC 

[PATCH 00/26] imx: update for i.MX8M
 2021-05-14 15:59 UTC  (6+ messages)
` [PATCH 03/26] imx8mm_evk: Switch to new imx8mm evk board

[PATCH 1/8] ARM: meson: Sync Amlogic DT from Linux 5.12-rc2
 2021-05-14 15:46 UTC  (3+ messages)
` [PATCH 2/8] net: designware: meson8b: add g12a compatible

[PATCH] net: dwmac_meson8b: do not set TX delay in TXID & RXID
 2021-05-14 15:44 UTC  (3+ messages)

[PATCH] usb: dwc3-meson-g12a: skip phy on -ENODATA aswell
 2021-05-14 15:42 UTC  (2+ messages)

[PATCH] ARM: dts: add missing -u-boot.dtsi to enable HDMI on Beelink GTKing/King-Pro
 2021-05-14 15:41 UTC  (2+ messages)

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-05-14 12:29 UTC  (4+ messages)

[PATCH v3 0/1] Add Xilinx clock wizard driver support
 2021-05-14 11:23 UTC  (3+ messages)
` [PATCH v3 1/1] clk: zynq: Add clock wizard driver

Zynq MPSoC Dynamic DDR DIMM Configuration support
 2021-05-14  9:08 UTC  (7+ messages)

[PATCH 1/1] sandbox: add symbol _init for RISC-V compilation
 2021-05-14  8:49 UTC  (6+ messages)

[PATCH] Revert "riscv: cpu: fu740: clear feature disable CSR"
 2021-05-14  5:31 UTC  (7+ messages)

[PATCH 0/2] reset: Fix the behavior of optional reset
 2021-05-14  5:18 UTC  (8+ messages)
` [PATCH 1/2] reset: Do not return NULL on error for devm_reset_control_get_optional()

[v2] arm: dts: lx2162aqds: support eMMC HS400 mode on esdhc1
 2021-05-14  2:33 UTC 

[PATCH] arm: dts: lx2162aqds: support eMMC HS400 mode on esdhc1
 2021-05-14  2:25 UTC  (2+ messages)

[PATCH] armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162A
 2021-05-14  2:24 UTC  (2+ messages)

[PATCH 0/4] efi_loader: capsule: improve capsule authentication support
 2021-05-14  2:23 UTC  (12+ messages)
` [PATCH 2/4] tools: mkeficapsule: remove device-tree related operation
                  ` [PATCH 2/4] tools: mkeficapsule: remove device-tree related operationy

[PATCH v2 01/16] sandbox: net: Ensure host name is always a valid string
 2021-05-14  1:39 UTC  (16+ messages)
` [PATCH v2 02/16] video: Check return value in pwm_backlight_of_to_plat()
` [PATCH v2 03/16] test: Rename final check in setexpr_test_backref()
` [PATCH v2 04/16] tools: Avoid showing return value of clock_gettime()
` [PATCH v2 05/16] reset: Avoid a warning in devm_reset_bulk_get_by_node()
` [PATCH v2 06/16] reset: Avoid a warning in devm_regmap_init()
` [PATCH v2 07/16] test: Avoid random numbers in dm_test_devm_regmap()
` [PATCH v2 08/16] dm: core: Check uclass_get() return value when dumping
` [PATCH v2 09/16] sandbox: scmi: Indicate dead code for coverity
` [PATCH v2 10/16] sandbox: cros_ec: Update error handling when reading matrix
` [PATCH v2 11/16] cbfs: Check offset range when reading a file
` [PATCH v2 12/16] pinctrl: Avoid coverity warning when checking width
` [PATCH v2 13/16] tpm: Check outgoing command size
` [PATCH v2 14/16] sandbox: Silence coverity warning in state_read_file()
` [PATCH v2 15/16] clk: Detect failure to set defaults
` [PATCH v2 16/16] RFC: clk: Return error code from clk_set_default_get_by_id()

[PATCH 0/3] Fix 'reset' for TI K3 AM64x and J721E/J7200 boards
 2021-05-14  1:10 UTC  (4+ messages)
` [PATCH 1/3] firmware: ti_sci: Update ti_sci_msg_req_reboot to include domain
` [PATCH 2/3] arm: dts: k3-am642-evm: Add sysreset controller node
` [PATCH 3/3] arm: dts: k3-am642-sk: "

[PATCH v8 0/3] PE/COFF measurement support
 2021-05-14  0:53 UTC  (4+ messages)
` [PATCH v8 1/3] lib: introduce HASH_CALCULATE option
` [PATCH v8 2/3] efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
` [PATCH v8 3/3] efi_loader: add PE/COFF image measurement

[PATCH v7 0/3] PE/COFF measurement support
 2021-05-14  0:39 UTC  (4+ messages)
` [PATCH v7 2/3] efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled

[PATCH] arm: dts: k3-j721e: Fix up MAIN R5FSS cluster mode back to Split-mode
 2021-05-14  0:36 UTC 

[PATCH 0/3] Improvements to FIT hashing
 2021-05-13 23:56 UTC  (10+ messages)
` [PATCH 3/3] hash: Allow for SHA512 hardware implementations

[PATCH v3] mmc: Update environment variable with active partition
 2021-05-13 23:21 UTC  (4+ messages)

[PATCH v4] mmc: Update environment variable with active partition
 2021-05-13 23:20 UTC  (2+ messages)

[PATCH] mtd: mxs_nand: default to legacy bch and rename to modern bch option
 2021-05-13 20:02 UTC  (4+ messages)
` [EXT] "

[PATCH v5 00/10] Add support for extension boards detection and DT overlays application
 2021-05-13 19:06 UTC  (21+ messages)
` [PATCH v5 01/10] fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c
` [PATCH v5 02/10] cmd: add support for a new "extension" command
` [PATCH v5 03/10] pytest: add sandbox test for "
` [PATCH v5 04/10] ti/common: add support for extension_scan_board function
` [PATCH v5 05/10] am57xx: add support for cape detect functionality
` [PATCH v5 06/10] w1: replace dt detection by automatic detection
` [PATCH v5 07/10] arm: sunxi: add support for DIP detection to CHIP board
` [PATCH v5 08/10] configs: CHIP: add support for DIP detect functionality
` [PATCH v5 09/10] arm: am335x: add support for i2c2 bus
` [PATCH v5 10/10] am335x: add support for cape detect functionality


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox