u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-29 03:24:41 to 2022-10-02 23:52:42 UTC [more...]

[PATCH v11 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-02 23:52 UTC  (16+ messages)
` [PATCH v11 02/15] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v11 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v11 05/15] stm32mp1: dk2: Add image information for capsule updates
` [PATCH v11 15/15] FWU: doc: Add documentation for the FWU feature
` [PATCHv2 0/5] FWU: Add support for mtd backed feature on DeveloperBox
  ` [PATCHv2 1/5] FWU: Add FWU metadata access driver for MTD storage regions
  ` [PATCHv2 2/5] FWU: mtd: Add helper functions for accessing FWU metadata
  ` [PATCHv2 3/5] dt: fwu: developerbox: enable fwu banks and mdata regions
  ` [PATCHv2 4/5] fwu: DeveloperBox: add support for FWU
  ` [PATCHv2 5/5] tools: Add mkfwumdata tool for FWU metadata image

[PATCH v3] dm: core: Do not stop uclass iteration on error
 2022-10-02 19:34 UTC  (49+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 01/21] dm: pci: Fix doc typo first -> next
  ` [PATCH v4 02/21] dm: core: Add note about device_probe idempotence
  ` [PATCH v4 03/21] dm: core: Document return value of device bind functions
  ` [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device
  ` [PATCH v4 09/21] usb: ether: Fix error handling in usb_ether_init
  ` [PATCH v4 13/21] w1: Clean up device iteration in w1_bus_find_dev
  ` [PATCH v4 14/21] dma: Eliminate unused variable in dma_get_cfg()
  ` [PATCH v4 20/21] dm: core: Switch uclass_*_device_err to use uclass_*_device_check
  ` [PATCH v5 00/15] Do not stop uclass iteration on error
    ` [PATCH v5 01/15] dm: core: Fix uclass_probe_all to really probe all devices
    ` [PATCH v5 02/15] dm: treewide: Do not opencode uclass_probe_all()
    ` [PATCH v5 03/15] dm: pci: Fix device PCI iteration
    ` [PATCH v5 04/15] bootstd: Fix listing boot devices
    ` [PATCH v5 06/15] stdio: Fix class iteration in stdio_add_devices()
    ` [PATCH v5 07/15] video: ipuv3: Fix error handling when getting the display
    ` [PATCH v5 08/15] w1: Fix bus counting in w1_get_bus
    ` [PATCH v5 09/15] cmd: List all uclass devices regardless of probe error
    ` [PATCH v5 10/15] dm: treewide: Use uclass_first_device_err when accessing one device
    ` [PATCH v5 11/15] dm: treewide: Use uclass_next_device_err when accessing second device
    ` [PATCH v5 12/15] dm: blk: Do not use uclass_next_device_err
    ` [PATCH v5 14/15] dm: treewide: Do not use the return value of simple uclass iterator
    ` [PATCH v5 15/15] dm: core: Do not stop uclass iteration on error

how u-boot handles the environment (rpi4, fat environment)
 2022-10-02 18:38 UTC  (3+ messages)

[PATCH] riscv: Fix build against binutils 2.38
 2022-10-02 17:25 UTC  (13+ messages)

[PATCH v3 0/3] riscv: Fix build against binutils 2.38
 2022-10-02  2:21 UTC  (4+ messages)
` [PATCH v3 1/3] docker: install riscv32 toolchain
` [PATCH v3 2/3] buildman: differentiate between riscv32, riscv64
` [PATCH v3 3/3] riscv: Fix build against binutils 2.38

Bug in ext2load?
 2022-10-01 21:17 UTC  (3+ messages)

[PATCH v2 0/3] riscv: Fix build against binutils 2.38
 2022-10-01 19:57 UTC  (4+ messages)
` [PATCH v2 1/3] riscv: implement __ashldi3, __lshrdi3
` [PATCH v2 2/3] riscv: Fix build against binutils 2.38
` [PATCH v2 3/3] test: test bit shift operations on RISC-V

[PATCH 1/1] test: run setexpr test only on sandbox
 2022-10-01 19:42 UTC 

[PATCH 1/1] test: fix some pylint errors in test_efi_secboot
 2022-10-01 18:57 UTC 

[PATCH 0/2] x86: fix longjmp() implementation
 2022-10-01 13:00 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] x86: provide typedef jmp_buf

[PATCH] usb: common: Detect USB storage media with "miscellaneous" USB devices
 2022-10-01 10:34 UTC  (9+ messages)

[PATCH] test: run boot tests only on sandbox
 2022-10-01 10:10 UTC 

[u-boot][PATCH 0/3] Introduce TI GPMC memory controller driver
 2022-10-01  8:37 UTC  (15+ messages)
` [u-boot][PATCH 1/3] scripts: Makefile.spl: Enable memory drivers to be built for SPL

[PATCH 0/3] sbi/cmd: improve output formatting
 2022-10-01  7:39 UTC  (4+ messages)
` [PATCH 1/3] cmd/sbi: format RustSBI version number
` [PATCH 2/3] cmd/sbi: error message for failure to get spec version
` [PATCH 3/3] cmd/sbi: user friendly short texts

[PATCH v2 0/1] dm: fpga: Introduce new uclass
 2022-09-30 23:49 UTC  (3+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v1 0/3] SPL NVMe support
 2022-09-30 23:49 UTC  (9+ messages)
` [RFC PATCH v1 1/3] spl: Add Kconfig options for NVME
` [RFC PATCH v1 2/3] nvme: pci: Enable for SPL
` [RFC PATCH v1 3/3] common: spl: Add spl NVMe boot support

[PATCH v3 0/2] automatically stip btool_ from btool names
 2022-09-30 23:49 UTC  (5+ messages)
` [PATCH v3 1/2] binman: bintool: remove btool_ prefix "
` [PATCH v3 2/2] Revert "binman: btool: gzip: fix packer name so that binary can be found"

[PATCH] arm: dts: rockchip: rk3399: nanopi-r4s: Provide smbios sysinfo
 2022-09-30 22:18 UTC  (5+ messages)

[PATCH v3 30/45] dm: core: Expand integer-reading tests
 2022-09-30 19:53 UTC  (2+ messages)

[PATCH v2 00/45] dm: core: Support multiple device trees in ofnode
 2022-09-30 19:52 UTC  (13+ messages)
` [PATCH v2 01/45] image: Fix BOOTM_STATE values
` [PATCH v2 12/45] test: Support testing malloc() failures
` [PATCH v2 30/45] dm: core: Expand integer-reading tests

[PATCH 00/45] vbe: Implement the full firmware flow
 2022-09-30 16:55 UTC  (23+ messages)
` [PATCH 07/45] spl: Refactor controls for console output
` [PATCH 09/45] CI: Install pyelftools for builds
` [PATCH 14/45] dm: blk: Add udevice functions
` [PATCH 31/45] spl: Allow multiple loaders of the same type

[PATCH V2] dt-bindings: nvmem: u-boot, env: add Broadcom's variant binding
 2022-09-30 16:36 UTC 

Pull request for efi-2022-10-rc6
 2022-09-30 16:36 UTC  (2+ messages)

[PATCH 1/2] smbios: Simplify reporting of unknown values
 2022-09-30 14:51 UTC  (17+ messages)
` [PATCH 2/2] smbios: Fallback to the default DT if sysinfo nodes are missing

[PATCH v2 0/9] Add DM support for atmel NAND driver
 2022-09-30 14:00 UTC  (5+ messages)
` [PATCH v2 5/9] mfd: syscon: atmel-smc: Add driver for atmel SMC

[PATCH 00/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()
 2022-09-30 13:52 UTC  (16+ messages)
` [PATCH 04/10] timer: cadence-ttc: Add timer_early functions
` [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER
` [PATCH 09/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()

[PATCH 1/1] regmap: fix range checks
 2022-09-30 13:28 UTC  (2+ messages)

[RFC PATCH] dm: fpga: Introduce new uclass
 2022-09-30 12:03 UTC  (3+ messages)

[PATCH v4 00/10] introduce Arm FF-A support
 2022-09-30  9:48 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/10] arm64: smccc: clear the Xn registers after SMC calls
  ` [PATCH v5 09/10] arm_ffa: introduce FF-A MM communication

[PATCH 0/3] Read mmc "power-domains" id from DT and use for firmware calls
 2022-09-30  9:25 UTC  (4+ messages)
` [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32
` [PATCH 2/3] mmc: zynq_sdhci: Read power-domains id from DT and use
` [PATCH 3/3] arm64: dts: Remove unused property device_id

[PATCH 0/2] Add quad & octal spi flash mini u-boot configuration files
 2022-09-30  8:55 UTC  (3+ messages)
` [PATCH 1/2] arm64: versal: Add qspi flash mini u-boot configuration
` [PATCH 2/2] arm64: versal: Add octal spi "

[PATCH 1/1] efi_loader: fix efi_initrd_deregister()
 2022-09-30  7:59 UTC  (10+ messages)

[PATCH] firmware: zynqmp: Change loadable config object from APU_0 to OCM_BANK_0
 2022-09-30  7:37 UTC 

[PATCH] firmware: scmi: fix the multi channel support with CCF
 2022-09-30  7:36 UTC 

[PATCH] xilinx: zynqmp: Load pmufw configuration before checking access
 2022-09-30  7:36 UTC 

CONFIG_DEFAULT_ENV_FILE Question
 2022-09-30  6:16 UTC  (3+ messages)

[PATCH] schemas: Add schema for U-Boot driver model 'phase tags'
 2022-09-30  3:22 UTC  (4+ messages)

[PATCH 1/1] usb: request only 8 bytes for USB_SPEED_FULL bMaxPacketSize0 discovery
 2022-09-30  2:54 UTC  (4+ messages)

[PATCH v2] schemas: Add schema for U-Boot driver model 'phase tags'
 2022-09-30  0:14 UTC 

[PATCH] common: board_f: Fix crash in print_cpuinfo
 2022-09-29 23:55 UTC  (4+ messages)

[PATCH v3 1/5] imx8m: USDHC3 base address definition for i.MX8MP
 2022-09-29 23:55 UTC  (4+ messages)
` [PATCH v3 4/5] drivers: power: pmic: Enable use of rn5t567 PMIC in SPL

[PATCH RESEND] fs: btrfs: remove the usage of undeclared fs_mutex variable
 2022-09-29 20:07 UTC  (2+ messages)

[PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition
 2022-09-29 20:07 UTC  (4+ messages)

[PATCH] vexpress64: also consider DTB pointer in x1
 2022-09-29 20:07 UTC  (2+ messages)

[PATCH] board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style data
 2022-09-29 20:07 UTC  (2+ messages)

[PATCH] tools: env: Fix missing closedir in ubi_get_volnum_by_name
 2022-09-29 20:07 UTC  (2+ messages)

[PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line
 2022-09-29 20:07 UTC  (2+ messages)

[PATCH] board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only
 2022-09-29 20:07 UTC  (2+ messages)

[ISSUE] Failure to compile for MIPS32 using maltael_defconfig
 2022-09-29 18:37 UTC  (2+ messages)

[PATCH 1/2] arm: dts: k3-am64-sk: EMIF tool update to v0.08.40 and move to 1600MT/s LPDDR4
 2022-09-29 17:35 UTC  (2+ messages)
` [PATCH 2/2] arm: dts: k3-am64-evm: EMIF tool update to v0.08.40 for 1600MT/s DDR4

[PATCH] dm: automatically set DM_FLAG_PRE_RELOC based on device-tree property
 2022-09-29 15:24 UTC  (5+ messages)

[PATCH] net: Fix static checker warnings
 2022-09-29  4:56 UTC 

[PATCH] mmc: Fix static checker warnings
 2022-09-29  4:52 UTC 

[u-boot][PATCH] spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard
 2022-09-29 10:11 UTC 

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

[PATCH v10 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-29  6:01 UTC  (10+ messages)
` [PATCH v10 02/15] FWU: Add FWU metadata structure and driver for accessing metadata

[RFC PATCH 0/4] Alternative debug outputs for rockchip devices
 2022-09-29  3:24 UTC  (4+ messages)
` [RFC PATCH 4/4] rockchip: rk3399: attempt to redirect uart2dbga to sdcard


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).