public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-01-08 20:39:14 to 2023-01-10 13:43:02 UTC [more...]

[PATCH v3 1/2] lib: zstd: update to latest Linux zstd 1.5.2
 2023-01-09 18:55 UTC  (2+ messages)
` [PATCH v3 2/2] test: compression: add zstd uncompression test

[PATCH v4 0/5] arch-meson: introduce efusedump command
 2023-01-10 13:42 UTC  (9+ messages)
` [PATCH v4 1/5] asm/arch-meson: add missing meson_sm_write_efuse signature
` [PATCH v4 2/5] arm/mach-meson: move smc commands in cmd/meson
` [PATCH v4 3/5] doc/usage: cmd: documentation for meson/sm command
` [PATCH v4 4/5] cmd/arm: meson: sm: introduce efusedump command
` [PATCH v4 5/5] doc/usage: cmd: sm: documentation efusedump cmd

dt-schema u-boot,config node
 2023-01-10 13:42 UTC  (3+ messages)

Applying DTB Overlays from ATF on RZ/G2
 2023-01-10 13:40 UTC  (13+ messages)

[PATCH] usb: gadget: dwc2_udc_otg: implement pullup()
 2023-01-10 13:39 UTC  (4+ messages)

[PATCH] firmware: ti_sci: fix typo in boot authentication message name
 2023-01-10 13:35 UTC  (2+ messages)

u-boot: signature check for u-boot scripts
 2023-01-10 13:18 UTC 

[PATCH V5 00/12] AM68: Add support for AM68 Starter Kit
 2023-01-10 13:10 UTC  (13+ messages)
` [PATCH V5 01/12] configs: j721s2_evm_r5: Enable support for building multiple dtbs into FIT
` [PATCH V5 02/12] configs: j721s2_evm_a72: "
` [PATCH V5 03/12] configs: j721s2_evm: Enable configs to store env in MMC FAT partition
` [PATCH V5 04/12] board: ti: j721s2: Add support to update board_name for am68-sk
` [PATCH V5 05/12] board: ti: j721s2: Enable support for reading EEPROM at next alternate address
` [PATCH V5 06/12] board: ti: j721s2: Add support for detecting multiple device trees
` [PATCH V5 07/12] arch: mach-k3: Update board specific API name to K3 generic API name
` [PATCH V5 08/12] board: ti: j721s2: Add board_init and support for selecting DT based on EEPROM
` [PATCH V5 09/12] arm: dts: Add initial support for AM68 Starter Kit System on Module
` [PATCH V5 10/12] arm: dts: Add support for A72 specific AM68 Starter Kit Base Board
` [PATCH V5 11/12] arm: dts: k3-am68-sk: Add r5 specific dt support
` [PATCH V5 12/12] include: configs: Update env for selecting right dtb

[PATCH v2 1/2] serial: mxc: Speed-up character transmission
 2023-01-10 12:58 UTC  (4+ messages)
` [PATCH v2 2/2] serial: mxc: Wait for TX completion before reset

[PATCH v2] imx8mm-phg: Add board support
 2023-01-10 12:41 UTC 

[PATCH 1/6] nvmem: core: add nvmem_dev_size() helper
 2023-01-10 12:41 UTC  (8+ messages)
` [PATCH 2/6] nvmem: core: allow .read_post_process() callbacks to adjust data length
` [PATCH 3/6] dt-bindings: nvmem: convert U-Boot env vars to NVMEM layout
` [PATCH 4/6] nvmem: u-boot-env: convert to layout driver
` [PATCH 5/6] dt-bindings: nvmem: u-boot, env: add MAC's #nvmem-cell-cells
` [PATCH 6/6] nvmem: u-boot-env: post process "ethaddr" env variable

[PATCH] serial: mxc: Speed-up character transmission
 2023-01-10 12:21 UTC  (3+ messages)

[PATCH 1/5] mtd/spinand: rework detect procedure for different READ_ID operation
 2023-01-10 11:58 UTC  (5+ messages)
` [PATCH 2/5] mtd/spinand: sync core spinand code with linux-5.10.118
` [PATCH 3/5] mtd/spinand: sync supported devices with linux-5.15.43
` [PATCH 4/5] mtd: spinand: winbond: fix flash identification
` [PATCH 5/5] mtd: spinand: winbond: add Winbond W25N02KV flash support

[PATCH] arm64: zynqmp: remove Avnet UltraZed-EV Starter Kit
 2023-01-10 11:43 UTC  (2+ messages)

[PATCH V3 0/4] Enable gigadevice and add new part #s
 2023-01-10 11:37 UTC  (6+ messages)
` [PATCH V3 1/4] mtd: spi-nor-ids: add gigadevice part #
` [PATCH V3 2/4] configs: zynq: enable gigadevice
` [PATCH V3 3/4] arm64: zynqmp: "
` [PATCH V3 4/4] xilinx: versal: "

[0/4] Add eMMC 5.1 support for Versal NET
 2023-01-10 11:31 UTC  (5+ messages)
` [1/4] mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
` [2/4] mmc: sdhci: Check and call config_dll callback functions
` [3/4] mmc: sdhci: Enable HS400 support if available in caps
` [4/4] mmc: zynq_sdhci: Add support and quirk for HS400

[PATCH 0/2] mach-meson: port dwc2_otg usage to CONFIG_DM_USB_GADGET=y
 2023-01-10 11:01 UTC  (5+ messages)

[PATCH] net: zynq_gem: Wait for SGMII PCS link in zynq_gem_init()
 2023-01-10 10:38 UTC 

[PATCH v3] usb: gadget: fastboot: detach usb just before rebooting
 2023-01-10 10:37 UTC  (4+ messages)

[u-boot PATCH] arm: dts: k3-am64-main: Add GPMC and ELM nodes
 2023-01-10 10:31 UTC  (3+ messages)

[PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh
 2023-01-10 10:00 UTC  (2+ messages)

[PATCH v1] imx8: scu_api: sync sc_rm_is_pad_owned api change
 2023-01-10  9:54 UTC  (2+ messages)

[PATCH V4 00/12] AM68: Add support for AM68 Starter Kit
 2023-01-10  9:52 UTC  (14+ messages)
` [PATCH V4 04/12] board: ti: j721s2: Add support to update board_name for am68-sk
` [PATCH V4 05/12] board: ti: j721s2: Enable support for reading EEPROM at next alternate address
` [PATCH V4 06/12] board: ti: j721s2: Add support for detecting multiple device trees
` [PATCH V4 07/12] arch: mach-k3: Update board specific API name to K3 generic API name
` [PATCH V4 08/12] board: ti: j721s2: Add board_init and support for selecting DT based on EEPROM
` [PATCH V4 12/12] include: configs: Update env for selecting right dtb

[U-Boot][bug report] clearfog: EMMC boot broken on clearfog pro
 2023-01-10  8:41 UTC  (4+ messages)

[PATCH v2] usb: gadget: fastboot: detach usb just before rebooting
 2023-01-10  8:29 UTC  (8+ messages)

[RFC PATCH] disk: Don't loop over MAX_SEARCH_PARTITIONS in part_create_block_devices()
 2023-01-10  8:00 UTC 

[PATCH] xilinx: versal-net: Add support for timer and start it
 2023-01-10  7:44 UTC 

[PATCH] clk: versal: Return error in case if clock setup failed
 2023-01-10  7:23 UTC 

[PATCH v2] ARM: omap3: evm: Name this directory omap3evm
 2023-01-10  4:57 UTC  (2+ messages)

[PATCH v2] ARM: configs: npcm7xx: add full function for nuvoton npcm750
 2023-01-10  3:09 UTC  (2+ messages)

[PATCH 0/1] Add ASPEED AST2600 I2C new controller driver
 2023-01-10  2:41 UTC  (4+ messages)
` [PATCH 1/1] i2c:aspeed:support ast2600 i2c new register mode driver

kwboot: UART booting with bin_hdr u-boot (Marvell Armada 385)
 2023-01-10  1:44 UTC  (11+ messages)

[PATCH v2 0/5] tpm: Support boot measurements
 2023-01-09 23:35 UTC  (9+ messages)
` [PATCH v2 1/5] tpm: Fix spelling for tpmu_ha union
` [PATCH v2 2/5] tpm: Support boot measurements
` [PATCH v2 3/5] bootm: Support boot measurement
` [PATCH v2 4/5] tpm: sandbox: Update for needed TPM2 capabilities
` [PATCH v2 5/5] test: Add sandbox TPM boot measurement

[PATCH 0/5] Rockchip: Improve Support for RK3566 Devices
 2023-01-09 22:34 UTC  (3+ messages)
` [PATCH 2/5] arm64: dts: rockchip: Sync rk356x from Linux main

[PATCH v2 0/3] efi_loader: consider EFI memory map
 2023-01-09 20:53 UTC  (11+ messages)
` [PATCH v2 2/3] efi_loader: carve out efi_get_memory_map_alloc()
` [PATCH v2 3/3] lmb: consider EFI memory map

[PATCH] imx8mm-phg: Add board support
 2023-01-09 20:39 UTC  (4+ messages)

Is it possiable to run dm test in local u-boot console?
 2023-01-09 20:11 UTC  (4+ messages)
  `  "

pwm-backlight driver not being probed in u-boot
 2023-01-09 19:47 UTC  (2+ messages)

[PATCH] configs: imx8mn_bsh_smm_s2: remove console from bootargs
 2023-01-09 19:02 UTC  (4+ messages)

[ANN] U-Boot v2023.01 released
 2023-01-09 19:01 UTC  (2+ messages)

[PATCH v9 00/14] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2023-01-09 18:55 UTC  (17+ messages)
` [PATCH v9 14/14] treewide: Disable USE_SPL_FIT_GENERATOR by default

[PATCH] ns16650: Correct CONFIG_SYS_NS16550_MEM32 platforms
 2023-01-09 18:46 UTC  (3+ messages)

[PATCH] test: compression: use sizeof() instead of magic numbers
 2023-01-09 18:42 UTC 

[PATCH v3 1/2] dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPL
 2023-01-09 17:31 UTC  (6+ messages)
` [PATCH v3 2/2] gpio: Get rid of gpio_hog_probe_all()

[u-boot][master][PATCH 1/3] pico-imx7d: add support for 2GB memory SoMs
 2023-01-09 16:20 UTC  (6+ messages)

[PATCH v1 0/2] add npcm750 function config and dts node
 2023-01-09 14:17 UTC  (8+ messages)
` [PATCH v1 1/2] ARM: configs: npcm7xx: add full function for nuvoton npcm750

[PATCH v2] doc: fix references to distro documentation
 2023-01-09 14:07 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mm-kontron: Add RTC aliases
 2023-01-09 13:32 UTC  (2+ messages)

regression on Odroid U2: can't read from SD card
 2023-01-09 12:02 UTC 

reset-loop on Odroid U2: cros-ec communications failure
 2023-01-09  9:11 UTC 

[RESEND PATCH 0/2] rpi: Copy eth PHY address from fw DT to loaded DT
 2023-01-09  8:18 UTC  (2+ messages)
` [RESEND,0/2] "

Status of dma-range issues with BCM2711
 2023-01-09 12:16 UTC  (4+ messages)

[PATCH v2] board: rockchip: Fix binman_init failure on EVB-RK3568
 2023-01-09 13:29 UTC  (3+ messages)

[PATCHv3 0/5] FWU: Handle meta-data in common code
 2023-01-09 12:54 UTC  (11+ messages)
` [PATCHv3 1/5] fwu: gpt: use cached meta-data partition numbers
` [PATCHv3 2/5] fwu: move meta-data management in core
` [PATCHv3 0/5] FWU: Add support for mtd backed feature on DeveloperBox
  ` [PATCHv3 1/5] FWU: Add FWU metadata access driver for MTD storage regions
  ` [PATCHv3 2/5] FWU: mtd: Add helper functions for accessing FWU metadata
  ` [PATCHv3 3/5] dt: fwu: developerbox: enable fwu banks and mdata regions
  ` [PATCHv3 4/5] fwu: DeveloperBox: add support for FWU
  ` [PATCHv3 5/5] tools: Add mkfwumdata tool for FWU metadata image

[PATCH] doc: fix references to distro documentation
 2023-01-09 11:36 UTC  (3+ messages)

[PATCH v6 0/6] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
 2023-01-09 10:36 UTC  (7+ messages)
` [PATCH v6 1/6] rockchip: px30: fix possibly unused grf and cru variables
` [PATCH v6 2/6] rockchip: px30: fix CFG_IRAM_BASE
` [PATCH v6 3/6] rockchip: px30: list possible SPL boot devices
` [PATCH v6 4/6] rockchip: px30: insert u-boot, spl-boot-device into U-Boot device tree
` [PATCH v6 5/6] arm64: dts: rockchip: sync px30 DTSI with Linux kernel v6.1
` [PATCH v6 6/6] rockchip: add support for PX30 Ringneck SoM on Haikou Devkit

[PATCH v1 00/17] Basic StarFive JH7110 RISC-V SoC support
 2023-01-09  9:31 UTC  (4+ messages)
` [PATCH v1 06/17] clk: starfive: Add StarFive JH7110 clock driver

[PATCH 0/4] Enable gigadevice and add new part #s
 2023-01-09  7:59 UTC  (8+ messages)

[PATCH] net: ipv6: Fix IPv6 netmask parsing
 2023-01-09  7:59 UTC  (2+ messages)

[PATCH v2 0/2] musb-new: fix omap peripheral support
 2023-01-09  7:13 UTC  (3+ messages)
` [PATCH v2 1/2] musb-new: omap2430: no host data access in gadget mode
` [PATCH v2 2/2] musb-new: omap2430: fix compiling in DM_USB_GADGET config

[PATCH] efi_loader: fix description of memory functions
 2023-01-09  7:01 UTC  (2+ messages)

[PATCH 0/2] efi: small hii set_keyboard_layout conformance improvement
 2023-01-09  7:00 UTC  (4+ messages)
` [PATCH 1/2] efi_loader: refine set_keyboard_layout() status

[PATCH 1/1] doc: fix description of u16_strcasecmp()
 2023-01-09  6:50 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: nvmem: u-boot, env: add MAC's #nvmem-cell-cells
 2023-01-08 22:17 UTC  (2+ messages)
` [PATCH 1/3] dt-bindings: nvmem: u-boot,env: "

[PATCH 0/3] sunxi: remove CONFIG_MMC?_CD_PIN
 2023-01-08 21:03 UTC  (7+ messages)
` [PATCH 1/3] sunxi: mmc: ignore card detect in SPL
` [PATCH 2/3] sunxi: mmc: group non-DM specific functions
` [PATCH 3/3] sunxi: remove CONFIG_MMC?_CD_PIN

[PATCH 0/3] sunxi: FEL boot fixes
 2023-01-08 20:49 UTC  (7+ messages)
` [PATCH 1/3] sunxi: armv8: fel: load only 32-bit values
` [PATCH 2/3] sunxi: h616: lower SPL stack address to avoid BROM data
` [PATCH 3/3] sunxi: fel: drop redundant "control register" save/restore

Pull request for u-boot-nand-20230108
 2023-01-08 20:42 UTC  (2+ messages)


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