public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-05-13 08:14:34 to 2021-05-14 21:17:03 UTC [more...]

[PATCH v2 00/50] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-14 21:17 UTC  (22+ 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 37/50] image: Drop IMAGE_ENABLE_SIGN/VERIFY defines

[PATCH v3] Fix flashing of eMMC user area with Fastboot
 2021-05-14 21:15 UTC 

[PATCH v2] Fix flash and erase of eMMC Boot2 with Fastboot
 2021-05-14 21:06 UTC 

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

[PATCH 1/1] sandbox: ensure that state->ram_buf is in low memory
 2021-05-14 20:44 UTC  (8+ messages)

[PATCH] pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"
 2021-05-14 20:44 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2021-05-14 20:15 UTC 

[PATCH RFC 00/10] image: Reduce the abuse of #ifdefs in image-sig.c
 2021-05-14 19:46 UTC  (11+ 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] efi_loader: consider no-map property of reserved memory
 2021-05-14 19:26 UTC  (9+ messages)

[PATCH] riscv: Fix arch_fixup_fdt always failing without /chosen
 2021-05-14 19:13 UTC  (5+ 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

[PULL u-boot] Please pull u-boot-amlogic-20210514
 2021-05-14 15:58 UTC 

[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)

[PATCH 0/4] efi_loader: capsule: improve capsule authentication support
 2021-05-14 13:39 UTC  (40+ messages)
` [PATCH 1/4] tools: mkeficapsule: add firmwware image signing
` [PATCH 2/4] tools: mkeficapsule: remove device-tree related operation
                  ` [PATCH 2/4] tools: mkeficapsule: remove device-tree related operationy

[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)

[PULL] u-boot-riscv/master
 2021-05-14 12:23 UTC  (2+ 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

[PATCH] hash: Kconfig option for SHA512 hardware acceleration
 2021-05-14  9:12 UTC 

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  (12+ messages)
` [PATCH 1/2] reset: Do not return NULL on error for devm_reset_control_get_optional()
` [PATCH 2/2] reset: Let reset API's handle gracefully if reset_ctl is -ENODATA

[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 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  (8+ messages)
` [PATCH v7 1/3] lib: introduce HASH_CALCULATE option
` [PATCH v7 2/3] efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
` [PATCH v7 3/3] efi_loader: add PE/COFF image measurement

[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  (26+ 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

[PATCH] fastboot: Fix overflow when calculating chunk size
 2021-05-13 15:54 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2021-05-13 15:37 UTC  (2+ messages)

[PATCH] Fix flash and erase of EMMC_BOOT2 with fastboot
 2021-05-13 15:16 UTC  (8+ messages)

[PATCH v2] Fix flashing of eMMC user area with Fastboot
 2021-05-13 14:32 UTC  (2+ messages)

[PATCH] Fix flashing of eMMC user area with Fastboot
 2021-05-13 14:02 UTC 

[PATCH v6 0/3] PE/COFF measurement support
 2021-05-13 13:51 UTC  (4+ messages)
` [PATCH v6 1/3] lib: fix build error for secure boot and capsule authentication

[PATCH 1/1] test: revert Don't unmount not (yet) mounted system
 2021-05-13 11:40 UTC 

[PATCH v2 1/4] test: Include /sbin to the PATH when creating ext4 disk image
 2021-05-13 11:32 UTC  (3+ messages)
` [PATCH v2 4/4] test: Don't unmount not (yet) mounted system

[PATCH 0/5] Fix i.MXRT1050 hang on lcdif init and improve DT for mxsfb
 2021-05-13 10:26 UTC  (32+ messages)
        ` [PATCH v3 00/22] Fix i.MXRT1020/50
          ` [PATCH v3 01/22] arm: imxrt: soc: make mpu regions generic
          ` [PATCH v3 02/22] timer: imx-gpt: Add timer support for i.MX SoCs family
          ` [PATCH v3 03/22] ARM: dts: imxrt1020: add node label to osc
          ` [PATCH v3 04/22] ARM: dts: imxrt1020: add gpt1 node
          ` [PATCH v3 05/22] ARM: dts: imxrt1020-evk: enable gpt1 timer
          ` [PATCH v3 06/22] ARM: dts: imxrt1020-evk: set gpt1 as tick-timer for u-boot
          ` [PATCH v3 07/22] ARM: dts: imxrt1020-evk-u-boot: make gpt1 present for SPL
          ` [PATCH v3 08/22] ARM: dts: imxrt1020-evk: add device_type = "memory" to memory node
          ` [PATCH v3 09/22] configs: imxrt1020-evk: enable imx gpt timer as tick-timer
          ` [PATCH v3 10/22] ARM: dts: imxrt1050: add node label to osc
          ` [PATCH v3 11/22] ARM: dts: imxrt1050: add gpt1 node
          ` [PATCH v3 12/22] ARM: dts: imxrt1050-evk: enable gpt1 timer
          ` [PATCH v3 13/22] ARM: dts: imxrt1050-evk: set gpt1 as tick-timer for u-boot
          ` [PATCH v3 14/22] ARM: dts: imxrt1050-evk-u-boot: make gpt1 present for SPL
          ` [PATCH v3 15/22] ARM: dts: imxrt1050-evk: add device_type = "memory" to memory node
          ` [PATCH v3 16/22] configs: imxrt1050-evk: enable imx gpt timer as tick-timer
          ` [PATCH v3 17/22] video: mxsfb: add enabling of "axi" clock other than "per" clock
          ` [PATCH v3 18/22] video: mxsfb: add enabling of "disp_axi" clock
          ` [PATCH v3 19/22] clk: imx: clk-imxrt1050: introduce LCDIF_PIX and rename LCDIF to LCDIF_APB
          ` [PATCH v3 20/22] ARM: dts: imxrt1050: move lcdif assigned clock to dtsi
          ` [PATCH v3 21/22] ARM: dts: imxrt1050: set lcdif clocks according to mxsfb driver
          ` [PATCH v3 22/22] ARM: dts: imxrt1050-evk: remove u-boot,dm-spl

[RFC PATCH u-boot 00/12] U-Boot LTO (Sandbox + ARM Nokia RX-51)
 2021-05-13  9:22 UTC  (11+ messages)

[PATCH 1/2] riscv: Fix memmove and optimise memcpy when misalign
 2021-05-13  8:46 UTC  (2+ messages)
` [PATCH 2/2] riscv: Group assembly optimized implementation of memory routines into a submenu


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