public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-09-29 13:19:45 to 2022-10-03 13:29:53 UTC [more...]

[PATCH v10 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-03 13:29 UTC  (13+ messages)
` [PATCH v10 10/15] FWU: Add support for the FWU Multi Bank Update feature

[PATCH v3 0/3] Support UEFI SPI I/O protocol
 2022-10-03 12:07 UTC  (11+ messages)
` [PATCH v3 1/3] efi_loader: Add SPI I/O protocol support
` [PATCH v3 3/3] am335x_evm_defconfig: Enable Micron SPI flash support

[PATCH v11 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-03 11:10 UTC  (25+ 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 06/15] FWU: Add helper functions for accessing FWU metadata
` [PATCH v11 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [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 0/2] efi_driver: fix error handling
 2022-10-03 11:01 UTC  (7+ messages)
` [PATCH 1/2] efi_loader: function to unlink udevice and handle
` [PATCH 2/2] efi_driver: fix error handling

[PATCH] pico-imx7d: add baseboard SD card boot detect
 2022-10-02  0:15 UTC  (3+ messages)

[PATCH] dma: cosmetic: clean fsl_dma.c errors and code style
 2022-10-01  7:34 UTC 

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

[PATCH v3 0/3] riscv: Fix build against binutils 2.38
 2022-10-03  9:56 UTC  (7+ 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

[PATCH 1/1] dm: fix blk_get_devnum_by_uclass_idname()
 2022-10-03  9:35 UTC 

[PATCH] gpio-uclass: fix gpio lookup by label
 2022-10-03  9:02 UTC 

[PATCH v4 00/10] introduce Arm FF-A support
 2022-10-03  8:49 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/10] arm64: smccc: clear the Xn registers after SMC calls
  ` [PATCH v5 04/10] arm_ffa: introduce Arm FF-A low-level driver

[PATCH] test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option
 2022-10-03  7:52 UTC  (2+ messages)

[PATCH v2 0/1] dm: fpga: Introduce new uclass
 2022-10-03  6:34 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v3] dm: core: Do not stop uclass iteration on error
 2022-10-03  1:10 UTC  (14+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device
  ` [PATCH v5 00/15] Do not stop uclass iteration on error
    ` [PATCH v5 04/15] bootstd: Fix listing boot devices
    ` [PATCH v5 09/15] cmd: List all uclass devices regardless of probe error

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

[PATCH 1/1] test: run setexpr test only on sandbox
 2022-10-03  1:10 UTC  (2+ messages)

[PATCH] test: run boot tests only on sandbox
 2022-10-03  1:10 UTC  (2+ messages)

[PATCH 0/3] sbi/cmd: improve output formatting
 2022-10-03  1:02 UTC  (7+ 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

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)

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: fix some pylint errors in test_efi_secboot
 2022-10-01 18:57 UTC 

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

[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  (6+ messages)
` [PATCH v2 01/45] image: Fix BOOTM_STATE values
` [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  (16+ 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 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)


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