messages from 2024-08-05 13:56:34 to 2024-08-07 12:14:53 UTC [more...]
[PATCH] usb: gadget: ether: Handle gadget driver registration in start and stop
2024-08-07 6:38 UTC (5+ messages)
[PATCH v2 0/1] board: tegra: convert boards to text env
2024-08-07 12:14 UTC
[PATCH v2 0/1] disk: add TegraPT support
2024-08-07 12:10 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH 01/11] board: shc: convert to DM_I2C
2024-08-07 11:16 UTC (3+ messages)
` [PATCH 10/11] board: cm_fx6: "
[PATCH v3] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
2024-08-07 11:04 UTC (4+ messages)
[PATCHv2 1/3] i2c: imx_lpi2c: Fix a typo in bus_i2c_receive
2024-08-07 10:49 UTC (3+ messages)
` [PATCHv2 3/3] i2c: imx_lpi2c: Support read transfers longer than 256 bytes
[PATCH v2 00/10] rockchip: pinctrl: Add support for pinmux status cmd
2024-08-07 10:47 UTC (19+ messages)
` [PATCH v2 01/10] pinctrl: rockchip: Use syscon_regmap_lookup_by_phandle()
` [PATCH v2 02/10] pinctrl: rockchip: Add a pin_to_bank() helper
` [PATCH v2 04/10] pinctrl: rockchip: Add pinmux status related ops
` [PATCH v2 05/10] pinctrl: rockchip: Add gpio_request_enable() ops
` [PATCH v2 06/10] gpio: rockchip: Get pinctrl device from gpio-ranges prop
` [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)
[PATCH] driver: pwm: pwm-imx: fix probing on imx6
2024-08-07 9:34 UTC (3+ messages)
[PATCH v2] remoteproc: uclass: Modify uc_pdata->name to use combination of device name and device's parent name
2024-08-07 9:08 UTC
[PATCH] remoteproc: uclass: Modify uc_pdata->name to use combination of device name and device's parent name
2024-08-07 8:41 UTC (3+ messages)
[PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver
2024-08-07 7:13 UTC (3+ messages)
[PATCH] usb: gadget: udc: Fix duplicate uclass name
2024-08-07 7:07 UTC (7+ messages)
` [PATCH] dm: core: Show device sequence instead in dm_dump_tree()
` [PATCH] cmd: bind: Use device sequence instead for driver bind/unbind
[PATCH v2 00/39] efi: Add a test for EFI bootmeth
2024-08-07 7:00 UTC (51+ messages)
` [PATCH v2 01/39] nvmxip: Drop the message on probe
` [PATCH v2 02/39] nvmxip: Avoid probing on boot
` [PATCH v2 03/39] bootstd: Add UT_TESTF_CONSOLE_REC to bootflow tests
` [PATCH v2 04/39] test/py: Fix some pylint warnings in test_ut.py
` [PATCH v2 05/39] scripts: Update pylint.base
` [PATCH v2 06/39] bootstd: Create a function to reset USB
` [PATCH v2 07/39] usb: Drop old non-DM code
` [PATCH v2 08/39] log: Add a new log category for the console
` [PATCH v2 09/39] usb: Add DEV_FLAGS_DM to stdio for USB keyboard
` [PATCH v2 10/39] dm: usb: Deal with USB keyboard persisting across tests
` [PATCH v2 11/39] test: mbr: Adjust test to use lower-case hex
` [PATCH v2 12/39] test: mbr: Adjust test to drop 0x
` [PATCH v2 13/39] sandbox: Change the range used for memory-mapping tags
` [PATCH v2 14/39] sandbox: Update cpu to use logging
` [PATCH v2 15/39] sandbox: Unmap old tags
` [PATCH v2 16/39] sandbox: Add some debugging to pci_io
` [PATCH v2 17/39] sandbox: Implement reference counting for address mapping
` [PATCH v2 18/39] mmc: Use map_sysmem() with buffers in the mmc command
` [PATCH v2 19/39] read: Use map_sysmem() with buffers in the read command
` [PATCH v2 20/39] cmd: Fix memory-mapping in cmp command
` [PATCH v2 21/39] test: mbr: Unmap the buffers after use
` [PATCH v2 22/39] test: mbr: Use a constant for the block size
` [PATCH v2 23/39] test: mbr: Use RAM for the buffers
` [PATCH v2 24/39] test: mbr: Drop a duplicate test
` [PATCH v2 25/39] efi: Use puts() in cout so that console recording works
` [PATCH v2 26/39] efi_loader: Put back copyright message
` [PATCH v2 27/39] efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE
` [PATCH v2 28/39] efi_loader: Shorten the app rules
` [PATCH v2 29/39] efi_loader: Shorten the app rules further
` [PATCH v2 30/39] efi: Show the vendor in helloworld
` [PATCH v2 31/39] Revert "bootdev: avoid infinite probe loop"
` [PATCH v2 32/39] bootstd: Make bootdev_next_prio() continue after failure
` [PATCH v2 33/39] efi: Use the same filename for all sandbox builds
` [PATCH v2 34/39] bootstd: Add debugging for efi bootmeth
` [PATCH v2 35/39] efi: Disable ANSI output for tests
` [PATCH v2 36/39] efi: Add a test app
` [PATCH v2 37/39] efi: Avoid using sandbox virtio devices
` [PATCH v2 38/39] test: Set up an image suitable for EFI testing
` [PATCH v2 39/39] efi: Add a test for the efi bootmeth
[PATCH 1/1] boot: set correct block device name in set_efi_bootdev()
2024-08-07 6:57 UTC (3+ messages)
[PATCH 00/14] event: Replace some more init hooks
2024-08-07 6:06 UTC (6+ messages)
` [PATCH 05/14] initcall: Adjust the failure message and return value
[PATCH 00/40] Make LMB memory map global and persistent
2024-08-07 6:31 UTC (14+ messages)
` [PATCH 23/40] lmb: add a flags parameter to the API's
` [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver
[PATCH] cmd: sf: prevent overwriting the reserved memory
2024-08-07 5:05 UTC (3+ messages)
[PATCH 1/1] ata: sata_rescan must scan for block devices
2024-08-07 1:58 UTC
[PATCH 1/4] x86: Fix ptrdiff_t for x86_64
2024-08-07 1:56 UTC (9+ messages)
` [PATCH 2/4] dlmalloc: Fix integer overflow in request2size()
` [PATCH 3/4] dlmalloc: Fix integer overflow in sbrk()
` [PATCH 4/4] dlmalloc: Make sure allocation size is within malloc area
Selecting serial device for console
2024-08-06 22:33 UTC (3+ messages)
[PATCH v7 00/20] Introduce the lwIP network stack
2024-08-06 22:29 UTC (9+ messages)
[PATCH 1/1] efi_loader: correct description of efi_get_distro_fdt_name
2024-08-06 22:11 UTC
[PATCH v2 1/3] aes: Allow to store randomly generated IV in the FIT
2024-08-06 21:51 UTC (6+ messages)
` [PATCH v2 2/3] tools: binman: Add a property to pass a key directory to mkimage
` [PATCH v2 3/3] tools: binman: Add tests for FIT with data encrypted by mkimage
[PATCH 0/3] dm: core: Avoid multiple calls to fdt_parent_offset()
2024-08-06 21:51 UTC (7+ messages)
` [PATCH 1/3] dm: core: fdtaddr: "
` [PATCH 2/3] dm: core: ofnode: Avoid multiple calls to ofnode_get_parent()
` [PATCH 3/3] dm: core: regmap: "
[PATCH 0/2] bootstage: Fix unstash and sorting of records
2024-08-06 21:50 UTC (6+ messages)
` [PATCH 1/2] bootstage: Fix unstash of records from SPL
` [PATCH 2/2] bootstage: Do not sort records
[PATCH 1/1] Makefile: don't use CFLAGS for environment text file
2024-08-06 21:50 UTC (2+ messages)
[PATCH v4 0/5] net: dwc_eth_qos: Add glue driver for Intel MAC
2024-08-06 21:50 UTC (3+ messages)
` [PATCH v4 1/5] x86: provide mb() macro
Pull request: u-boot-sunxi/master for v2024.10
2024-08-06 18:43 UTC (2+ messages)
[PATCH 1/3] test_fs: Allow running unprivileged
2024-08-06 16:42 UTC (5+ messages)
` [PATCH 2/3] test_fs: Rename mount dir to scratch
[GIT PULL] xilinx patches for v2024.07-rc3
2024-08-06 15:35 UTC (2+ messages)
[PATCH v2 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
2024-08-06 14:58 UTC (25+ messages)
` [PATCH v2 01/14] rockchip: Move the default timer init to a common file
` [PATCH v2 02/14] spl: Correct use of CMD_BOOTI and CMD_BOOTZ
` [PATCH v2 03/14] spl: Remove some #ifdefs in spl_parse_image_header()
` [PATCH v2 04/14] spl: Remove remaining #ifdef "
` [PATCH v2 05/14] mmc: Use logging instead of printf()
` [PATCH v2 06/14] mmc: Use logging instead of pr_err()
` [PATCH v2 07/14] log: Avoid including function names by default
` [PATCH v2 08/14] spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
` [PATCH v2 10/14] spl: mmc: Adjust args of spl_mmc_find_device()
` [PATCH v2 11/14] spl: mmc: Try to clean up raw-mode options
` [PATCH v2 12/14] spl: Use unified inline functions for spl_load_info
` [PATCH v2 14/14] blk: Correct comment for blk_get_devnum_by_uclass_idname()
[PATCH 0/2] rockchip: Remove files that can be included from dts/upstream
2024-08-06 12:53 UTC (5+ messages)
` [PATCH 1/2] rockchip: px30/rk3326: Use soc dtsi files "
` [PATCH 2/2] rockchip: Use "
[PATCH v4 0/7] usb: gadget: atmel: Code refactor and DM_USB_GADGET support
2024-08-06 12:59 UTC (2+ messages)
[PATCH v2 1/2] spi: sunxi: fix CDR2 calculation
2024-08-06 12:37 UTC (4+ messages)
` [PATCH v2 2/2] spi: sunxi: fix clock divider calculation for max frequency setting
[PATCH v2] boot: android: fix booting without a ramdisk
2024-08-06 10:00 UTC (2+ messages)
[PATCH] cmd: bcb: Fix segfault on invalid block device
2024-08-06 9:59 UTC (2+ messages)
[PATCH v2] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
2024-08-06 8:08 UTC (3+ messages)
[RFC PATCH] ubifs: Call ubifs_iput when ubifs_iget is used
2024-08-06 7:13 UTC (3+ messages)
[PATCH v1 00/12] Bind Syscon driver with OF_REAL
2024-08-06 4:38 UTC (13+ messages)
` [PATCH v1 01/12] arm: rockchip: rk3399: Remove unused syscon drivers code
` [PATCH v1 02/12] arch: rockchip: rv1126: Update syscon driver binding method
` [PATCH v1 03/12] arm: rockchip: rv1126: Remove unused syscon drivers code
` [PATCH v1 04/12] arm: rockchip: px30: "
` [PATCH v1 05/12] arch: rockchip: rk3066: Update syscon driver binding method
` [PATCH v1 06/12] arm: rockchip: rk3066: Remove unused syscon drivers code
` [PATCH v1 07/12] arch: rockchip: rk3368: Update syscon driver binding method
` [PATCH v1 08/12] arm: rockchip: rk3368: Remove unused syscon drivers code
` [PATCH v1 09/12] arch: rockchip: rk3188: Update syscon driver binding method
` [PATCH v1 10/12] arm: rockchip: rk3188: Remove unused syscon drivers code
` [PATCH v1 11/12] arch: rockchip: rk3288: Update syscon driver binding method
` [PATCH v1 12/12] arm: rockchip: rk3288: Remove unused syscon drivers code
[PATCH] configs: rockchip: enable "ums" command for Radxa ROCK 5B
2024-08-06 3:47 UTC
[PATCH] arm: dts: rockchip: remove upstreamed props for Radxa ROCK 5B
2024-08-06 3:37 UTC
[PATCH] arm: dts: rockchip: remove upstreamed props for Radxa ROCK 3A
2024-08-06 1:18 UTC
[PATCH] arm: dts: rockchip: sort usbdp_phy nodes for Radxa ROCK 5B
2024-08-06 0:23 UTC (2+ messages)
[ANN] U-Boot v2024.10-rc2 released
2024-08-06 0:15 UTC
uboot eth_initialize
2024-08-05 20:45 UTC
[PATCH v9 7/8] rockchip: Ensure memory size is available in RK3399 SPL
2024-08-05 23:01 UTC (2+ messages)
[PATCH v7 0/8] Bug-fixes for a few boards
2024-08-05 23:01 UTC (2+ messages)
[PATCH 0/5] imx: imx8ulp: add binman support
2024-08-05 21:25 UTC (17+ messages)
` [PATCH 1/5] tools: imx8image: fix soc variable for ULP
` [PATCH 2/5] tools: imx8image: add upower image support
` [PATCH 3/5] spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards
` [PATCH 4/5] mach-imx: Add i.MX 8ULP binman support
` [PATCH 5/5] imx8ulp_evk: enable "
` [PATCH v2 0/5] imx: imx8ulp: add "
` [PATCH v2 1/5] tools: imx8image: fix soc variable for ULP
` [PATCH v2 2/5] tools: imx8image: add upower image support
` [PATCH v2 3/5] spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards
` [PATCH v2 4/5] mach-imx: Add i.MX 8ULP binman support
` [PATCH v2 5/5] imx8ulp_evk: enable "
[PATCH v1 0/1] board: tegra: convert boards to text env
2024-08-05 18:14 UTC (10+ messages)
` [PATCH v1 1/1] board: tegra: convert tegra-based "
[PATCH V8 0/7] Low Power Mode: Package TIFS Stub in BeaglePlay
2024-08-05 14:29 UTC (8+ messages)
` [PATCH V8 1/7] MAINTAINERS: Include the TI docs under ARM TI
` [PATCH V8 2/7] doc: ti: k3: Add TIFS Stub documentation
` [PATCH V8 3/7] doc: board: ti: Update to use the new boot firmware labels
` [PATCH V8 4/7] doc: ti: am62*: Mention TIFS Stub in img fmts and boot flow
` [PATCH V8 5/7] arm: dts: k3-am625-beagleplay: Package TIFS Stub
` [PATCH V8 6/7] doc: beagle: am62x_beagleplay: Document the use of "
` [PATCH V8 7/7] arm: dts: phycore-am62x: Package "
[PATCH] soc: zynqmp: Add support for zu1eg_lr device
2024-08-05 14:14 UTC (2+ messages)
[PATCH] ARM: zynq: Add support for 7z010_lr and 7z020_lr
2024-08-05 14:13 UTC (2+ messages)
[PATCH] arm64: zynqmp: Remove PM firmware checking
2024-08-05 14:12 UTC (2+ messages)
[PATCH] arm64: zynqmp: Fix pwm-fan polarity
2024-08-05 14:11 UTC (2+ messages)
[PATCH v3] doc: document the pwm command
2024-08-05 12:48 UTC (3+ 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