messages from 2019-10-14 14:39:39 to 2019-10-15 15:53:46 UTC [more...]
[U-Boot] [PATCH 00/37] convert GE boards to DM
2019-10-15 15:53 UTC (34+ messages)
` [U-Boot] [PATCH 01/37] configs: bx50v3: Fix boot hang with video
` [U-Boot] [PATCH 02/37] board: ge: bx50v3: Fix run-time warning
` [U-Boot] [PATCH 03/37] board: ge: bx50v3: Fix message output to video console
` [U-Boot] [PATCH 04/37] configs: ppd: DM for USB and regulators PPD
` [U-Boot] [PATCH 05/37] board: ge: bx50v3: Enable DM for PCI and ethernet
` [U-Boot] [PATCH 06/37] board: ge: pass rtc_status via device tree
` [U-Boot] [PATCH 07/37] board: ge: bx50v3: use imx wdt
` [U-Boot] [PATCH 08/37] board: ge: mx53ppd: "
` [U-Boot] [PATCH 09/37] board: ge: bx50v3: Add i2c bus description
` [U-Boot] [PATCH 10/37] board: ge: mx53ppd: Add i2c bus descritpion
` [U-Boot] [PATCH 11/37] misc: i2c_eeprom: add fixed partitions support
` [U-Boot] [PATCH 12/37] misc: i2c_eeprom: add size query
` [U-Boot] [PATCH 13/37] board: ge: bx50v3: use DM I2C
` [U-Boot] [PATCH 14/37] board: ge: mx53ppd: "
` [U-Boot] [PATCH 15/37] board: ge: convert vpd to use i2c eeprom
` [U-Boot] [PATCH 16/37] i2c: add support for offset overflow in to address
` [U-Boot] [PATCH 17/37] misc: i2c_eeprom: set offset len and chip addr offset mask
` [U-Boot] [PATCH 18/37] bootcount: add a DM i2c eeprom backing store for bootcount
` [U-Boot] [PATCH 19/37] board: ge: bx50v3: add i2c eeprom bootcount storage
` [U-Boot] [PATCH 20/37] board: ge: mx53ppd: "
` [U-Boot] [PATCH 21/37] rtc: rx8010sj: fix DM initialization
` [U-Boot] [PATCH 22/37] board: ge: bx50v3, mx53ppd: use DM rtc
` [U-Boot] [PATCH 23/37] board: ge: bx50v3: use DM i2c for PMIC initialization
` [U-Boot] [PATCH 24/37] board: ge: mx53ppd: remove redundant power config
` [U-Boot] [PATCH 25/37] board: ge: bx50v3, mx53ppd: disable I2C compatibility API
` [U-Boot] [PATCH 26/37] board: ge: mx53ppd: move uart initialisation to own function
` [U-Boot] [PATCH 27/37] board: ge: mx53ppd: enable DM_VIDEO
` [U-Boot] [PATCH 28/37] rtc: s35392a: encode command correctly
` [U-Boot] [PATCH 29/37] board: ge: mx53ppd: fix RTC compatible definition
` [U-Boot] [PATCH 30/37] board: ge: bx50v3: Enable DM PWM for backlight
` [U-Boot] [PATCH 31/37] board: ge: mx53ppd: clean up DM PWM video and backlight
` [U-Boot] [PATCH 32/37] board: ge: mx53ppd: Use DM for ethernet
` [U-Boot] [PATCH 33/37] board: ge: bx50v3: use DM for uart
[U-Boot] [PATCH] imx: update i.MX8MQ device trees
2019-10-15 14:53 UTC (3+ messages)
[U-Boot] Please pull u-boot-dm
2019-10-15 14:46 UTC
[U-Boot] Using MinGW gcc cross-compiling host tools for Windows broken
2019-10-15 14:34 UTC (4+ messages)
[U-Boot] [PATCH 1/3] travis: Split i.MX jobs a bit more
2019-10-15 14:23 UTC (9+ messages)
` [U-Boot] [PATCH 2/3] travis: Split sun8i in to two jobs
` [U-Boot] [PATCH 3/3] travis: Split and rename xilinx ARM "
` [U-Boot] [PATCHv2 "
` [U-Boot] [PATCHv3 "
[U-Boot] [PATCH 3/3] board: tbs2910: Convert eth to driver model
2019-10-15 14:11 UTC
[U-Boot] [PATCH 26/34] binman: Correct symbol calculation with non-zero image base
2019-10-15 14:07 UTC (5+ messages)
` [U-Boot] [PATCH 00/34] binman: Various improvements and tidy-ups
[U-Boot] [PATCH] imx: require CCM driver only on i.MX8MM
2019-10-15 13:17 UTC (3+ messages)
[U-Boot] [PATCH v2 00/11] Add Support for UFS subsystem for TI's J721e
2019-10-15 12:54 UTC (12+ messages)
` [U-Boot] [PATCH v2 01/11] scsi: Simplify scsi_read()/_write()
` [U-Boot] [PATCH v2 02/11] scsi: Add max_bytes_per_req to scsi_platdata
` [U-Boot] [PATCH v2 03/11] scsi: Retry inquiry 3 times to overcome Unit Attention condition
` [U-Boot] [PATCH v2 04/11] scsi: Add dma direction member to command structure
` [U-Boot] [PATCH v2 05/11] ufs: Add Initial Support for UFS subsystem
` [U-Boot] [PATCH v2 06/11] ufs: Add Support for Cadence platform UFS driver
` [U-Boot] [PATCH v2 07/11] ufs: Add glue layer driver for TI J721E devices
` [U-Boot] [PATCH v2 08/11] arm: dts: k3-j721e-main: Add UFS nodes
` [U-Boot] [PATCH v2 09/11] cmd: Add Support for UFS commands
` [U-Boot] [PATCH v2 10/11] env: ti: Add environment variables to boot from UFS
` [U-Boot] [PATCH v2 11/11] configs: j721e_evm_a72: Enable configs for UFS
[U-Boot] [PATCH v1 0/5] apalis/colibri_t30: uart pinmuxing improvements
2019-10-15 12:47 UTC (9+ messages)
` [U-Boot] [PATCH v1 1/5] apalis/colibri_t30: add comment about tristate and input vs. output pinmuxing
` [U-Boot] [PATCH v1 2/5] colibri_t30: fix spi1 and uart2/3 resp. uartb/c pinmuxing
` [U-Boot] [PATCH v1 3/5] apalis/colibri_t30: avoid uart input from floating pins
` [U-Boot] [PATCH v1 4/5] apalis/colibri_t30: add note about colibri vs. nvidia uart mapping
[U-Boot] [GIT] Pull request: u-boot-dfu (15.10.2019)
2019-10-15 12:03 UTC (3+ messages)
[U-Boot] [PATCH] arm64: zynqmp: Add support for e-a2197-00 System Controller
2019-10-15 11:36 UTC
[U-Boot] [PATCH] arm64: zynqmp: Enables SPI_FLASH_BAR
2019-10-15 11:31 UTC
[U-Boot] [PATCH] ARM: zynq: Disable fdt and evn exist for cse_qspi
2019-10-15 11:28 UTC
[U-Boot] [PATCH] ARM: zynq: Remove unused board_early_init_f()
2019-10-15 11:26 UTC
[U-Boot] [PATCH] ARM: zynq: Remove unused board_early_init_f()
2019-10-15 11:23 UTC
[U-Boot] [PATCH] ARM: zynq: Dont use 4K sector size support for mini qspi configuration
2019-10-15 11:19 UTC
[U-Boot] [PATCH] arm64: zynqmp: Dont use 4K sector size support for mini qspi configuration
2019-10-15 11:18 UTC
[U-Boot] [PATCH] arm64: zynqmp: Enable Micrel phy support for xilinx zc1275 revB
2019-10-15 11:15 UTC
[U-Boot] [PATCH] arm64: versal: Enable BDI for mini mtest configuration
2019-10-15 11:14 UTC
[U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux
2019-10-15 11:10 UTC (8+ messages)
[U-Boot] [PATCH v4 0/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
2019-10-15 11:07 UTC (5+ messages)
` [U-Boot] [PATCH v4 5/5] efi_loader: disk: install file system protocol to a "
[U-Boot] [PATCH] clk: Add support for I2C clocks on NXP's imx6q SoC which use CCF
2019-10-15 10:44 UTC
[U-Boot] [PATCH] imx: Enable RTC (ds1307) support in the U-Boot proper on TPC70 board
2019-10-15 10:40 UTC
[U-Boot] [PATCH 0/5] Add support for MediaTek MT8518 Soc
2019-10-15 9:38 UTC (9+ messages)
` [U-Boot] [PATCH 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC
` [U-Boot] [PATCH 5/5] ARM: MediaTek: add basic support for MT8518 boards
[U-Boot] [PULL] u-boot-usb/master
2019-10-15 9:36 UTC (4+ messages)
[U-Boot] [PATCH v4 0/3] env: Add CONFIG_ENV_FULL_SUPPORT
2019-10-15 9:28 UTC (4+ messages)
[U-Boot] [PATCH v3 01/20] arch: powerpc: add eSDHC node to p1020 dts
2019-10-15 9:27 UTC (21+ messages)
` [U-Boot] [PATCH v3 02/20] arch: powerpc: add eSDHC node to p2020 dts
` [U-Boot] [PATCH v3 03/20] arch: powerpc: add eSDHC node to p2041 dts
` [U-Boot] [PATCH v3 04/20] arch: powerpc: add eSDHC node to p3041 dts
` [U-Boot] [PATCH v3 05/20] arch: powerpc: add eSDHC node to p4080 dts
` [U-Boot] [PATCH v3 06/20] arch: powerpc: add eSDHC node to p5040 dts
` [U-Boot] [PATCH v3 07/20] arch: powerpc: add eSDHC node to t102x dts
` [U-Boot] [PATCH v3 08/20] arch: powerpc: add eSDHC node to t104x dts
` [U-Boot] [PATCH v3 09/20] arch: powerpc: add eSDHC node to t4240 dts
` [U-Boot] [PATCH v3 10/20] board: sdhc: Use block layer to read from mmc
` [U-Boot] [PATCH v3 11/20] configs: enable eSDHC device module for P1020RDB board
` [U-Boot] [PATCH v3 12/20] configs: enable eSDHC device module for P2020RDB board
` [U-Boot] [PATCH v3 13/20] configs: enable eSDHC device module for P2041RDB board
` [U-Boot] [PATCH v3 14/20] configs: enable eSDHC device module for P3041DS board
` [U-Boot] [PATCH v3 15/20] configs: enable eSDHC device module for P4080DS board
` [U-Boot] [PATCH v3 16/20] configs: enable eSDHC device module for P5040DS board
` [U-Boot] [PATCH v3 17/20] configs: enable eSDHC device module for T1024RDB board
` [U-Boot] [PATCH v3 18/20] configs: enable eSDHC device module for T1042D4RDB board
` [U-Boot] [PATCH v3 19/20] configs: enable eSDHC device module for T2080RDB board
` [U-Boot] [PATCH v3 20/20] configs: enable eSDHC device module for T4240RDB board
[U-Boot] [BUG] cmd : Local Hush Variable Could not be deleted
2019-10-15 9:19 UTC (4+ messages)
[U-Boot] [PATCH v5] cmd: env: extend "env [set|print] -e" to manage UEFI variables
2019-10-15 9:09 UTC (3+ messages)
[U-Boot] [PATCH] arm64: zynqmp: Add support for zcu216
2019-10-15 9:07 UTC
[U-Boot] [PATCH v2 0/6] J721e: Add HyperBus support
2019-10-15 8:59 UTC (2+ messages)
[U-Boot] [PATCH 1/2] arm64: zynqmp: Add support for m-a2197-02
2019-10-15 8:55 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] arm64: zynqmp: Add support for m-a2197-03
[U-Boot] [PATCH v2] armv8: lx2160a: Update LX2160A/LX2120A/LX2080A SVR value
2019-10-15 8:54 UTC
[U-Boot] [PATCH v2 0/5] imx: dm: Update mccmon6 board to only use DM/DTS in U-Boot proper
2019-10-15 8:28 UTC (6+ messages)
` [U-Boot] [PATCH v2 1/5] ARM: imx: Covnert mccmon6 to use DM/DTS in the u-boot proper
` [U-Boot] [PATCH v2 2/5] ARM: imx: Decouple mccmon6's SPL and u-boot proper code
` [U-Boot] [PATCH v2 3/5] spl: nor: Provide falcon boot support for NOR memories
` [U-Boot] [PATCH v2 4/5] ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB
` [U-Boot] [PATCH v2 5/5] mccmon6: defconfig: nor: Enable usage of *_TINY_* drivers in SPL
[U-Boot] [PATCH v1 0/3] rsa: extend rsa_verify() for UEFI secure boot
2019-10-15 7:17 UTC (6+ messages)
` [U-Boot] [PATCH v1 3/3] lib: rsa: add rsa_verify_with_pkey()
[U-Boot] [PATCH v2 01/20] arch: powerpc: add eSDHC node to p1020 dts
2019-10-15 7:08 UTC (3+ messages)
` [U-Boot] [PATCH v2 20/20] configs: enable eSDHC device module for T4240RDB board
[U-Boot] [PATCH] arm64: Add memcpy_{from, to}io() and memset_io() helpers
2019-10-15 7:05 UTC (2+ messages)
[U-Boot] [PATCH] pci: layerscape: remove multiple definitions of SVR
2019-10-15 6:59 UTC (3+ messages)
[U-Boot] [PATCH 00/10] power: Add AVS class 0 support for AM6
2019-10-15 6:57 UTC (3+ messages)
` [U-Boot] [PATCH 01/10] power: add driver for K3 Adaptive Voltage Scaling Class 0
[U-Boot] [PATCH] test/py: hush_if_test: Add tests to cover octal/hex values
2019-10-15 6:08 UTC (5+ messages)
[U-Boot] [NXP-IMX] please pull imx-master-10-14
2019-10-15 6:01 UTC (4+ messages)
[U-Boot] [PATCH] cmd: pxe: Use internal FDT if external one cannot be retrieved
2019-10-15 5:59 UTC (3+ messages)
` [U-Boot] [PATCH v2] cmd: pxe: Use internal FDT if retrieving from FDTDIR fails
[U-Boot] [PATCH 1/2] ata: fsl_sata: Add sata DM support for Freescale powerpc
2019-10-15 4:33 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] ata: sata_sil: Add sata DM support for Silicon driver
[U-Boot] [PULL] u-boot-socfpga/master
2019-10-15 3:05 UTC (2+ messages)
[U-Boot] [PATCH] pci: layerscape: Only set EP CFG READY bit
2019-10-15 2:51 UTC (2+ messages)
[U-Boot] [U-Boot PATCH v2] RISC-V: Align boot image header with Linux
2019-10-15 0:57 UTC (2+ messages)
[U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables
2019-10-15 0:41 UTC (10+ messages)
[U-Boot] [RESEND PATCH 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
2019-10-14 23:31 UTC (9+ messages)
` [U-Boot] [RESEND PATCH 1/5] usb: host: dwc2: add phy support
` [U-Boot] [RESEND PATCH 2/5] usb: host: dwc2: add support for clk
` [U-Boot] [RESEND PATCH 3/5] usb: host: dwc2: force reset assert
` [U-Boot] [RESEND PATCH 4/5] usb: host: dwc2: add usb33d supply support for stm32mp1
[U-Boot] [PATCH 0/2] lib: errno: check for unsupported error number
2019-10-14 22:41 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] test: provide test for errno_str()
[U-Boot] [PATCH v2] arm: add initial support for the Phytium FT2004 SoC
2019-10-14 22:39 UTC (2+ messages)
[U-Boot] [PATCH 0/9] bootstage: TPL and SPL improvements
2019-10-14 22:00 UTC (10+ messages)
` [U-Boot] [PATCH 1/9] tiny-printf: Reduce size by removing ctype
` [U-Boot] [PATCH 2/9] tiny-printf: Add print_grouped_ull()
` [U-Boot] [PATCH 3/9] bloblist: Reserve an aligned base
` [U-Boot] [PATCH 4/9] bootstage: Store the next ID in the stash
` [U-Boot] [PATCH 5/9] bootstage: Fix counting of entries in stash
` [U-Boot] [PATCH 6/9] bootstage: Avoid conflicts between stash/unstash
` [U-Boot] [PATCH 7/9] bootstage: Correct relocation algorithm
` [U-Boot] [PATCH 8/9] bootstage: Mark the start/end of TPL and SPL separately
` [U-Boot] [PATCH 9/9] bootstage: Allow SPL to obtain bootstage info from TPL
[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
2019-10-14 20:51 UTC (18+ messages)
` [U-Boot] [PATCH 021/126] sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH 066/126] x86: spl: Support init of a PUNIT
` [U-Boot] [PATCH 097/126] x86: Add support for newer CAR schemes
[U-Boot] IS_ERR_VALUE failing on socfpga gen5
2019-10-14 20:44 UTC (8+ messages)
[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191014
2019-10-14 20:37 UTC (2+ messages)
[U-Boot] [PATCH] ubi: env: fix redundand management
2019-10-14 17:41 UTC
[U-Boot] [PATCH v5 00/15] splash screen on the stm32f769 & stm32mp1 boards
2019-10-14 17:35 UTC (29+ messages)
` [U-Boot] [PATCH v5 02/15] video: stm32: stm32_ltdc: add bridge to display controller
` [U-Boot] [PATCH v5 03/15] include: Add new DCS commands in the enum list
` [U-Boot] [PATCH v5 04/15] video: add support of MIPI DSI interface
` [U-Boot] [PATCH v5 05/15] dm: Add a dsi host uclass
` [U-Boot] [PATCH v5 06/15] video: add MIPI DSI host controller bridge
` [U-Boot] [PATCH v5 07/15] video: add support of STM32 MIPI DSI controller driver
` [U-Boot] [PATCH v5 08/15] video: add support of panel OTM8009A
` [U-Boot] [PATCH v5 09/15] video: add support of panel RM68200
` [U-Boot] [PATCH v5 10/15] board: Add STM32F769 SoC, discovery board support
` [U-Boot] [PATCH v5 11/15] ARM: dts: stm32f769: add display for STM32F769 disco board
` [U-Boot] [PATCH v5 12/15] ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board
` [U-Boot] [PATCH v5 13/15] ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 board
` [U-Boot] [PATCH v5 14/15] stm32mp1: configs: update video
` [U-Boot] [PATCH v5 15/15] stm32mp1: configs: add display devices
[U-Boot] Please pull u-boot-video
2019-10-14 17:00 UTC (2+ messages)
[U-Boot] [PULL] u-boot-mmc mmc-10-10-2019
2019-10-14 17:00 UTC (2+ messages)
[U-Boot] cmd: clarification on 'env ask' command execution
2019-10-14 16:44 UTC
[U-Boot] [PATCH 0/5] remoteproc: add elf resource table loader
2019-10-14 15:53 UTC (10+ messages)
` [U-Boot] [PATCH 3/5] remoteproc: stm32: load resource table from firmware
` [U-Boot] [PATCH 4/5] stm32mp1: Fixup the Linux DeviceTree with coprocessor information
` [U-Boot] [PATCH 5/5] remoteproc: stm32: invert the is_running() return value
[U-Boot] [PATCH v1] imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5
2019-10-14 15:43 UTC
[U-Boot] [ANN] U-Boot v2019.10 released
2019-10-14 14:39 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox