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

[PATCH v2 00/12] virtio: Harden and test vring
 2022-04-13 14:21 UTC  (7+ messages)
` [PATCH v2 01/12] virtio_ring: Merge identical variables
` [PATCH v2 02/12] virtio_ring: Add helper to attach vring descriptor
` [PATCH v2 03/12] virtio_ring: Maintain a shadow copy of descriptors
` [PATCH v2 04/12] virtio_ring: Check used descriptors are chain heads
` [PATCH v2 05/12] dm: test: virtio: Test the virtio ring
` [PATCH v2 06/12] virtio: sandbox: Fix device features bitfield

[PATCH 0/6] introduce Arm FF-A support
 2022-04-13 14:20 UTC  (8+ messages)

[PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux
 2022-04-13 14:19 UTC  (3+ messages)

[PATCH v2 00/18] virtio: pci: Add and fix consistency checks
 2022-04-13 14:05 UTC  (18+ messages)
` [PATCH v2 06/18] virtio: pci: Check virtio capability is in bounds
` [PATCH v2 07/18] virtio: pci: Read entire capability into memory
` [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 11/18] pci: Range check address conversions
` [PATCH v2 12/18] test: pci: Test PCI address conversion functions
` [PATCH v2 13/18] pci: Map bars with offset and length

RFC: Updating i.MX8M CPU thermal trip-point at runtime
 2022-04-13 12:24 UTC 

[PATCH] build: allow a downstream suffix in the version shown during boot
 2022-04-13 11:59 UTC  (3+ messages)

[PATCH V4 0/6] Convert COUNTER_FREQUENCY to CONFIG_COUNTER_FREQUENCY
 2022-04-13  9:47 UTC  (8+ messages)
` [PATCH V4 1/6] xilinx: versal: board: use CONFIG_COUNTER_FREQUENCY
` [PATCH V4 2/6] arch: arm: move COUNTER_FREQUENCY from versal to arm
` [PATCH V4 3/6] arch: arm: Kconfig: set default COUNTER_FREQUENCY
` [PATCH V4 4/6] configs: set CONFIG_COUNTER_FREQUENCY
` [PATCH V4 5/6] include/configs: drop COUNTER_FREQUENCY
` [PATCH V4 6/6] arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is valid

[PATCH] gpio: aspeed: Fix incorrect offset of read back register
 2022-04-13  5:34 UTC 

Pull request: u-boot-imx u-boot-imx-20220412
 2022-04-13  9:41 UTC 

[PATCH v2 00/11] toradex updates: assortment of fixes and improvements
 2022-04-13  9:33 UTC  (12+ messages)
` [PATCH v2 01/11] toradex: apalis-imx8x: drop support for apalis imx8x
` [PATCH v2 02/11] toradex: globally disable video support
` [PATCH v2 03/11] toradex: set default dhcp distroboot scriptname
` [PATCH v2 04/11] toradex: drop legacy nfsboot script
` [PATCH v2 05/11] configs: toradex: enable missing fit options
` [PATCH v2 06/11] configs: colibri-imx7/-emmc: enable booting from usb sdp
` [PATCH v2 07/11] configs: tdx: Do not overwrite fdtfile if it got set manually
` [PATCH v2 08/11] board: toradex: drop colibri pxa270 support
` [PATCH v2 09/11] board: colibri_imx7: fix usb start on solo
` [PATCH v2 10/11] configs: tdx: apalis_imx6: drop hw v1.0 support
` [PATCH v2 11/11] configs: tdx: apalis/colibri_imx6: use preboot as well

[PATCH v3] ARM: imx: Get rid of only i.MX8M SMCCC arch call
 2022-04-13  9:31 UTC  (2+ messages)

[PATCH] warp7: Remove duplicated "mmc dev" command
 2022-04-13  9:31 UTC  (2+ messages)

[PATCH v2] ARM: imx: Enable instruction cache early on on i.MX8M
 2022-04-13  9:31 UTC  (3+ messages)

[PATCH] clk: imx8mp: Fix 24M and 32k clock
 2022-04-13  9:31 UTC  (2+ messages)

[PATCH] board: gateworks: venice: add imx8mm-gw7903 support
 2022-04-13  9:31 UTC  (2+ messages)

Bug in p1_p2_rdb_pc? Caching-inhibited bit for initial L2 SRAM entry in TLB
 2022-04-13  9:26 UTC  (2+ messages)

[PATCH v6 0/8] efi: capsule: Capsule Update fixes and enhancements
 2022-04-13  8:29 UTC  (15+ messages)
` [PATCH v6 5/8] test: capsule: Modify the capsule tests to use GUID values for sandbox
` [PATCH v6 7/8] mkeficapsule: Remove raw and FIT GUID types
` [PATCH v6 8/8] doc: uefi: Update the capsule update related documentation

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

[PATCH 1/2] Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000
 2022-04-13  8:07 UTC  (2+ messages)

[PATCH v1 00/24] toradex updates: assortment of fixes and improvements
 2022-04-13  8:06 UTC  (5+ messages)
` [PATCH v1 19/24] colibri-imx6ull: fix nand bch geometry

[PATCH V2 00/26] imx: imx8ulp: misc update from downstream
 2022-04-13  7:45 UTC  (5+ messages)
` [PATCH V2 19/26] imx: imx8ulp_evk: Power down the domains may used in u-boot

[PATCH v11 01/14] crypto/fsl: Add support for CAAM Job ring driver model
 2022-04-13  6:57 UTC  (3+ messages)
  ` [EXT] "

[PATCH V3 0/6] Convert COUNTER_FREQUENCY to CONFIG_COUNTER_FREQUENCY
 2022-04-13  4:27 UTC  (8+ messages)
` [PATCH V3 1/6] xilinx: versal: board: use CONFIG_COUNTER_FREQUENCY
` [PATCH V3 2/6] arch: arm: move COUNTER_FREQUENCY from versal to arm
` [PATCH V3 3/6] arch: arm: Kconfig: set default COUNTER_FREQUENCY for i.MX
` [PATCH V3 4/6] configs: set CONFIG_COUNTER_FREQUENCY
` [PATCH V3 5/6] armv8: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is valid
` [PATCH V3 6/6] include/configs: drop COUNTER_FREQUENCY

[PATCH v2 01/17] net: dm9000: Make accessor names lowercase
 2022-04-13  3:49 UTC  (18+ messages)
` [PATCH v2 02/17] net: dm9000: Replace DM9000_DBG() with debug()
` [PATCH v2 03/17] net: dm9000: Make RxLen and RxStatus lowercase
` [PATCH v2 04/17] net: dm9000: Drop unused dump_regs()
` [PATCH v2 05/17] net: dm9000: Turn DM9000_DMP_PACKET() into a function
` [PATCH v2 06/17] net: dm9000: Drop volatiles
` [PATCH v2 07/17] net: dm9000: Checkpatch cleanup
` [PATCH v2 08/17] net: dm9000: Reorder and staticize
` [PATCH v2 09/17] net: dm9000: Rename board_info to dm9000_priv
` [PATCH v2 10/17] net: dm9000: Drop static device private data
` [PATCH v2 11/17] net: dm9000: Drop dm9000.h and staticize SROM access
` [PATCH v2 12/17] net: dm9000: Pass private data around for IO
` [PATCH v2 13/17] net: dm9000: Split non-DM specific bits from common code
` [PATCH v2 14/17] net: dm9000: Receive one packet per recv call
` [PATCH v2 15/17] net: dm9000: Add DM support
` [PATCH v2 16/17] net: dm9000: Add Kconfig entry
` [PATCH v2 17/17] configs: net: dm9000: Move new Kconfig option to board configs

[PATCH V2] imx: mx7dsabresd: enable DM_SERIAL
 2022-04-13  3:31 UTC  (3+ messages)

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

[PATCH] ram: stm32mp1: Conditionally enable ASR
 2022-04-13  2:49 UTC 

[PATCH] Revert "env: Load env when ENV_IS_NOWHERE is only location selected"
 2022-04-13  1:09 UTC  (5+ messages)

[PATCH] cmd: adc: Add support for storing ADC result in env variable
 2022-04-13  2:17 UTC 

[PATCH] riscv: Fix build against binutils 2.38
 2022-04-13  1:49 UTC  (11+ messages)

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

[PATCH 00/11] virtio: Harden and test vring
 2022-04-12 23:11 UTC  (4+ messages)

[PATCH] configs: Enable EXT4 and ISO partitions for the DeveloperBox
 2022-04-12 23:01 UTC  (2+ messages)

[PATCH v4 01/10] power-domain: Return 0 if ops unimplemented and remove empty functions
 2022-04-12 22:42 UTC  (10+ messages)
` [PATCH v4 02/10] imx: power-domain: Descend into pgc subnode if present
` [PATCH v4 03/10] imx: power-domain: Inline arch-imx8m/power-domain.h
` [PATCH v4 04/10] imx: power-domain: Get rid of SMCCC dependency
` [PATCH v4 05/10] power_domain: Add power_domain_get_by_name()
` [PATCH v4 06/10] imx: power-domain: Add i.MX8MP support
` [PATCH v4 07/10] imx: power-domain: Add i.MX8MP HSIOMIX driver
` [PATCH v4 08/10] usb: dwc3: Rename .select_dr_mode to .glue_configure
` [PATCH v4 09/10] usb: dwc3: Implement .glue_configure for i.MX8MP
` [PATCH v4 10/10] arm: dts: imx8mp: Import GPCv2 subset, HSIOMIX and USB PD

[PATCH v3 1/2] pmic: pca9450: Add upstream regulators subnode match
 2022-04-12 22:39 UTC  (2+ messages)
` [PATCH v3 2/2] pmic: pca9450: Add regulator driver

[PATCH] ARM: dts: imx: Add flexspi node to i.MX8MP
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH] board: venice: add spl_board_loader_name
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH 2/2] ARM: dts: imx8mm: Add i.MX8M Mini Toradex Verdin based Menlo board
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH v2 3/4] ARM: dts: imxrt10..-evk: Linux moved pins-imxrt1020 to dts
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH] include: configs: *imx8*: remove IMX_FEC_BASE
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH] ARM: imx: romapi: Repair FlexSPI NOR boot offset
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH] spi: nxp_fspi: Add i.MX8MP compatible string
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH] mmc: fsl_esdhc_imx: Add i.MX8MP compatible string
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH] board: gateworks venice: add support for GPY111 phy
 2022-04-12 21:40 UTC  (2+ messages)

[PATCH] imx8m{m,n}-venice-gw7902: add GSC ADC rail for VDD_5P0
 2022-04-12 21:39 UTC  (2+ messages)

[PATCH] clk: imx8mp: Add ECSPI clocks
 2022-04-12 21:39 UTC 

[PATCH v2 4/4] board: freescale: imxrt10..-evk: Fix missing include of serial.h
 2022-04-12 21:39 UTC  (2+ messages)

[PATCH v2 2/4] configs/*imxrt10*: SYS_MALLOC_LEN is too large
 2022-04-12 21:39 UTC  (2+ messages)

[PATCH] imx8m{m,n}_venice: update boot_net script to load fdt
 2022-04-12 21:39 UTC  (2+ messages)

[PATCH] kontron-pitx-imx8m: change environment address variables
 2022-04-12 21:39 UTC  (2+ messages)

[PATCH v2 1/4] clk: imxrt: Use dts for anatop base address
 2022-04-12 21:39 UTC  (2+ messages)

[PATCH] rpi: always set fdt_addr to the correct value
 2022-04-12 20:20 UTC  (2+ messages)

[PATCH] net: marvell: mvgbe: Set PHY page 0 before phy_connect
 2022-04-12 20:18 UTC 

[PATCH v2] image-fdt: save name of FIT configuration in '/chosen' node
 2022-04-12 20:14 UTC  (2+ messages)

[PATCH] ram: k3-ddrss: Allow use of dt provided initial frequency
 2022-04-12 20:08 UTC  (4+ messages)

[PATCH u-boot-net 0/3] A tiny batch of keystone_net changes
 2022-04-12 19:57 UTC  (8+ messages)
` [PATCH u-boot-net 1/3] driver: net: ti: keystone_net: Deduplicate code
` [PATCH u-boot-net 2/3] driver: net: ti: keystone_net: Convert to ofnode functions
` [PATCH u-boot-net 3/3] driver: net: ti: keystone_net: Change priv member type

[PATCH 01/16] net: dm9000: Make accessor names lowercase
 2022-04-12 19:51 UTC  (32+ messages)
` [PATCH 02/16] net: dm9000: Replace DM9000_DBG() with debug()
` [PATCH 03/16] net: dm9000: Make RxLen and RxStatus lowercase
` [PATCH 04/16] net: dm9000: Drop unused dump_regs()
` [PATCH 05/16] net: dm9000: Turn DM9000_DMP_PACKET() into a function
` [PATCH 06/16] net: dm9000: Drop volatiles
` [PATCH 07/16] net: dm9000: Checkpatch cleanup
` [PATCH 08/16] net: dm9000: Reorder and staticize
` [PATCH 09/16] net: dm9000: Rename board_info to dm9000_priv
` [PATCH 10/16] net: dm9000: Drop static device private data
` [PATCH 11/16] net: dm9000: Drop dm9000.h and staticize SROM access
` [PATCH 12/16] net: dm9000: Pass private data around for IO
` [PATCH 13/16] net: dm9000: Split non-DM specific bits from common code
` [PATCH 14/16] net: dm9000: Receive one packet per recv call
` [PATCH 15/16] net: dm9000: Add DM support
` [PATCH 16/16] net: dm9000: Add Kconfig entry

[PATCH] net: tftp: fix tftp server initialization
 2022-04-12 19:40 UTC  (2+ messages)

[PATCH] net: tftp: fix tftp server initialization
 2022-04-12 19:38 UTC  (2+ messages)

[PATCH 00/10] dm: Experiments for reducing SPL memory usage
 2022-04-12 19:07 UTC  (3+ messages)
` [PATCH 07/10] dm: core: Allow devres to be disabled in SPL

[PATCH v2 01/23] mmc: fsl_esdhc_imx: Add i.MX8MP compatible string
 2022-04-12 18:56 UTC  (2+ messages)

[PATCH] imx8mq: soc: Set the BYPASS ID SWAP bit (GPR10 bit 1)
 2022-04-12 18:48 UTC  (2+ messages)

[PATCH v1 11/24] apalis-imx6: avoid save environment unasked
 2022-04-12 18:48 UTC  (2+ messages)

[PATCH v2 5/5] imx8mm-cl-iot-gate: Add redundand environment support
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH v1 13/24] board: colibri-imx6ull: Do not leave variant variable unset
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH V2 22/26] imx: imx8ulp: enable wdog_ad interrupt in CMC1
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH 2/2] imx8m: ddrphy_utils: Add 3732 MT/s mode
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH v1 08/24] colibri-imx6ull: drop vidargs and remove video= settings
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH v2 4/5] imx8mm-cl-iot-gate: Retrieve the serial number from EEPROM
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH V2 18/26] imx: imx8ulp_evk: call the handshake with M33
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH v1 23/24] configs: colibri-imx6ull/-emmc: use micrel ksz8xxx phy driver
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH v5 1/7] imx8m: add regs used by GPMI
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH] mtd: nand: mxs_nand_spl: Remove the page aligned access
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH V2 16/26] imx: imx8ulp: release CAAM for the Cortex-A35
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH V2 13/26] imx: imx8ulp: Load the lposc fuse for dual boot
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH] pinctrl: nxp: don't automatically select DEVRES
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH v2 1/2] ARM: imx: imx8mn-evk: enable DM_SERIAL
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH 1/5] imx8mm-cl-iot-gate: Add SPL EEPROM support
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH V2 15/26] misc: S400_API: Update S400 API for buffer dump
 2022-04-12 18:47 UTC  (2+ messages)

[PATCH v1 2/2] mx6: ddr: Wait before issuing the first MRS cmd
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH V2 11/26] misc: imx8ulp: Add OEM SRK Hash fuse support
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH V2 21/26] imx: imx8ulp_evk: Enable SD/MMC port auto detect
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH V2 26/26] misc: imx8ulp: Update fuse driver
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH v1 16/24] board: colibri-imx6ull: fix detecting ethernet phy
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH V2 10/26] imx: imx8ulp: enable MU0_B clk by default
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH v5 9/9] configs: imx8mm_evk: add pwm backlight support
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH v5 2/7] imx8m: add init_nand_clk
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH 1/2] ARM: imx8mm: verdin-imx8mm: Rework board_early_init()
 2022-04-12 18:46 UTC  (2+ messages)

[PATCH] imx8ulp: Disable SPL exception vector
 2022-04-12 18:46 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