u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-03 10:54:25 to 2022-09-06 07:35:46 UTC [more...]

[PATCH v2 0/2] serial_mxc: fixing reception
 2022-09-06  5:15 UTC  (9+ messages)
` [PATCH v2 1/2] serial: mxc: enable the RX pipeline
` [PATCH v2 2/2] serial: mxc: have putc use the TXFIFO

[PATCH v9 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-06  7:35 UTC  (19+ messages)
` [PATCH v9 01/15] dt/bindings: Add bindings for GPT based FWU Metadata storage device
` [PATCH v9 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v9 05/15] stm32mp1: dk2: Add image information for capsule updates
` [PATCH v9 07/15] FWU: STM32MP1: Add support to read boot index from backup register
` [PATCH v9 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [PATCH v9 12/15] test: dm: Add test cases for FWU Metadata uclass

[PATCH 0/3] cadence_qspi driver updates
 2022-09-06  7:30 UTC  (2+ messages)

[PATCH 0/6] zynqmp_gqspi driver updates
 2022-09-06  7:30 UTC  (2+ messages)

[PATCH] ARM: zynq: Align bss and end of u-boot image to 64bits
 2022-09-06  7:27 UTC  (2+ messages)

[PATCH] clk: at91: sam9x60: change parent clock from mck_pres to mck_div
 2022-09-06  7:02 UTC  (3+ messages)

[PATCH v16 00/10] enable menu-driven UEFI variable maintenance
 2022-09-06  6:59 UTC  (14+ messages)
` [PATCH v16 01/10] eficonfig: menu-driven addition of UEFI boot option
` [PATCH v16 02/10] eficonfig: add "Edit Boot Option" menu entry
` [PATCH v16 03/10] menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling
` [PATCH v16 04/10] eficonfig: add "Delete Boot Option" menu entry
` [PATCH v16 05/10] bootmenu: add removable media entries
` [PATCH v16 06/10] eficonfig: scan media device in eficonfig startup
` [PATCH v16 07/10] eficonfig: add "Change Boot Order" menu entry
` [PATCH v16 08/10] doc:bootmenu: add description for UEFI boot support
` [PATCH v16 09/10] doc:eficonfig: add documentation for eficonfig command
` [PATCH v16 10/10] test: unit test for eficonfig

[PATCH v2 0/3] rockpi4: Add capsule update support
 2022-09-06  6:58 UTC  (4+ messages)
` [PATCH v2 1/3] rockpi4: capsule: Add functions needed for supporting capsule updates
` [PATCH v2 2/3] rockpi4: board: Add firmware image information needed for "
` [PATCH v2 3/3] rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards

[PATCH v2] tee: optee: rework TA bus scanning code
 2022-09-06  6:20 UTC  (5+ messages)

[PATCH v1 0/4] phy: Add generic_{setup,shutdown}_phy() helpers
 2022-09-06  6:15 UTC  (5+ messages)
` [PATCH v1 1/4] "
` [PATCH v1 2/4] usb: ohci: Make usage of generic_{setup, shutdown}_phy() helpers
` [PATCH v1 3/4] usb: ehci: "
` [PATCH v1 4/4] usb: ehci: Remove unused ehci_{setup, "

[PULL] u-boot-riscv/master
 2022-09-06  6:07 UTC 

[PATCH] MAINTAINERS: imx: Add an entry for the serial driver
 2022-09-06  5:35 UTC  (2+ messages)

[PATCH] ddr: fsl: Make bank_addr_bits reflect actual bits
 2022-09-06  5:28 UTC  (2+ messages)

[PATCH] ddr: fsl: Reduce the size of interactive options
 2022-09-06  5:27 UTC  (2+ messages)

[PATCH 1/3] board: freescale: p1_p2_rdb_pc: Add workaround for board reset reboot loop
 2022-09-06  5:26 UTC  (6+ messages)
` [PATCH v2 1/4] "

[PATCH v2 0/6] net: fm: Verify Fman microcode
 2022-09-06  5:22 UTC  (2+ messages)

[PATCH 1/2] HSD #1507453717: arm: socfpga: stratix10: add QSPI boot feature
 2022-09-06  1:51 UTC  (2+ messages)
` [PATCH 2/2] HSD #1507453717: arm: socfpga: agilex: "

RISCV: the machanism of available_harts may cause other harts boot failure
 2022-09-06  1:51 UTC  (10+ messages)

[PATCH 1/1] RISC-V: enable CONFIG_SYSRESET_SBI by default
 2022-09-06  1:44 UTC  (2+ messages)

[PATCH 0/2] mmc: Add support for F_SDH30_E51
 2022-09-06  0:39 UTC  (3+ messages)
` [PATCH 1/2] mmc: sdhci: Add new quirks for SUPPORT_SINGLE
` [PATCH 2/2] mmc: f_sdh30: Add support for F_SDH30_E51

[PATCH 0/2] rpi: Copy properties from firmware DT to loaded DT
 2022-09-05 19:16 UTC  (8+ messages)
` [PATCH 1/2] rpi: Copy properties from firmware dtb to the loaded dtb
` [PATCH 2/2] rpi: Copy eth PHY address from fw DT to loaded DT

[ANN] U-Boot v2022.10-rc4 released
 2022-09-06  0:33 UTC 

Pull request: u-boot-rockchip-20220905
 2022-09-06  0:27 UTC  (2+ messages)

[PATCH 0/9] Nokia RX-51: Small cleanups and UBI boot test case
 2022-09-05 21:35 UTC  (17+ messages)
` [PATCH 1/9] Nokia RX-51: Remove label copy_kernel_start from lowlevel_init.S
` [PATCH 2/9] Nokia RX-51: Do not clear unknown memory in lowlevel_init.S
` [PATCH 3/9] Nokia RX-51: Set default SYS_LOAD_ADDR to 0x80008000
` [PATCH 4/9] Nokia RX-51: Change UBIFS volume size to 1870 LEBs in test script
` [PATCH 5/9] Nokia RX-51: Call bootm in test script only when image is valid
` [PATCH 6/9] Nokia RX-51: Fix documentation how to enable UBI support
` [PATCH 7/9] Nokia RX-51: Do not set useless ARCH= in test script
` [PATCH 8/9] Nokia RX-51: Add comment describing kernel image type into "
` [PATCH 9/9] Nokia RX-51: Add booting from UBI "

[PATCH] configs: stm32mp*: fix system reset
 2022-09-05 18:16 UTC  (2+ messages)

[PATCH v3 0/6] console: Implement flush() function
 2022-09-05 17:28 UTC  (9+ messages)
` [PATCH v3 1/6] sandbox: Add function os_flush()
` [PATCH v3 2/6] console: Implement flush() function
` [PATCH v3 3/6] serial: Implement flush callback
` [PATCH v3 4/6] serial: Implement serial_flush() function for console flush() fallback
` [PATCH v3 5/6] serial: Call flush() before changing baudrate
` [PATCH v3 6/6] boot: Call flush() before booting

[PATCH] configs: stm32mp*: reset via CONFIG_RESET_SCMI
 2022-09-05 17:01 UTC  (3+ messages)

[PATCH v1 0/2] serial_mxc: fixing reception
 2022-09-05 14:39 UTC  (9+ messages)
` [PATCH v1 1/2] serial: mxc: enable the RX pipeline
` [PATCH v1 2/2] serial: mxc: have putc use the TXFIFO

[PATCH] mtd: nand: denali: Add SPL image loader
 2022-09-05 14:14 UTC 

[PATCH] mtd: nand: Allow full NAND framework in SPL
 2022-09-05 14:11 UTC 

[PATCH] fdt_support: add optional board_rng_seed() hook
 2022-09-05 13:03 UTC  (11+ messages)

[PATCH] arm: Enable cache-pl310 driver build for both SPL and proper U-Boot
 2022-09-05 12:55 UTC 

[PATCH v15 00/10] enable menu-driven UEFI variable maintenance
 2022-09-05 11:51 UTC  (7+ messages)
` [PATCH v15 01/10] eficonfig: menu-driven addition of UEFI boot option
` [PATCH v15 10/10] test: unit test for eficonfig

[PATCH 0/4] Update Chameleon v3 configuration
 2022-09-05 10:25 UTC  (11+ messages)
` [PATCH 4/4] arm: dts: chameleonv3: Add 270-2 variant

[PATCH v3] tee: optee: rework TA bus scanning code
 2022-09-05  9:42 UTC  (3+ messages)

[PATCH] ARM: dts: stm32mp15: remove hwlocks from pinctrl
 2022-09-05  9:15 UTC 

[PATCH v2 0/9] Add DM support for atmel NAND driver
 2022-09-05  8:55 UTC  (3+ messages)
` [PATCH v2 1/9] nand: atmel: Add DM based "

Pull request tpm-03092022
 2022-09-05  2:35 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2022-09-05  2:35 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2022-09-05  2:35 UTC  (2+ messages)

[PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment
 2022-09-05  0:53 UTC  (2+ messages)

[PATCH v1] arm: dts: rockchip: rk3128: fix DT node names
 2022-09-04 21:37 UTC 

[PATCH v2 0/8] Enable CONFIG_TIMER for all Kirkwood / MVEBU boards
 2022-09-04 19:47 UTC  (12+ messages)
` [PATCH v2 3/8] timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support

[PATCH v2 0/2] efi_selftest: unit test for EFI Conformance Profile Table
 2022-09-04 16:20 UTC  (7+ messages)
` [PATCH v2 1/2] efi_selftest: export efi_st_get_config_table()
` [PATCH v2 2/2] efi_selftest: unit test for EFI Conformance Profile Table

[PATCH] scripts: config_whitelist: CONFIG_SYS_FLASH_AUTOPROTECT_LIST
 2022-09-04 15:54 UTC  (10+ messages)

[PATCH 00/12] Puma RK3399 migration to TPL and numerous fixes
 2022-09-04 11:52 UTC  (9+ messages)
` [PATCH 01/12] rockchip: puma-rk3399: fix boot_targets swap depending on U-Boot proper load medium
` [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper
` [PATCH 09/12] rockchip: puma-rk3399: migrate to TPL

[PATCH] clk: rockchip: rk3399: Fix Unknown clock 77 on mmc@fe310000
 2022-09-04 11:37 UTC  (2+ messages)

[PATCH v2 09/11] arm: dts: rockchip: sync rk3066/rk3188 DT files from Linux
 2022-09-04 11:04 UTC  (2+ messages)

[PATCH v2] gpio: ftgpio010: Add support for Faraday Technology FTGPIO010
 2022-09-04 10:26 UTC  (2+ messages)

[PATCH v1] arm: dts: rockchip: move all rk3128 u-boot specific properties in separate dtsi files
 2022-09-04 10:18 UTC 

[PATCH v1] arm: dts: rockchip: rk3128: bulk convert gpios to their constant counterparts
 2022-09-04  8:43 UTC 

[PATCH v2 1/1] cmd: fix tftpput command
 2022-09-04  7:16 UTC 

[PATCH 1/1] cmd: correct short text for tftpboot
 2022-09-04  7:12 UTC 

[PATCH v2] binman: bintool: remove btool_ prefix from btool names
 2022-09-03 17:45 UTC  (5+ messages)

Pull request of efi-2022-10-rc4-2
 2022-09-03 18:55 UTC  (2+ messages)

[PATCH v2] net: enetc: Fix use after free issue in fsl_enetc.c
 2022-09-03 17:58 UTC  (3+ messages)

[PATCH v2 1/1] doc: man-page for tftpput
 2022-09-03 17:09 UTC 

[PATCH 1/1] doc: man-page for tftpput
 2022-09-03 17:07 UTC  (3+ messages)

[PATCH 1/1] cmd: fix tftpput command
 2022-09-03 16:55 UTC  (2+ messages)

[PATCH] gpio: ftgpio010: Add support for Faraday Technology FTGPIO010
 2022-09-03 16:08 UTC 

[PATCH v4 0/7] tpm: Various minor fixes and enhancements
 2022-09-03 14:05 UTC  (5+ messages)
` [PATCH v4 6/7] tpm: Implement state command for Cr50
` [PATCH v4 7/7] tpm: Allow committing non-volatile data

[PATCH 0/2] efi_selftest: unit test for EFI Conformance Profile Table
 2022-09-03 14:01 UTC  (3+ messages)
` [PATCH 1/2] efi_selftest: export efi_st_get_config_table()
` [PATCH 2/2] efi_selftest: unit test for EFI Conformance Profile Table

[PATCH v2] cmd: xxd: add new command
 2022-09-03 13:15 UTC 

[PATCH v6] cmd: cat: add new command
 2022-09-03 11:34 UTC 

[PATCH v7 0/8] migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-09-03  8:02 UTC  (3+ messages)

Designware i2c driver, HCNT calculation logic
 2022-09-02 11:39 UTC 

[PATCH v5] cmd: cat: add new command
 2022-09-03 10:54 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).