u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-26 12:40:55 to 2022-08-29 07:15:40 UTC [more...]

[PATCH] Makefile: Use relative paths for debugging symbols
 2022-08-29  7:15 UTC  (6+ messages)

[PATCH 1/1] usb: request only 8 bytes for USB_SPEED_FULL bMaxPacketSize0 discovery
 2022-08-29  7:07 UTC  (2+ messages)

[PATCH v2 0/9] Add DM support for atmel NAND driver
 2022-08-29  6:41 UTC  (11+ messages)
` [PATCH v2 1/9] nand: atmel: Add DM based "
` [PATCH v2 2/9] nand: atmel: Add pmecc driver
` [PATCH v2 3/9] mfd: syscon: Add atmel-matrix registers definition
` [PATCH v2 4/9] memory: atmel-ebi: add Atmel EBI (External Bus Interface) driver
` [PATCH v2 5/9] mfd: syscon: atmel-smc: Add driver for atmel SMC
` [PATCH v2 6/9] configs: at91: sam9x60ek: Enable DM based nand driver
` [PATCH v2 7/9] ARM: dts: at91: sam9x60: Add nodes for EBI and NAND
` [PATCH v2 8/9] ARM: dts: at91: sam9x60ek: Enable NAND support
` [PATCH v2 9/9] board: sam9x60ek: remove nand init from board file

[PATCH v2] tee: optee: rework TA bus scanning code
 2022-08-29  6:33 UTC 

[PATCH] nvmem: u-boot-env: fix crc32 casting type
 2022-08-29  6:25 UTC  (2+ messages)

[RFC PATCH 0/8] Migrate watchdog reset to cyclic infrastructure
 2022-08-29  6:23 UTC  (9+ messages)
` [RFC PATCH 1/8] cmd/cyclic: Use div64 macros for division and remainder
` [RFC PATCH 2/8] watchdog: Integrate watchdog triggering into the cyclic framework
` [RFC PATCH 3/8] cyclic: Introduce schedule() function
` [RFC PATCH 4/8] cyclic: Use schedule() instead of WATCHDOG_RESET()
` [RFC PATCH 5/8] watchdog: Get rid of ASSEMBLY hacks
` [RFC PATCH 6/8] watchdog: Remove WATCHDOG_RESET macro
` [RFC PATCH 7/8] watchdog: Further cleanup
` [RFC PATCH 8/8] WIP: .azure-pipelines.yml: Remove evb-ast2600

Question about uboot initialisation
 2022-08-29  3:24 UTC  (3+ messages)

[PATCH] virtio: pci: fix bug of virtio_pci_map_capability
 2022-08-28 23:53 UTC 

[PATCH] usb: Add delay for control messages to reach usb stick
 2022-08-28 21:41 UTC  (5+ messages)

[PATCH 0/8] image: Refactor ramdisk code to avoid #ifdef
 2022-08-28 18:32 UTC  (9+ messages)
` [PATCH 1/8] image: Fix up ANDROID_BOOT_IMAGE ramdisk code
` [PATCH 2/8] image: Track when ramdisk processing is completed
` [PATCH 3/8] image: Drop #ifdefs for LEGACY_IMAGE_FORMAT
` [PATCH 4/8] image: Drop one #ifdef for FIT
` [PATCH 5/8] image: Drop another "
` [PATCH 6/8] image: Drop remaining FIT #ifdef
` [PATCH 7/8] image: Correct indentation in select_ramdisk()
` [PATCH 8/8] image: Drop some other #ifdefs in image-board.c

[PATCH v2 18/18] virtio: pci: Make use of dm_pci_map_bar()
 2022-08-28 16:49 UTC  (3+ messages)

[PATCH] board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP images
 2022-08-28 15:19 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] tools: mkimage: fix build with recent LibreSSL
 2022-08-28 14:37 UTC  (2+ messages)

[PATCH v2] fs: fix comment typo
 2022-08-28 10:11 UTC  (3+ messages)

[PATCH v2 0/8] arm: dts: imx: sync device trees with upstream linux kernel part 1
 2022-08-28  6:50 UTC  (10+ messages)
` [PATCH v2 1/8] vf610: synchronise device tree with linux
` [PATCH v2 2/8] imxrt1020: fix lpuart issue in common u-boot device tree
` [PATCH v2 3/8] imxrt1050: synchronise device tree with linux
` [PATCH v2 4/8] imx8ulp: "
` [PATCH v2 5/8] imx8mq: "
` [PATCH v2 6/8] imx8mp: "
` [PATCH v2 7/8] imx8mn: "
` [PATCH v2 8/8] imx8mm: "

[PATCH] board: turris: Initialize serial# env
 2022-08-28  3:48 UTC  (2+ messages)

[PATCH] arm: mvebu: turris_{omnia, mox}: Reset bootdelay env for rescue
 2022-08-28  3:48 UTC  (2+ messages)

[PATCH v2] dm: core: Do not stop uclass iteration on error
 2022-08-28  1:52 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] fdt_support: add optional board_rng_seed() hook
 2022-08-28  1:52 UTC  (7+ messages)

Please pull u-boot-dm
 2022-08-27 22:15 UTC  (2+ messages)

[PATCH 1/4] microblaze: drop CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE
 2022-08-27 17:48 UTC  (4+ messages)
` [PATCH 2/4] cpu: microblaze: remove unused ret variable

[PATCH 00/15] scsi: Convert sandbox SCSI to driver model
 2022-08-27 15:15 UTC  (16+ messages)
` [PATCH 01/15] scsi: Tidy up comments for struct scsi_cmd
` [PATCH 02/15] sandbox: usb: Rename transfer_len in protocol struct
` [PATCH 03/15] scsi: Move cmd_phase enum to the header
` [PATCH 04/15] scsi: Move core emulation state into a new struct
` [PATCH 05/15] sandbox: Move buffer to scsi_emul_info
` [PATCH 06/15] scsi: Move vendor/product info into the shared struct
` [PATCH 07/15] sandbox: scsi: Move block size into "
` [PATCH 08/15] sandbox: scsi: Move file "
` [PATCH 09/15] sandbox: scsi: Move reply setup out of helper
` [PATCH 10/15] sandbox: scsi: Remove setup calls from handle_read()
` [PATCH 11/15] sandbox: scsi: Move structs to header file
` [PATCH 12/15] sandbox: Enable SCSI for all builds
` [PATCH 13/15] sandbox: scsi: Move request-handling code to scsi_emul
` [PATCH 14/15] sandbox: Convert to use driver model for SCSI
` [PATCH 15/15] sandbox: Add a test "

[PATCH 1/2] xyz-modem: Wait infinitely for initial y-modem packet
 2022-08-27 14:47 UTC  (15+ messages)
` [PATCH v2] xyz-modem: Allow to configure initial timeout for loadx and loady
` [PATCH v3] "

[PATCH] bootm: Fix upper bound of FDT overlap checks
 2022-08-27 12:48 UTC 

[PATCH] pci: Do not enable PCIe ASMedia ASM2824 workaround by default
 2022-08-27 12:30 UTC  (2+ messages)
` [PATCH v2] pci: Do not enable PCIe GEN3 link retrain "

[PATCH] distroboot: ubifs: Add support for specifying UBI header offset
 2022-08-27 12:06 UTC  (5+ messages)

[PATCH] disk: part: remove dependency to ubifs for spl
 2022-08-27 12:06 UTC  (2+ messages)

[PATCH] nvme: Do a clean NVMe shutdown
 2022-08-27 12:06 UTC  (2+ messages)

[PATCH] pci: Add checks to prevent config space overflow
 2022-08-27 12:06 UTC  (2+ messages)

[PATCH] arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVE
 2022-08-27 12:00 UTC 

[PATCH 0/4] Update Chameleon v3 configuration
 2022-08-27  0:20 UTC  (9+ messages)
` [PATCH 1/4] socfpga: chameleonv3: Enable ext4 in SPL
` [PATCH 2/4] socfpga: chameleonv3: Move environment to a text file
` [PATCH 3/4] arm: dts: chameleonv3: Override chameleonv3 bitstream names
` [PATCH 4/4] arm: dts: chameleonv3: Add 270-2 variant

[PATCH] ARM: imx: Enable SPL GPIO hog on i.MX8M Plus DHCOM
 2022-08-27 11:22 UTC  (2+ messages)

[PATCH v3 0/4] mtd: spi: spi-nor: rk3399: rock-pi-4: u-boot/next Support SPI NOR Flash in Rock Pi 4 (XTX xt25f32b)
 2022-08-27  4:02 UTC  (3+ messages)
` [PATCH v3 2/4] rockchip: rk-3399: rock-pi-4: dts: Add XTX SPI NOR 4MiB Flash chip in Rock Pi 4 boards from rev 1.4 on

[PATCH 1/2] rockchip: rk3399: fix incorrect boot-device in u-boot, spl-boot-device
 2022-08-27  3:59 UTC  (4+ messages)
` [PATCH 2/2] rockchip: rk3399: sync spl_boot_devices_tbl and boot_devices node paths
` [PATCH 1/2] rockchip: rk3399: fix incorrect boot-device in u-boot,spl-boot-device

[PATCH v2 5/5] rockchip: rock-pi-4: dts: spi: Make the index of the spi flash the same in SPL and U-Boot proper
 2022-08-27  3:51 UTC  (6+ messages)

[PATCH] rockchip: rk3308: fix same-as-spl boot order
 2022-08-27  3:24 UTC  (2+ messages)

[PATCH] rockchip: rk3308: fix rockchip_dnl_key_pressed() on roc-cc
 2022-08-27  3:23 UTC  (2+ messages)

[PATCH] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2
 2022-08-27  3:20 UTC  (2+ messages)

[PATCH] image-fit: don't set compression if it can't be read
 2022-08-27  3:17 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3 1/2] bootm: fix typo imape_comp -> image_comp
      ` [PATCH v3 2/2] image-fit: don't set compression if it can't be read
      ` [PATCH v4 1/2] bootm: fix typo imape_comp -> image_comp
      ` [PATCH v4 2/2] image-fit: don't set compression if it can't be read

[PATCH] drivers: ram: rockchip: Fix dram channels calculation for rk3399
 2022-08-27  2:54 UTC  (2+ messages)

[PATCH] rockchip: rk3399: boot_devices: fix eMMC node name
 2022-08-27  2:18 UTC  (2+ messages)

[PATCH] binman: Sort tests and rework test-file numbers
 2022-08-27  1:59 UTC  (3+ messages)

[RFC PATCH] Rename disto_[pxe_]getfile to distro_[pxe_]getfile
 2022-08-27  1:59 UTC  (3+ messages)

[PATCH 2/2] binman: Document how to handle dependent images
 2022-08-27  1:59 UTC  (4+ messages)
` [PATCH 1/2] binman: Mention split-elf in the main docs

[PATCH v2 01/11] doc: Build documentation in parallel
 2022-08-27  1:59 UTC  (4+ messages)
` [PATCH v2 00/11] binman: Enhancements to binman mkimage

[PATCH 2/2] patman: Tidy up unnecessary blank lines and numbers
 2022-08-27  1:59 UTC  (4+ messages)
` [PATCH 1/2] patman: Fix version table

[PATCH] dm: core: fix a typo in help text
 2022-08-27  1:59 UTC  (3+ messages)

[PATCH 1/1] boot: simplify bootmeth_vbe_simple_ft_fixup()
 2022-08-27  1:59 UTC  (3+ messages)

[PATCH 1/1] boot: fix vbe_find_first_device()
 2022-08-27  1:59 UTC  (3+ messages)

[PATCH] vbe: Enable command only with BOOTSTD_FULL
 2022-08-27  1:59 UTC  (3+ messages)

[PATCH] corenet_ds.h: Remove
 2022-08-27  0:20 UTC  (2+ messages)

[PATCH v5 0/8] migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-08-27  0:21 UTC  (15+ messages)
` [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage
` [PATCH v5 2/8] binman: allow user-defined filenames for mkimage entry
` [PATCH v5 3/8] rockchip: remove binman temporary files when cleaning
` [PATCH v5 4/8] rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman for ARM
` [PATCH v5 5/8] rockchip: generate u-boot-rockchip.bin with binman for ARM64 boards
` [PATCH v5 6/8] rockchip: simplify binman image dependencies addition to INPUTS
` [PATCH v5 7/8] rockchip: allow to build SPI images even without HAS_ROM option
` [PATCH v5 8/8] rockchip: add u-boot-rockchip-spi.bin image for booting from SPI-NOR flash

[PATCH v9 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-08-27  0:20 UTC  (3+ messages)
` [PATCH v9 08/15] event: Add an event for main_loop

[PATCH 1/2] Revert "i2c: fix stack buffer overflow vulnerability in i2c md command"
 2022-08-27  0:21 UTC  (5+ messages)
` [PATCH 2/2] i2c: fix stack buffer overflow vulnerability in i2c md command

[RFC PATCH] clk: fix clk_get_rate() always return ulong
 2022-08-27  0:20 UTC  (3+ messages)

[PATCH 00/13] USB support for QCS404 SoC
 2022-08-26 18:51 UTC  (27+ messages)
` [PATCH 01/13] phy: Move qcom SoCs specific phy drivers to qcom folder
` [PATCH 02/13] phy: Add support for drivers to enable USB on QCS404 SoC
` [PATCH 03/13] reset: Convert ipq4019 driver to a generic Qcom driver
` [PATCH 04/13] reset: qcom: Add support for QCS404 SoC reset table
` [PATCH 05/13] dts: qcs404-evb: Add reset controller node
` [PATCH 06/13] clocks: qcom: Add clock enable callback support
` [PATCH 07/13] clocks: qcs404: Add support for USB clocks
` [PATCH 08/13] dts: qcs404-evb: Add USB controller and PHY nodes
` [PATCH 09/13] pmic: Convert pm8916 driver to a generic Qcom PMIC driver
` [PATCH 10/13] gpio: qcom_pmic: Add support for GPIO LV/MV subtype
` [PATCH 11/13] dts: qcs404-evb: Add PMIC GPIO controller node
` [PATCH 12/13] board: qcs404-evb: Enable USB3 specific PMIC GPIO
` [PATCH 13/13] qcs404evb_defconfig: Enable USB configs

[PATCH] arm: total_compute: enable psci
 2022-08-26 18:51 UTC  (2+ messages)

[PATCH] configs: j721s2_evm_a72_defconfig: fix the bootcmd
 2022-08-26 18:49 UTC  (2+ messages)

[PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs
 2022-08-26 18:49 UTC  (5+ messages)
` [PATCH v2 1/2] pinctrl: sdm845: Remove redundant CONFIG_SDM845 check
` [PATCH v2 2/2] arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings

[PATCH 0/4] Reduce TI-SCI driver size to fix am65x_evm_r5 build
 2022-08-26 18:49 UTC  (9+ messages)
` [PATCH 1/4] firmware: ti_sci: Reduce output on ti_sci_do_xfer error
` [PATCH 2/4] firmware: ti_sci: Factor out message alloc failed message
` [PATCH 3/4] firmware: ti_sci: Remove inline keyword from functions
` [PATCH 4/4] firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function

[RFC PATCH v1 0/9] Renesas RZ/N1 SoC initial support
 2022-08-26 15:47 UTC  (6+ messages)
` [RFC PATCH v1 3/9] clk: renesas: add R906G032 driver

[RFC PATCH v1 9/9] tools: Add tool to create Renesas SPKG images
 2022-08-26 15:01 UTC  (7+ messages)
` [RFC PATCH v2 9/9] tools: spkgimage: add Renesas SPKG format

[U-Boot] [PATCH 00/10] Add pruss and pru support for am33xx and am57xx
 2022-08-26 14:56 UTC  (2+ messages)

Broken commit de47ff536363289f92f85ed1e4901724d238432d
 2022-08-26 14:53 UTC  (11+ messages)

[PATCH v3 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-08-26 14:29 UTC  (2+ messages)

[RFC PATCH 1/1] spl: introduce SPL_XIP to config
 2022-08-26 14:10 UTC  (3+ messages)
` [PATCH] "

[PATCH v1 0/8] arm: dts: imx: sync device trees with upstream linux kernel part 1
 2022-08-26 14:05 UTC  (5+ messages)
` [PATCH v1 3/8] imxrt1050: synchronise device tree with linux

[PATCH 0/3] Clarify standalone application support
 2022-08-26 13:42 UTC  (5+ messages)
` [PATCH 1/3] Licenses: Clarify exceptions for standalone apps
` [PATCH 3/3] exports: Fix export of SPI access functions

[PATCH v1 00/16] arm: dts: imx: sync device trees with upstream linux kernel part 2
 2022-08-26  9:48 UTC  (2+ messages)
` [PATCH v1 01/16] imx7ulp: synchronise device tree with linux

[PATCH v8] board: purism: add the Purism Librem5 phone
 2022-08-25 13:46 UTC 


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