U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-25 08:09:00 to 2020-03-26 17:07:27 UTC [more...]

[PATCH] test/py: mmc: Fix 'mmc info' testcase
 2020-03-26 17:07 UTC 

[PATCH 0/7] Arm Juno board OF_CONTROL upgrade
 2020-03-26 17:06 UTC  (13+ messages)
` [PATCH 1/7] arm: juno: Fix Juno address variables
` [PATCH 2/7] uart: pl011: Add proper DM clock support
` [PATCH 3/7] arm: juno: Fix UART clock rate
` [PATCH 4/7] arm: juno: Enable OF_CONTROL
` [PATCH 5/7] arm: juno: Use PSCI based reset
` [PATCH 6/7] arm: juno: enable USB
` [PATCH 7/7] arm: vexpress64: Remove unneeded CONFIG_ check

[PATCH v2 1/5] rockchip: Separate the reset cause from display cpuinfo
 2020-03-26 17:04 UTC  (10+ messages)
` [PATCH v2 2/5] roc-rk3399-pc: Set low power leds, power key only if POR
` [PATCH v2 3/5] rockchip: tpl: Move board_early_init_f after cpu timer
` [PATCH v2 4/5] rockchip: tpl: Print TPL banner at end-of board_init_f
` [PATCH v2 5/5] rockchip: spl: Move board_early_init_f after cpu timer

STM32MP1 boot slow
 2020-03-26 16:27 UTC  (5+ messages)

[PATCH] x86: spi: Only use the fast SPI peripheral when support
 2020-03-26 16:22 UTC  (4+ messages)

[PATCH 1/1] cmd: blkls: Add blkls command
 2020-03-26 16:20 UTC  (4+ messages)

[U-Boot] Sharing a hardware lab
 2020-03-26 16:19 UTC  (13+ messages)

[PATCH 1/3] Dockerfile: Install riscv32 toolchain from kernel.org
 2020-03-26 16:14 UTC  (4+ messages)
` [PATCH 2/3] Dockerfile: Build GRUB UEFI target for RISC-V 32-bit
` [PATCH 3/3] Dockerfile: Build QEMU "

[PATCH 1/4] travis: Remove qemu-riscv64 testing
 2020-03-26 16:10 UTC  (5+ messages)
` [PATCH 2/4] azure/gitlab: Add qemu-riscv32 testing
` [PATCH 3/4] test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memory
` [PATCH 4/4] azure/gitlab: Add RISC-V SPL testing

[PATCH 1/3] travis-ci: Add EFI grub2 and fit image configuration for qemu-riscv64
 2020-03-26 16:05 UTC  (3+ messages)
` [PATCH 2/3] travis-ci: Add qemu-riscv32 target
` [PATCH 3/3] travis-ci: Add qemu-riscv{32,64}_spl targets

[PATCH 0/5] CMD_SAVEENV ifdef cleanup
 2020-03-26 16:04 UTC  (6+ messages)

[PATCH V3] ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2
 2020-03-26 15:58 UTC 

[PATCH] ARM: dts: stm32: Define FMC2 base address
 2020-03-26 15:57 UTC 

[PATCH] ARM: omap3_logic boards: Convert to DM_ETH
 2020-03-26 15:26 UTC 

[PATCH v1] arch: Add explicit linker script for u-boot-elf
 2020-03-26 15:20 UTC  (3+ messages)

[PATCH 0/4] Fixes for rv1108 and rv1108-elgin-r1
 2020-03-26 15:03 UTC  (15+ messages)
` [PATCH 1/4] ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1
  ` [PATCH 1/4] ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [PATCH 2/4] elgin-rv1108: Use rk_board_late_init() for GPIO settings
  ` [PATCH 2/4] elgin-rv1108: Use rk_board_late_init() for GPIO settings【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [PATCH 3/4] elgin-rv1108: Avoid adc_channel_single_shot error
  ` [PATCH 3/4] elgin-rv1108: Avoid adc_channel_single_shot error【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [PATCH 4/4] rv1108: Fix boot regression

[PATCH] mtd: spi-nor-core: call WATCHDOG_RESET() in spi_nor_ready()
 2020-03-26 14:52 UTC  (7+ messages)
` [PATCH v2 1/2] spi: call WATCHDOG_RESET() in spi_nor_wait_till_ready_with_timeout()

[PATCH] net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled
 2020-03-26 14:01 UTC 

[PATCH v2 1/2] rockchip: video: Use ofnode_decode_display_timing() to parse timing
 2020-03-26 13:36 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: video: Convert to use APIs which support live DT

[PATCH V4 00/13] net: smc911x: Convert to DM
 2020-03-26 13:07 UTC  (18+ messages)
` [PATCH V4 01/13] net: smc911x: Remove pkt_data_{push,pull}
` [PATCH V4 02/13] net: smc911x: Replace malloc()+memset() with calloc()
` [PATCH V4 03/13] net: smc911x: Rename smc911x_rx() to smc911x_recv()
` [PATCH V4 04/13] net: smc911x: Invert the logic in smc911x_miiphy_{read, write}()
` [PATCH V4 05/13] net: smc911x: Fix potential memleak() in init fail path
` [PATCH V4 06/13] net: smc911x: Pull MII registration into separate function
` [PATCH V4 07/13] net: smc911x: Inline all functions from header file
` [PATCH V4 08/13] net: smc911x: Drop weak alias from 32bit accessors
` [PATCH V4 09/13] net: smc911x: Convert IO accessors to {read, write}{w, l}()
` [PATCH V4 10/13] net: smc911x: Pass around driver private data
` [PATCH V4 11/13] net: smc911x: Clean up the status handling in smc911x_recv()
` [PATCH V4 12/13] net: smc911x: Split non-DM specific bits from common code
` [PATCH V4 13/13] net: smc911x: Add DM support

SPI driver for Raspberry Pi 4 (BMC2835)
 2020-03-26 13:02 UTC  (2+ messages)

[PATCH 0/3] mtd: spi-nor: add support for locking on Macronix nor flashes
 2020-03-26 11:42 UTC  (4+ messages)
` [PATCH 1/3] mtd: spi-nor: don't guard stm_*lock* family by preprocessor conditionals
` [PATCH 2/3] mtd: spi-nor: add support for locking on Macronix nor flashes
` [PATCH 3/3] mtd: spi-nor: set SPI_NOR_HAS_LOCK for Macronix mx25l3205d

[PATCH v3 1/8] tool: Move ALIGN_MASK to header as common MACRO
 2020-03-26 11:39 UTC  (10+ messages)
` [PATCH v3 2/8] tool: aisimage: use ALIGN instead of self defiend macro
` [PATCH v3 3/8] tools: mkimage: use common ALIGN to do the size align
` [PATCH v3 4/8] tools: kwbimage: "
` [PATCH v3 5/8] tools: imx8mimage: remove redundant code
` [PATCH v3 6/8] tool: use ALIGN() to align the size
` [PATCH v3 7/8] libfdt: Make fdtdec_get_child_count() available for HOST
` [PATCH v3 8/8] mkimage: fit_image: Add option to make fit header align

[PATCH] fs: ext4: Fix alignment of cache buffers
 2020-03-26 11:38 UTC  (4+ messages)

[PATCH v2 1/1] drivers: i2c: add brcm iproc I2C driver support
 2020-03-26 10:51 UTC 

[PATCH v2] x86: acpi: Describe USB 3 host controller found on Intel Tangier
 2020-03-26 10:33 UTC 

[PATCH] arm: dts: rockchip: rk3399-roc-pc: Enable FE1.1 USB 2.0 HUB on roc-rk3399-pc
 2020-03-26 10:02 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2
 2020-03-26  9:50 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] drivers: i2c: Add brcm iproc I2C driver support
 2020-03-26  9:49 UTC  (4+ messages)
  `  "

[PATCH v1 0/2] Add roc-rk3328-cc support
 2020-03-26  9:42 UTC  (3+ messages)

[PATCH] dt-bindings: clock: rk3328 sync from upstream Linux kernel
 2020-03-26  9:29 UTC  (2+ messages)
` [PATCH] dt-bindings: clock: rk3328 sync from upstream Linux kernel【请注意,邮件由lists.intricate@gmail.com代发】

[PATCH U-BOOT v2 0/3] fs: btrfs: Fix false LZO decompression error due to missing page boundary check
 2020-03-26  9:03 UTC  (7+ messages)
` [PATCH U-BOOT v2 1/3] fs: btrfs: Use LZO_LEN to replace immediate number
` [PATCH U-BOOT v2 2/3] fs: btrfs: Reject fs with sector size other than PAGE_SIZE
` [PATCH U-BOOT v2 3/3] fs: btrfs: Fix LZO false decompression error caused by pending zero

[PATCH V2] ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2
 2020-03-26  8:52 UTC  (2+ messages)

[PATCH v3 0/3] Support SDMA mode on RPI4 target - 32bit
 2020-03-26  8:46 UTC  (5+ messages)
  ` [PATCH v3 3/3] configs: rpi_4_32b_defconfig: enable SDHCI_SDMA config

[PATCH v3 0/9] Add support for MediaTek xHCI host controller
 2020-03-26  8:01 UTC  (10+ messages)
` [PATCH v3 1/9] dm: core: Add function to get child count of ofnode or device
` [PATCH v3 2/9] test: dm: add test item for ofnode_get_child_count()
` [PATCH v3 3/9] phy: phy-mtk-tphy: add support USB phys
` [PATCH v3 4/9] phy: phy-mtk-tphy: add support new version
` [PATCH v3 5/9] phy: phy-mtk-tphy: add a new reference clock
` [PATCH v3 6/9] xhci: mediatek: Add support for MTK xHCI host controller
` [PATCH v3 7/9] arm: dts: mt7629: add usb related nodes
` [PATCH v3 8/9] dt-bindings: phy-mtk-tphy: add properties of address mapping and clocks
` [PATCH v3 9/9] dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controller

[PATCH] net: phy: micrel: ksz8061 implement errata 80000688A fix
 2020-03-26  3:54 UTC 

[PATCH v1] x86: acpi: Describe USB 3 host controller found on Intel Tangier
 2020-03-26  2:05 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add usb.h entry to usb
 2020-03-25 20:35 UTC 

[PATCH] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support
 2020-03-25 20:22 UTC  (10+ messages)

ext4: invalid extent block on imx7
 2020-03-25 20:17 UTC  (7+ messages)

[PATCH] ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2
 2020-03-25 18:45 UTC 

[PATCH 01/12] net: ks8851: Replace malloc()+memset() with calloc()
 2020-03-25 18:45 UTC  (12+ messages)
` [PATCH 02/12] net: ks8851: Remove RXQCR cache
` [PATCH 03/12] net: ks8851: Use 16bit RXQCR access
` [PATCH 04/12] net: ks8851: Trim down struct ks_net
` [PATCH 05/12] net: ks8851: Remove type_frame_head
` [PATCH 06/12] net: ks8851: Clean up chip ID readout
` [PATCH 07/12] net: ks8851: Checkpatch cleanup
` [PATCH 08/12] net: ks8851: Pass around driver private data
` [PATCH 09/12] net: ks8851: Split non-DM specific bits from common code
` [PATCH 10/12] net: ks8851: Receive one packet per recv call
` [PATCH 11/12] net: ks8851: Add DM support
` [PATCH 12/12] net: ks8851: Add Kconfig entries

[PATCH] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support
 2020-03-25 18:21 UTC 

latest u-boot branch for Marvell Armada 88F3720
 2020-03-25 17:57 UTC  (4+ messages)

[PATCH V3 00/13] net: smc911x: Convert to DM
 2020-03-25 16:40 UTC  (16+ messages)
` [PATCH V3 01/13] net: smc911x: Remove pkt_data_{push,pull}
` [PATCH V3 02/13] net: smc911x: Replace malloc()+memset() with calloc()
` [PATCH V3 03/13] net: smc911x: Rename smc911x_rx() to smc911x_recv()
` [PATCH V3 04/13] net: smc911x: Invert the logic in smc911x_miiphy_{read, write}()
` [PATCH V3 05/13] net: smc911x: Fix potential memleak() in init fail path
` [PATCH V3 06/13] net: smc911x: Pull MII registration into separate function
` [PATCH V3 07/13] net: smc911x: Inline all functions from header file
` [PATCH V3 08/13] net: smc911x: Drop weak alias from 32bit accessors
` [PATCH V3 09/13] net: smc911x: Convert IO accessors to {read, write}{w, l}()
` [PATCH V3 10/13] net: smc911x: Pass around driver private data
` [PATCH V3 11/13] net: smc911x: Clean up the status handling in smc911x_recv()
` [PATCH V3 12/13] net: smc911x: Split non-DM specific bits from common code
` [PATCH V3 13/13] net: smc911x: Add DM support

[PATCH 00/12] net: smc911x: Convert to DM
 2020-03-25 15:32 UTC  (5+ messages)

[PATCH V2 00/13] net: smc911x: Convert to DM
 2020-03-25 15:31 UTC  (4+ messages)
` [PATCH V2 02/13] net: smc911x: Replace malloc()+memset() with calloc()

[RFC PATCH 1/1] Makefile: Expand legacy (non-DM) driver warnings
 2020-03-25 13:47 UTC 

[PATCH] net: ping: reset stored IP once the command finishes
 2020-03-25 13:42 UTC 

[PATCH v1] x86: acpi: Add I²C timings to Intel Merrifield platform
 2020-03-25 13:00 UTC  (4+ messages)

[PATCH 0/2] uboot: fs/btrfs: Fix read error on LZO compressed extents
 2020-03-25 11:32 UTC  (7+ messages)
` [PATCH 2/2] uboot: fs/btrfs: Fix LZO false decompression error caused by pending zero

[PATCH] MAINTAINERS: add myself as maintainer of fs/btrfs
 2020-03-25 11:04 UTC 

bootp problems with rpi4
 2020-03-25 10:51 UTC  (2+ messages)

[PATCH] condfigs: ls1046aqds: support distro boot
 2020-03-25  8:32 UTC  (2+ messages)

[PATCH v3] board: stm32mp1: add finished good in board identifier OTP
 2020-03-25  8:17 UTC  (2+ messages)

[PULL] Pull request: u-boot-stm/next =u-boot-stm32-20200324
 2020-03-25  8:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).