public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-02-16 03:40:00 to 2023-02-17 15:03:47 UTC [more...]

[PULL] u-boot-riscv/master
 2023-02-17 15:01 UTC  (2+ messages)

[ANN] U-Boot v2023.04-rc2 released
 2023-02-17 15:01 UTC  (3+ messages)

[PATCH v4 0/1] vidconsole: refactoring and support for wider fonts
 2023-02-17 15:00 UTC  (2+ messages)
` [PATCH v4 1/1] video console: refactoring and optimization

[PATCH 01/13] common/Kconfig: Reword text for BOARD_TYPES
 2023-02-17 14:42 UTC  (36+ messages)
` [PATCH 02/13] arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64
` [PATCH 03/13] arm: zynq: Move to select'ing ARCH_EARLY_INIT_R if we have FPGA
` [PATCH 04/13] arm: rk3368: Select ARCH_EARLY_INIT_R when used
` [PATCH 05/13] common: Make ARCH_EARLY_INIT_R be selected only
` [PATCH 06/13] imx9: Remove ARCH_MISC_INIT
` [PATCH 07/13] mvebe: Drop ARCH_MISC_INIT from alleycat 5
` [PATCH 08/13] mvebu: Drop empty arch_misc_init
` [PATCH 09/13] s5p: Remove "
` [PATCH 10/13] verdin-imx8mm: Remove unused SPL_BOARD_INIT
` [PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT
` [PATCH 12/13] global: Add a select for ARCH_MISC_INIT where used
  ` [PATCHv2 "

[PATCH 0/3] rockchip: Use external TPL binary to create a working firmware image
 2023-02-17 14:42 UTC  (19+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/6] binman: Add support for a rockchip-tpl entry
  ` [PATCH v2 2/6] rockchip: Use an external TPL binary on RK3568
  ` [PATCH v2 3/6] Revert "board: rockchip: Fix binman_init failure on EVB-RK3568"
  ` [PATCH v2 4/6] rockchip: mkimage: Update init size limit
  ` [PATCH v2 6/6] RFC: binman: Improve allow missing for mkimage entry

[PATCH v3 0/9] vidconsole: refactoring and support for wider fonts
 2023-02-17 14:13 UTC  (4+ messages)
` [PATCH v3 9/9] video console: add 12x22 console simple font test

[PATCH v2 1/5] phy: phy-mtk-tphy: remove macros to prepare bitfield value
 2023-02-17 13:35 UTC  (6+ messages)
` [PATCH v2 2/5] phy: phy-mtk-tphy: add support mt8195
` [PATCH v2 3/5] usb: xhci-mtk: modify the SOF/ITP interval for mt8195
` [PATCH v2 4/5] dt-bindings: phy-mtk-tphy: add support mt8195
` [PATCH v2 5/5] dt-bindings: usb: mtk-xhci: "

[RFC PATCH v3] doc: arch: Add document for RISC-V architecture
 2023-02-17 13:26 UTC  (3+ messages)

[PATCH] binman: Avoid requiring a home directory on startup
 2023-02-17 12:21 UTC  (10+ messages)

sunxi A33 MIPI DSI LCD support
 2023-02-17 11:00 UTC 

[PATCH v4 00/12] rockchip: Add Radxa CM3 support
 2023-02-17 11:58 UTC  (13+ messages)
` [PATCH v4 01/12] rockchip: rk3568: Move DM_RESET in arch kconfig
` [PATCH v4 02/12] dt-bindings: rockchip: Sync rockchip, vop2.h from Linux
` [PATCH v4 03/12] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3
` [PATCH v4 04/12] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 IO
` [PATCH v4 05/12] board: rockchip: Add Radxa Compute Module 3 IO Board
` [PATCH v4 06/12] phy: rockchip: inno-usb2: Add support #address_cells = 2
` [PATCH v4 07/12] phy: rockchip-inno-usb2: Add USB2 PHY for rk3568
` [PATCH v4 08/12] drivers: phy: add naneng combphy "
` [PATCH v4 09/12] arm64: dts: rk356x-u-boot: Drop combphy1 assigned-clocks/rates
` [PATCH v4 10/12] rockchip: rk3568: add rk3568 pinctrl driver
` [PATCH v4 11/12] rockchip: rk3568: Select DM_REGULATOR_FIXED
` [PATCH v4 12/12] rk3566: radxa-cm3: Enable USB2.0, USB3.0 support

[PATCH v2] binman: bintool: Add support for tool directories
 2023-02-17 11:46 UTC 

[PATCH v2 1/1] spl: allow loading via partition type GUID
 2023-02-17 11:06 UTC  (10+ messages)

[PATCH v2] riscv: binman: Add help message for missing blobs
 2023-02-17 18:20 UTC  (2+ messages)

[PATCH] lmb: Bump CONFIG_LMB_MAX_REGIONS
 2023-02-17  9:28 UTC  (8+ messages)

[PATCH v3 00/11] Fixes for Rockchip NFC driver part 1
 2023-02-17  8:45 UTC  (14+ messages)
` [PATCH v3 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size
` [PATCH v3 02/11] include: dm: ofnode: fix headers
` [PATCH v3 03/11] core: remap: convert regmap_init_mem_plat() input to phys_addr_t
` [PATCH v3 04/11] rockchip: adc: rockchip-saradc: use dev_read_addr_ptr
` [PATCH v3 05/11] rockchip: timer: dw-apb-timer: convert dev_read_addr output to phys_addr_t
` [PATCH v3 06/11] mtd: nand: raw: rockchip_nfc: use dev_read_addr_ptr
` [PATCH v3 07/11] mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"
` [PATCH v3 08/11] mtd: nand: raw: rockchip_nfc: add layout structure
` [PATCH v3 09/11] mtd: nand: raw: rockchip_nfc: add flash_node to chip structure
` [PATCH v3 10/11] mtd: nand: add support for the Sandisk SDTNQGAMA chip
` [PATCH v3 11/11] mtd: nand: raw: rockchip_nfc: fix oobfree offset and description

[PATCH v4 00/16] General Tegra improvements
 2023-02-17  8:39 UTC  (3+ messages)

[PATCH] arm: mvebu: Use 4K sector for Thecus N2350 SPI flash
 2023-02-17  8:38 UTC  (2+ messages)

[PATCH] riscv: binman: Add help message for missing blobs
 2023-02-17  7:58 UTC  (3+ messages)

[PATCH] configs: evb-ast2600: Enable configs to store env in SPI
 2023-02-17  6:23 UTC  (2+ messages)

[Patch] net: dwc_eth_qos - works with fixed-phy
 2023-02-17  3:03 UTC  (4+ messages)

[PATCH v2 0/9] blk: blkmap: Composable virtual block devices
 2023-02-17  2:55 UTC  (17+ messages)
` [PATCH v2 1/9] image: Fix script execution from FIT images with external data
` [PATCH v2 2/9] cmd: blk: Allow generic read/write operations to work in sandbox
` [PATCH v2 3/9] blk: blkmap: Add basic infrastructure
` [PATCH v2 4/9] blk: blkmap: Add memory mapping support
` [PATCH v2 5/9] blk: blkmap: Add linear device "
` [PATCH v2 6/9] cmd: blkmap: Add blkmap command
` [PATCH v2 7/9] test: blkmap: Add test suite
` [PATCH v2 8/9] doc: blkmap: Add introduction and examples
` [PATCH v2 9/9] efi_loader: device_path: support blkmap devices

[PATCH] binman: bintool: Add support for tool directories
 2023-02-17  2:55 UTC  (3+ messages)

[PATCH 1/2 v3] tpm: add a function that performs selftest + startup
 2023-02-17  2:55 UTC  (6+ messages)

[PATCH v1 00/18] arm: Add Rockchip RK3588 support
 2023-02-16 21:44 UTC  (35+ messages)
` [PATCH v1 01/18] rockchip: mkimage: Add rk3588 support
` [PATCH v1 02/18] arm: rockchip: Add cru header for rk3588
` [PATCH v1 03/18] arm: rockchip: Add grf "
` [PATCH v1 04/18] dt-bindings: clk: Add dt-binding header for RK3588
` [PATCH v1 05/18] clk: rockchip: Add rk3588 clk support
` [PATCH v1 06/18] clk: rockchip: pll: Add pll_rk3588 type for rk3588
` [PATCH v1 07/18] ram: rockchip: Add rk3588 ddr driver support
` [PATCH v1 08/18] dt-bindings: power: Add power-domain header for rk3588
` [PATCH v1 09/18] dt-bindings: reset: add rk3588 reset definitions
` [PATCH v1 10/18] arm: rockchip: Add ioc header for rk3588
` [PATCH v1 11/18] arm64: dts: rockchip: Add base DT for rk3588 SoC
` [PATCH v1 12/18] arm64: dts: rockchip: rk3588: Add Edgeble Neu6 Model A SoM
` [PATCH v1 14/18] arm: rockchip: Add RK3588 arch core support
` [PATCH v1 18/18] board: rockchip: Add Edgeble Neural Compute Module 6

[PATCH v2] efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX
 2023-02-16 20:41 UTC  (3+ messages)

[PATCH] efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX
 2023-02-16 16:48 UTC  (2+ messages)

[PATCH v2] efi_loader: Measure the loaded DTB
 2023-02-16 16:29 UTC 

[PATCH v3 00/10] usb: dwc3: Refactor dwc3-generic and apply to dwc3-uniphier
 2023-02-16 16:14 UTC  (6+ messages)
` [PATCH v3 08/10] phy: socionext: Add UniPhier USB3 PHY driver

[PATCH v2 0/3] fdt: introduce "fsapply" command
 2023-02-16 16:13 UTC  (2+ messages)

[PATCH 1/1] spl: allow loading via partition type GUID
 2023-02-16 15:18 UTC  (2+ messages)

[PATCH v2 00/17] Basic StarFive JH7110 RISC-V SoC support
 2023-02-16 14:17 UTC  (18+ messages)
` [PATCH v2 14/17] riscv: dts: jh7110: Add initial StarFive JH7110 device tree
` [PATCH v2 16/17] riscv: dts: jh7110: Add initial StarFive VisionFive v2 board "
` [PATCH v2 17/17] configs: starfive: add starfive_visionfive2_defconfig

[PATCH v2] arm64: zynqmp: Add an OP-TEE node to the device tree
 2023-02-16 13:39 UTC 

[PATCH 1/2] board: rockchip: add Radxa ROCK5B Rk3588 board
 2023-02-16 13:29 UTC  (2+ messages)
` [PATCH 2/2] board: rock5b-rk3588: add memory gaps into kernel's DTB

[PATCH] arm64: zynqmp: Add an OP-TEE node to the device tree
 2023-02-16 13:22 UTC  (3+ messages)

[PATCH v1] configs: verdin-imx8mp: Fix wrong early malloc() heap size
 2023-02-16 12:36 UTC  (2+ messages)

[PATCH V2 0/9] Rockchip: Improve Support for RK3566 Devices
 2023-02-16 11:19 UTC  (3+ messages)
` [PATCH V2 7/9] gpio/rockchip: rk_gpio support v2 gpio controller

[U-Boot] [PATCH 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's
 2023-02-16  2:35 UTC 

[PATCH 1/2] mx6sabreauto: Convert to DM_PMIC
 2023-02-16 10:08 UTC  (2+ messages)
` [PATCH 2/2] mx6sabresd: "

[PATCH] efi_loader: efi_allocate_pages: check parameter pages
 2023-02-16 10:53 UTC 

[PATCH v3 1/7] dt-bindings: rockchip: Sync rockchip, vop2.h from Linux
 2023-02-16  9:25 UTC  (2+ messages)

[RFC PATCH 00/16] arm: Add Rockchip RK3588 support
 2023-02-16  9:03 UTC  (4+ messages)
` [RFC PATCH 16/16] board: rockchip: Add Edgeble Neural Compute Module 6

[PATCH v2 0/1] Add Radxa ROCK Pi S support in U-boot
 2023-02-16  8:40 UTC  (3+ messages)
` [PATCH v2 1/1] arm64: dts: rockchip: rk3308: Add Radxa ROCK Pi S support

[PATCH v4 0/1] Add Radxa ROCK 3 Model A support in U-boot
 2023-02-16  8:41 UTC  (3+ messages)
` [PATCH v4 1/1] arm64: dts: rockchip: rk3568: Add Radxa ROCK 3 Model A board support

[PATCH v1 1/1] fpga: zynqmppl: fix fpga loads command for unencrypted use case
 2023-02-16  8:16 UTC  (2+ messages)

[PATCH] samsung: common: ignore if CROS EC is not supported
 2023-02-16  8:13 UTC  (2+ messages)

[PATCH v2 00/10] Fixes for Rockchip NFC driver part 1
 2023-02-16  7:43 UTC  (25+ messages)
` [PATCH v2 01/10] include: fdtdec: decouple fdt_addr_t and phys_addr_t size
` [PATCH v2 02/10] include: dm: ofnode: fix headers
` [PATCH v2 03/10] core: remap: convert regmap_init_mem_plat() input to phys_addr_t
` [PATCH v2 04/10] rockchip: adc: rockchip-saradc: convert dev_read_addr output "
` [PATCH v2 05/10] rockchip: timer: dw-apb-timer: "
` [PATCH v2 06/10] rockchip: mtd: raw: rockchip_nfc "
` [PATCH v2 07/10] mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"
` [PATCH v2 08/10] mtd: nand: raw: rockchip_nfc: add layout structure
` [PATCH v2 09/10] mtd: nand: raw: rockchip_nfc: add flash_node to chip stucture
` [PATCH v2 10/10] mtd: nand: add support for the Sandisk SDTNQGAMA chip

[PATCH 1/3] mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()
 2023-02-16  7:21 UTC  (6+ messages)
` [PATCH 2/3] mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support
` [PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

[PATCH] net: ipv6: IPv6 environment variable cleanup
 2023-02-16  4:38 UTC 


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