public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-26 11:58:29 to 2020-05-27 12:56:29 UTC [more...]

[PATCH v2 00/23] spi: dm-conversion (part1)
 2020-05-27 12:56 UTC  (16+ messages)
` [PATCH v2 01/23] configs: igep00x0: Enable DM_SPI
` [PATCH v2 02/23] am335x: sl50: "
` [PATCH v2 03/23] am335x: baltos: "
` [PATCH v2 04/23] am335x: igep003x: "
` [PATCH v2 05/23] siemens: draco: Enable DM_SPI, DM_SPI_FLASH
` [PATCH v2 06/23] siemens: pxm2: "
` [PATCH v2 07/23] siemens: rut: "
` [PATCH v2 08/23] compulab: Drop cm_t54
` [PATCH v2 09/23] compulab: Drop cm_t35
` [PATCH v2 10/23] overo: Drop omap3 overo
` [PATCH v2 11/23] pandora: Drop omap3 pandora
` [PATCH v2 12/23] logicpd: Drop omap3 zoom1
` [PATCH v2 13/23] quipos: Drop omap3 cairo
` [PATCH v2 14/23] gumstix: Drop duovero
` [PATCH v2 15/23] ti: Drop panda board

[PATCH 0/1] Add support for booting into userspace fastboot
 2020-05-27 12:56 UTC  (3+ messages)
` [PATCH 1/1] fastboot: add support for 'reboot fastboot' command

[PATCH 0/8] regmap: Add managed API, regmap fields, regmap config
 2020-05-27 12:52 UTC  (9+ messages)
` [PATCH 1/8] regmap: Add devm_regmap_init()
` [PATCH 2/8] regmap: zero out the regmap on allocation
` [PATCH 3/8] regmap: Allow specifying read/write width
` [PATCH 4/8] regmap: Allow left shifting register offset before access
` [PATCH 5/8] regmap: Add regmap_init_mem_range()
` [PATCH 6/8] regmap: Allow devices to specify regmap range start and size in config
` [PATCH 7/8] regmap: Add support for regmap fields
` [PATCH 8/8] test: dm: Add tests for regmap managed API and "

[PATCH v2 0/5] powerpc, mpc83xx: add DM_ETH support
 2020-05-27 12:43 UTC  (6+ messages)
` [PATCH v2 1/5] mpc83xx: remove unneeded extern declaration in cpu_init
` [PATCH v2 2/5] powerpc, qe: fix codingstyle issues for drivers/qe
` [PATCH v2 3/5] powerpc, qe: add DTS support for parallel I/O ports
` [PATCH v2 4/5] net, qe: add DM support for QE UEC ethernet
` [PATCH v2 5/5] mpc83xx, keymile boards: enable DM_ETH and add DTS

[PATCH 00/14] spi: dm-conversion (part1)
 2020-05-27 12:42 UTC  (13+ messages)
` [PATCH 01/14] spi: fsl_dspi: Drop nondm code
` [PATCH 02/14] configs: igep00x0: Enable DM_SPI
` [PATCH 03/14] compulab: Drop cm_t54
` [PATCH 04/14] "
` [PATCH 05/14] Overo: Drop omap3 overo
` [PATCH 06/14] Pandora: Drop omap3 pandora
` [PATCH 07/14] logicpd: Drop omap3 zoom1
` [PATCH 08/14] quipos: Drop omap3 cairo
` [PATCH 09/14] gumstix: Drop duovero

[PATCH v4 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-05-27 12:20 UTC  (9+ messages)
  ` [PATCH v4 2/9] usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readq

[PATCH 1/5] dm: core: Fix devfdt_get_addr_ptr return value
 2020-05-27 12:05 UTC  (6+ messages)
` [PATCH 2/5] pinctrl: bcm283x: DM_FLAG_PRE_RELOC: Remove OF_CONTROL check
` [PATCH 3/5] pinctrl: bcm283x: Read address from DT in ofdata_to_platdata
` [PATCH 4/5] pinctrl: bcm283x: Fix return value check for dev_read_addr_ptr
` [PATCH 5/5] pinctrl: bcm283x: Store the return value of dev_read_u32_default to int

[PATCH v3 0/4] Fix the SPL loading of a FIT image from NAND
 2020-05-27 11:56 UTC  (5+ messages)
` [PATCH v3 1/4] spl: fix format of function documentation
` [PATCH v3 2/4] spl: fit: fail fit loading in case of FDT appending error
` [PATCH v3 3/4] spl: fit: nand: fix fit loading in case of bad blocks
` [PATCH v3 4/4] spl: fit: improve spl_nand_fit_read(...) readability

uboot and persistent snapshot booting
 2020-05-27 11:52 UTC 

[PATCH v2 1/4] x86: coral: Correct some FSP-M settings
 2020-05-27 11:42 UTC  (4+ messages)
` [PATCH v2 2/4] x86: apl: Add hex offsets for registers in FSP-M
` [PATCH v2 3/4] x86: coral: Correct some FSP-S settings
` [PATCH v2 4/4] x86: apl: Add hex offsets for registers in FSP-S

[PATCH 1/4] x86: coral: Correct some FSP-M settings
 2020-05-27 11:40 UTC  (4+ messages)
` [PATCH 3/4] x86: coral: Correct some FSP-S settings

[U-boot,0/2] Enable mt7531 switch support for MT7629
 2020-05-27 11:25 UTC  (3+ messages)
` [U-boot, 1/2] eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driver
` [U-boot, 2/2] arm: dts: mediatek: enable sgmii mode and mt7531 switch for mt7629

[PATCH 1/8] pfla02: Rework excluding NAND from SPL
 2020-05-27 10:50 UTC  (12+ messages)
` [PATCH 2/8] mx6memcal: Finish migration to defconfig options
` [PATCH 3/8] bcmstb: Migrate CONFIG_CMD_EXT[24]
` [PATCH 4/8] blance: Disable CONFIG_CMD_SF / CONFIG_CMD_SPI
` [PATCH 5/8] topic_miami: Disable GPIO
` [PATCH 6/8] Convert CONFIG_BZIP2 et al to Kconfig
` [PATCH 7/8] Convert CONFIG_CMD_ASKENV "
` [PATCH 8/8] Convert CONFIG_BOARD_LATE_INIT "

[PATCH 1/2] riscv: sbi: Remove sbi_spec_version
 2020-05-27  9:04 UTC  (2+ messages)
` [PATCH 2/2] riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01

[PATCH v2] doc: log: correct option name CONFIG_LOG_MAX_LEVEL
 2020-05-27  7:43 UTC 

[PATCH] cmd: fitupd: move config check to Kconfig
 2020-05-27  7:26 UTC  (3+ messages)

Please pull u-boot-marvell/master
 2020-05-27  7:09 UTC 

[PATCH] arm: mvebu: Convert CRS305-1G-4S board to CRS3xx-98DX3236
 2020-05-27  7:09 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] arch: arm: uDPU: fix PHY mode definition to sgmii-2500
 2020-05-27  7:09 UTC  (4+ messages)

[PATCH v2 0/2] Fix boot from SPI flash on Synology DS414
 2020-05-27  7:08 UTC  (2+ messages)

[PATCH 0/7] mmc: zynqmp_sdhci: Add support for Tap delay
 2020-05-27  6:58 UTC  (6+ messages)
  ` [PATCH 1/7] Revert "mmc: zynq: parse dt when probing"
  ` [PATCH 2/7] mmc: zynq_sdhci: Define timing macro's

Please pull u-boot-x86
 2020-05-27  6:45 UTC 

[PATCH] mmc: sdhci: Fix HISPD bit handling
 2020-05-27  6:20 UTC  (2+ messages)

[PATCH] mmc: fsl_esdhc: Gracefully fail on unsupported voltage switch
 2020-05-27  6:19 UTC  (2+ messages)

[PATCH] mmc: fsl_esdhc: Fix SDR104 and HS200 support
 2020-05-27  6:19 UTC  (2+ messages)

[PATCH 0/2] mvebu: ddr3: Armada-385 read ODT configuration
 2020-05-27  5:41 UTC  (6+ messages)
` [PATCH 1/2] mv_ddr: ddr3: Use correct bitmask for read sample delay
` [PATCH 2/2] mv_ddr: ddr3: Update {min,max}_read_sample calculation
  ` [PATCH 2/2] mv_ddr: ddr3: Update {min, max}_read_sample calculation

[PATCH] SPI_DM: Drop non DM support
 2020-05-27  5:40 UTC  (2+ messages)

[PATCH 1/1] efi_loader: allow compiling with clang
 2020-05-27  1:56 UTC  (2+ messages)

[PATCH][v4 1/6] board: tbs2910: disable loadb and loads commands
 2020-05-27  0:39 UTC  (4+ messages)
` [PATCH][v4 5/6] board: tbs2910: Enable distro_boot support

[v2] Azure: Add 'tools-only' build for macOS X hosts
 2020-05-27  0:39 UTC 

[PATCH v3 1/5] imx8mp_evk: spl: drop useless code
 2020-05-26 23:33 UTC  (5+ messages)
` [PATCH v3 2/5] imx8mp_evk: spl: drop timer_init
` [PATCH v3 3/5] imx8mp_evk: spl: use spl_early_init
` [PATCH v3 4/5] imx8mp_evk: spl: no need the code since spl framework could do that
` [PATCH v3 5/5] imx: imx8mp_evk: fix boot issue

[PATCH] Azure: Add 'tools-only' build for macOS X hosts
 2020-05-26 22:39 UTC  (4+ messages)

[PATCH] video: ipuv3: remove some useless code to reduce binary size
 2020-05-26 21:11 UTC  (4+ messages)

[PATCH] colibri_imx6: fix video stdout in default environment
 2020-05-26 20:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] apalis_imx6: fix video stdout in default environment
 2020-05-26 20:52 UTC  (4+ messages)
` [PATCH] nitrogen6x: update video console name
` [PATCH v2] apalis_imx6: fix video stdout in default environment

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2020-05-26 20:48 UTC  (4+ messages)

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-05-26 20:13 UTC  (3+ messages)

[PATCH v2] tbs2910: migrate to DM_VIDEO
 2020-05-26 20:04 UTC 

[U-Boot] Pull request: u-boot-riscv/master
 2020-05-26 19:55 UTC  (2+ messages)

[PATCH v3 0/3] cmd: add driver, fs and part type listing commands
 2020-05-26 19:24 UTC  (3+ messages)

[PATCH 1/1] fs: fat_write: fix short name creation
 2020-05-26 19:06 UTC 

[PATCH v1 0/3] extend pinctrl-single driver with APIs
 2020-05-26 18:57 UTC  (8+ messages)
` [PATCH v1 1/3] drivers: pinctrl-single: handle different register width

[PATCHv2 1/8] amlogic: Remove ARCH= references from documentation
 2020-05-26 18:47 UTC  (9+ messages)
` [PATCHv2 2/8] imx: "
` [PATCHv2 3/8] powerpc: "
` [PATCHv2 4/8] rockchip: "
` [PATCHv2 5/8] arm: ti: "
` [PATCHv2 6/8] m68k: "
` [PATCHv2 7/8] fu540: "
` [PATCHv2 8/8] cubieboard7: "

[PATCH] RFC: tiny-dm: Proposal for using driver model in SPL
 2020-05-26 18:39 UTC  (6+ messages)

[PATCH] mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL
 2020-05-26 18:38 UTC  (7+ messages)

[PATCH 0/6] checkpatch.pl: Add features to help improve U-Boot code
 2020-05-26 18:29 UTC  (2+ messages)
` [PATCHv2] checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config files

[PATCH v1] x86: acpi: Drop _HID() where enumerated by _ADR()
 2020-05-26 18:19 UTC 

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-05-26 18:08 UTC  (3+ messages)
` [PATCH] video: extend stdout video console work-around for 'vga'

[PATCH 10/14] ti: Drop panda board
 2020-05-26 17:59 UTC  (6+ messages)
` [PATCH 11/14] ti: Drop sdp4430 board
` [PATCH 12/14] ti: Drop omap5 uevm
` [PATCH 13/14] spi: omap3: Drop nondm code
` [PATCH 14/14] doc: driver-model: Update SPI migration status

[PATCHv2] mx23evk: Remove board
 2020-05-26 17:53 UTC  (3+ messages)

U-Boot is broken on real N900 HW
 2020-05-26 17:49 UTC  (10+ messages)
        ` Bisected: mmc cause reboot loops on N900 (Was: Re: U-Boot is broken on real N900 HW)
            ` Bisected: omap_hsmmc 3.3V IO voltage incompatible with N900 (Was: Re: Bisected: mmc cause reboot loops on N900)

[PATCH] mx23evk: Remove board
 2020-05-26 17:31 UTC 

[PATCH v1 1/3] x86: acpi: Create buffers outside of the methods
 2020-05-26 17:16 UTC  (3+ messages)
` [PATCH v1 2/3] x86: acpi: Replace _ADR() by _UID() in description of PCI host bridge
` [PATCH v1 3/3] x86: acpi: Drop _ADR() where _HID() is present

[PATCH v2 0/4] update clock handler and proper cpu features
 2020-05-26 17:09 UTC  (5+ messages)
` [PATCH v2 1/4] fu540: prci: add request and free clock handlers
` [PATCH v2 2/4] riscv: dts: hifive-unleashed-a00: add cpu aliases
` [PATCH v2 3/4] riscv: cpu: fixes to display proper CPU features
` [PATCH v2 4/4] riscv: cpu: check and append L1 cache to cpu features

[PATCH 1/3] kconfig: mark SPL/TPL options for DM_KEYBOARD
 2020-05-26 17:07 UTC  (3+ messages)
` [PATCH 2/3] kconfig: fix some typos
` [PATCH 3/3] kconfig: fix typo for OHCI host and add to DM list

[PATCH] Fix MMC access on Sabrelite
 2020-05-26 17:02 UTC 

[PATCH] doc: log: correct option name CONFIG_LOG_MAX_LEVEL
 2020-05-26 16:27 UTC  (3+ messages)

[PATCH] rockchip: rockpro64: enable DM_KEYBOARD
 2020-05-26 16:18 UTC 

[PATCH] common: update_tftp: remove unnecessary build check
 2020-05-26 16:16 UTC  (2+ messages)

Warnings on Edison
 2020-05-26 16:00 UTC  (4+ messages)

[PATCH V2] mkimage: fit: Do not tail-pad fitImage with external data
 2020-05-26 15:53 UTC  (12+ messages)

patman: ImportError
 2020-05-26 15:07 UTC  (6+ messages)

[PATCH] arm: dts: uDPU: switch default PHY speed to 3.125Gbit
 2020-05-26 14:04 UTC  (3+ messages)
` [PATCH v2] "

[ANN] U-Boot v2020.07-rc3 released
 2020-05-26 13:50 UTC  (6+ messages)

[U-Boot] u-boot Marvell ethernet switch development
 2020-05-26 13:26 UTC  (2+ messages)
`  "

[RFC PATCH] imx: skip unused compatible strings in drivers
 2020-05-26 13:15 UTC  (8+ messages)

[PATCH v3 0/5] rockchip: make it possible to sign the u-boot.itb
 2020-05-26 12:53 UTC  (3+ messages)
` [PATCH v3 1/5] imx: mkimage_fit_atf: Fix FIT image if BL31.bin missing

[PATCH 1/2] mtd: spi: Separate dm vs nodm SF code
 2020-05-26 12:40 UTC  (10+ messages)
` [PATCH 2/2] sf: Simplify probe for dm code

[PATCH v1 00/15] add basic driver support for broadcom NS3 soc
 2020-05-26 12:39 UTC  (5+ messages)
` [PATCH v1 03/15] arm: dts: ns3: add pinctrl node

[PATCH] video: make backlight and panel drivers optional
 2020-05-26 12:39 UTC  (2+ messages)

[U-Boot] is it mandatory for SPL to support DM
 2020-05-26 12:36 UTC  (9+ messages)

[PATCH v2 00/12] mips: Add initial Octeon MIPS64 base support
 2020-05-26 12:23 UTC  (2+ messages)

[PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon
 2020-05-26 12:19 UTC 

[PATCH v2] i2c: octeon_i2c: Add I2C controller driver for Octeon
 2020-05-26 12:13 UTC 

[PATCH] regmap: Check for out-of-range offsets before mapping them
 2020-05-26 12:05 UTC 


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