public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-03-23 22:11:03 to 2020-03-25 17:48:50 UTC [more...]

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

[PATCH] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support
 2020-03-25 17:44 UTC  (3+ messages)

[PATCH V4 00/13] net: smc911x: Convert to DM
 2020-03-25 16:46 UTC  (14+ 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

[PATCH v1] x86: acpi: Describe USB 3 host controller found on Intel Tangier
 2020-03-25 16:46 UTC 

[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

STM32MP1 boot slow
 2020-03-25 16:09 UTC  (3+ messages)

[PATCH v3 0/3] Support SDMA mode on RPI4 target - 32bit
 2020-03-25 16:09 UTC  (5+ messages)
  ` [PATCH v3 1/3] mmc: sdhci: use phys2bus macro when dma address is accessed
  ` [PATCH v3 2/3] mmc: sdhci: not return error when SDMA is not supported
  ` [PATCH v3 3/3] configs: rpi_4_32b_defconfig: enable SDHCI_SDMA config

[PATCH] arm: dts: rockchip: rk3399-roc-pc: Enable FE1.1 USB 2.0 HUB on roc-rk3399-pc
 2020-03-25 15:37 UTC 

[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()

ext4: invalid extent block on imx7
 2020-03-25 15:00 UTC  (4+ messages)

[PATCH 0/7] Arm Juno board OF_CONTROL upgrade
 2020-03-25 14:47 UTC  (8+ 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 1/1] cmd: blkls: Add blkls command
 2020-03-25 14:30 UTC  (3+ messages)

[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/5] CMD_SAVEENV ifdef cleanup
 2020-03-25 11:37 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 

SPI driver for Raspberry Pi 4 (BMC2835)
 2020-03-25  8:08 UTC 

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

[PATCH] configs: ls1012afrwy: fix board name
 2020-03-25  7:51 UTC  (2+ messages)

[PATCH] x86: spi: Only use the fast SPI peripheral when support
 2020-03-25  7:25 UTC  (2+ messages)

[PATCH v2] configs: ls1021a: Append othbootargs to bootargs
 2020-03-25  7:03 UTC  (2+ messages)

[PATCH v1] doc: board: verdin-imx8mm: use mainline TF-A
 2020-03-25  6:56 UTC  (3+ messages)

[PATCH v1] x86: acpi: Refactor XSDT handling in acpi_add_table()
 2020-03-25  6:54 UTC  (3+ messages)

Update and Add features to Bosch Guardian Board
 2020-03-25  6:45 UTC  (6+ messages)
` [PATCH 1/5] am335x, guardian: fix spl usb-eth boot
` [PATCH 2/5] am335x, guardian: boot stage feedback in headless mode
` [PATCH 3/5] am335x, guardian: boot count is stored in AM3352 RTC block
` [PATCH 4/5] am335x, guardian: load env from NAND
` [PATCH 5/5] am335x, guardian: update boot mechanism

[PATCH] image-fit: Allow loading FIT image for VxWorks
 2020-03-25  6:38 UTC  (2+ messages)

[PATCH v4 0/6] DT related fixes for RISC-V UEFI
 2020-03-25  3:38 UTC  (13+ messages)
` [PATCH v4 1/6] riscv: Add boot hartid to Device tree
` [PATCH v4 2/6] fdtdec: Fix boundary check
` [PATCH v4 3/6] riscv: Provide a mechanism to fix DT for reserved memory
` [PATCH v4 4/6] riscv: Setup reserved-memory node for FU540
` [PATCH v4 5/6] riscv: Copy the reserved-memory nodes to final DT
` [PATCH v4 6/6] riscv: Move all fdt fixups together

[PATCH] [RFC] i2c: stm32f2: FIXME: Disable I2C timing calculation
 2020-03-24 22:47 UTC  (2+ messages)

[PATCH v2 0/8] Cortina Access Drivers Package 2
 2020-03-24 21:18 UTC  (4+ messages)
  ` [PATCH v2 1/8] mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs

[PATCH] ARC: fix up memory accessors
 2020-03-24 19:08 UTC 

[RFT PATCH v1 0/5] usb: Improve robustness of ehci-hcd controller operation
 2020-03-24 18:33 UTC  (31+ messages)
` [RFT PATCH v1 1/5] Revert "usb: ehci-hcd: Keep async schedule running"
` [RFT PATCH v1 2/5] usb: Handle XACTERR error in DATA phase of USB storage
` [RFT PATCH v1 4/5] usb: Provide code to handle spinup of USB usb devices (mostly HDDs)
` [RFT PATCH v1 5/5] usb: Handle QT_TOKEN_STATUS_XACTERR error when sending data

[PATCH 1/1] efi_loader: only reserve memory if fdt node enabled
 2020-03-24 18:14 UTC  (2+ messages)

[PATCH v3 0/3] cmd: add driver, fs and part type listing commands
 2020-03-24 15:17 UTC  (4+ messages)
` [PATCH v3 1/3] cmd: part: Add subcommand to list supported partition tables
` [PATCH v3 2/3] cmd: fs: Add command to list supported fs types
` [PATCH v3 3/3] cmd: dm: Fixed/Added DM driver listing subcommands

Totally wrecked my ENV
 2020-03-24 15:15 UTC  (3+ messages)

Seeed BeagleBone Green Wireless: U-boot cli not shown
 2020-03-24 14:49 UTC 

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

[PATCH v5 1/5] cmd: mvebu: bubt: add A38x support
 2020-03-24 14:23 UTC  (5+ messages)
` [PATCH v5 2/5] cmd: mvebu: bubt: correct U-Boot spelling
` [PATCH v5 3/5] cmd: mvebu: bubt: verify A38x target device type
` [PATCH v5 4/5] arm: mvebu: clearfog: enable bubt command
` [PATCH v5 5/5] cmd: mvebu: bubt: show image boot device

[PATCH v3 1/5] cmd: mvebu: bubt: add A38x support
 2020-03-24 13:59 UTC  (6+ messages)
` [PATCH v3 3/5] cmd: mvebu: bubt: verify A38x target device type
` [PATCH v3 5/5] cmd: mvebu: bubt: show image boot device

[PATCH] tools: fw_env: use erasesize from MEMGETINFO ioctl
 2020-03-24 12:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] serial: zynq: Change uart initialization logic
 2020-03-24 11:23 UTC 

[PATCH v2] board: stm32mp1: add finished good in board identifier OTP
 2020-03-24  9:11 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH] i2c: stm32f7_i2c: allows for any bus frequency
 2020-03-24  8:53 UTC  (2+ messages)

[PATCH 0/9] ram: stm32mp1: fixes
 2020-03-24  8:51 UTC  (19+ messages)
` [PATCH 1/9] ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR
` [PATCH 2/9] ram: stm32mp1: display result for software read DQS gating
` [PATCH 3/9] ram: stm32mp1: don't display the prompt two times
` [PATCH 4/9] ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE
` [PATCH 5/9] ram: stm32mp1: tuning: deactivate derating during BIST test
` [PATCH 6/9] ram: stm32mp1: update BIST config for tuning
` [PATCH 7/9] ram: stm32mp1_ddr: fix self refresh disable during DQS training
` [PATCH 8/9] ram: stm32mp1: reduce delay after BIST reset for tuning
` [PATCH 9/9] ram: stm32mp1: the property st,phy-cal becomes optional

[PATCH v2] ARM: dts: stm32mp1: DT alignment with Linux 5.6-rc1
 2020-03-24  8:46 UTC  (2+ messages)

[PATCH v2 0/2] efi_loader: correct reported length in GetNextVariable()
 2020-03-24  8:45 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH 1/2] clk: stm32mp1: correct CKSELR masks
 2020-03-24  8:44 UTC  (4+ messages)
` [PATCH 2/2] clk: stm32mp1: add SPI5_K support

[PATCH] stm32mp: psci: set cntfrq register of cpu on
 2020-03-24  8:42 UTC  (2+ messages)

[PATCH 0/2] efi_loader: correct reported length in GetNextVariable()
 2020-03-24  8:41 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] stm32mp1: add 800 MHz profile support
 2020-03-24  8:40 UTC  (2+ messages)

[PATCH 00/10] stm32mp1: board and SOC identifications
 2020-03-24  8:37 UTC  (19+ messages)
` [PATCH 01/10] board: stm32mp1: update command stboard on misc_write result
` [PATCH 02/10] board: stm32mp1: read OTP in command stboard
` [PATCH 03/10] arm: stm32mp: bsec: remove unneeded test
` [PATCH 04/10] arm: stm32mp: bsec: add permanent lock support in bsec driver
` [PATCH 05/10] board: stm32mp1: stboard: lock the OTP after programming
` [PATCH 06/10] arm: stm32mp: improve the error message for smc
` [PATCH 08/10] board: stm32mp1: display reference only for STMicroelectronics board
` [PATCH 09/10] arm: stm32mp: add function get_soc_name
` [PATCH 10/10] arm: stm32mp: fdt: update kernel device tree according the part number

[PATCH 0/2] efi_loader: detect EFI system partition
 2020-03-24  8:18 UTC  (3+ messages)
` [PATCH 1/2] part: "

[PATCHv2 0/9] fsl: layerscape: Initialize the GIC redistributor
 2020-03-24  8:12 UTC  (10+ messages)
` [PATCHv2 1/9] board: lx2160a: Add header file cpu_func.h
` [PATCHv2 2/9] arm64: fsl-layerscape: Assign addr to resv_ram if enabled RESV_RAM config
` [PATCHv2 3/9] board: lx2160a: Don't program the GIC RD tables if failed to reserve memory
` [PATCHv2 4/9] board: lx2160a: Make sure the RD tables address align to 64KB
` [PATCHv2 5/9] fsl-layerscape: Kconfig: Select RESV_RAM config if GIC_V3_ITS is enabled
` [PATCHv2 6/9] arm64: layerscape: Move GIC RD tables initialization to CPU setup function
` [PATCHv2 7/9] configs: ls1088a: Enable GIC_V3_ITS config
` [PATCHv2 8/9] configs: ls1028a: "
` [PATCHv2 9/9] configs: ls208xa: "

[PATCH v2] watchdog: versal: Add support for Xilinx window watchdog
 2020-03-24  7:40 UTC  (2+ messages)

[PATCH v6 00/12] ClearFog Base static variant support
 2020-03-24  7:30 UTC  (3+ messages)
` [PATCH v6 04/12] arm: mvebu: clearfog: initial ClearFog Base variant

[PATCH v2 1/2] arm: mvebu: clearfog: add SCSI to distro bootcmd
 2020-03-24  7:22 UTC  (3+ messages)
` [PATCH v2 2/2] arm: mvebu: clearfog: support multiple SATA boot

[PATCH v2 0/3] Support SDMA mode on RPI4 target - 32bit
 2020-03-24  7:12 UTC  (6+ messages)

[RFH] ath79: chunking diff from wndr3800 tarball
 2020-03-24  6:53 UTC 

[PATCH v3 1/1] cmd: bootefi: Parse reserved-memory node from DT
 2020-03-24  5:42 UTC  (4+ messages)

[PATCH v2 00/10] Add support for MediaTek xHCI host controller
 2020-03-24  3:58 UTC  (7+ messages)
` [PATCH v2 01/10] dm: core: Add function to get child count of ofnode or device
` [PATCH v2 03/10] sandbox: dts: test: add a node for ofnode_get_child_count()

[PATCH 0/8] Add support for MediaTek xHCI host controller
 2020-03-24  3:56 UTC  (16+ messages)
` [PATCH 5/8] xhci: mediatek: Add support for MTK "

[RFC PATCH 0/4] qemu: arm64: Add support for uefi firmware management protocol routines
 2020-03-24  3:55 UTC  (6+ messages)
` [RFC PATCH 1/4] efidebug: capsule: Add a command to update capsule on disk

[PATCH] arm: socfpga: increase QSPI kernel Image size for Stratix10 and Agilex
 2020-03-24  2:39 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