public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-11-26 10:45:16 to 2020-11-29 16:52:26 UTC [more...]

[PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it
 2020-11-29 16:52 UTC  (12+ messages)
` [PATCH 01/13] serial: usbtty: Fix puts function
` [PATCH 02/13] usb: musb: Fix compilation of gadget code
` [PATCH 03/13] usb: musb: Always clear the data toggle bit when configuring ep
` [PATCH 04/13] usb: musb: Fix configuring FIFO for endpoints
` [PATCH 05/13] usb: musb: Read value of PERI_RXCSR to 16bit variable
` [PATCH 06/13] usb: musb: Fix transmission of bigger buffers
` [PATCH 07/13] usb: gadget: Do not export usbd_device_* arrays
` [PATCH 08/13] usb: gadget: Use dbg_ep0() macro instead of serial_printf()
` [PATCH 09/13] arm: omap3: Compile lowlevel_init() function only when it is used
` [PATCH 10/13] arm: omap3: Compile s_init() "
` [PATCH 11/13] Nokia RX-51: Remove function set_muxconf_regs()

[PATCH] Nokia RX-51: Add test for U-Boot serial console
 2020-11-29 16:15 UTC 

[U-Boot] Please pull from u-boot-i2c
 2020-11-29 16:11 UTC  (2+ messages)

[PATCH 0/3] extend EFI_TCG2_PROTOCOL support
 2020-11-29 14:02 UTC  (10+ messages)
` [PATCH 1/3] tpm: Add tpm2 headers for TCG2 eventlog support
` [PATCH 2/3] efi_loader: Introduce eventlog support for TCG2_PROTOCOL
` [PATCH 3/3] cmd: efidebug: Add support for TCG2 final events table

[PATCH 0/8] Renesas drop leading 0x from rpc nodes
 2020-11-29 13:22 UTC  (5+ messages)
` [PATCH 4/8] M: dts: r8a77950-u-boot: Remove leading 0x from rpc node

[PATCH v2] ARM: dts: renesas: Remove leading 0x from rpc node
 2020-11-29 13:21 UTC 

[PATCH v7 0/4] Add CPU identification support for RZ/G2 SoC's
 2020-11-29 12:54 UTC  (6+ messages)
` [PATCH v7 1/4] arm: rmobile: Add RZ/G2[HMNE] SoC support
` [PATCH v7 2/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-W and RZ/G2M
` [PATCH v7 3/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car M3-N and RZ/G2N
` [PATCH v7 4/4] mmc: renesas-sdhi: Add SDHI quirks for R-Car H3 and RZ/G2H

[PATCH v4 0/2] pinctrl: renesas: trivial fixes and enhancements
 2020-11-29 12:49 UTC  (5+ messages)
` [PATCH v4 1/2] pinctrl: renesas: Make sure the pin type is updated after setting the MUX
` [PATCH v4 2/2] pinctrl: renesas: Implement get_pin_muxing() callback

Please pull mmc-2020-11-29
 2020-11-29 12:30 UTC 

[PATCH 1/3] mtd: spi nor: add support for dual and quad bit transfers
 2020-11-29 10:39 UTC  (3+ messages)
` [PATCH 2/3] TI QSPI: add support for dual and quad-bit I/O read
` [PATCH 3/3] TI QSPI: prevent a 4-byte write to the flash on read access

[PATCH] gpio: Add support for DM GPIO for Kirkwood
 2020-11-29 10:08 UTC  (4+ messages)
` [PATCH v2] "

i2c: i2c-gpio: Fix GPIO output
 2020-11-29  9:47 UTC 

Pull request for UEFI sub-system for efi-2021-01-rc3 (3)
 2020-11-29  9:30 UTC 

[PATCH] Add fdtfile for Marvell Armada 37xx default environment
 2020-11-29  8:32 UTC  (5+ messages)

[PATCH] spi: omap3_spi: Fix speed and mode selection
 2020-11-29  7:23 UTC 

[PATCH v9 00/11] efi_loader: add capsule update support
 2020-11-29  4:59 UTC  (8+ messages)
` [PATCH v9 08/11] tools: add mkeficapsule command for UEFI capsule update

[PATCH 00/18] fs: fat: fix long name support
 2020-11-29  2:02 UTC  (19+ messages)
` [PATCH 01/18] fs: fat: avoid NULL dereference when root dir is full
` [PATCH 02/18] fs: fat: directory entries starting with 0x05
` [PATCH 03/18] fs: fat: use ATTR_ARCH instead of anonymous 0x20
` [PATCH 04/18] fs: fat: correct first cluster for '..'
` [PATCH 05/18] fs: fat: export fat_next_cluster()
` [PATCH 06/18] fs: fat: create correct short names
` [PATCH 07/18] fs: fat: pass shortname to fill_dir_slot
` [PATCH 08/18] fs: fat: call set_name() only once
` [PATCH 09/18] fs: fat: generate unique short names
` [PATCH 10/18] fs: fat: dentry iterator for fill_dir_slot()
` [PATCH 11/18] fs: fat: set start cluster for root directory
` [PATCH 12/18] fs: fat: flush new directory cluster
` [PATCH 13/18] fs: fat: fat_find_empty_dentries()
` [PATCH 14/18] fs: fat: reuse deleted directory entries
` [PATCH 15/18] fs: fat: search file should not allocate cluster
` [PATCH 16/18] fs: fat: use constant DELETED_FLAG
` [PATCH 17/18] fs: fat: first dentry of long name in FAT iterator
` [PATCH 18/18] fs: fat: deletion of long file names

[PATCH 00/11] dm: Simplify livetree handling
 2020-11-29  0:50 UTC  (12+ messages)
` [PATCH 01/11] dm: core: Rename device_bind() to device_bind_offset()
` [PATCH 02/11] dm: core: Rename device_bind_ofnode() to device_bind()
` [PATCH 03/11] dm: core: Add a livetree function to check node status
` [PATCH 04/11] dm: Remove uses of device_bind_offset()
` [PATCH 05/11] dm: Drop uses of dev_set_of_offset()
` [PATCH 06/11] dm: core: Drop dev_set_of_offset()
` [PATCH 07/11] dm: core: Drop device_bind_offset()
` [PATCH 08/11] dm: core: Add an ofnode function to get the devicetree root
` [PATCH 09/11] dm: core: Combine the flattree and livetree binding code
` [PATCH 10/11] dm: core: Drop unused parameter from dm_scan_fdt()
` [PATCH 11/11] dm: core: Drop unused parameter from dm_extended_scan_fdt()

[PATCH v3 0/2] Add OpenCores I2C controller driver
 2020-11-28 15:15 UTC  (2+ messages)

[PATCH] i2c: designware_i2c: Don't warn if no reset controller
 2020-11-28 15:12 UTC  (2+ messages)

[PATCH] i2c: mvtwsi: disable i2c slave also on Armada 8k
 2020-11-28 15:11 UTC  (2+ messages)

[PATCH] Nokia RX-51: Decrease i2c speed to 100000
 2020-11-28 13:04 UTC  (6+ messages)

[PATCH] sunxi: Add arm64 FEL support
 2020-11-28 11:30 UTC  (2+ messages)
` [linux-sunxi] "

[PATCH v4 00/18] Minor board_f/board_r cleanups
 2020-11-28  8:43 UTC  (19+ messages)
` [PATCH v4 01/18] common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F
` [PATCH v4 02/18] common: board_f: Drop initf_console_record wrapper
` [PATCH v4 03/18] common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm
` [PATCH v4 04/18] common: board_f: Move setup_machine code to setup_bdinfo
` [PATCH v4 05/18] common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt
` [PATCH v4 06/18] common: board_r: Drop initr_console_record wrapper
` [PATCH v4 07/18] common: board_r: Drop initr_secondary_cpu wrapper
` [PATCH v4 08/18] common: board_r: Drop initr_post_backlog wrapper
` [PATCH v4 09/18] common: board_r: Drop initr_pci_ep wrapper
` [PATCH v4 10/18] common: board_r: Drop initr_pci wrapper
` [PATCH v4 11/18] common: board_r: Drop initr_noncached wrapper
` [PATCH v4 12/18] common: board_r: Drop initr_xen wrapper
` [PATCH v4 13/18] common: board_r: Drop initr_jumptable wrapper
` [PATCH v4 14/18] common: board_r: Drop initr_api wrapper
` [PATCH v4 15/18] common: board_r: Drop initr_bbmii wrapper
` [PATCH v4 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap
` [PATCH v4 17/18] spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF
` [PATCH v4 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set

[PATCH] spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata
 2020-11-28  8:11 UTC 

[PATCH] net: tftp: Fix incorrect tftp_next_ack on no OACK
 2020-11-27 21:45 UTC 

Fixing LicheePi Zero isn't working
 2020-11-27 20:37 UTC 

[PATCH v4 00/23] Add support for MediaTek MT7620 SoC - v4
 2020-11-27 20:19 UTC  (3+ messages)
` [PATCH v4 01/23] mips: dts: switch to board defines for dtb for mtmips

[PATCH 1/5 v2] mips: start.S: Add Octeon boot header compatibility
 2020-11-27 19:01 UTC  (9+ messages)
` [PATCH 3/5 v2] mips: octeon: Report full DDR size in dram_init() to gd->ram_size
` [PATCH 4/5 v2] mips: octeon: bootoctlinux: Use gd->ram_size instead of ram_get_info()
` [PATCH 5/5 v2] mips: octeon: tools: Add update_octeon_header tool

[PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support
 2020-11-27 17:03 UTC  (7+ messages)

[PATCH 1/2] ARM: meson: isolate loading of socinfo
 2020-11-27 16:35 UTC  (4+ messages)
` [PATCH 2/2] meson: Add soc_rev to environment

[PATCH v4 0/7] Microchip PolarFire SoC support
 2020-11-27 16:34 UTC  (12+ messages)
` [PATCH v4 1/7] riscv: Add DMA 64-bit address support
` [PATCH v4 2/7] net: macb: Add DMA 64-bit address support for macb
` [PATCH v4 3/7] net: macb: Add phy address to read it from device tree
` [PATCH v4 4/7] clk: Add Microchip PolarFire SoC clock driver
` [PATCH v4 5/7] riscv: dts: Add device tree for Microchip Icicle Kit
` [PATCH v4 6/7] riscv: Add Microchip MPFS Icicle Kit support
` [PATCH v4 7/7] doc: board: Add Microchip MPFS Icicle Kit doc

[BUG] U-boot does not detect emmc card in odroid-c2 for newer U-boot as 2020.04
 2020-11-27 16:15 UTC  (13+ messages)

[PATCH v1] doc: edison: Update information about xFSTK
 2020-11-27 16:02 UTC  (2+ messages)

[PATCH v2] doc: edison: Update information about xFSTK
 2020-11-27 15:59 UTC 

[PATCH v7 0/4] Add RZ/G2[HMN] board support
 2020-11-27 15:11 UTC  (5+ messages)
` [PATCH v7 1/4] arm: rmobile: Add HopeRun HiHope RZ/G2M "
` [PATCH v7 2/4] arm: rmobile: Add HopeRun HiHope RZ/G2N "
` [PATCH v7 3/4] arm: rmobile: Add HopeRun HiHope RZ/G2H "
` [PATCH v7 4/4] arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.10.rc5

[PATCH v2 0/9] log: don't build the trace buffer when log is not ready
 2020-11-27 15:05 UTC  (14+ messages)
` [PATCH v2 1/9] test: add LOGL_FORCE_DEBUG flags support in log tests
` [PATCH v2 2/9] log: don't build the trace buffer when log is not ready
` [PATCH v2 3/9] test: log: add test for dropped messages
` [PATCH v2 4/9] log: use console puts to output trace before LOG init
` [PATCH v2 5/9] test: add test for dropped trace before log_init
` [PATCH v2 6/9] console: remove duplicated test on gd value
` [PATCH v2 7/9] console: allow to record console output before ready
` [PATCH v2 8/9] test: log: add test for console output of dropped messages
` [PATCH v2 9/9] log: call vsnprintf only when it is needed to emit trace

[PATCH v3 00/18] Minor board_f/board_r cleanups
 2020-11-27 14:35 UTC  (3+ messages)
` [PATCH v3 16/18] common: board_r: Drop arch-specific ifdefs around initr_trap

[RESEND PATCH] fdt: Use phandle to distinguish DT nodes with same name
 2020-11-27 14:05 UTC  (5+ messages)
  ` [EXTERNAL] "

U-Boot RPi SSD-USB boot issues
 2020-11-27 13:10 UTC 

[PATCH v1] x86: edison: Drop unneeded DM_PCI_COMPAT
 2020-11-27 12:41 UTC 

[PATCH v1] x86: tangier: Find proper memory region for relocation
 2020-11-27 12:40 UTC 

Q: EFI_SPI support
 2020-11-27 11:17 UTC  (2+ messages)

[PATCH 1/2] configs: sandbox: activate DEBUG_UART
 2020-11-27 10:49 UTC  (2+ messages)
` [PATCH 2/2] console: sandbox: remove unnecessary sandbox code

[PATCH 0/4] Support Macronix MX66UW2G345G on Renesas Draak board
 2020-11-27  9:03 UTC  (5+ messages)
` [PATCH 1/4] mtd: spi-nor-ids: Add Macronix MX66UW2G345G
` [PATCH 2/4] arm: dts: Add DT spi0 alias to Renesas Draak board
` [PATCH 3/4] arm: dts: r8a77995-u-boot: Add SPI Flash Support
` [PATCH 4/4] driver: spi: renesas_rpc_spi: Add mem_ops

[PATCH] riscv: timer: Add support for an early timer
 2020-11-27  7:58 UTC  (6+ messages)

[PATCH v2] tpm: use more than sha256 on pcr_extend
 2020-11-26 21:07 UTC 

[PATCH 1/1] common: always compile fixup_cmdtable()
 2020-11-26 19:46 UTC 

[PATCH 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm64 platform
 2020-11-26 18:41 UTC  (15+ messages)
` [PATCH 01/14] qemu: arm: Use the generated DTB only when CONGIG_OF_BOARD is defined
` [PATCH 02/14] mkeficapsule: Add support for embedding public key in a dtb
` [PATCH 03/14] qemu: arm: Scan the pci bus in board_init
` [PATCH 04/14] crypto: Fix the logic to calculate hash with authattributes set
` [PATCH 05/14] qemu: arm64: Add support for dynamic mtdparts for the platform
` [PATCH 06/14] qemu: arm64: Set dfu_alt_info variable "
` [PATCH 07/14] efi_loader: Add config option to indicate fmp header presence
` [PATCH 08/14] dfu_mtd: Add provision to unlock mtd device
` [PATCH 09/14] efi_loader: Make the pkcs7 header parsing function an extern
` [PATCH 10/14] efi_loader: Re-factor code to build the signature store from efi signature list
` [PATCH 11/14] efi: capsule: Add support for uefi capsule authentication
` [PATCH 12/14] efi_loader: Enable "
` [PATCH 13/14] efidebug: capsule: Add a command to update capsule on disk
` [PATCH 14/14] qemu: arm64: Add documentation for capsule update

[BUG] mvebu pci auto config broken
 2020-11-26 16:30 UTC  (2+ messages)

[PATCH] arm: at91: configs: Enable CONFIG_SYS_NAND_USE_FLASH_BBT on all boards
 2020-11-26 12:16 UTC  (2+ messages)

[PATCH] arm: ls102xa: select USB PHY erratum's only if USB support is enabled
 2020-11-26 10:52 UTC 

[PATCH v2] cmd: Add a pwm command
 2020-11-26 10:48 UTC 

[PATCH] drivers: ifc: add define for IFC_CSPRn TE bit
 2020-11-26 10:45 UTC 


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