public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-10-10 16:22:08 to 2022-10-12 11:57:53 UTC [more...]

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-10-12 11:57 UTC  (21+ 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

[RESEND PATCH 0/2] splash: add more options/support
 2022-10-12 11:38 UTC  (3+ messages)
` [RESEND PATCH 1/2] splash: support raw image from MMC
` [RESEND PATCH 2/2] splash: get devpart from environment variable

[PATCH 0/3] Read mmc "power-domains" id from DT and use for firmware calls
 2022-10-12 10:34 UTC  (6+ messages)
` [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

[PATCH] arm64: zynqmp: Disable watchdog by default for virt platform
 2022-10-12  9:35 UTC 

[PATCH] ARM: zynq: DT: Enable all FCLKs by default
 2022-10-12  9:30 UTC 

[PATCH] microblaze: Make extended addressing support default
 2022-10-12  9:03 UTC 

[PATCH 1/3] timer-uclass: add timer_get_ops() macro
 2022-10-12  8:58 UTC  (4+ messages)
` [PATCH 2/3] timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC
` [PATCH 3/3] timer: xilinx-timer: use timer_conv_64() to fix timer wrap around

[PATCH v2 0/2] Add quad & octal spi flash mini u-boot configuration files
 2022-10-12  8:54 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: versal: Add qspi flash mini u-boot configuration
` [PATCH v2 2/2] arm64: versal: Add octal spi "

[PATCH] arm64: versal: Add missing BOOT_MODE_POR_X macros
 2022-10-12  8:47 UTC 

[PATCH] stm32mp: fix compilation issue with DEBUG_UART
 2022-10-12  8:43 UTC  (2+ messages)

[PATCH 1/1] riscv: support building double-float modules
 2022-10-12  7:13 UTC  (5+ messages)

[PATCH 0/2] Add quad & octal spi flash mini u-boot configuration files
 2022-10-12  7:01 UTC  (4+ messages)
` [PATCH 1/2] arm64: versal: Add qspi flash mini u-boot configuration

[PATCH 1/1] dm: fix blk_get_devnum_by_uclass_idname()
 2022-10-12  6:56 UTC  (14+ messages)

[PATCH v5 0/3] Add riscv semihosting support in u-boot
 2022-10-12  1:40 UTC  (5+ messages)
` [PATCH v5 2/3] arch/riscv: add semihosting support for RISC-V
` [PATCH v5 3/3] board: qemu-riscv: enable semihosting

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

[PATCH] image: fit: Fix not verifying data configuration
 2022-10-11 23:25 UTC 

[PATCH 0/3] arm64: layerscape: Various small size reductions for SPL
 2022-10-11 21:56 UTC  (5+ messages)
` [PATCH 1/3] arm: layerscape: Don't select FSL_IFC when booting from SD card
` [PATCH 2/3] arm: layerscape: Disable unused parts of ICID tables
` [PATCH 3/3] arm: fsl: csu: Reduce size of ns_dev

[PATCH] mkimage: fit: Fix signing of configs with external data
 2022-10-11 21:52 UTC 

[PATCH v3 1/4] cmd: add temperature command
 2022-10-11 21:37 UTC  (8+ messages)
` [PATCH v3 2/4] doc: cmd: temperature: add documentation
` [PATCH v3 3/4] thermal: add sandbox driver
` [PATCH v3 4/4] test: cmd: add test for temperature command

[PATCH v2] cmd: xxd: add new command
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH v6] cmd: cat: add new command
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH] pinctrl: fix buffer size for pinctrl_generic_set_state_prefix()
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH v1] pinctrl: nuvoton: fix set persist error
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH 1/2] image-pre-load: Move macros/definitions to image.h
 2022-10-11 21:36 UTC  (4+ messages)
` [PATCH 2/2] boot: image-pre-load: Check environment for location of signature info

[PATCH] bootcount: pmic: Correct misleading comment
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH] lib: crypt: fix selecting a non-existent option
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH v2] cmd: pxe: add alias devicetree-overlay for fdtoverlays
 2022-10-11 21:36 UTC  (2+ messages)

[PATCH 0/5] Makefile: Deal with missing blobs consistently
 2022-10-11 21:05 UTC  (12+ 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

[PATCH] ARM: dts: stm32: Fix and expand PLL configuration comments
 2022-10-11 20:42 UTC 

[PATCH] avb: Extend support to non-eMMC interfaces
 2022-10-11 20:40 UTC  (3+ messages)

[PATCH v2] rtc: Add fallbacks for dm functions
 2022-10-11 20:06 UTC 

[PATCH] rtc: Add fallbacks for dm functions
 2022-10-11 19:40 UTC  (2+ messages)

[PATCH v2 0/2] fastboot/mach-meson: release usb_gadget on reboot commands
 2022-10-11 17:57 UTC  (9+ messages)
` [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 16:22 UTC  (7+ messages)
` [PATCH 2/2] buildman: Add --allow-missing-binaries flag to build with BINMAN_ALLOW_MISSING=1

[PATCH 0/3] clang-14 fixes
 2022-10-11 16:12 UTC  (3+ messages)

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

[PATCH] fastboot: mmc: switch to user hwpart after erase/flash
 2022-10-11 15:52 UTC  (4+ messages)

[PATCH v2 00/14] vbe: Support device tree fixups for OS requests
 2022-10-11 15:47 UTC  (15+ messages)
` [PATCH v2 01/14] bootm: Change incorrect 'unsupported' error
` [PATCH v2 02/14] bootm: Avoid returning error codes from command
` [PATCH v2 03/14] bootm: Drop #ifdef from do_bootm()
` [PATCH v2 04/14] boot: Correct handling of addresses in boot_relocate_fdt()
` [PATCH v2 05/14] fs: Quieten down the filesystems more
` [PATCH v2 06/14] fdt: Show a message when the working FDT changes
` [PATCH v2 07/14] bootstd: Move VBE setup into a shared function
` [PATCH v2 08/14] sandbox: Support FDT fixups
` [PATCH v2 09/14] boot: Pass the correct FDT to the EVT_FT_FIXUP event
` [PATCH v2 10/14] boot: Tidy up logging and naming in vbe_simple
` [PATCH v2 11/14] test: Move common FIT code into a separate fit_util file
` [PATCH v2 12/14] vbe: Add fixups for a basic set of OS requests
` [PATCH v2 13/14] dm: core: Update docs about oftree_from_fdt()
` [PATCH v2 14/14] vbe: Add a test for VBE device tree fixups

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

[PATCH] spl: atf: Fix clang -Wasm-operand-widths warning
 2022-10-11 13:56 UTC  (2+ messages)

[PATCH] Makefile: apply dynamic relocations for LLD
 2022-10-11 13:56 UTC  (2+ messages)

[PATCH] examples: standalone: Fix build with LLVM toolchain
 2022-10-11 13:56 UTC  (2+ messages)

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

Broken watchdog in u-boot master branch
 2022-10-11  7:25 UTC  (13+ 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] 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  (3+ 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)


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