public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-07-17 06:20:59 to 2023-07-18 15:34:16 UTC [more...]

[PATCH] sunxi: H6: Enable Ethernet on Orange Pi One Plus
 2023-07-18 15:34 UTC  (6+ messages)

[PATCH v1 0/5] rockchip: Support OP-TEE binaries in ARM FIT images
 2023-07-18 14:57 UTC  (10+ messages)
` [PATCH v1 4/5] rockchip: evb_rk3229: Update/fix README
` [PATCH v2 0/5] rockchip: Support OP-TEE binaries in ARM FIT images
  ` [PATCH v2 1/5] rockchip: Support OP-TEE for ARM in FIT images created by binman
  ` [PATCH v2 2/5] configs: evb-rk3229: Increase SPL_STACK_R_MALLOC_SIMPLE_LEN
  ` [PATCH v2 3/5] rockchip: RK322x: Select SPL_OPTEE_IMAGE
  ` [PATCH v2 4/5] rockchip: evb_rk3229: Update/fix README
  ` [PATCH v2 5/5] optee: Support Rockchip OP-TEE binaries

[PATCH 0/5] m68k: add ColdFire watchdog driver
 2023-07-18 14:27 UTC  (10+ messages)
` [PATCH 1/5] drivers: watchdog: add mcf watchdog support
` [PATCH 2/5] m68k: move watchdog functions in mcf_wdt driver
` [PATCH 3/5] m68k: dts: add watchdog node

[PATCH] menu: Ignore prompt variable if timeout is != 0
 2023-07-18 14:08 UTC  (2+ messages)

[PATCH] env: Fix default environment saving issue
 2023-07-18 13:58 UTC  (3+ messages)

[PATCH] android_ab: Try backup booloader_message
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH 0/2] Fix 'mbr' command with hybrid MBR/GPT
 2023-07-18 13:58 UTC  (12+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] dm: test: Fix partition test to use mmc2
  ` [PATCH v2 2/5] dm: test: Improve partition test error output
  ` [PATCH v2 3/5] disk: part: Add API to get partitions with specific driver
  ` [PATCH v2 4/5] dm: test: Add test for part_get_info_by_type
  ` [PATCH v2 5/5] cmd: mbr: Force DOS driver to be used for verify

[PATCH] tests: Fix exception when cleaning up skipped test
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH] android_ab: Add option to skip decrementing tries
 2023-07-18 13:58 UTC  (3+ messages)

[PATCH] fs/erofs: Introduce new features including ztailpacking, fragments and dedupe
 2023-07-18 13:58 UTC  (5+ messages)

[PATCH] Makefile: Add missing quotes around sort --field-separator
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH] bootstd: Correct 'bpot' typo
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH] disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTS
 2023-07-18 13:58 UTC  (2+ messages)

[PATCH v2] dfu: Add proper dependency for CONFIG_DFU_MMC
 2023-07-18 13:57 UTC  (2+ messages)

[PATCH] drivers: led: bcm6858: do not use null label to find the top
 2023-07-18 13:43 UTC  (3+ messages)

[PATCH 0/6] PHYTEC SoM detection for phyCORE-i.MX8MP
 2023-07-18 13:35 UTC  (7+ messages)
` [PATCH 1/6] board: phytec: Add common PHYTEC SoM detection
` [PATCH 2/6] board: phytec: common: Add imx8m specific EEPROM detection support
` [PATCH 3/6] board: phytec: phycore-imx8mp: Add EEPROM detection initialisation
` [PATCH 4/6] board: phytec: phycore_imx8mp: Update 2GB RAM Timings
` [PATCH 5/6] board: phytec: common: phytec_som_detection: Add helper for PCB revision
` [PATCH 6/6] board: phytec: phycore_imx8mp: Add 4000MTS RAM timings based on PCB rev

[PATCH v5 00/20] binman: Simple templating feature and mkimage conversion
 2023-07-18 13:24 UTC  (21+ messages)
` [PATCH v5 01/20] binman: Correct coverage gap in control
` [PATCH v5 02/20] binman: Init align_default in entry_Section
` [PATCH v5 03/20] binman: Use GetEntries() to obtain section contents
` [PATCH v5 04/20] binman: Read _multiple_data_files in the correct place
` [PATCH v5 05/20] binman: Allow disabling symbol writing
` [PATCH v5 06/20] stm32mp15: Avoid writing symbols in SPL
` [PATCH v5 07/20] binman: Update elf to return number of written symbols
` [PATCH v5 08/20] binman: Add more detail on how ObtainContents() works
` [PATCH v5 09/20] binman: Convert mkimage to Entry_section
` [PATCH v5 10/20] binman: Provide a way to specify the fdt-list directly
` [PATCH v5 11/20] binman: Drop __bss_size variable in bss_data.c
` [PATCH v5 12/20] binman: Correct handling of zero bss size
` [PATCH v5 13/20] dtoc: Support copying the contents of a node into another
` [PATCH v5 14/20] dtoc: Allow inserting a list of nodes "
` [PATCH v5 15/20] binman: Support simple templates
` [PATCH v5 16/20] binman: Support templating with multiple images
` [PATCH v5 17/20] binman: Add a test for templating in a FIT
` [PATCH v5 18/20] binman: Support templates at any level
` [PATCH v5 19/20] binman: Support writing symbols inside a mkimage image
` [PATCH v5 20/20] binman: Reduce state.SetInt and bintool cmd to debug level

[PATCH v3 00/11] Sign Xilinx ZynqMP SPL/FSBL boot images using binman
 2023-07-18 11:53 UTC  (12+ messages)
` [PATCH v3 01/11] binman: elf: Check for ELF_TOOLS availability and remove extra semicolon
` [PATCH v3 02/11] binman: Don't decompress data while signing
` [PATCH v3 03/11] binman: blob_dtb: Add fake_size argument to ObtainContents()
` [PATCH v3 04/11] binman: doc: Add documentation for fdt_add_pubkey bintool
` [PATCH v3 05/11] binman: ftest: Add test for u_boot_spl_pubkey_dtb
` [PATCH v3 06/11] binman: btool: Add fdt_add_pubkey as btool
` [PATCH v3 07/11] binman: etype: Add u-boot-spl-pubkey-dtb etype
` [PATCH v3 08/11] binman: doc: Add documentation for Xilinx Bootgen bintool
` [PATCH v3 09/11] binman: btool: Add Xilinx Bootgen btool
` [PATCH v3 10/11] binman: ftest: Add test for xilinx_fsbl_auth etype
` [PATCH v3 11/11] binman: etype: Add "

[PATCH v3] event: Add fpga load event
 2023-07-18 11:22 UTC  (3+ messages)

[PATCH v3] xilinx: zynqmp: Extract aes operation into new file
 2023-07-18 10:30 UTC 

[PATCH v1 0/3] Add yavia carrier & rework carrier and display adapter name handling
 2023-07-18  9:07 UTC  (4+ messages)
` [PATCH v1 1/3] toradex: tdx-cfg-block: add yavia carrier cfg block info
` [PATCH v1 2/3] toradex: tdx-cfg-block: rework carrier board name handling
` [PATCH v1 3/3] toradex: tdx-cfg-block: rework display adapter "

[PATCH v10 0/4] Boot variables management for removable media
 2023-07-18  9:03 UTC  (6+ messages)
` [PATCH v10 3/4] Boot var automatic management for removable medias

[PATCH V6 00/10] Update SPL splashscreen framework for AM62x
 2023-07-18  8:57 UTC  (11+ messages)
` [PATCH V6 01/10] common: spl: spl: Update stack pointer address
` [PATCH V6 02/10] arch: arm: mach-k3: common: Return a pointer after setting page table
` [PATCH V6 03/10] board: ti: am62x: evm: Update function calls for splash screen
` [PATCH V6 04/10] include: video: Reserve video using blob
` [PATCH V6 05/10] common: board_f: Pass frame buffer info from SPL to u-boot
` [PATCH V6 06/10] drivers: video: Kconfig: Add config remove video
` [PATCH V6 07/10] common: spl: spl: Remove video driver
` [PATCH V6 08/10] configs: am62x_evm_a53: Add bloblist address
` [PATCH V6 09/10] doc: board: ti: am62x_sk: Add A53 SPL DDR layout
` [PATCH V6 10/10] common: Kconfig: Fix CMD_BMP/BMP dependency

[PATCH 0/2] arm: dts: k3-am6: Sync DT with Linux
 2023-07-18  8:48 UTC  (3+ messages)

[PATCH 1/2] arm64: dts: rockchip: Sync DT from linux-next
 2023-07-18  7:57 UTC  (6+ messages)
` [PATCH 2/2] rockchip: edgeble-neu6: Append eMMC into spl-boot-order

[PATCH v3 0/9] rockchip: Fix PCIe and NVMe support on RK3568
 2023-07-18  7:55 UTC  (10+ messages)
` [PATCH v3 1/9] core: read: add dev_read_addr_size_index_ptr function
` [PATCH v3 2/9] pci: pcie_dw_rockchip: Get config region from reg prop
` [PATCH v3 3/9] pci: pcie_dw_rockchip: Use regulator_set_enable_if_allowed
` [PATCH v3 4/9] pci: pcie_dw_rockchip: Speed up link probe
` [PATCH v3 5/9] pci: pcie_dw_rockchip: Hide BARs of the root complex
` [PATCH v3 6/9] regulator: fixed: Add support for gpios prop
` [PATCH v3 7/9] rockchip: clk: clk_rk3568: Add CLK_PCIEPHY2_REF support
` [PATCH v3 8/9] rockchip: rk3568-rock-3a: Enable PCIe and NVMe support
` [PATCH v3 9/9] rockchip: rk356x: Update PCIe config, IO and memory regions

[GIT PULL] Please pull u-boot-mmc master
 2023-07-18  7:49 UTC 

[PATCH v1 0/4] General regulator and pmic uclass improvements
 2023-07-18  7:38 UTC  (7+ messages)
` [PATCH v1 1/4] power: regulator: expand basic reference counter onto all uclass
` [PATCH v1 2/4] power: regulator-uclass: perform regulator setup inside uclass
` [PATCH v1 3/4] power: pmic-uclass: probe every child on pmic_post_probe
` [PATCH v1 4/4] power: regulator-uclass: remove all deprecated API use

[PATCH 00/10] support for booting the compressed U-boot binary on Rockchip based SOC's
 2023-07-18  7:12 UTC  (4+ messages)
` [PATCH 01/10] Makefile: Add support to generate GZIP compressed raw u-boot binary

[PATCH v2 0/6] introduce EFI_RAM_DISK_PROTOCOL
 2023-07-18  6:40 UTC  (8+ messages)
` [PATCH v2 1/6] efi_loader: add RAM disk device path

[PATCH v2 0/2] power: pmic: add TPS65913 support
 2023-07-18  6:37 UTC  (10+ messages)

[PATCH 0/3] Load ASMedia XHCI controller firmware
 2023-07-17 23:10 UTC  (9+ messages)
` [PATCH 1/3] apple: Set up file system firmware loader
` [PATCH 3/3] usb: xhci-pci: Load ASMedia XHCI controller firmware

[PATCH] arm: mach-k3: am62a7: change some prints to debug prints
 2023-07-17 23:01 UTC 

[PATCH] ram: k3-ddrss: do not touch ctrl regs during training
 2023-07-17 22:15 UTC 

[PATCH] arm: sunxi: Correct warning in board_fit_config_name_match
 2023-07-17 19:29 UTC 

[PATCH] arm: omap2: Fix warning in force_emif_self_refresh
 2023-07-17 19:26 UTC 

Please pull u-boot-x86
 2023-07-17 18:53 UTC  (2+ messages)

[PATCH] pci: Fix device_find_first_child() return value handling
 2023-07-17 17:03 UTC  (3+ messages)

[PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver
 2023-07-17 16:13 UTC  (7+ messages)

[PATCH 1/5] imx: imx8mm-beacon: Move environment definition to env file
 2023-07-17 15:58 UTC  (4+ messages)

[PATCH] video: rockchip: Add support for RK3399 to dw-mipi-dsi bridge
 2023-07-17 15:31 UTC  (2+ messages)

[PATCH] video: console: Fix default font selection
 2023-07-17 15:23 UTC  (2+ messages)

[PATCH] video: hx8394: Add panel driver for hannstar,hsd060bhw4
 2023-07-17 15:22 UTC  (2+ messages)

[PATCH] video: backlight: pwm: avoid integer overflow in duty cycle calculation
 2023-07-17 15:22 UTC  (2+ messages)

[PATCH v4 0/4] SPL NVMe support
 2023-07-17 15:12 UTC  (7+ messages)

[PATCH 00/18] K3 HS Support along with fixes
 2023-07-17 14:59 UTC  (18+ messages)
` [PATCH 03/18] board: ti: am64x: am64x.env: set fdtfile env variable
` [PATCH 07/18] environment: ti: Prefix ARM64 DTB names with directory
` [PATCH 08/18] environment: ti: Make get_fdt_mmc common
` [PATCH 12/18] include: armv7: Enable distroboot across all configs
` [PATCH 13/18] configs: k3: make consistent bootcmd across all k3 socs
` [PATCH 14/18] board: ti: keys: add .key and .crt for fit signature signing

Please pull u-boot-video
 2023-07-17 14:38 UTC  (2+ messages)

Pull request efi-2023-10-rc1
 2023-07-17 14:38 UTC  (2+ messages)

[PATCH v7 00/23] Migration to using binman for bootloader
 2023-07-17 13:41 UTC  (10+ messages)
` [PATCH v7 05/23] j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img

[RFC PATCH 0/4] arm: dts: Sync k3-am62 with upstream
 2023-07-17 12:27 UTC  (2+ messages)

[PATCH v3] fpga: add inline stub for fpga_load
 2023-07-17 13:25 UTC 

[PATCH v3 0/5] Introduce the sysinfo command
 2023-07-17 12:27 UTC  (4+ messages)
` [PATCH v3 4/6] sysinfo: Add documentation

[PATCH v2 1/4] cmd: bind: Add unbind command with driver filter
 2023-07-17 11:21 UTC  (4+ messages)
` [PATCH v2 2/4] usb: gadget: ether: Inline functions used once
` [PATCH v2 3/4] usb: gadget: ether: Move probe function above driver structure
` [PATCH v2 4/4] usb: gadget: ether: Handle gadget driver registration in probe and remove

[PATCH v4 00/12] Integrate EFI capsule tasks into u-boot's build flow
 2023-07-17 11:18 UTC  (19+ messages)
` [PATCH v4 01/12] binman: bintool: Build a tool from a list of commands
` [PATCH v4 03/12] capsule: authenticate: Add capsule public key in platform's dtb
` [PATCH v4 06/12] binman: capsule: Add support for generating capsules
` [PATCH v4 08/12] CI: capsule: Setup the files needed for capsule update testing
` [PATCH v4 11/12] sandbox: capsule: Add a config file for generating capsules
` [PATCH v4 12/12] sandbox: capsule: Generate capsule related files through binman

[PATCH v2] x86: Update docs link in bootparam header
 2023-07-17  9:29 UTC  (3+ messages)

[PATCH 00/17] Hi,
 2023-07-17  9:27 UTC  (2+ messages)
` [PATCH 00/17] arm64: zynqmp: Sync DTs was [Hi,]

[PATCH v5 00/46] x86: Use qemu-x86_64 to boot EFI installers
 2023-07-17  9:24 UTC  (14+ messages)
` [PATCH v5 16/46] log: Tidy up an ambiguous comment
` [PATCH v5 23/46] pci: Allow the video BIOS to work in SPL with QEMU
` [PATCH v5 27/46] x86: Ensure SPL banner is only shown once
` [PATCH v5 28/46] x86: Init video in SPL if enabled
` [PATCH v5 29/46] pci: Adjust video BIOS debugging to be SPL-friendly
` [PATCH v5 37/46] x86: Record the start and end of the tables

[PATCH] mtd: Add missing MTD dependency for cfi_mtd
 2023-07-17  9:22 UTC  (2+ messages)

[PATCH] mmc: zynq_sdhci: Dll reset only for ZynqMP platform
 2023-07-17  9:21 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add support for w25q256jwm
 2023-07-17  9:19 UTC  (2+ messages)

[PATCH v2] xilinx: zynqmp: Extract aes operation into new file
 2023-07-17  9:19 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Switch to amd.com emails
 2023-07-17  9:10 UTC  (2+ messages)

[PATCH] xilinx: zynq: Enable fdt apply utility for zynq
 2023-07-17  9:10 UTC  (2+ messages)

[PATCH v6 0/3] binman: Add support for externally encrypted blobs
 2023-07-17  7:05 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] binman: Allow cipher node as special section
` [PATCH v6 3/3] binman: Add tests for etype encrypted

[PATCH] .mailmap: Correct entires for Masahiro Yamada
 2023-07-17  6:55 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