public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-04-13 09:35:06 to 2022-04-15 01:24:52 UTC [more...]

[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 v3 01/12] rockchip: rk3228-power: sync power domain dt-binding header from Linux
 2022-04-15  0:40 UTC  (3+ messages)
` [PATCH v3 09/12] arm: dts: rockchip: sync rk3288.dtsi "

[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 v3] board: gateworks: venice: enable DM_SERIAL
 2022-04-14 18:44 UTC  (5+ messages)

[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 v2] cmd: adc: Add support for storing ADC result in env variable
 2022-04-14 16:52 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 1/6] led: Move OF "label" property parsing to core
 2022-04-14 14:15 UTC  (3+ messages)
` [PATCH 1/2] led: bcm6753: Drop duplicate OF "label" property parsing
  ` [PATCH 2/2] led: pwm: "

[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 v7 00/15] vpl: Introduce a verifying program loader
 2022-04-14 12:31 UTC  (4+ messages)
` [PATCH v7 09/15] disk: Correct the conditions for SPL

[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  (35+ 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
` [PATCH v2 14/18] pci: Match region flags using a mask
` [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 v2 17/18] virtio: pci: Check virtio configs are mapped
` [PATCH v2 18/18] virtio: pci: Make use of 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 

[PATCH v2] configs: imx8m{m,n}_venice_defconfig: add usb support
 2022-04-13 15:42 UTC 

[PATCH v2] imx8m{m,n}_venice: update env memory layout
 2022-04-13 15:25 UTC 

[PATCH v1 00/12] stm32: add new board support, defconfig and documentation
 2022-04-13 15:05 UTC  (13+ messages)
` [PATCH v1 01/12] configs: stm32f746-disco: Concatenate spl and u-boot binaries
` [PATCH v1 02/12] configs: stm32f746-disco: Rename stm32f746-disco_defconfig to stm32f746-disco_spl_defconfig
` [PATCH v1 03/12] configs: stm32f746-disco: Add stm32f746-disco_defconfig
` [PATCH v1 04/12] configs: stm32f769-disco: Rename stm32f769-disco_defconfig to stm32f769-disco_spl_defconfig
` [PATCH v1 05/12] configs: stm32f769-disco: Add stm32f769-disco_defconfig
` [PATCH v1 06/12] configs: stm32f769-disco: Migrate SPL flags to defconfig
` [PATCH v1 07/12] configs: stm32f746-disco: "
` [PATCH v1 08/12] board: stm32f746-disco: Fix dram_init() in none SPL config
` [PATCH v1 09/12] configs: stm32f746-disco: use CONFIG_DEFAULT_DEVICE_TREE as fdtfile
` [PATCH v1 10/12] configs: stm32746g-eval: Add stm32746g-eval_defconfig
` [PATCH v1 11/12] configs: stm32746g-eval: Add stm32746g-eval_spl_defconfig
` [PATCH v1 12/12] doc: Add documentation for STM32 MCUs

U-boot may fail to boot because of stale d-cache entry
 2022-04-13 14:30 UTC 

[PATCH] bosch: Add inital board support for ACC
 2022-04-13 14:06 UTC  (3+ messages)

[PATCH v2 00/12] virtio: Harden and test vring
 2022-04-13 14:21 UTC  (13+ 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 v2 07/12] test: dm: virtio: Test notify before del_vqs
` [PATCH v2 08/12] test: dm: virtio: Split out virtio device tests
` [PATCH v2 09/12] virtio: sandbox: Bind RNG rather than block device
` [PATCH v2 10/12] test: dm: virtio: Test virtio device driver probing
` [PATCH v2 11/12] virtio: rng: Check length before copying
` [PATCH v2 12/12] test: dm: virtio_rng: Test virtio-rng with faked device

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

[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  (3+ messages)
` [PATCH V4 4/6] configs: set CONFIG_COUNTER_FREQUENCY
` [PATCH V4 5/6] include/configs: drop COUNTER_FREQUENCY

[PATCH v2 00/11] toradex updates: assortment of fixes and improvements
 2022-04-13  9:33 UTC  (6+ messages)
` [PATCH v2 01/11] toradex: apalis-imx8x: drop support for apalis imx8x
` [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


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