public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-10-25 10:17:32 to 2019-10-27 18:05:08 UTC [more...]

[U-Boot] [RESEND PATCH v2 00/13] ARM: davinci: driver-model improvements
 2019-10-27 18:05 UTC  (6+ messages)
` [U-Boot] [RESEND PATCH v2 12/13] davinci: omapl138-lcdk: enable driver-model in SPL

[U-Boot] [PATCH 01/30] lib: Allow crc32 to be disabled
 2019-10-27 17:48 UTC  (34+ messages)
` [U-Boot] [PATCH 02/30] spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL
` [U-Boot] [PATCH 03/30] mtd: spi-nor: Tidy up error handling / debug code
` [U-Boot] [PATCH 04/30] mtd: spi: Export spi_flash_std_probe()
` [U-Boot] [PATCH 05/30] wdt: Move code out of the header
` [U-Boot] [PATCH 06/30] wdt: Drop dm.h header file
` [U-Boot] [PATCH 07/30] mtd: spi-mem: "
` [U-Boot] [PATCH 08/30] mtd: spi: Drop SPI_XFER_MMAP*
` [U-Boot] [PATCH 09/30] dm: core: Drop dm.h header file from dm-demo.h
` [U-Boot] [PATCH 10/30] dm: core: Drop header files from dm/test.h
` [U-Boot] [PATCH 11/30] fs: fs-loader: Drop dm.h header file
` [U-Boot] [PATCH 12/30] net: Drop dm.h header file from phy.h
` [U-Boot] [PATCH 13/30] sf: Drop dm.h header file from spi_flash.h
` [U-Boot] [PATCH 14/30] thermal: Drop dm.h header file
` [U-Boot] [PATCH 15/30] w1: "
` [U-Boot] [PATCH 16/30] efi: Tidy up header includes
` [U-Boot] [PATCH 17/30] power: Tidy up inclusion of regulator_common.h
` [U-Boot] [PATCH 18/30] mmc: Drop duplicate dm.h inclusion
` [U-Boot] [PATCH 19/30] spi: "
` [U-Boot] [PATCH 20/30] ti: am654: "
` [U-Boot] [PATCH 21/30] liebherr: "
` [U-Boot] [PATCH 22/30] pci: Drop dm.h inclusion from header file
` [U-Boot] [PATCH 23/30] video: meson: Drop unnecessary header includes
` [U-Boot] [PATCH 24/30] mediatek: Drop dm.h header file
` [U-Boot] [PATCH 25/30] mscc: "
` [U-Boot] [PATCH 26/30] adc: "
` [U-Boot] [PATCH 27/30] nand: "
` [U-Boot] [PATCH 28/30] ufs: "
` [U-Boot] [PATCH 29/30] usb: "
` [U-Boot] [PATCH 30/30] dm: core: Guard against including dm.h in header files

[U-Boot] [PATCH] patman: fix some typos in comments
 2019-10-27 16:55 UTC 

[U-Boot] [PATCH v2] fdt: Fix alignment issue when reading 64-bits properties from fdt
 2019-10-27 16:32 UTC  (2+ messages)

[U-Boot] [PATCH v2] dm: core: Update log method for uclass_find_device_by_seq
 2019-10-27 16:32 UTC  (2+ messages)

[U-Boot] [PATCH v2] patman: separate emails in CC list with NULs
 2019-10-27 16:32 UTC  (2+ messages)

[U-Boot] [RFC 0/3] rsa: extend rsa_verify() for UEFI secure boot
 2019-10-27 16:31 UTC  (7+ messages)
` [U-Boot] [RFC 3/3] lib: rsa: add rsa_verify_with_pkey()

[U-Boot] [PATCH 0/4] fdt: Switch to the latest libfdt, sort-of
 2019-10-27 15:47 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] fdt: Add INT32_MAX to kernel.h for libfdt
` [U-Boot] [PATCH 2/4] fdt: Add Kconfig options to control code size
` [U-Boot] [PATCH 3/4] mx6: tbs2910: Minimise libfdt "
` [U-Boot] [PATCH 4/4] fdt: Sync up to the latest libfdt

[U-Boot] [PATCH] stm32mp1: configs: fix checking the presence of an environment
 2019-10-27 14:45 UTC 

[U-Boot] [PATCH v6 0/3] End of the MTD makefile cleanup
 2019-10-27 14:40 UTC  (10+ messages)
` [U-Boot] [PATCH v6 1/3] cmd: nand/sf: isolate legacy code
` [U-Boot] [PATCH v6 2/3] cmd: make MTD commands depend on MTD
` [U-Boot] [PATCH v6 3/3] mtd: Makefile: deep cleanup

[U-Boot] [PATCH 0/5] Bring all testings in gitlab and travis CI to Azure Pipelines
 2019-10-27 12:31 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] tools: buildman: Honor output directory when generating boards.cfg
` [U-Boot] [PATCH 2/5] tools: buildman: Remove useless mkdir() in Make() in test.py
` [U-Boot] [PATCH 3/5] arm: mvebu: Avoid generating kwbimage.cfg in the source tree
` [U-Boot] [PATCH 4/5] .travis.yml: Remove the unneeded '&' for ls20xx buildman
` [U-Boot] [PATCH 5/5] Bring all testings in gitlab and travis CI to Azure Pipelines

[U-Boot] [PATCH v3 0/9] tools: Support building U-Boot host tools for Windows via MSYS2
 2019-10-27 12:19 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] tools: image.h: Use portable uint32_t instead of linux-specific __be32
` [U-Boot] [PATCH v3 2/9] tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX
` [U-Boot] [PATCH v3 3/9] tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32
` [U-Boot] [PATCH v3 4/9] linux/types.h: Surround 'struct ustat' with __linux__
` [U-Boot] [PATCH v3 5/9] tools: ifwitool: Define __packed when it is not defined
` [U-Boot] [PATCH v3 6/9] doc: Add documentation for how to build U-Boot host tools
` [U-Boot] [PATCH v3 7/9] Add .gitattributes for line endings
` [U-Boot] [PATCH v3 8/9] tools: Avoid creating symbolic links for tools/version.h
` [U-Boot] [PATCH v3 9/9] Add Microsoft Azure Pipelines configuration

[U-Boot] Pull request: u-boot-spi/master
 2019-10-27 11:50 UTC  (3+ messages)

[U-Boot] Cavium/Marvell Octeon Support
 2019-10-27  3:08 UTC  (5+ messages)
    ` [U-Boot] [EXT] "

[U-Boot] [PATCH v3 0/6] Extend mv88e61xx driver to support 88E6071
 2019-10-26 23:16 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices

[U-Boot] [PATCH v2 0/6] Extend mv88e61xx driver to support 88E6071
 2019-10-26 23:15 UTC  (7+ messages)
` [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

[U-Boot] [PATCH v4 0/5] Extend mv88e61xx driver to support 88E6071
 2019-10-26 23:14 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices
` [U-Boot] [PATCH v4 2/5] net: phy: mv88e61xx: add CPU port parameter init for 88E6071
` [U-Boot] [PATCH v4 3/5] net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071
` [U-Boot] [PATCH v4 4/5] net: phy: mv88e61xx: register phy_driver struct for 88E6071
` [U-Boot] [PATCH v4 5/5] net: phy: fix switch vendor name

[U-Boot] [PATCH 1/1] efi_loader: correct includes in efi_variable.c
 2019-10-26 22:12 UTC 

[U-Boot] [PATCH 1/1] hush: re-sequence includes
 2019-10-26 21:45 UTC 

[U-Boot] [PATCH 1/1] sandbox: use correct type reading /proc/self/maps
 2019-10-26 21:17 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] phy: atheros: cleanup and device tree bindings
 2019-10-26 21:03 UTC  (14+ messages)
` [U-Boot] [PATCH 1/9] phy: atheros: introduce debug read and write functions
` [U-Boot] [PATCH 2/9] phy: atheros: move delay config to common function
` [U-Boot] [PATCH 3/9] phy: atheros: ar8035: remove extra delay config
` [U-Boot] [PATCH 4/9] phy: atheros: ar8035: use phy_{read|write}_mmd()
` [U-Boot] [PATCH 5/9] phy: atheros: don't overwrite debug register values
` [U-Boot] [PATCH 6/9] phy: atheros: fix delay configuration
` [U-Boot] [PATCH 7/9] phy: atheros: Add device tree bindings and config
` [U-Boot] [PATCH 8/9] phy: atheros: ar8035: remove static clock config
` [U-Boot] [PATCH 9/9] phy: atheros: consolidate {ar8031|ar8035}_config()

[U-Boot] [BUG] tbs2910_defconfig does not compile with gcc 9.2.1
 2019-10-26 18:05 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-sunxi/master
 2019-10-26 17:48 UTC 

[U-Boot] [PATCH] travis: Fix the clang-7 test
 2019-10-26 17:48 UTC 

[U-Boot] [PATCH v2 1/2] mach-imx: Adding new argument for SIP call interface
 2019-10-26 14:24 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] imx8: output SECO-FW and ATF commit IDs

[U-Boot] Pull request: u-boot-rockchip-20191026
 2019-10-26 14:02 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/8] tools: Support building U-Boot host tools for Windows via MSYS2
 2019-10-26 12:32 UTC  (9+ messages)
` [U-Boot] [PATCH v2 8/8] Add Micirosoft Azure pipelines configuration

[U-Boot] [PULL] u-boot-mips
 2019-10-26 11:50 UTC  (2+ messages)

[U-Boot] [PATCH 00/29] Add the SPI DM support for PPC
 2019-10-26 11:24 UTC  (30+ messages)
` [U-Boot] [PATCH 01/29] dts: P1020: Add ESPI DT nodes
` [U-Boot] [PATCH 02/29] dts: P1020RDB: Add ESPI slave device node
` [U-Boot] [PATCH 03/29] configs: P1020RDB: Enable ESPI driver
` [U-Boot] [PATCH 04/29] dts: P2020: Add ESPI DT nodes
` [U-Boot] [PATCH 05/29] dts: P2020RDB: Add ESPI slave device node
` [U-Boot] [PATCH 06/29] configs: P2020RDB: Enable ESPI driver
` [U-Boot] [PATCH 07/29] dts: P2041: Add ESPI DT nodes
` [U-Boot] [PATCH 08/29] dts: P2041RDB: Add ESPI slave device node
` [U-Boot] [PATCH 09/29] configs: P2041RDB: Enable ESPI driver
` [U-Boot] [PATCH 10/29] dts: P3041: Add ESPI DT nodes
` [U-Boot] [PATCH 11/29] dts: P3041DS: Add ESPI slave device node
` [U-Boot] [PATCH 12/29] configs: P3041DS: Enable ESPI driver
` [U-Boot] [PATCH 13/29] dts: P4080: Add ESPI DT nodes
` [U-Boot] [PATCH 14/29] dts: P4080DS: Add ESPI slave device node
` [U-Boot] [PATCH 15/29] configs: P4080DS: Enable ESPI driver
` [U-Boot] [PATCH 16/29] dts: P5040: Add ESPI DT nodes
` [U-Boot] [PATCH 17/29] dts: P5040DS: Add ESPI slave device node
` [U-Boot] [PATCH 18/29] configs: P5040DS: Enable ESPI driver
` [U-Boot] [PATCH 19/29] dts: T102x: Add ESPI DT nodes
` [U-Boot] [PATCH 20/29] dts: T1024RDB: Add ESPI slave device node
` [U-Boot] [PATCH 21/29] configs: T1024RDB: Enable ESPI driver
` [U-Boot] [PATCH 22/29] dts: T104x: Add ESPI DT nodes
` [U-Boot] [PATCH 23/29] dts: T1042D4RDB: Add ESPI slave device node
` [U-Boot] [PATCH 24/29] configs: T1042D4RDB: Enable ESPI driver
` [U-Boot] [PATCH 25/29] dts: T2080RDB: Add ESPI slave device node
` [U-Boot] [PATCH 26/29] configs: T2080RDB: Enable ESPI driver
` [U-Boot] [PATCH 27/29] dts: T4240: Add ESPI DT nodes
` [U-Boot] [PATCH 28/29] dts: T4240RDB: Add ESPI slave device node
` [U-Boot] [PATCH 29/29] configs: T4240RDB: Enable ESPI driver

[U-Boot] RK3399 NanoPI-M4 boot issues
 2019-10-26 10:25 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] drivers: net: fsl_enetc: set phydev->node
 2019-10-26  0:39 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] drivers: net: fsl_enetc: fix RGMII configuration

[U-Boot] [PATCH] arm: dts: k3-am65: Add R5F ranges in interconnect nodes
 2019-10-26  0:06 UTC  (2+ messages)

[U-Boot] [RESEND PATCH v1 0/3] Add support for DFU boot to DRA7-based EVMs
 2019-10-26  0:06 UTC  (7+ messages)
` [U-Boot] [RESEND PATCH v1 1/3] ARM: dts: dra7: Add usb peripheral nodes in spl
` [U-Boot] [RESEND PATCH v1 2/3] configs: dra7xx_evm: Add Kconfigs for SPL_DFU bootmode
` [U-Boot] [RESEND PATCH v1 3/3] configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT

[U-Boot] [PATCH 0/4] ram: k3-j721e: Add support for J721E DDR controller
 2019-10-26  0:06 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] dt-bindings: memory-controller: Introduce J721E DDRSS bindings
` [U-Boot] [PATCH 2/4] ram: k3-j721e: Add support for J721E DDR controller
` [U-Boot] [PATCH 3/4] arm: dts: k3-j721e: Add ddr node
` [U-Boot] [PATCH 4/4] armv7R: K3: j721e: Add support for triggering ddr init from SPL

[U-Boot] [PATCH 0/3] ram: k3-am654: Add support for LPDDR4 and DDR3L
 2019-10-26  0:06 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] armv7r: dts: am654-base-board: Rename 1600MHz to 1600MTs in dtsi filename
` [U-Boot] [PATCH 2/3] ram: k3-am654: add support for LPDDR4 and DDR3L DDRs
` [U-Boot] [PATCH 3/3] ram: k3-am654: Do not rely on default values for certain DDR register

[U-Boot] [PATCH 0/3] arm: K3: Make sure to clean caches before jumping to Linux
 2019-10-26  0:05 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] boot: arm: Enable support for custom board_prep_linux
` [U-Boot] [PATCH 2/3] cmd: booti: Store OS start and end info in images structure
` [U-Boot] [PATCH 3/3] arm: K3: Clean and invalidate Linux Image before jumping to Linux

[U-Boot] [PULL] u-boot-usb/master
 2019-10-26  0:05 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-atmel-2020.01-b
 2019-10-26  0:05 UTC  (2+ messages)

[U-Boot] [GIT PULL] Xilinx patches for v2020.01 part 2
 2019-10-26  0:05 UTC  (2+ messages)

[U-Boot] [PATCH v2] spl: fix SPI config dependencies
 2019-10-25 22:01 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/41] convert GE boards to DM
 2019-10-25 20:43 UTC  (15+ messages)
` [U-Boot] [PATCH v2 07/41] board: ge: bx50v3: use imx wdt
` [U-Boot] [PATCH v2 14/41] board: ge: mx53ppd: use DM I2C
` [U-Boot] [PATCH v2 36/41] serial: mxc: add imx53 and imx21 compatible string

[U-Boot] [PATCH] dlmalloc: calloc: fix zeroing early allocations
 2019-10-25 19:23 UTC 

[U-Boot] [PATCH v1 0/3] rsa: extend rsa_verify() for UEFI secure boot
 2019-10-25 18:29 UTC  (7+ messages)
` [U-Boot] [PATCH v1 2/3] lib: rsa: generate additional parameters for public key

[U-Boot] [PATCH v6 0/1] cmd: env: extend "env [set|print] -e" to manage UEFI variables
 2019-10-25 18:17 UTC  (3+ messages)
` [U-Boot] [PATCH v6 1/1] "

[U-Boot] [PATCH v5 00/26]MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2019-10-25 17:38 UTC  (8+ messages)
` [U-Boot] [PATCH v5 24/26] cmd: nand/sf: isolate legacy code

[U-Boot] [PATCH v2 00/17] import x509/pkcs7 parsers from linux
 2019-10-25 17:38 UTC  (5+ messages)
` [U-Boot] [PATCH v2 01/17] linux_compat: move kmemdup() from ubifs.c to linux_compat.c
` [U-Boot] [PATCH v2 16/17] test: add lib specific Kconfig

[U-Boot] [PATCH 00/14] net: ti: icssg: Add prueth support
 2019-10-25 16:53 UTC  (4+ messages)
` [U-Boot] [PATCH 01/14] net: eth-uclass: eth_get_dev based on SEQ_ALIAS instead of probe order

[U-Boot] [PATCH] Makefile: fix dependency for imx targets
 2019-10-25 16:13 UTC  (2+ messages)

[U-Boot] [PATCH] usb: ehci: add ehci max xfer size ehci config entry
 2019-10-25 14:30 UTC 

[U-Boot] [PATCH 3/3] board: tbs2910: Convert eth to driver model
 2019-10-25 13:53 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] dwc3-generic: Don't fail probe if clk/reset entries are absent
 2019-10-25 13:50 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/19] efi_loader: non-volatile variables support
 2019-10-25 13:25 UTC  (6+ messages)

[U-Boot] [PATCH] sunxi: set PIO voltage to hardware-detected value on startup on H6
 2019-10-25 12:59 UTC  (2+ messages)

[U-Boot] [PATCH] usb: composite: add BOS descriptor support to composite framework
 2019-10-25 11:47 UTC  (6+ messages)

[U-Boot] [PATCH 0/6] Add support for RK3308 SOC
 2019-10-25 10:18 UTC  (5+ messages)
` [U-Boot] [PATCH 3/6] arm: dts: rockchip: Add dts for rk3308 evb
` [U-Boot] [PATCH 4/6] board: rockchip: Add rk3308 evb support
` [U-Boot] [PATCH 5/6] rockchip: rk3308: Add sdram driver
` [U-Boot] [PATCH 6/6] rockchip: mkimage: add support for RK3308


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