public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-02-05 14:32:30 to 2021-02-07 13:50:10 UTC [more...]

[RESEND PATCH 00/16] Nokia RX-51: Fix USB TTY console and enable it
 2021-02-07 13:50 UTC  (50+ messages)
` [RESEND PATCH 01/16] serial: usbtty: Fix puts function
` [RESEND PATCH 02/16] serial: usbtty: Send urb data in correct order
` [RESEND PATCH 03/16] usb: musb: Fix compilation of gadget code
` [RESEND PATCH 04/16] usb: musb: Always clear the data toggle bit when configuring ep
` [RESEND PATCH 05/16] usb: musb: Fix configuring FIFO for endpoints
` [RESEND PATCH 06/16] usb: musb: Read value of PERI_RXCSR to 16bit variable
` [RESEND PATCH 07/16] usb: musb: Fix transmission of bigger buffers
` [RESEND PATCH 08/16] usb: musb: Fix receiving "
` [RESEND PATCH 09/16] usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand
` [RESEND PATCH 10/16] usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint
` [RESEND PATCH 11/16] usb: gadget: Use dbg_ep0() macro instead of serial_printf()
` [RESEND PATCH 12/16] arm: omap3: Compile lowlevel_init() function only when it is used
` [RESEND PATCH 13/16] arm: omap3: Compile s_init() "
` [RESEND PATCH 14/16] Nokia RX-51: Remove function set_muxconf_regs()
` [RESEND PATCH 15/16] Nokia RX-51: Move content of rx51.h to rx51.c
` [RESEND PATCH 16/16] Nokia RX-51: Enable usbtty serial console by default
` [RESEND v2 PATCH 00/16] Nokia RX-51: Fix USB TTY console and enable it
  ` [RESEND v2 PATCH 01/16] serial: usbtty: Fix puts function
  ` [RESEND v2 PATCH 02/16] serial: usbtty: Send urb data in correct order
  ` [RESEND v2 PATCH 03/16] usb: musb: Fix compilation of gadget code
  ` [RESEND v2 PATCH 04/16] usb: musb: Always clear the data toggle bit when configuring ep
  ` [RESEND v2 PATCH 05/16] usb: musb: Fix configuring FIFO for endpoints
  ` [RESEND v2 PATCH 06/16] usb: musb: Read value of PERI_RXCSR to 16bit variable
  ` [RESEND v2 PATCH 07/16] usb: musb: Fix transmission of bigger buffers
  ` [RESEND v2 PATCH 08/16] usb: musb: Fix receiving "
  ` [RESEND v2 PATCH 09/16] usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand
  ` [RESEND v2 PATCH 10/16] usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint

Help regarding booting FIT image on RPi4
 2021-02-07 11:56 UTC 

[PATCH v3] mmc: mmc_spi: Print verbose debug output when crc16 check fails
 2021-02-07 11:50 UTC  (3+ messages)

[PATCH v4 00/11] tpm: Support using TPM1 and TPM2 from a single API
 2021-02-07 11:44 UTC  (14+ messages)
` [PATCH v4 01/11] tpm: Don't include cr50 in TPL/SPL
` [PATCH v4 02/11] tpm: Use logging in the uclass
` [PATCH v4 03/11] tpm: Add debugging of request in tpm_sendrecv_command()
` [PATCH v4 04/11] tpm: Add an API that can support v1.2 and v2
` [PATCH v4 05/11] tpm: Switch TPMv1 over to use the new API
` [PATCH v4 06/11] tpm: Add a basic API implementation for TPMv2
` [PATCH v4 07/11] tpm: Reduce duplication in a few functions
` [PATCH v4 08/11] tpm: Add an implementation of define_space
` [PATCH v4 09/11] tpm: Add TPM2 support for read/write values
` [PATCH v4 10/11] tpm: Add TPM2 support for write_lock
` [PATCH v4 11/11] tpm: Allow disabling platform hierarchy with TPM2

[PATCH v4 06/41] doc: Document how sandbox_spl_tests are run
 2021-02-07  2:53 UTC 

[PATCH v1] fix patman --limit-cc option
 2021-02-07  0:17 UTC  (3+ messages)

[PATCH v2 1/1] sandbox: host bind must close file descriptor
 2021-02-07  0:17 UTC  (3+ messages)

[PATCH v2 00/33] dm: Add dtoc implementation of device instantiation (part D)
 2021-02-07  0:17 UTC  (67+ messages)
` [PATCH v2 01/33] bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
` [PATCH v2 02/33] dtoc: Scan drivers for available information
` [PATCH v2 03/33] dtoc: Save scan information across test runs
` [PATCH v2 04/33] dtoc: Ignore unwanted files when scanning for drivers
` [PATCH v2 05/33] dtoc: Collect priv/plat struct info from drivers
` [PATCH v2 06/33] dtoc: Support scanning of uclasses
` [PATCH v2 07/33] dtoc: Support scanning of structs in header files
` [PATCH v2 08/33] dtoc: Move test files into a test/ directory
` [PATCH v2 09/33] dtoc: Rename sandbox_i2c_test and sandbox_pmic_test
` [PATCH v2 10/33] dtoc: Add some extra properties to nodes
` [PATCH v2 11/33] dtoc: Make use of node properties
` [PATCH v2 12/33] dtoc: Process nodes to set up required properties
` [PATCH v2 13/33] dtoc: Track nodes which are actually used
` [PATCH v2 14/33] dtoc: Support tracking the phase of U-Boot
` [PATCH v2 15/33] Makefile: Pass the U-Boot phase to dtoc
` [PATCH v2 16/33] dtoc: Support headers needed for drivers
` [PATCH v2 17/33] dtoc: Process driver aliases along with drivers
` [PATCH v2 18/33] dtoc: Warn of duplicate drivers
` [PATCH v2 19/33] dtoc: Read aliases for uclasses
` [PATCH v2 20/33] dtoc: Detect drivers only at the start of start of line
` [PATCH v2 21/33] dtoc: Assign a sequence number to each node
` [PATCH v2 22/33] dtoc: Set up the uclasses that are used
` [PATCH v2 23/33] dtoc: Support processing the root node
` [PATCH v2 24/33] dtoc: Add an option for device instantiation
` [PATCH v2 25/33] dm: of-platadata: Add "
` [PATCH v2 26/33] dtoc: Add support for decl file
` [PATCH v2 27/33] dtoc: Don't generate platform data with instantiation
` [PATCH v2 28/33] sandbox: Make sandbox,emul more conventional
` [PATCH v2 29/33] sandbox: i2c: Rename driver names to work with of-platdata
` [PATCH v2 30/33] dtoc: Tidy up the list of supported phandle properties
` [PATCH v2 31/33] dtoc: Generate a summary in the dt-plat.c file
` [PATCH v2 32/33] dtoc: Generate uclass devices
` [PATCH v2 33/33] dtoc: Generate device instances

[PATCH 1/2] lib: Fix BINMAN_FDT dependency
 2021-02-07  0:16 UTC  (6+ messages)
` [PATCH 2/2] dts: Fix OF_LIVE dependency

[PATCH] serial: ns16550: Correct the base address type
 2021-02-07  0:16 UTC  (3+ messages)

[PATCH] serial: ns16550: Handle zero <clock-frequency> value
 2021-02-07  0:16 UTC  (6+ messages)

[PATCH 1/2] dm: core: Fix allocation of empty of-platdata
 2021-02-07  0:16 UTC  (4+ messages)
` [PATCH 2/2] dm: core: Add DM_DEVICE_REMOVE condition to all exit paths

[PATCH v4 0/9] fastboot: Add better support for specifying partitions
 2021-02-06 23:49 UTC  (6+ messages)
` [PATCH v4 8/9] fastboot: Allow u-boot-style partitions

[PATCHv2 1/3] common: SCP03 control (enable and provision of keys)
 2021-02-06 23:11 UTC  (3+ messages)
` [PATCHv2 2/3] cmd: SCP03: enable and provision command
` [PATCHv2 3/3] drivers: tee: sandbox: secure channel protocol control

[PATCH 1/3] common: SCP03 control (enable and provision of keys)
 2021-02-06 23:05 UTC  (4+ messages)
` [PATCH] drivers: tee: sandbox: secure channel protocol control
` [PATCH 2/3] cmd: SCP03: enable and provision command
` [PATCH 3/3] drivers: tee: sandbox: secure channel protocol control

[PATCH v4 0/9] Various minor fixes
 2021-02-06 16:57 UTC  (10+ messages)
` [PATCH v4 1/9] spl: Drop duplicate 'Jumping to U-Boot' message
` [PATCH v4 2/9] binman: Indicate how to make binman verbose
` [PATCH v4 3/9] doc: describe the md command
` [PATCH v4 4/9] doc: Add a note about producing 'md.b' output using hexdump
` [PATCH v4 5/9] s5p4418_nanopi2: Drop dead code
` [PATCH v4 6/9] sandbox: Add os_realloc()
` [PATCH v4 7/9] sandbox: Avoid using malloc() for system state
` [PATCH v4 8/9] sandbox: Write out bloblist when exiting
` [PATCH v4 9/9] bootm: Fix duplicate debugging in bootm_process_cmdline()

[PATCH v5 0/4] VIM3: add support for checking 'Function' button state
 2021-02-06 16:21 UTC  (8+ messages)
  ` [PATCH v5 2/4] button: add a simple Analog to Digital Converter device based button driver

[PATCH v4 0/2] x86: Minor improvements mostly for image loading
 2021-02-06 16:13 UTC  (3+ messages)
` [PATCH v4 1/2] sysinfo: Allow showing model info from sysinfo
` [PATCH v4 2/2] x86: coral: Show memory config and SKU ID on startup

[PATCH v2 0/3] fs: fat: avoid invalid filenames
 2021-02-06 16:12 UTC  (5+ messages)
` [PATCH v2 2/3] fs: fat: must not write directory '.' and '..'
` [PATCH v2 3/3] fs: fat: remove trailing periods from long name

[PATCH v3 0/2] x86: Minor improvements mostly for image loading
 2021-02-06 16:11 UTC  (3+ messages)

[PATCH v2 0/3] mmc: mmc_spi: Fix potential spec violation in receiving card response
 2021-02-06 13:16 UTC  (2+ messages)

Please pull u-boot-x86
 2021-02-06 13:08 UTC 

[PATCH v4 00/12] smbios: Enhancements for more flexibility
 2021-02-06 11:19 UTC  (2+ messages)

u-boot idbloader.img fails to initialise LPDDR3 on nanopi m4 v1
 2021-02-06  9:36 UTC 

[PATCH] gpio-uclass: fix gpio flags save condition
 2021-02-06  2:43 UTC  (6+ messages)

[PATCH v2 0/4] Add Gateworks Venice board support
 2021-02-06  0:11 UTC  (5+ messages)
` [PATCH v2 1/4] thermal: imx_tmu: enable monitoring and default alert/critical
` [PATCH v2 2/4] Respect that some compression algos can be enabled separately for SPL
` [PATCH v2 3/4] arm: dts: imx8mm: add Gateworks i.MX8 Mini Dev kits
` [PATCH v2 4/4] board: gateworks: imx8mm: Add Gateworks Venice board support

[PATCH v2 0/4] doc: update Kernel documentation build system
 2021-02-05 23:58 UTC  (6+ messages)
` [PATCH v2 4/4] "

[PATCH v1] test: Include /sbin to the PATH when creating ext4 disk image
 2021-02-05 23:57 UTC  (5+ messages)

[PATCH 0/3] Add support for the GST ESPRESSOBin-Ultra board
 2021-02-05 22:51 UTC  (8+ messages)
` [PATCH 1/3] cmd: env: Add 'env import -h' for Marvell hw_info formatted environments

[PATCH v2 0/2] Console/stdio use after free
 2021-02-05 20:47 UTC  (11+ messages)
` [PATCH v2 2/2] console: Don't start/stop console if stdio device invalid

[PATCH v1] test: Allow simple glob pattern in the test name
 2021-02-05 20:46 UTC  (7+ messages)

[PATCH v3] video: sunxi_display: Convert to DM_VIDEO
 2021-02-05 19:31 UTC  (4+ messages)

[PATCH V3] ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=y
 2021-02-05 18:49 UTC  (2+ messages)

[PATCH v2 00/12] Add support for pinmux status command on beaglebone
 2021-02-05 18:37 UTC  (5+ messages)

qemu-arm: hang during MMU initialization
 2021-02-05 17:38 UTC 

0a2aaab0b678fd1778ff2fc59d0770fc82995532 breaks Pinebook Pro
 2021-02-05 17:31 UTC 

[GIT PULL] TI changes for v2021.04 rc2
 2021-02-05 17:26 UTC  (2+ messages)

[PATCH v4 5/5] board/km: add support for seli8 design based on nxp ls102x
 2021-02-05 17:26 UTC  (2+ messages)

[PATCH 4/5] board/km: move km i2c deblock declarations to a km/common.h
 2021-02-05 17:26 UTC  (2+ messages)

[PATCH] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
 2021-02-05 16:57 UTC  (6+ messages)

[PATCH] rockchip: rk3399: Add Nanopi M4V2 board support
 2021-02-05 16:15 UTC  (4+ messages)

U-Boot ECDSA Implementation Question
 2021-02-05 16:08 UTC  (3+ messages)

[RFC PATCH v1 0/2] Allow disabling driver model for I2C in SPL
 2021-02-05 15:10 UTC  (3+ messages)
` [RFC PATCH v1 1/2] dm: i2c: allow disabling driver model "
` [RFC PATCH v1 2/2] dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C and DM_I2C_GPIO

[PATCH v5 00/10] fastboot: Add better support for specifying partitions
 2021-02-05 14:39 UTC  (11+ messages)
` [PATCH v5 01/10] mmc: sandbox: Add support for writing
` [PATCH v5 02/10] test: dm: Add test for fastboot mmc partition naming
` [PATCH v5 03/10] part: Give several functions more useful return values
` [PATCH v5 04/10] part: Support getting whole disk from part_get_info_by_dev_and_name_or_num
` [PATCH v5 05/10] part: Support string block devices in part_get_info_by_dev_and_name
` [PATCH v5 06/10] fastboot: Remove mmcpart argument from raw_part_get_info_by_name
` [PATCH v5 07/10] fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name
` [PATCH v5 08/10] fastboot: Allow u-boot-style partitions
` [PATCH v5 09/10] doc: Rename k210 partitions anchor
` [PATCH v5 10/10] doc: Document partition specifications

[PATCH 0/4] arm: mvebu: turris_mox: Fix and enable PCIe devices
 2021-02-05 14:32 UTC  (3+ messages)
` [PATCH 3/4] arm: mvebu: turris_mox: Enable CONFIG_USB_XHCI_PCI
` [PATCH 4/4] arm: mvebu: turris_mox: Enable NVMe support


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