public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-10-14 17:44:49 to 2022-10-17 21:35:08 UTC [more...]

[PATCH v2 00/14] vbe: Support device tree fixups for OS requests
 2022-10-17 21:30 UTC  (13+ messages)
` [PATCH v2 07/14] bootstd: Move VBE setup into a shared function
` [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 v5 00/15] Do not stop uclass iteration on error
 2022-10-17 21:29 UTC  (37+ messages)
` [PATCH v6 00/20] "
  ` [PATCH v6 01/20] dm: core: Fix uclass_probe_all to really probe all devices
  ` [PATCH v6 02/20] dm: treewide: Do not opencode uclass_probe_all()
  ` [PATCH v6 03/20] dm: pci: Fix device PCI iteration
  ` [PATCH v6 04/20] bootstd: Fix listing boot devices
  ` [PATCH v6 05/20] usb: ether: Fix error handling in usb_ether_init
  ` [PATCH v6 06/20] stdio: Fix class iteration in stdio_add_devices()
  ` [PATCH v6 07/20] video: ipuv3: Fix error handling when getting the display
  ` [PATCH v6 08/20] w1: Fix bus counting in w1_get_bus
  ` [PATCH v6 09/20] cmd: List all uclass devices regardless of probe error
  ` [PATCH v6 10/20] dm: treewide: Use uclass_first_device_err when accessing one device
  ` [PATCH v6 11/20] dm: treewide: Use uclass_next_device_err when accessing second device
  ` [PATCH v6 12/20] dm: blk: Do not use uclass_next_device_err
  ` [PATCH v6 13/20] net: eth-uclass: Do not set device on error
  ` [PATCH v6 15/20] mpc83xx: gazerbeam: Update sysinfo_get error handling
  ` [PATCH v6 16/20] dm: core: Switch uclass_foreach_dev_probe to use simple iterator
  ` [PATCH v6 17/20] dm: core: Switch uclass_*_device_err to use uclass_*_device_check

[PATCH 00/24] bootstd: Add a boot menu
 2022-10-17 21:23 UTC  (24+ messages)
` [PATCH 01/24] sandbox: Enable mmc command and legacy images
` [PATCH 02/24] cli: Move readline character-processing to a state machine
` [PATCH 03/24] bootmenu: Add a few comments
` [PATCH 04/24] menu: Rename KEY_... to BKEY_
` [PATCH 05/24] menu: Update bootmenu_autoboot_loop() to return the code
` [PATCH 06/24] menu: Update bootmenu_loop() "
` [PATCH 07/24] menu: Use a switch statement
` [PATCH 09/24] image: Add a function to find a script in an image
` [PATCH 10/24] video: Enable VIDEO_ANSI by default only with EFI
` [PATCH 12/24] video: Fix unchnaged typo
` [PATCH 14/24] bootstd: Read the Operating System name for distro/scripts
` [PATCH 15/24] bootstd: Allow reading a logo for the OS
` [PATCH 16/24] menu: Factor out menu-keypress decoding
` [PATCH 17/24] expo: Add basic implementation
` [PATCH 18/24] expo: Add support for scenes
` [PATCH 19/24] expo: Add support for scene menus
` [PATCH 20/24] expo: Add basic tests
` [PATCH 21/24] bootstd: Support creating a boot menu
` [PATCH 22/24] bootstd: Add a test for the bootstd menu
` [PATCH 23/24] bootstd: Support setting a theme for the menu
` [PATCH 24/24] expo: Add documentation

[PATCH 1/1] sandbox: typo Fictionnal
 2022-10-17 21:23 UTC  (2+ messages)

[PATCH 1/1] board: gateworks: gw_ventana: fix building with GCC 12.2
 2022-10-17 19:29 UTC  (3+ messages)

[PATCH] arm: dts: rockchip: rk3399: nanopi-r4s: Provide smbios sysinfo
 2022-10-17 19:02 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v2 01/45] WIP: gitlab: Install pyelftools
 2022-10-17 18:30 UTC  (5+ messages)
` [PATCH v2 02/45] docker: Install pyelftools for builds
  ` [PATCH] CI: Update to jammy-20221003-17Oct2022 tag

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

[PATCH 0/7] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
 2022-10-17 14:18 UTC  (6+ messages)
` [PATCH 7/7] rockchip: add support for PX30 Ringneck SoM on Haikou Devkit

[PATCH v4 00/10] introduce Arm FF-A support
 2022-10-17 14:15 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 09/10] arm_ffa: introduce FF-A MM communication

[PATCH v2 00/28] ARM: Add Rockchip RV1126 support
 2022-10-17 13:33 UTC  (3+ messages)

[PATCH] arm: dts: rockchip: rk356x: sync with Linux 6.0
 2022-10-17 13:22 UTC  (2+ messages)

[PATCH v2 00/12] Puma RK3399 migration to TPL and numerous fixes
 2022-10-17 13:12 UTC  (3+ messages)
` [PATCH v2 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper

[PATCH] rkspi: only enable padding quirk on SoCs which need it
 2022-10-17 13:00 UTC  (2+ messages)

[PATCH v2 3/3] arm: dts: rockchip: rk3288: partial sync from Linux
 2022-10-17 12:56 UTC  (2+ messages)

[PATCH] spl: fit: Report fdt error for loading u-boot
 2022-10-17 11:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] xilinx: common: Remove zynq_board_read_rom_ethaddr()
 2022-10-17  9:48 UTC 

[PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PB2
 2022-10-17  8:37 UTC 

[PATCH 0/2] Manage PCS/PMA PHY if pressent
 2022-10-17 11:19 UTC  (3+ messages)
` [PATCH 1/2] net:xilinx_axi: add PCS/PMA PHY
` [PATCH 2/2] net:xilinx_axi: check PCS/PMA PHY status in setup_phy

[PATCH v2] binman: Add support for symlinking images
 2022-10-17 11:06 UTC 

[PATCH v2 0/5] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
 2022-10-17 10:46 UTC  (6+ messages)
` [PATCH v2 1/5] rockchip: px30: fix CONFIG_IRAM_BASE
` [PATCH v2 2/5] rockchip: px30: list possible SPL boot devices
` [PATCH v2 3/5] rockchip: px30: insert u-boot, spl-boot-device into U-Boot device tree
` [PATCH v2 4/5] arm64: dts: rockchip: sync px30 with linux-next
` [PATCH v2 5/5] rockchip: add support for PX30 Ringneck SoM on Haikou Devkit

[PATCH 2/2] board/km: drop CONFIG_KM_ROOTFSSIZE
 2022-10-17  9:45 UTC 

[PATCH 1/2] config_whitelist: remove CONFIG_KM_UPDATE_UBOOT
 2022-10-17  9:43 UTC 

[PATCH 0/2] sunxi: fix SUNIV D$ support
 2022-10-17  9:27 UTC  (6+ messages)
` [PATCH 1/2] sunxi: fix SUNIV build when enabling D-Cache
` [PATCH 2/2] configs: sunxi: licheepi_nano: enable D-Cache

[PATCH v2 0/2] splash: add more options/support
 2022-10-17  8:33 UTC  (3+ messages)
` [PATCH v2 1/2] splash: support raw image from MMC
` [PATCH v2 2/2] splash: get devpart from environment variable

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-10-17  8:14 UTC  (8+ messages)
` [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

[PATCH 0/3] arm64: layerscape: Various small size reductions for SPL
 2022-10-17  8:03 UTC  (3+ messages)

[PATCH 0/6] broken CVE fix (b85d130ea0ca)
 2022-10-17  7:52 UTC  (11+ messages)
` [PATCH 1/6] net: improve check for no IP options
` [PATCH 4/6] net: fix ip_len in reassembled IP datagram
` [PATCH 5/6] net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if
` [PATCH 6/6] net: tftp: sanitize tftp block size, especially for TX
` [PATCH 7/6] net: deal with fragment-overlapping-two-holes case

[RESEND PATCH 2/2] splash: get devpart from environment variable
 2022-10-17  7:50 UTC  (2+ messages)

[PATCH v2] blk: fix a couple of trivial documentation typos
 2022-10-17  7:35 UTC 

[PATCH] tests: Build correct sandbox configuration on 32bit
 2022-10-17  7:28 UTC  (20+ messages)
  ` [PATCH v2] "

[PATCH] blk: fix a couple of trivial documentation typos
 2022-10-17  7:25 UTC  (3+ messages)

[PATCH] nvmem: u-boot-env: add Broadcom format support
 2022-10-17  7:17 UTC 

[PATCH v17 0/2] add TCP and HTTP for downloading images
 2022-10-17  7:03 UTC  (4+ messages)
` [PATCH v17 1/2] net: Add TCP protocol

[PATCH] cyclic: Don't disable cylic function upon exceeding CPU time
 2022-10-17  7:00 UTC 

[PATCH v18 0/3] add TCP and HTTP for downloading images
 2022-10-17  7:00 UTC  (4+ messages)
` [PATCH v18 1/3] net: Add TCP protocol
` [PATCH v18 2/3] net: Add wget application
` [PATCH v18 3/3] doc: cmd: wget: add documentation

Broken watchdog in u-boot master branch
 2022-10-17  6:52 UTC  (4+ messages)

[PATCH v13 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-10-17  6:43 UTC  (7+ messages)
` [PATCH v13 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [PATCH v13 10/15] FWU: Add support for the FWU Multi Bank Update feature

[PATCH v2 00/45] vbe: Implement the full firmware flow
 2022-10-17  5:51 UTC  (5+ messages)
  ` [PATCH v2 21/45] dm: blk: mmc: Tidy up some Makefile rules for SPL
  ` [PATCH v2 22/45] dm: mmc: Allow sandbox emulator to build without writes

[PATCH v3 0/6] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-10-17  4:49 UTC  (7+ messages)
` [PATCH v3 6/6] test: add test for eficonfig secure boot key management

[PATCH] riscv: ae350: Check firmware_fdt_addr header
 2022-10-17  3:03 UTC  (2+ messages)

Pull request for efi-2023-01-rc1-3
 2022-10-17  2:45 UTC  (2+ messages)

[PATCH] riscv: andes_plic.c: use modified IPI scheme
 2022-10-17  1:32 UTC  (2+ messages)

[PATCH] riscv: qemu: spl: Fix booting Linux kernel with OpenSBI 1.0+
 2022-10-17  1:30 UTC  (2+ messages)

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

[PATCH v2 1/1] k210: fix k210_pll_calc_config()
 2022-10-16 18:03 UTC  (2+ messages)

[PATCH] clk: k210: Fix error calculation on 32bit
 2022-10-16 15:42 UTC  (10+ messages)

[PATCH 1/1] k210: fix k210_pll_calc_config()
 2022-10-16 12:22 UTC  (2+ messages)

[REGRESSION]: v2022.07: SHA256 hash is broken on imx8m series with CAAM enabled
 2022-10-16 11:31 UTC  (11+ messages)
` [EXT] "

[PATCH v2 0/5] Makefile: Deal with missing blobs consistently
 2022-10-16 10:15 UTC  (4+ messages)
` [PATCH v2 2/5] Makefile: Correct a missing FORCE on the binman rule

[RFC 1/1] tools: Dockerfile for armv7
 2022-10-16 10:03 UTC  (2+ messages)

[PATCH v2] efi_loader: remove efi_delete_handle on loadfile2
 2022-10-16 10:01 UTC  (2+ messages)

[PATCH] efi_loader: remove efi_delete_handle on loadfile2
 2022-10-16  8:38 UTC  (3+ messages)

[PATCH 1/1] sandbox: make sandbox system reset configurable
 2022-10-16  7:27 UTC  (3+ messages)

[PATCH 1/1] efi_loader: avoid EFI_CALL() when draining console
 2022-10-15 19:31 UTC  (2+ messages)

[PATCH] cmd: simplify efidebug
 2022-10-15 19:14 UTC  (2+ messages)

[PATCH 1/1] efi_loader: avoid EFI_CALL() for clearing screen
 2022-10-15 19:11 UTC  (2+ messages)

[PATCH] dm: regmap: Disable range checks in SPL
 2022-10-15 18:40 UTC  (2+ messages)

[PATCH 0/2] Fixes for SPI boot on SanCloud BBE Lite
 2022-10-15 17:53 UTC  (5+ messages)
` [PATCH 1/2] dm: core: Fix iteration over driver_info records
` [PATCH 2/2] configs: am335x_evm: Disable SPL_OF_CONTROL

[PATCH] test: Fix typo in test name
 2022-10-15 17:53 UTC  (3+ messages)
` [PATCH v2] "

Status of debug UART on am335x SoC
 2022-10-15 17:53 UTC  (2+ messages)

[PATCH] efi_loader: Let networking support depend on NETDEVICES
 2022-10-15  6:31 UTC  (2+ messages)

[PATCH 0/3] Introduce STM32MP13 RCC driver
 2022-10-14 13:00 UTC  (4+ messages)
` [PATCH 2/3] clk: stm32mp13: introduce "

[PATCH] dm: tpl: Add fdt address translation support in TPL
 2022-10-15  1:10 UTC  (2+ messages)

[PATCH V2] dt-bindings: nvmem: u-boot, env: add Broadcom's variant binding
 2022-10-14 21:09 UTC  (2+ messages)
` [PATCH V2] dt-bindings: nvmem: u-boot,env: "

commit 787f04bb6a - imx: add USB2_BOOT type
 2022-10-14 17:53 UTC  (3+ messages)


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