public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-09-07 10:12:35 to 2020-09-09 06:07:28 UTC [more...]

[PATCH 0/3] Add i2c support for MediaTek mt8512
 2020-09-09  6:07 UTC  (4+ messages)
` [PATCH 1/3] i2c: mediatek: add basic driver support
` [PATCH 2/3] ARM: dts: Mediatek: add i2c node support for mt8512
` [PATCH 3/3] configs: mt8512: Enable I2C related configs

[PATCH v4 0/2] gpio: Add a managed API
 2020-09-09  3:53 UTC  (8+ messages)
` [PATCH v4 1/2] drivers: gpio: Add a managed API to get a GPIO from the device-tree
` [PATCH v4 2/2] test: gpio: Add tests for the managed API

[PATCH 00/16] common: Drop remaining includes in common.h
 2020-09-09  2:58 UTC  (3+ messages)
` [RFCv2] "

[PATCH 0/7] riscv: Correctly handle IPIs already pending upon boot
 2020-09-09  2:44 UTC  (11+ messages)
` [PATCH 1/7] Revert "riscv: Clear pending interrupts before enabling IPIs"
` [PATCH 2/7] riscv: Match memory barriers between send_ipi_many and handle_ipi
` [PATCH 3/7] riscv: Use NULL as a sentinel value for smp_call_function
` [PATCH 4/7] riscv: Clear pending IPIs on initialization
` [PATCH 5/7] riscv: Add fence to available_harts_lock
` [PATCH 6/7] riscv: Ensure gp is NULL or points to valid data
` [PATCH 7/7] riscv: Add some comments to start.S

[PATCH v3 1/9] usb: xhci: add a member hci_version in xhci_ctrl struct
 2020-09-09  1:55 UTC  (22+ messages)
` [PATCH v3 2/9] usb: xhci: create one unified function to calculate TRB TD remainder
` [PATCH v3 6/9] usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()
` [PATCH v3 7/9] usb: xhci: convert to TRB_TX_TYPE()
` [PATCH v3 8/9] usb: xhci: use macros with parameter to fill ep_info2
` [PATCH v3 9/9] usb: xhci: convert to readx_poll_sleep_timeout()

[PATCH 4/4] cmd: mem: Add bitflip memory test to alternate mtest
 2020-09-09  1:33 UTC  (2+ messages)
` [PATCH] cmd: mem: fix range of bitflip test

[PATCH] time: Fix get_ticks being non-monotonic
 2020-09-09  0:02 UTC  (9+ messages)

[PATCH] timer: Return count from timer_ops.get_count
 2020-09-08 23:59 UTC  (3+ messages)

[PATCH v4 0/3] binman: Further updates for FIT support
 2020-09-08 23:56 UTC  (9+ messages)
` [PATCH v4 1/3] binman: Allow selecting default FIT configuration
` [PATCH v4 2/3] binman: Support help messages for missing blobs

[PATCH 1/1] lib: rsa: fix data abort in br_i32_decode()
 2020-09-08 23:56 UTC  (2+ messages)

[PATCH v1] x86: edison: Move config SYS_MALLOC_LEN to Kconfig
 2020-09-08 23:56 UTC  (2+ messages)

[PATCH v7 00/21] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-09-08 23:32 UTC  (6+ messages)
` [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

[PATCH] defconfig: espressobin: enable NET_RANDOM_ETHADDR
 2020-09-08 22:38 UTC  (5+ messages)

[PATCH v2 0/3] arm64: Large PIE fixes
 2020-09-08 19:02 UTC  (7+ messages)
` [PATCH v2 2/3] arm64: Bail out PIE builds early if load address is not 4K aligned

[PATCH U-BOOT v3 00/30] PLEASE TEST fs: btrfs: Re-implement btrfs support using code from btrfs-progs
 2020-09-08 18:18 UTC  (10+ messages)
` [PATCH U-BOOT v3 03/30] fs: btrfs: Crossport btrfs_read_dev_super() "
` [PATCH U-BOOT v3 25/30] fs: btrfs: Implement btrfs_file_read()

[PATCH v7 0/2] Basic Kontron SMARC-sAL28 board support
 2020-09-08 18:18 UTC  (4+ messages)
` [PATCH v7 1/2] board: kontron: add sl28 support
` [PATCH v7 2/2] board: sl28: add board specific nvm command

make_fit_atf.py and multiple U-Boot ELF segments
 2020-09-08 17:29 UTC  (2+ messages)

[PATCH RESEND v4 1/9] usb: xhci: add a member hci_version in xhci_ctrl struct
 2020-09-08 17:00 UTC  (9+ messages)
` [PATCH RESEND v4 2/9] usb: xhci: create one unified function to calculate TRB TD remainder
` [PATCH RESEND v4 3/9] usb: xhci: add quirks flag to support MediaTek xHCI 0.96
` [PATCH RESEND v4 4/9] usb: xhci: convert to HCS_MAX_PORTS()
` [PATCH RESEND v4 5/9] usb: xhci: convert to TRB_TYPE()
` [PATCH RESEND v4 6/9] usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()
` [PATCH RESEND v4 7/9] usb: xhci: convert to TRB_TX_TYPE()
` [PATCH RESEND v4 8/9] usb: xhci: use macros with parameter to fill ep_info2
` [PATCH RESEND v4 9/9] usb: xhci: convert to readx_poll_sleep_timeout()

[PATCH v1] cmd: acpi: Print revisions in hex format
 2020-09-08 15:48 UTC  (5+ messages)

[PATCH v3 1/8] firmware: add SCMI agent uclass
 2020-09-08 15:21 UTC  (15+ messages)
` [PATCH v3 2/8] firmware: scmi: mailbox/smt agent device
` [PATCH v3 3/8] firmware: scmi: support Arm SMCCC transport
` [PATCH v3 4/8] dt-bindings: arm: SCMI bindings documentation
` [PATCH v3 5/8] clk: add clock driver for SCMI agents
` [PATCH v3 6/8] firmware: scmi: sandbox test for SCMI clocks
` [PATCH v3 7/8] reset: add reset controller driver for SCMI agents
` [PATCH v3 8/8] firmware: smci: sandbox test for SCMI reset controllers

[PATCH v2 00/16] x86: zboot: Enhance the 'zboot' command
 2020-09-08 14:05 UTC  (4+ messages)
` [PATCH v2 01/16] x86: Update the bootparam header

[PATCH] ARM: at91: common: guard ATMEL_PIT code by ifdef
 2020-09-08 13:21 UTC  (2+ messages)

[PATCH] board: atmel: common: introduce at91_set_eth1addr for second interface
 2020-09-08 13:20 UTC  (2+ messages)

[PATCH v3 00/21] clk: at91: add sama7g5 support
 2020-09-08 13:20 UTC  (23+ messages)
` [PATCH v3 01/21] clk: check hw and hw->dev before dereference it
` [PATCH v3 02/21] dm: core: add support for device re-parenting
` [PATCH v3 03/21] clk: bind clk to new parent device
` [PATCH v3 04/21] clk: do not disable clock if it is critical
` [PATCH v3 05/21] clk: get clock pointer before proceeding
` [PATCH v3 06/21] clk: at91: add pre-requisite headers for AT91 clock architecture
` [PATCH v3 07/21] clk: at91: pmc: add helpers for clock drivers
` [PATCH v3 08/21] clk: at91: move clock code to compat.c
` [PATCH v3 09/21] clk: at91: sckc: add driver compatible with ccf
` [PATCH v3 10/21] clk: at91: clk-main: "
` [PATCH v3 11/21] clk: at91: sam9x60-pll: "
` [PATCH v3 12/21] clk: at91: clk-master: "
` [PATCH v3 13/21] clk: at91: clk-master: add support for sama7g5
` [PATCH v3 14/21] clk: at91: clk-utmi: add driver compatible with ccf
` [PATCH v3 15/21] clk: at91: clk-utmi: add support for sama7g5
` [PATCH v3 16/21] clk: at91: clk-programmable: add driver compatible with ccf
` [PATCH v3 17/21] clk: at91: clk-system: "
` [PATCH v3 18/21] clk: at91: clk-peripheral: "
` [PATCH v3 19/21] clk: at91: clk-generic: "
` [PATCH v3 20/21] clk: at91: pmc: add generic clock ops
` [PATCH v3 21/21] clk: at91: sama7g5: add clock support

[PATCH 0/5] Add spi boot support to am335x-icev2
 2020-09-08 12:26 UTC  (13+ messages)
` [PATCH 2/5] configs: Add spiboot support for am335x
` [PATCH 4/5] spi: omap3_spi: Read platform data in ofdata_to_platdata()
` [PATCH 5/5] arm: mach-omap2: am33xx: Add device structure for spi

[PATCH v3 0/7] riscv: Clean up timer drivers
 2020-09-08 12:10 UTC  (8+ messages)
` [PATCH v3 1/7] riscv: Rework riscv timer driver to only support S-mode
` [PATCH v3 4/7] riscv: Rework Sifive CLINT as UCLASS_TIMER driver
` [PATCH v3 7/7] riscv: Update SiFive device tree for new CLINT driver

Changing U-boot relocation addres to SRAM (instead of DRAM)
 2020-09-08 11:33 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_var_mem_notify_exit_boot_services
 2020-09-08 11:06 UTC  (2+ messages)

[PATCH] include: dt-bindings: Add MSCC header
 2020-09-08 10:10 UTC 

[PATCH v4 1/9] usb: xhci: add a member hci_version in xhci_ctrl struct
 2020-09-08  8:06 UTC  (9+ messages)
` [PATCH v4 2/9] usb: xhci: create one unified function to calculate TRB TD remainder
` [PATCH v4 3/9] usb: xhci: add quirks flag to support MediaTek xHCI 0.96
` [PATCH v4 4/9] usb: xhci: convert to HCS_MAX_PORTS()
` [PATCH v4 5/9] usb: xhci: convert to TRB_TYPE()
` [PATCH v4 6/9] usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()
` [PATCH v4 7/9] usb: xhci: convert to TRB_TX_TYPE()
` [PATCH v4 8/9] usb: xhci: use macros with parameter to fill ep_info2
` [PATCH v4 9/9] usb: xhci: convert to readx_poll_sleep_timeout()

[PATCH 0/2] Refactor AST2500 reset control
 2020-09-08  7:21 UTC  (3+ messages)
` [PATCH 1/2] reset: ast2500: Use SCU for "
` [PATCH 2/2] cosmetic: reset: ast2500: Rename driver and configs

[v4, 00/11] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
 2020-09-08  7:17 UTC  (4+ messages)

[PATCH v2 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform
 2020-09-08  6:16 UTC  (7+ messages)
` [PATCH v3 0/2] Add support for LX2162AQDS board
  ` [PATCH v3 1/2] armv8: lx2162a: Add Soc changes to support LX2162A
  ` [PATCH v3 2/2] armv8: lx2162aqds: Add support for LX2162AQDS platform

[RFC PATCH 0/1] Anti rollback protection for FIT Images
 2020-09-08  6:15 UTC  (3+ messages)

[PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support
 2020-09-08  5:59 UTC  (3+ messages)

[PATCH v2] arm: dts: fix ast2500-evb inclusion for the correct soc family
 2020-09-08  2:42 UTC  (2+ messages)

[PATCH v1] arm: socfpga: soc64: Disable CONFIG_PSCI_RESET
 2020-09-08  1:57 UTC  (2+ messages)

[PATCH 0/3] net: tftp: Fixes for tftp rollover
 2020-09-08  1:50 UTC  (2+ messages)

[BUG] rsa: crash in br_i32_decode() called from rsa_gen_key_prop()
 2020-09-08  0:21 UTC  (2+ messages)

Please pull u-boot-marvell/remove-config-nr-dram-banks-v9-2020-08-26
 2020-09-07 21:39 UTC  (2+ messages)

[RFC 0/4] drivers: footprint reduction proposal
 2020-09-07 19:10 UTC  (12+ messages)
` [RFC 3/4] dtoc: add support for generate stuct udevice_id

[ANN] U-Boot v2020.10-rc4 released
 2020-09-07 18:18 UTC 

[RFC] FPGA configuration as MTD using Device Tree
 2020-09-07 17:03 UTC 

[PATCH] arm: mvebu: Espressobin: Set environment variable fdtfile
 2020-09-07 16:51 UTC  (7+ messages)

[PATCH v4 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details
 2020-09-07 16:32 UTC  (4+ messages)
` [PATCH v4 1/2] arch: arm: use dt and UCLASS_IRQ "

[PATCH] ARM: zynq: Add Z-turn board V5
 2020-09-07 16:11 UTC 

Pull request for UEFI sub-system for efi-2020-10-rc4
 2020-09-07 16:08 UTC  (2+ messages)

[RFC] [PATCH] rockchip: Pinebook Pro: fix mmc boot ordering
 2020-09-07 16:07 UTC 

[PATCH] timer: mchp-pit64b: add support for pit64b
 2020-09-07 15:36 UTC 

[RFC PATCH 0/7]
 2020-09-07 15:24 UTC  (3+ messages)

[PATCH 0/5] edison: Support for writing an xFSTK image
 2020-09-07 15:10 UTC  (13+ messages)
` [PATCH 2/5] binman: Show an error when a file is missing

RPi4 U-Boot freeze
 2020-09-07 14:36 UTC  (3+ messages)

[PATCH v3 01/12] binman: Allow entry args to be required
 2020-09-07 13:57 UTC  (10+ messages)
` [PATCH v3 00/12] binman: Add support for generating more complex FITs
  ` [PATCH v3 08/12] sunxi: Convert 64-bit boards to use binman

[PATCH 0/2] Add support for loading images above 4GB
 2020-09-07 13:57 UTC  (14+ messages)
` [PATCH 1/2] spl: Use standard FIT entries
` [PATCH 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format

[PATCH v6 0/2] Basic Kontron SMARC-sAL28 board support
 2020-09-07 12:25 UTC  (4+ messages)
` [PATCH v6 1/2] board: kontron: add sl28 support

[PATCH RESEND v2 01/11] usb: xhci: add a member hci_version in xhci_ctrl struct
 2020-09-07 10:12 UTC  (7+ messages)
` [PATCH RESEND v2 05/11] usb: xhci: convert to TRB_TYPE()


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