messages from 2024-08-07 09:55:58 to 2024-08-08 10:02:27 UTC [more...]
[PATCH] imx: imx8: fix build when CONFIG_IMX_BOOTAUX is set
2024-08-08 10:02 UTC (3+ messages)
[PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards
2024-08-08 9:27 UTC (2+ messages)
` [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot "
[PATCH v3] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
2024-08-08 9:21 UTC (4+ messages)
[PATCH v5] board: rockchip: add Radxa ROCK 3 Model C
2024-08-08 9:13 UTC (2+ messages)
[Binman] Question regarding SPL symbol offsets generation
2024-08-08 9:06 UTC
[PATCH] usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off case
2024-08-08 8:51 UTC
[PULL] Pull request for u-boot-nand-20240808
2024-08-08 8:49 UTC
Please pull u-boot-i2c
2024-08-08 8:42 UTC
[PATCH 1/1] ata: dwc_ahsata: create boot device
2024-08-08 7:08 UTC
[PATCH v2 0/9] led: introduce LED boot and activity function
2024-08-08 6:34 UTC (11+ messages)
` [PATCH v2 1/9] led: turn LED ON on initial SW blink
` [PATCH v2 2/9] led: implement led_set_state/period_by_label
` [PATCH v2 3/9] led: implement LED boot API
` [PATCH v2 4/9] common: board_r: rework BOOT LED handling
` [PATCH v2 5/9] led: implement LED activity API
` [PATCH v2 6/9] tftp: implement support for LED activity
` [PATCH v2 7/9] mtd: "
` [PATCH v2 8/9] ubi: "
` [PATCH v2 9/9] doc: introduce led.rst documentation
[PATCH] cmd: sf: prevent overwriting the reserved memory
2024-08-08 6:22 UTC (10+ messages)
[PATCH 0/4] mtd: spi-nor: add generic flash driver
2024-08-08 6:00 UTC (5+ messages)
` [PATCH 1/4] mtd: spi-nor: Rework set_4byte()
` [PATCH 2/4] mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data
` [PATCH 3/4] mtd: spi-nor: Remove SPI_NOR_SKIP_SFDP flag
` [PATCH 4/4] mtd: spi-nor: add generic flash driver
[PATCH] MAINTAINERS: Update path for U-Boot environment variables YAML
2024-08-08 5:57 UTC
[PATCH] arm: dts: keystone: Move to OF_UPSTREAM
2024-08-08 5:53 UTC (2+ messages)
[PATCH] riscv: resume needs to be a global
2024-08-08 2:14 UTC
[PATCH v5 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-08-08 3:14 UTC (39+ messages)
` [PATCH v5 01/38] mmc: dw_mmc: Remove unused version field from struct dwmci_host
` [PATCH v5 02/38] mmc: dw_mmc: Move struct idmac to dw_mmc.c
` [PATCH v5 03/38] mmc: dw_mmc: Extract waiting for data busy into a separate routine
` [PATCH v5 04/38] mmc: dw_mmc: Extract FIFO init "
` [PATCH v5 05/38] mmc: dw_mmc: Extract divider update to a separate function
` [PATCH v5 06/38] mmc: dw_mmc: Extract FIFO data transfer into a separate routine
` [PATCH v5 07/38] mmc: dw_mmc: Extract DMA transfer handling code "
` [PATCH v5 08/38] mmc: dw_mmc: Extract setting the DMA descriptor "
` [PATCH v5 09/38] mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings
` [PATCH v5 10/38] mmc: dw_mmc: Add support for 64-bit IDMAC
` [PATCH v5 11/38] mmc: dw_mmc: Replace fifoth_val property with fifo-depth
` [PATCH v5 12/38] mmc: dw_mmc: Fix kernel-doc comments in dwmmc.h
` [PATCH v5 13/38] mmc: dw_mmc: Improve coding style
` [PATCH v5 14/38] arm: dts: exynos: Add upstream DW MMC properties to all Exynos dts
` [PATCH v5 15/38] dt-bindings: exynos: Update bindings doc for DW MMC controller
` [PATCH v5 16/38] arm: exynos: Add header guard for dwmmc.h
` [PATCH v5 17/38] mmc: exynos_dw_mmc: Fix obtaining the base address of controller
` [PATCH v5 18/38] mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()
` [PATCH v5 19/38] mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
` [PATCH v5 20/38] mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
` [PATCH v5 21/38] mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
` [PATCH v5 22/38] mmc: exynos_dw_mmc: Convert to use livetree API
` [PATCH v5 23/38] mmc: exynos_dw_mmc: Read upstream SDR timing properties
` [PATCH v5 24/38] mmc: exynos_dw_mmc: Abstract CLKSEL register
` [PATCH v5 25/38] mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
` [PATCH v5 26/38] mmc: exynos_dw_mmc: Read common bus-width property
` [PATCH v5 27/38] mmc: exynos_dw_mmc: Read common clock-frequency property
` [PATCH v5 28/38] mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
` [PATCH v5 29/38] mmc: exynos_dw_mmc: Read and use DDR timing when available
` [PATCH v5 30/38] mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
` [PATCH v5 31/38] mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
` [PATCH v5 32/38] mmc: exynos_dw_mmc: Pull all init code into probe function
` [PATCH v5 33/38] mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
` [PATCH v5 34/38] mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
` [PATCH v5 35/38] mmc: exynos_dw_mmc: Improve coding style
` [PATCH v5 36/38] arm: dts: exynos: Remove outdated DW MMC properties in all Exynos dts
` [PATCH v5 37/38] configs: e850-96: Enable MMC
` [PATCH v5 38/38] doc: samsung: Mention enabled eMMC in E850-96 board doc
[PATCH v4 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-08-08 2:23 UTC (4+ messages)
` [PATCH v4 14/38] arm: dts: exynos: Add upstream DW MMC properties to all Exynos dts
[PATCH 0/6] bootstd: sunxi: Migrate to standard boot
2024-08-07 20:50 UTC (7+ messages)
` [PATCH 1/6] sunxi: Drop BOOTCMD_SUNXI_COMPAT
` [PATCH 2/6] sunxi: Add a bootmeth for FEL
` [PATCH 3/6] sunxi: Move to bootstd
` [PATCH 4/6] sunxi: Drop old distro boot variables
` [PATCH 5/6] env: Provide a work-around for unquoting fdtfile
` [PATCH 6/6] sunxi: Move to text environment
pinctrl warning on sandbox
2024-08-07 23:17 UTC
[PATCH v4 00/21] Universal Payload initial series
2024-08-07 22:47 UTC (22+ messages)
` [PATCH v4 01/21] sandbox: Use const in os_jump_to_file()
` [PATCH v4 02/21] sandbox: Fix a comment in os_find_u_boot()
` [PATCH v4 03/21] test: Move some SPL-loading test-code into sandbox common
` [PATCH v4 04/21] fdt: Don't overwrite bloblist devicetree
` [PATCH v4 05/21] sandbox: fdt: Avoid overwriting an existing fdt
` [PATCH v4 06/21] sandbox: Return error code from read/write/seek
` [PATCH v4 07/21] sandbox: Add ELF file to VPL u-boot.img
` [PATCH v4 08/21] sandbox: Set up global_data earlier
` [PATCH v4 09/21] upl: Add support for reading a upl handoff
` [PATCH v4 10/21] upl: Add support for writing "
` [PATCH v4 11/21] upl: Add basic tests
` [PATCH v4 12/21] upl: Add a command
` [PATCH v4 13/21] upl: Add support for Universal Payload in SPL
` [PATCH v4 14/21] spl: Set SPL_FIT_FOUND for full FIT also
` [PATCH v4 15/21] spl: Plumb in the Universal Payload handoff
` [PATCH v4 16/21] upl: Plumb in universal payload to the init process
` [PATCH v4 17/21] sandbox_vpl: Enable Universal Payload
` [PATCH v4 18/21] upl: Add initial documentation
` [PATCH v4 19/21] sandbox: Add a flag to enable UPL
` [PATCH v4 20/21] sandbox: Add an SPL loader for UPL
` [PATCH v4 21/21] upl: Add an end-to-end test
[PATCH 08/11] board: vining_2000: convert to DM_I2C
2024-08-07 22:34 UTC (2+ messages)
` [PATCH v2 "
[PATCH 1/1] boot: set correct block device name in set_efi_bootdev()
2024-08-07 20:52 UTC (4+ messages)
[PATCH v8 00/23] Introduce the lwIP network stack
2024-08-07 20:44 UTC (28+ messages)
` [PATCH v8 01/23] flash: prefix error codes with FL_
` [PATCH v8 02/23] net: wget: removed unused function wget_success()
` [PATCH v8 03/23] net: wget: allow EFI boot
` [PATCH v8 04/23] net: introduce alternative implementation as net-lwip/
` [PATCH v8 05/23] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
` [PATCH v8 06/23] net: fec_mxc_init(): do not ignore return status of fec_open()
` [PATCH v8 07/23] net: split include/net.h into net{, -common, -legacy, -lwip}.h
` [PATCH v8 08/23] net: eth-uclass: add function eth_start_udev()
` [PATCH v8 09/23] net-lwip: build lwIP
` [PATCH v8 10/23] net-lwip: add DHCP support and dhcp commmand
` [PATCH v8 11/23] net-lwip: add TFTP support and tftpboot command
` [PATCH v8 12/23] net-lwip: add ping command
` [PATCH v8 13/23] net-lwip: add dns command
` [PATCH v8 14/23] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v8 15/23] net-lwip: add wget command
` [PATCH v8 16/23] net-lwip: lwIP wget supports user defined port in the uri, so allow it
` [PATCH v8 17/23] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v8 18/23] configs: add qemu_arm64_lwip_defconfig
` [PATCH v8 19/23] lwip: tftp: add support of blksize option to client
` [PATCH v8 20/23] net-lwip: add TFTP_BLOCKSIZE
` [PATCH v8 21/23] CI: add qemu_arm64_lwip to the test matrix
` [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader
` [PATCH v8 23/23] MAINTAINERS: net-lwip: add myself as a maintainer
[PATCH v5 00/20] Introduce the lwIP network stack
2024-08-07 19:08 UTC (10+ messages)
` [PATCH v5 03/20] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
[PATCH v3 00/21] Universal Payload initial series
2024-08-07 17:38 UTC (2+ messages)
[PATCH v5 0/4] alist: Implement a pointer list / array of structs
2024-08-07 17:38 UTC (2+ messages)
[PATCH v2] driver: pwm: pwm-imx: fix probing on imx6
2024-08-07 15:53 UTC
[PATCH] ubifs: Call ubifs_iput when ubifs_iget is used
2024-08-07 15:42 UTC
[PATCH] defconfig: Add a config for AM335x High Security EVM with SPI Boot support
2024-08-07 15:26 UTC
[RFC PATCH] ubifs: Call ubifs_iput when ubifs_iget is used
2024-08-07 15:14 UTC (4+ messages)
[PATCHv2 1/3] i2c: imx_lpi2c: Fix a typo in bus_i2c_receive
2024-08-07 14:39 UTC (5+ messages)
` [PATCHv2 3/3] i2c: imx_lpi2c: Support read transfers longer than 256 bytes
[PATCH v1 0/4] apalis/colibri imx8: enable additional features
2024-08-07 14:38 UTC (6+ messages)
` [PATCH v1 1/4] board: apalis-imx8: add reset code
` [PATCH v1 2/4] apalis-imx8: enable i.MX specific BOOTAUX
` [PATCH v1 3/4] colibri-imx8x: "
` [PATCH v1 4/4] colibri-imx8x: enable i.MX specific SNVS configuration
[PATCH v2 00/21] Universal Payload initial series
2024-08-07 14:36 UTC (3+ messages)
Fw: ECDSA for FIT Files in U-Boot
2024-08-07 14:36 UTC (4+ messages)
[PATCH v2 00/39] efi: Add a test for EFI bootmeth
2024-08-07 14:36 UTC (7+ messages)
` [PATCH v2 06/39] bootstd: Create a function to reset USB
` [PATCH v2 36/39] efi: Add a test app
[PATCH 1/1] efi_loader: correct description of efi_get_distro_fdt_name
2024-08-07 14:36 UTC (2+ messages)
[PATCH v2 0/1] board: tegra: convert boards to text env
2024-08-07 14:36 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] configs: enable efidebug and EFI http boot on QEMU aarch64
2024-08-07 14:36 UTC (3+ messages)
[PATCH 1/3] omap: Use spl_soc_init instead of spl_board_init
2024-08-07 14:20 UTC (2+ messages)
[PATCH 00/12] omap configuration cleanups
2024-08-07 14:20 UTC (2+ messages)
[PATCH] android_ab: Fix backup offset calculation
2024-08-07 14:13 UTC
[PATCH v3 1/3] i2c: imx_lpi2c: Fix a typo in bus_i2c_receive
2024-08-07 14:08 UTC (3+ messages)
` [PATCH v3 2/3] i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hz
` [PATCH v3 3/3] i2c: imx_lpi2c: Support read transfers longer than 256 bytes
[PATCH 01/11] board: shc: convert to DM_I2C
2024-08-07 13:47 UTC (7+ messages)
` [PATCH 10/11] board: cm_fx6: "
` [PATCH v2 "
[PATCH v7 00/20] Introduce the lwIP network stack
2024-08-07 12:41 UTC (4+ messages)
` [PATCH v7 08/20] net-lwip: add DHCP support and dhcp commmand
[PATCH] usb: gadget: udc: Fix duplicate uclass name
2024-08-07 12:36 UTC (3+ messages)
[PATCH v1] lib: elf: Fix bootelf -p crash issue
2024-08-07 2:20 UTC
[PATCH] usb: gadget: ether: Handle gadget driver registration in start and stop
2024-08-06 20:28 UTC (3+ messages)
[PATCH v2 0/1] disk: add TegraPT support
2024-08-07 12:10 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v2 00/10] rockchip: pinctrl: Add support for pinmux status cmd
2024-08-07 10:47 UTC (9+ messages)
` [PATCH v2 07/10] gpio: rockchip: Use pinctrl pin offset to get_gpio_mux()
` [PATCH v2 08/10] gpio: rockchip: Add request() ops
` [PATCH v2 09/10] rockchip: gpio: Add gpio-ranges props
` [PATCH v2 10/10] rockchip: gpio: Add missing gpio aliases
[PATCH V2 1/3] nvmem: u-boot-env: error if NVMEM device is too small
2024-08-07 9:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox