public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-10-07 23:48:04 to 2022-10-11 12:07:29 UTC [more...]

[PATCH] fastboot: mmc: switch to user hwpart after erase/flash
 2022-10-11 12:07 UTC  (3+ messages)

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-10-11 11:50 UTC  (15+ messages)
` [u-boot][PATCH 01/14] mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.h
` [u-boot][PATCH 02/14] mtd: rawnand: omap_gpmc: Enable build for K2/K3 platforms
` [u-boot][PATCH 03/14] mtd: rawnand: omap_gpmc: Fix build warning on 64-bit platforms
` [u-boot][PATCH 04/14] mtd: rawnand: omap_gpmc: Optimize NAND reads
` [u-boot][PATCH 05/14] mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correction
` [u-boot][PATCH 06/14] mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbt
` [u-boot][PATCH 07/14] mtd: rawnand: nand_spl_loaders: Fix cast type build warning
` [u-boot][PATCH 08/14] mtd: rawnand: omap_gpmc: Reduce .bss usage
` [u-boot][PATCH 09/14] dt-bindings: mtd: Add ti, gpmc-nand DT binding documentation
` [u-boot][PATCH 10/14] mtd: rawnand: omap_gpmc: support u-boot driver model
` [u-boot][PATCH 11/14] mtd: rawnand: omap_gpmc: Add SPL NAND support
` [u-boot][PATCH 12/14] mtd: rawnand: omap_gpmc: Enable SYS_NAND_PAGE_COUNT for OMAP_GPMC
` [u-boot][PATCH 13/14] dt-bindings: mtd: Add ti, elm DT binding documentation
` [u-boot][PATCH 14/14] mtd: rawnand: omap_elm: u-boot driver model support

[GIT PULL] xilinx patches for v2023.01-rc1 (round 3)
 2022-10-11 11:16 UTC 

[PATCH 1/1] efi_loader: CloseProtocol in efi_fmp_find
 2022-10-11 11:12 UTC  (6+ messages)

[PATCH 1/1] dm: fix blk_get_devnum_by_uclass_idname()
 2022-10-11 10:38 UTC  (9+ messages)

[PATCH v1] pinctrl: nuvoton: Add NPCM8xx pinctrl driver
 2022-10-11  8:09 UTC 

[PATCH 0/5] Makefile: Deal with missing blobs consistently
 2022-10-11  8:07 UTC  (11+ messages)
` [PATCH 1/5] buildman: Handle the MAINTAINERS 'N' tag
` [PATCH 2/5] Makefile: Correct a missing FORCE on the binman rule
` [PATCH 3/5] doc: Correct the path to the Makefile documentation
` [PATCH 4/5] binman: Use an exit code when blobs are missing
` [PATCH 5/5] buildman: Detect binman reporting missing blobs

Broken watchdog in u-boot master branch
 2022-10-11  7:25 UTC  (14+ messages)

[PATCH] arm64: versal: Add zynq_board_read_rom_ethaddr()
 2022-10-11  7:23 UTC  (2+ messages)

[PATCH v4 00/10] Use logging feature instead of FPGA_DEBUG
 2022-10-11  7:22 UTC  (2+ messages)

[PATCH] xilinx: common: Add zynq_board_read_rom_ethaddr() declaration
 2022-10-11  7:17 UTC  (3+ messages)

[PATCH v2 0/2] fastboot/mach-meson: release usb_gadget on reboot commands
 2022-10-11  7:12 UTC  (8+ messages)
` [PATCH v2 1/2] usb: gadget: fastboot: detach usb "
` [PATCH v2 2/2] mach-meson: g12a: reset usb controller in reset_misc()

[PATCH 1/2] global: Do not default to faking missing binaries for buildman
 2022-10-11  6:41 UTC  (5+ messages)
` [PATCH 2/2] buildman: Add --allow-missing-binaries flag to build with BINMAN_ALLOW_MISSING=1

[PATCH] ARM: dts: stm32: update SCMI dedicated file
 2022-10-11  6:27 UTC  (2+ messages)

[PATCH] ARM: stm32: Enable btrfs support on DHSOM
 2022-10-11  6:25 UTC  (2+ messages)

Bad Data CRC
 2022-10-11  6:13 UTC  (3+ messages)

[PATCH] binman: Add support for symlinking images
 2022-10-11  4:44 UTC  (3+ messages)

Broken u-boot on n900 hw (possibly CONFIG_POSITION_INDEPENDENT)
 2022-10-10 21:30 UTC  (2+ messages)
` [maemo-leste] "

Adding 'N:' field support to buildman's boards database
 2022-10-10 23:49 UTC  (4+ messages)

[PATCH] board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP images
 2022-10-10 23:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 1/2] sandbox: Initialize sysreset before relocation
 2022-10-10 23:48 UTC  (4+ messages)
` [PATCH v2 2/2] common: board_f: Print information for all sysresets

[PATCH v3] dm: core: Do not stop uclass iteration on error
 2022-10-10 22:33 UTC  (9+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

[PATCH v6 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2022-10-10 22:25 UTC  (10+ messages)
` [PATCH v6 1/8] net: mdio-uclass: scan for dm mdio children on post-bind
` [PATCH v6 2/8] net: dsa: move cpu port probe to dsa_post_probe
` [PATCH v6 3/8] net: dsa: ensure dsa driver has proper ops
` [PATCH v6 4/8] net: dsa: allow rcv() and xmit() to be optional
` [PATCH v6 5/8] net: ksz9477: remove unnecessary xmit and recv functions
` [PATCH v6 6/8] net: fec: add support for DM_MDIO
` [PATCH v6 7/8] net: add MV88E61xx DSA driver
` [PATCH v6 8/8] board: gw_ventana: enable MV88E6XXX DSA support

[PATCH 1/1] cmd: CMD_CLS should not depend on video
 2022-10-10 22:25 UTC  (2+ messages)

[PATCH 1/1] doc: describe usage of virt-make-fs for testing
 2022-10-10 22:25 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2022-10-10 21:17 UTC  (2+ messages)

[RFC PATCH v4 27/28] for test purpose only: Comment out failed function which fails only in CI
 2022-10-10 20:52 UTC  (2+ messages)
` [PATCH] for debug purpose only: add print to debug odd behavior

[PATCH] watchdog: omap_wdt: Switch required include for watchdog defines
 2022-10-10 20:29 UTC 

Pull request for efi-2023-01-rc1-2
 2022-10-10 19:38 UTC  (2+ messages)

[PATCH] Nokia RX-51: Fix compilation with non-zero CONFIG_SYS_TEXT_BASE
 2022-10-10 17:21 UTC  (5+ messages)

[PATCH v3] schemas: Add schema for U-Boot driver model 'phase tags'
 2022-10-10 17:13 UTC  (4+ messages)

[PATCH 0/3] qemu: allow auto-booting through firmware device
 2022-10-10 17:01 UTC  (4+ messages)
` [PATCH 1/3] qfw: store loaded file size in environment variable
` [PATCH 2/3] qfw: return failure when no kernel could be loaded
` [PATCH 3/3] qemu: Try to automatically boot from the QEMU firmware device (qfw)

[PATCH v5 0/3] Add riscv semihosting support in u-boot
 2022-10-10 15:43 UTC  (5+ messages)
` [PATCH v5 1/3] lib: Add common semihosting library
` [PATCH v5 2/3] arch/riscv: add semihosting support for RISC-V

[PATCH v2 00/38] binman: Add support for bintools and missing tools
 2022-10-10 15:43 UTC  (9+ messages)
` [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

[PATCH] avb: Extend support to non-eMMC interfaces
 2022-10-10 14:52 UTC  (2+ messages)

[REGRESSION]: v2022.07: SHA256 hash is broken on imx8m series with CAAM enabled
 2022-10-10 14:15 UTC  (3+ messages)

[PATCH 1/7] mtd: replace name of 'rfree' field with 'free' in struct mtd_ooblayout_ops to better match it's description
 2022-10-10 13:32 UTC  (8+ messages)
` [PATCH 2/7] mtd/nand: try to erase bad blocks only if scrub flag is provided

Pull request for u-boot-nand-20221009
 2022-10-10 13:44 UTC  (2+ messages)

Pull request for efi-2023-01-rc1
 2022-10-10 13:44 UTC  (2+ messages)

Broken commit de47ff536363289f92f85ed1e4901724d238432d
 2022-10-10 12:20 UTC  (15+ messages)

[u-boot][PATCH] spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard
 2022-10-10 10:38 UTC  (2+ messages)

Multiple kernels and boot partitions selection
 2022-10-10  8:38 UTC  (3+ messages)

[PATCH v2] mtd: Update the function name to 'rfree'
 2022-10-10  8:19 UTC  (3+ messages)

[PATCH 1/1] efi_loader: reformat efi_disk_add_dev()
 2022-10-10  8:02 UTC  (2+ messages)

[PATCH 1/1] efi_loader: simplify efi_set_load_options()
 2022-10-10  8:01 UTC  (2+ messages)

[PATCH 0/2] efi_loader: internal CloseProtocol
 2022-10-10  8:00 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] efi_driver: use efi_close_protocol

[PATCH 1/1] efi_loader: CloseProtocol in tcg2_measure_gpt_data
 2022-10-10  7:55 UTC  (2+ messages)

[PATCH v13 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-10  7:45 UTC  (11+ messages)
` [PATCH v13 04/15] stm32mp1: dk2: Add a node for the FWU metadata device
` [PATCH v13 12/15] test: dm: Add test cases for FWU Metadata uclass

[PATCH 1/2] net: dwc_eth_qos: Split TX and RX DMA rings
 2022-10-10  7:07 UTC  (4+ messages)
` [PATCH 2/2] net: dwc_eth_qos: Add support for bulk RX descriptor cleaning

[PATCH] clk: versal: Mark versal_clock_setup() as static
 2022-10-10  6:56 UTC  (2+ messages)

[PATCH v2] xilinx: zynqmp: Load pmufw configuration before checking access
 2022-10-10  6:55 UTC  (2+ messages)

[PATCH 1/1] xilinx: common: fix board_late_init_xilinx()
 2022-10-10  6:53 UTC  (2+ messages)

[PATCH 1/1] doc: add python3-filelock python3-pytest-xdist
 2022-10-10  3:53 UTC  (2+ messages)

[PATCH v2 1/1] doc: man-page for cls
 2022-10-10  3:53 UTC  (2+ messages)

[PATCH] Nokia RX-51: Fix double space key press
 2022-10-09 19:38 UTC 

Broken commit d2e64d29c44dee6d455f7705dd1cf1af8674ad9a
 2022-10-09 15:19 UTC 

[PATCH] Nokia RX-51: Remove CONFIG_UBI_SIZE
 2022-10-09 13:12 UTC 

[PATCH 1/2] Fix usage of CONFIG_PREBOOT
 2022-10-09 13:03 UTC  (10+ messages)
` [PATCH 2/2] Nokia RX-51: Remove CONFIG_PREBOOT from defconfig

[PATCH] gpio: renesas: Simplify .request/.rfree callbacks
 2022-10-09 12:34 UTC  (4+ messages)

[PATCH] powerpc: dts: keymile: Deduplicate binman code
 2022-10-09 12:28 UTC  (2+ messages)

[PATCH] cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes
 2022-10-09 11:42 UTC  (2+ messages)

[PATCH] ubifs: Allow to silence debug dumps
 2022-10-09 11:30 UTC  (3+ messages)

[PATCH] cmd: ubifs: Do not show usage when command fails
 2022-10-09 11:18 UTC  (2+ messages)

[PATCH 0/7] Support NAND ONFI EDO mode for imx8mn architecture
 2022-10-09  8:40 UTC  (3+ messages)
` [PATCH 7/7] mtd: mxs_nand: Support "

[u-boot][PATCH] mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to Kconfig
 2022-10-09  8:36 UTC  (2+ messages)

[PATCH v1 0/4] ulp wdog
 2022-10-09  8:01 UTC  (5+ messages)
` [PATCH v1 1/4] ulp_wdog: Update ulp wdog driver for 32bits command
` [PATCH v1 2/4] watchdog: ulp_wdog: Update watchdog driver for imx93
` [PATCH v1 3/4] watchdog: ulp_wdog: enable watchdog interrupt on imx93
` [PATCH v1 4/4] watchdog: ulp_wdog: add driver model for ulp watchdog driver

[PATCH v2] gpio: adp5585: add gpio driver for ADP5585 I/O Expander Controller
 2022-10-09  3:56 UTC  (2+ messages)

[PATCH 0/3] clang-14 fixes
 2022-10-09  3:33 UTC  (4+ messages)
` [PATCH 1/3] dm: core: Fix lists_bind_fdt() using non-existent of_match
` [PATCH 2/3] event: Drop the path when checking event-list filenames
` [PATCH 3/3] test: Drop unwanted option in event_dump.py

[PATCH] arm64: layerscape: Support SYSRESET
 2022-10-09  2:38 UTC  (2+ messages)

[PATCH] ls1043ardb: nand driver fixups for revision v7.0 boards
 2022-10-09  2:38 UTC  (2+ messages)

[PATCH] arm64: ls104x: Enable eDMA snooping
 2022-10-09  2:37 UTC  (2+ messages)

[PATCH] Fix typo in CONFIG_USBNET_DEVADDR
 2022-10-08 14:50 UTC 

[PATCH 1/1] riscv: support building double-float modules
 2022-10-08  9:17 UTC 

[RFC] riscv32 compiler flags
 2022-10-08  8:23 UTC 

[PATCH 1/1] efi_loader: provide agent_handle to efi_disk_add_dev()
 2022-10-08  7:11 UTC 

[PATCH] efi_driver: fix efi_uc_stop()
 2022-10-08  6:52 UTC  (2+ messages)

[PATCH] ARM: omap3: evm: Name this directory omap3
 2022-10-08  3:21 UTC  (2+ messages)

[PATCH] doc: board: j721e_evm: Add DM firmware steps
 2022-10-07 23:47 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