public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-08-25 14:26:25 to 2021-08-27 13:36:07 UTC [more...]

[PATCH u-boot-marvell 00/29] kwboot higher baudrate
 2021-08-27 13:35 UTC  (17+ messages)
` [PATCH u-boot-marvell 25/29] tools: kwboot: Support higher baudrates when booting via UART
` [PATCH u-boot-marvell 28/29] doc/kwboot.1: Update man page
` [PATCH u-boot-marvell 18/29] tools: kwbimage: Simplify iteration over version 1 optional headers

[PATCH v4 07/10] watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()
 2021-08-27 12:26 UTC  (13+ messages)

boot hangs on new board with SAMA5D27C-D5M
 2021-08-27 12:16 UTC  (2+ messages)

[PATCH 1/2] arm: a37xx: pci: Disable returning CRS response
 2021-08-27 12:14 UTC  (2+ messages)
` [PATCH 2/2] arm: a37xx: pci: Implement re-issuing config requests on "

[PATCH] pwm: Add driver for cadence TTC
 2021-08-27 11:55 UTC 

[PATCH 0/2] Fix qspi read and write issues
 2021-08-27 11:24 UTC 

[PATCH v2 0/2] Refactor and improve full help output from tools
 2021-08-27 11:20 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2021.10-rc3
 2021-08-27 11:00 UTC 

[RFC PATCH v1 0/5] arm64: dts: imx8mm: add common -binman.dtsi and further clean-up
 2021-08-27 10:59 UTC  (11+ messages)
` [RFC PATCH v1 1/5] imx8mm-cl-iot-gate: fix imximage intermediate binary naming
` [RFC PATCH v1 2/5] arm64: dts: imx8mm: add common -binman.dtsi
` [RFC PATCH v1 3/5] arm64: dts: imx8mm-binman.dtsi: alphabetically re-order properties
` [RFC PATCH v1 4/5] arm64: dts: imx8mm-binman.dtsi: explicitly add spl filename
` [RFC PATCH v1 5/5] arm64: dts: imx8mm-binman.dtsi: improve odd blob-ext naming

[PATCH] ARM: zynq: Enable capsule update for qspi and mmc
 2021-08-27 10:53 UTC 

[PATCH 1/2] include: dt-bindings: mfd: add atmel flexcom include file
 2021-08-27 10:44 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: at91: update flexcom defines using "

[PATCH] doc: Remove information about CAPSULE_FMP_HEADER
 2021-08-27 10:41 UTC 

[PATCH] zynqmp: restore the jtag interface
 2021-08-27  9:51 UTC  (4+ messages)

[PATCH v2 0/6] efi_loader: fix secure boot mode transitions
 2021-08-27  9:23 UTC  (21+ messages)
` [PATCH v2 1/6] efi_loader: stop recursion in efi_init_secure_state
` [PATCH v2 2/6] efi_loader: correct determination of secure boot state
` [PATCH v2 3/6] efi_loader: don't load signature database from file
` [PATCH v2 4/6] efi_loader: correct secure boot state transition
` [PATCH v2 5/6] efi_loader: writing AuditMode, DeployedMode
` [PATCH v2 6/6] efi_loader: always initialize the secure boot state

[PATCH] arm64: zynqmp: Print the secure boot status information in EL3
 2021-08-27  9:20 UTC  (3+ messages)

[PATCH] loadb: Properly indicate aborted kermit transfer
 2021-08-27  8:44 UTC  (4+ messages)

[PATCH 0/7] xyz-modem: Fix cancelling and closing transfers
 2021-08-27  8:40 UTC  (2+ messages)

[PATCH] xilinx: zynqmp: Enable stack relocation to DDR
 2021-08-27  8:10 UTC  (2+ messages)

[PATCH] xilinx: zynqmp: Update descriptions for u-boot.its
 2021-08-27  8:10 UTC  (2+ messages)

[PATCH 00/10] xilinx: Add support for DTB reselection
 2021-08-27  8:09 UTC  (2+ messages)

efi_loader: Omit memory with "no-map" when returning memory
 2021-08-27  7:55 UTC  (2+ messages)
` [PATCH] efi_loader: Omit memory with "no-map" when returning memory map

[PATCH] Kconfig: Remove all default n/no options
 2021-08-27  6:48 UTC 

[PATCH 0/3] common: Add fdt network helper
 2021-08-27  4:00 UTC  (5+ messages)

Usage of device-tree for blobs
 2021-08-27  3:57 UTC  (11+ messages)

[PATCH v2] board: ea: mx7ulp_com: move setting CONFIG_BOOTCOMMAND to defconfig
 2021-08-27  2:54 UTC  (3+ messages)

[PATCH v2 1/4] tools: docker: Bump up QEMU version to 6.1.0
 2021-08-27  2:54 UTC  (7+ messages)
` [PATCH v2 2/4] tools: docker: Build and install genimage
` [PATCH v2 3/4] riscv: sifive: unleashed: Add genimage config files
` [PATCH v2 4/4] azure/gitlab: Add tests for SiFive Unleashed board

[PATCH v<4>] arm: add initial support for the Phytium Pomelo Board
 2021-08-27  2:54 UTC  (2+ messages)

[PATCH] Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig
 2021-08-27  0:20 UTC  (2+ messages)

[PATCH 00/10] stm32mp1: Support falcon mode with OP-TEE payloads
 2021-08-26 23:50 UTC  (13+ messages)
` [PATCH 01/10] stm32mp1: Add support for baudrates higher than 115200
` [PATCH 02/10] stm32mp1: Add support for falcon mode boot from SD card
` [PATCH 03/10] board: stm32mp1: Implement board_fit_config_name_match() for SPL
` [PATCH 04/10] fdt_support: Implement fdt_ethernet_set_macaddr()
` [PATCH 05/10] arm: stm32mp: bsec: Do not skip .probe() for SPL
` [PATCH 06/10] arm: stm32mp: Factor out reading MAC address from OTP
` [PATCH 07/10] stm32mp1: spl: Configure MAC address when booting OP-TEE
` [PATCH 08/10] lib: Makefile: Make optee library available in SPL
` [PATCH 09/10] ARM: dts: stm32mp: Add OP-TEE "/firmware" node to SPL dtb
` [PATCH 10/10] stm32mp1: spl: Copy optee nodes to target FDT for OP-TEE payloads

[PATCH] mkimage: Don't disable encryption based on CONFIG_FIT_CIPHER
 2021-08-26 21:55 UTC 

Massive stm32mp1 breakage with v2021.10-rc2
 2021-08-26 21:47 UTC  (2+ messages)
` [RFC PATCH] stm32mp1: Replace STM32IMAGE config with TFABOOT_FIP

imx8mm memory env in U-Boot
 2021-08-26 19:41 UTC  (2+ messages)

U-Boot ECDSA Software Implementation Status
 2021-08-26 16:42 UTC  (2+ messages)

incompatible device trees between u-boot and linux
 2021-08-26 16:32 UTC  (13+ messages)

[PATCH v2 0/3] J7200/J721E: Fix USB DFU Boot mode
 2021-08-26 15:58 UTC  (4+ messages)
` [PATCH v2 1/3] arm: dts: k3-j721e-r5-*.dts: Fix clock-names property in the usb0 instance
` [PATCH v2 2/3] environment: ti: k3_dfu: Increase the size allocated for bootloader images in dfu_alt_info_ram
` [PATCH v2 3/3] configs: j72*_evm: Define the buffer sizes for dfu

[PATCH 1/3] qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDR
 2021-08-26  5:41 UTC  (4+ messages)
` [PATCH 3/3] Convert CONFIG_SYS_LOAD_ADDR to Kconfig

[PATCH 00/28] Initial implementation of bootmethod/bootflow
 2021-08-26 13:50 UTC  (29+ messages)

Rename of the u-boot-atmel custodian tree
 2021-08-26 12:44 UTC  (2+ messages)

[PATCH 0/6] efi_loader: fix secure boot mode transitions
 2021-08-26 11:42 UTC  (7+ messages)
` [PATCH 1/6] efi_loader: stop recursion in efi_init_secure_state
` [PATCH 2/6] efi_loader: correct determination of secure boot state
` [PATCH 3/6] efi_loader: don't load signature database from file
` [PATCH 4/6] efi_loader: correct secure boot state transition
` [PATCH 5/6] efi_loader: writing AuditMode, DeployedMode
` [PATCH 6/6] efi_loader: always initialize the secure boot state

[PATCH v2 0/6] Armv8r64 + BASER_FVP board support
 2021-08-26 11:36 UTC  (5+ messages)
` [PATCH v2 5/6] arm: Use armv8_switch_to_el1 env to switch to EL1

[PATCH] lx2162a : Rename emmc boot command variable
 2021-08-26 10:39 UTC 

[PATCH v2 15/16] clk: Detect failure to set defaults
 2021-08-26 10:27 UTC  (2+ messages)
` Fwd: "

[PATCH v2] arm: dts: imx8mp: Generate single bootable binary
 2021-08-26  8:54 UTC 

[PATCH] arm: dts: imx8mp: Generate single bootable binary
 2021-08-26  8:07 UTC  (4+ messages)

[PATCH 0/3] J7200/J721E: Fix USB DFU Boot mode
 2021-08-26  8:02 UTC  (4+ messages)
` [PATCH 1/3] arm: dts: k3-j721e-r5-*.dts: Fix clock-names property in the usb0 instance
` [PATCH 2/3] environment: ti: k3_dfu: Increase the size allocated for bootloader images in dfu_alt_info_ram
` [PATCH 3/3] configs: j72*_evm: Define the buffer sizes for dfu

[PATCH] riscv: Add missing sentinel in ocores_i2c.c
 2021-08-26  7:52 UTC  (2+ messages)

[PATCH] arm: dts: imx8mp: Delete default clocks for clock controller node
 2021-08-26  7:20 UTC  (2+ messages)

[PATCH] xilinx: zynqmp: Enable gpio-key/button driver
 2021-08-26  6:12 UTC  (2+ messages)

Pull request for efi-2021-10-rc2-2
 2021-08-26  5:51 UTC  (2+ messages)

[PATCH v3 00/10] board: toradex: verdin-imx8mm: target refresh
 2021-08-26  2:50 UTC  (12+ messages)
` [PATCH v3 01/10] imx8m: clean-up kconfig indentation
` [PATCH v3 02/10] verdin-imx8mm: fix ethernet
` [PATCH v3 03/10] ARM: dts: imx8mm-verdin: prepare for dek blob encapsulation
` [PATCH v3 04/10] verdin-imx8mm: switch to use binman to pack images
` [PATCH v3 05/10] verdin-imx8mm: enable sleep_moci output
` [PATCH v3 06/10] verdin-imx8mm: clean-up include order
` [PATCH v3 07/10] verdin-imx8mm: drop support for v1.0 hardware
` [PATCH v3 08/10] include/configs: apalis-imx8/verdin-imx8mm: rename kernel image variable
` [PATCH v3 09/10] verdin-imx8mm: use preboot for fdtfile evaluation
` [PATCH v3 10/10] verdin-imx8mm: fix watchdog pinctrl issue

[PATCH v2] ARM: Prevent the compiler from using NEON registers
 2021-08-25 23:55 UTC  (2+ messages)

[PATCH 1/4] tools: docker: Bump up QEMU version to 6.1.0
 2021-08-25 23:04 UTC  (4+ messages)

[PATCH 1/3] fs/erofs: new filesystem
 2021-08-25 22:40 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] fs/erofs: add erofs filesystem support
  ` [PATCH v2 2/3] fs/erofs: add lz4 1.8.3 decompressor

How should we deal with actual hush odd behavior?
 2021-08-25 22:24 UTC  (3+ messages)

[PATCH] mmc: fsl_esdhc_imx: Fix clock disable issue
 2021-08-25 21:47 UTC  (2+ messages)

[PATCH v5 0/7] Arasan sdhci driver updates
 2021-08-25 21:43 UTC  (5+ messages)
  ` [PATCH v5 4/7] mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelays
  ` [PATCH v5 5/7] mmc: zynq_sdhci: Move setting tapdelay code to driver

[PATCH 1/1] riscv: enable booting HiFive Unmatched from SATA
 2021-08-25 21:23 UTC  (3+ messages)

[PATCH 1/1] Revert "arm64: Layerscape: Survive LPI one-way reset workaround"
 2021-08-25 21:05 UTC 

[PATCH] ARM: mach-at91: fix multiple cpu_reset definition when enabling SYSRESET
 2021-08-25 18:55 UTC  (5+ messages)

[PATCH 1/1] rockchip: px30: add support for HW RNG for Odroid Go Advance
 2021-08-25 16:23 UTC 

[PATCH 1/2] cmd: kaslrseed: add command to generate value from hwrng
 2021-08-25 16:22 UTC 

[PATCH v2] ARM: dts: Fix node status to "okay" on TI boards
 2021-08-25 16:20 UTC  (2+ messages)

[PATCH v2] board: ea: mx7ulp_com: allocate specific region of memory to OP-TEE
 2021-08-25 15:47 UTC 

[PATCH] board: ea: mx7ulp_com: allocate specific region of memory to OP-TEE
 2021-08-25 15:39 UTC  (4+ messages)


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