public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-04-13 15:56:29 to 2022-04-15 12:07:51 UTC [more...]

[PATCH 1/6] led: Move OF "label" property parsing to core
 2022-04-15 12:07 UTC  (4+ messages)
` [PATCH 1/2] led: bcm6753: Drop duplicate OF "label" property parsing
  ` [PATCH 2/2] led: pwm: "

[PATCH] led: Configure LED default-state on boot
 2022-04-15 12:07 UTC  (2+ messages)

[PATCH] misc: atsha204a: Fix big endian support
 2022-04-15 12:07 UTC  (2+ messages)

[PATCH] power: domain: ti: Extend use of PTCMD and PTSTAT registers for high PDs
 2022-04-15 12:07 UTC  (2+ messages)

[PATCH 1/1] arm: apple: Add M1 Ultra support
 2022-04-15 12:06 UTC  (2+ messages)

[PATCH] crypto/fsl: Clear the memory when blob decapsulation fails
 2022-04-15 11:22 UTC 

[PATCH v3 01/12] rockchip: rk3228-power: sync power domain dt-binding header from Linux
 2022-04-15 10:19 UTC  (4+ messages)
` [PATCH v3 09/12] arm: dts: rockchip: sync rk3288.dtsi "

[PATCH] i.MX6SX: crypto/fsl: fix entropy delay value
 2022-04-15 11:10 UTC 

Pull request for efi-2022-07-rc1-2
 2022-04-15 10:56 UTC 

[PATCH] board: st: common: fix the error messages in stboard command
 2022-04-15  9:46 UTC 

[PATCH v4 00/12] efi_loader: more tightly integrate UEFI disks to driver model
 2022-04-15  9:11 UTC  (15+ messages)
` [PATCH v4 01/12] dm: tag: change ENOSPC to ENOMEM
` [PATCH v4 02/12] dm: tag: add some document
` [PATCH v4 03/12] test: dm: add tests for tag support
` [PATCH v4 04/12] dm: disk: add UCLASS_PARTITION
` [PATCH v4 05/12] dm: blk: add a device-probe hook for scanning disk partitions
` [PATCH v4 06/12] efi_loader: split efi_init_obj_list() into two stages
` [PATCH v4 07/12] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [PATCH v4 08/12] efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices
` [PATCH v4 09/12] efi_loader: disk: a helper function to delete efi_disk objects
` [PATCH v4 10/12] efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices
` [PATCH v4 11/12] dm: disk: add read/write interfaces with udevice
` [PATCH v4 12/12] efi_loader: disk: use udevice instead of blk_desc

[PATCH v2] cmd: adc: Add support for storing ADC result in env variable
 2022-04-15  9:05 UTC  (2+ messages)

[RFC] disk: don't compile in partition support for spl/tpl if not really necessary
 2022-04-15  8:21 UTC  (2+ messages)

[PATCH v8 0/8] efi: capsule: Capsule Update fixes and enhancements
 2022-04-15  5:59 UTC  (9+ messages)
` [PATCH v8 1/8] capsule: board: Add information needed for capsule updates
` [PATCH v8 2/8] capsule: FMP: Populate the image descriptor array from platform data
` [PATCH v8 3/8] capsule: Put a check for image index before the update
` [PATCH v8 4/8] efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabled
` [PATCH v8 5/8] test: capsule: Modify the capsule tests to use GUID values for sandbox
` [PATCH v8 6/8] FMP: Remove GUIDs for FIT and raw images
` [PATCH v8 7/8] mkeficapsule: Remove raw and FIT GUID types
` [PATCH v8 8/8] doc: uefi: Update the capsule update related documentation

[PATCH v3] board: gateworks: venice: enable DM_SERIAL
 2022-04-15  5:43 UTC  (7+ messages)

[PATCH V2] board: bsh: imx8mn_bsh_smm_s2/s2pro: enable DM_SERIAL
 2022-04-15  5:23 UTC 

[PATCH V4 0/4] imx: imx8m: enable DM SERIAL
 2022-04-15  4:35 UTC  (5+ messages)
` [PATCH V4 1/4] imx: imx8mp_evk: enable CONFIG_DM_SERIAL
` [PATCH V4 2/4] imx: imx8mm_evk: "
` [PATCH V4 3/4] imx: imx8mn_evk: "
` [PATCH V4 4/4] imx: imx8mq-evk: "

[PATCH v7 00/15] vpl: Introduce a verifying program loader
 2022-04-15  3:52 UTC  (5+ messages)
` [PATCH v7 09/15] disk: Correct the conditions for SPL

[PATCH V2 00/12] configs: clean up SDHC marco and MMCROOT
 2022-04-15  4:23 UTC  (13+ messages)
` [PATCH V2 01/12] configs: imx8mm_evk: drop unused SDHC macro
` [PATCH V2 02/12] configs: imx8mp_evk: "
` [PATCH V2 03/12] configs: imx8mn_evk: "
` [PATCH V2 04/12] configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM
` [PATCH V2 05/12] configs: mx7dsabresd: drop unused SDHC macro
` [PATCH V2 06/12] configs: imx8qm/qxp_evk: "
` [PATCH V2 07/12] configs: verdin-imx8m: "
` [PATCH V2 08/12] configs: imx8mm/n_venice: "
` [PATCH V2 09/12] configs: phycore_imx8mm/p: "
` [PATCH V2 10/12] configs: drop CONFIG_MMCROOT
` [PATCH V2 11/12] scripts: config_whitelist: "
` [PATCH V2 12/12] configs: imx: drop IMX_FEC_BASE

[PATCH v7 0/8] efi: capsule: Capsule Update fixes and enhancements
 2022-04-15  1:24 UTC  (13+ messages)
` [PATCH v7 1/8] capsule: board: Add information needed for capsule updates
` [PATCH v7 2/8] capsule: FMP: Populate the image descriptor array from platform data
` [PATCH v7 3/8] capsule: Put a check for image index before the update
` [PATCH v7 4/8] efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabled
` [PATCH v7 5/8] test: capsule: Modify the capsule tests to use GUID values for sandbox
` [PATCH v7 6/8] FMP: Remove GUIDs for FIT and raw images
` [PATCH v7 7/8] mkeficapsule: Remove raw and FIT GUID types
` [PATCH v7 8/8] doc: uefi: Update the capsule update related documentation

[PATCH v10 00/16] Add Rikomagic MK808 board
 2022-04-15  0:21 UTC  (9+ messages)
` [PATCH v10 11/16] rockchip: rk3066: add core support
` [PATCH v10 14/16] doc: rockchip: restyle rockchip.rst
` [PATCH v10 15/16] doc: rockchip: add px30/rk3326 boards and examples
` [PATCH v10 16/16] doc: rockchip: add rk3066 Rikomagic MK808

[PATCH 0/6] Add MV88E61xx DSA driver and use on gwventana
 2022-04-14 21:30 UTC  (4+ messages)
` [PATCH 5/6] net: add MV88E61xx DSA driver

Bug in p1_p2_rdb_pc? Caching-inhibited bit for initial L2 SRAM entry in TLB
 2022-04-14 21:05 UTC  (3+ messages)

[PATCH] pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"
 2022-04-14 20:52 UTC 

USB init before using usb_serial_acm gadget?
 2022-04-14 20:15 UTC 

[PATCH v3 1/2] board: gateworks: venice: add additional levels for dtb name match
 2022-04-14 20:00 UTC  (2+ messages)
` [PATCH v3 2/2] board: gateworks: venice: add imx8mp-venice-gw740x support

[PATCH v4] board: gateworks: venice: use common GSC driver
 2022-04-14 19:55 UTC 

[PATCH 0/6] introduce Arm FF-A support
 2022-04-14 19:54 UTC  (12+ messages)
` [PATCH 6/6] arm_ffa: introduce FF-A MM communication

[PATCH] sandbox: Increase default SYS_MALLOC_LEN
 2022-04-14 19:05 UTC  (2+ messages)

USB init before using usb_serial_acm gadget?
 2022-04-14 18:37 UTC 

[PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M
 2022-04-14 18:00 UTC  (2+ messages)

[PATCH v2] board: gateworks: venice: enable DM_SERIAL
 2022-04-14 17:42 UTC  (6+ messages)

[PATCH V3 0/4] imx: imx8m: enable DM SERIAL
 2022-04-14 17:40 UTC  (4+ messages)
` [PATCH V3 3/4] imx: imx8mn_evk: enable CONFIG_DM_SERIAL

[PATCH] ram: stm32mp1: Conditionally enable ASR
 2022-04-14 17:34 UTC  (4+ messages)

[PATCH] doc: man-page for the env command
 2022-04-14 17:07 UTC 

[PATCH] cmd: adc: Add support for storing ADC result in env variable
 2022-04-14 16:44 UTC  (2+ messages)

[PATCH 0/2] Update reserved memory for simple framebuffer
 2022-04-14 16:17 UTC  (3+ messages)
` [PATCH 1/2] common: fdt: Add a function for reserving memory without kernel linear mapping

[PATCH 00/11] Add Chameleon V3 support
 2022-04-14 15:57 UTC  (13+ messages)
` [PATCH 01/11] arm: dts: Add Mercury+ AA1 devicetree
` [PATCH 02/11] arm: dts: Add Chameleonv3 handoff headers
` [PATCH 03/11] arm: dts: Add Chameleonv3 devicetree
` [PATCH 07/11] sysreset: socfpga: Use parent device for reading base address

[PATCH] pci: imx: use vpcie-supply if defined by device-tree
 2022-04-14 15:46 UTC  (3+ messages)
` EXT: "

[PATCH u-boot-net v4 00/14] u-boot-net refactors, fixes, cleanups
 2022-04-14 15:39 UTC  (4+ messages)
` [PATCH u-boot-net v4 03/14] net: introduce helpers to get PHY ofnode from MAC

RFC: Updating i.MX8M CPU thermal trip-point at runtime
 2022-04-14 15:04 UTC  (5+ messages)

[PATCH] ARM: imx: imx8m: Fix board_get_usable_ram_top()
 2022-04-14 14:47 UTC  (3+ messages)

[PATCH 00/11] Fuzzing and ASAN for sandbox
 2022-04-14 13:59 UTC  (13+ messages)
` [PATCH v2 01/12] sandbox: Fix EFI runtime symbol placement
` [PATCH v2 02/12] sandbox: Rename EFI runtime sections
` [PATCH v2 03/12] sandbox: Migrate getopt section to linker list
` [PATCH v2 04/12] linker_lists: Rename sections to remove . prefix
` [PATCH v2 05/12] sandbox: Add support for Address Sanitizer
` [PATCH v2 06/12] fuzzing_engine: Add fuzzing engine uclass
` [PATCH v2 07/12] test: fuzz: Add framework for fuzzing
` [PATCH v2 08/12] sandbox: Decouple program entry from sandbox init
` [PATCH v2 09/12] sandbox: Add libfuzzer integration
` [PATCH v2 10/12] sandbox: Implement fuzzing engine driver
` [PATCH v2 11/12] fuzz: virtio: Add fuzzer for vring
` [PATCH v2 12/12] virtio_ring: Reduce logging noise

[PATCH] .mailmap: Start to use new amd.com email address
 2022-04-14 13:50 UTC 

[v3,0/3] Add support for different mediatek pinctrl designs
 2022-04-14 13:46 UTC  (3+ messages)
` [v3, 3/3] pinctrl: mediatek: add support for different types of IO pins

[PATCH 00/11] Fuzzing and ASAN for sandbox
 2022-04-14 13:44 UTC  (4+ messages)
` [PATCH 09/11] sandbox: Implement fuzzing engine driver

[PATCH v2] bosch: Add initial board support for ACC
 2022-04-14 12:42 UTC 

[PATCH 0/8] Add ASPEED SPI controller driver
 2022-04-14 11:23 UTC  (9+ messages)
` [PATCH 1/8] clk: aspeed: Get HCLK frequency support
` [PATCH 2/8] pinctrl: aspeed: FWSPICS1 and SPI1CS1 pin support
` [PATCH 3/8] spi: aspeed: Add ASPEED SPI controller driver
` [PATCH 4/8] MAINTAINERS: Add ASPEED SPI driver file
` [PATCH 5/8] arm: dts: aspeed: Update SPI flash node settings
` [PATCH 6/8] spi-mem: Add dirmap API from Linux
` [PATCH 7/8] mtd: spi-nor: use spi-mem dirmap API
` [PATCH 8/8] spi: aspeed: SPI dirmap read support

[PATCH v2] imx: add i.MX8MN DDR3L evk board support
 2022-04-14 11:16 UTC 

[PATCH] imx: add i.MX8MN DDR3L evk board support
 2022-04-14 11:17 UTC  (3+ messages)

[PATCH] configs: ge_bx50v3: remove CONFIG_PCIE_IMX_POWER_GPIO
 2022-04-14 11:05 UTC 

[PATCH v2 00/18] virtio: pci: Add and fix consistency checks
 2022-04-14  9:39 UTC  (22+ messages)
` [PATCH v2 08/18] pci: Fix use of flags in dm_pci_map_bar()
` [PATCH v2 09/18] pci: Add config for Enhanced Allocation
` [PATCH v2 12/18] test: pci: Test PCI address conversion functions
` [PATCH v2 13/18] pci: Map bars with offset and length
` [PATCH v2 15/18] pci: Update dm_pci_bus_to_virt() parameters
` [PATCH v2 16/18] pci: Add mask parameter to dm_pci_map_bar()

[PATCH v4 00/11] enable menu-driven boot device selection
 2022-04-14  9:25 UTC  (4+ messages)
` [PATCH v4 09/11] efi_loader: add menu-driven UEFI Boot Variable maintenance

[PATCH v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2022-04-14  8:39 UTC  (6+ messages)

[PATCH 0/5] Reduce size of a few boards
 2022-04-14  8:30 UTC  (3+ messages)
` [PATCH 1/5] disk: Add an option for partitions in SPL

[PATCH v3 00/19] efi_loader: more tightly integrate UEFI disks to driver model
 2022-04-14  7:13 UTC  (6+ messages)
` [PATCH v3 11/19] dm: disk: add UCLASS_PARTITION

[PATCH] gpio: aspeed: Fix incorrect offset of read back register
 2022-04-14  6:40 UTC  (2+ messages)

[PATCH v2 1/2] net: eth-uclass: Fix eth_halt
 2022-04-14  6:17 UTC  (4+ messages)
` [PATCH v2 2/2] net: eth-uclass: Fix data abort when tftp get nonexistent file via usb

[PATCH] board: bsh: imx8mn_bsh_smm_s2/s2pro: enable DM_SERIAL
 2022-04-14  6:07 UTC 

[PATCH] stm32mp: psci: Retain PLL3CR, PLL4CR, RCC_MSSCKSELR across suspend
 2022-04-14  2:16 UTC 

Pull request: u-boot-imx u-boot-imx-20220412
 2022-04-13 23:34 UTC  (5+ messages)

Please pull u-boot-net/next
 2022-04-13 22:57 UTC  (2+ messages)

[PATCH] pci: imx: remove weak overrides no longer used
 2022-04-13 22:57 UTC 

[UNTESTED PATCH] Nokia RX-51: Convert to CONFIG_DM_SERIAL
 2022-04-13 19:34 UTC 

[PATCH 0/2] Add support for Gateworks imx8mp-venice-gw74xx
 2022-04-13 18:31 UTC  (4+ messages)
` [PATCH 1/2] board: gateworks: venice: add additional levels for dtb name match

[PATCH v2 1/2] board: gateworks: venice: add additional levels for dtb name match
 2022-04-13 18:31 UTC  (2+ messages)
` [PATCH v2 2/2] board: gateworks: venice: add imx8mp-venice-gw740x support

[PATCH 0/4] mmc: add support for bcm63158
 2022-04-13 17:13 UTC  (5+ messages)
` [PATCH 1/4] drivers: mmc: bcm63158_sdhci: initial support
` [PATCH 2/4] arch: arm: dts: bcm63158.dtsi: add mmc support
` [PATCH 3/4] arch: arm: dts: bcm963158.dts: enable sdhci support
` [PATCH 4/4] configs: bcm963158_ram_defconfig: enable mmc and gpt support

[PATCH v2] board: gateworks: gw_ventana: use comomn GSC driver
 2022-04-13 16:29 UTC 

[PATCH] imx8m{m, n}_venice_defconfig: enable md5sum and crc32 commands
 2022-04-13 16:12 UTC 

[PATCH v2] imx8m{m,n}-venice-gw7902: add support for GPY111 phy
 2022-04-13 16:09 UTC 

[PATCH v2] imx8m{m,n}_venice_defconfig: add DT overlay support
 2022-04-13 16:05 UTC 

[PATCH v2] arm: dts: imx8m*-venice: add gpio hog support
 2022-04-13 16:02 UTC 

[PATCH v2] board: gateworks: venice: use common GSC driver
 2022-04-13 15:56 UTC 


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