public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-09-13 02:53:13 to 2017-09-13 20:07:41 UTC [more...]

[U-Boot] [PATCH 0/8] Add rockchip Saradc support
 2017-09-13 20:07 UTC  (14+ messages)
` [U-Boot] [PATCH 1/8] adc: Add driver for Rockchip Saradc
  ` [U-Boot] [U-Boot,1/8] "
` [U-Boot] [PATCH 2/8] configs: rockchip: Enable the ROCKCHIP_SARADC config
` [U-Boot] [PATCH 3/8] clk: rockchip: Add rv1108 Saradc clock support
  ` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 4/8] clk: rockchip: Add Saradc clock support for rk3288
` [U-Boot] [PATCH 5/8] clk: rockchip: Add rk3328 Saradc clock support
` [U-Boot] [PATCH 6/8] clk: rockchip: Add rk3368 "
` [U-Boot] [PATCH 7/8] clk: rockchip: Add rk3399 "
` [U-Boot] [PATCH 8/8] arm: dts: rv1108: Add Saradc node at dtsi level

[U-Boot] [PATCH 1/5] rockchip: i2c: rk3328: support i2c for rk3328 SoC
 2017-09-13 20:07 UTC  (10+ messages)
` [U-Boot] [PATCH 2/5] power: pmic: rk816: support rk816 pmic
  ` [U-Boot] [U-Boot,2/5] "
` [U-Boot] [PATCH 3/5] power: pmic: rk805: support rk805 pmic
  ` [U-Boot] [U-Boot,3/5] "
` [U-Boot] [PATCH 4/5] configs: rk3328: add support for pmic rk8xx and regulator and i2c driver
  ` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 5/5] rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes
  ` [U-Boot] [U-Boot, "
` [U-Boot] [U-Boot, 1/5] rockchip: i2c: rk3328: support i2c for rk3328 SoC

[U-Boot] [PATCH] u-boot: Upgrade to 2017.09
 2017-09-13 20:05 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] imx: add macro to detect whether USB PHY is active
 2017-09-13 19:47 UTC  (4+ messages)

[U-Boot] [PATCH 01/15] image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
 2017-09-13 19:29 UTC  (15+ messages)
` [U-Boot] [PATCH 02/15] spl: add a fdt_addr field to spl_image_info
` [U-Boot] [PATCH 03/15] spl: change load_addr and entry_point to uintptr_t
` [U-Boot] [PATCH 04/15] spl: fit: simplify logic for FDT loading for non-OS boots
` [U-Boot] [PATCH 05/15] spl: fit: implement fdt_record_loadable
` [U-Boot] [PATCH 06/15] spl: fit: implement recording of loadables into /fit-images
` [U-Boot] [PATCH 07/15] spl: atf: introduce spl_invoke_atf and make bl31_entry private
` [U-Boot] [PATCH 08/15] spl: rename config item SPL_ATF_SUPPORT to SPL_ATF
` [U-Boot] [PATCH 09/15] spl: atf: drop the SPL_ATF_TEXT_BASE configuration item
` [U-Boot] [PATCH 10/15] rockchip: dts: rk3399-puma: add /config/arm-trusted-firmware, reset-gpio property
` [U-Boot] [PATCH 11/15] rockchip: defconfig: firefly-rk3399: sync up with SPL changes for ATF
` [U-Boot] [PATCH 12/15] rockchip: board: puma-rk3399: update .its file to use new features
` [U-Boot] [PATCH 13/15] rockchip: board: lion-rk3368: update .its file
` [U-Boot] [PATCH 14/15] rockchip: defconfig: puma-rk3399: sync up with SPL changes for ATF
` [U-Boot] [PATCH 15/15] rockchip: defconfig: lion-rk3368: "

[U-Boot] [PATCH] arm: mach-omap2: Relax checks on OP-TEE location to allow pageable image
 2017-09-13 18:27 UTC 

[U-Boot] [PATCH v3 0/3] Allwinner DE2 HDMI SimpleFB support
 2017-09-13 17:42 UTC  (12+ messages)
` [U-Boot] [PATCH v3 1/3] video: sunxi: extract simplefb match code to a new file
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH v3 2/3] video: add an option for video simplefb via DT
    ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH v3 3/3] sunxi: setup simplefb for Allwinner DE2

[U-Boot] [PATCH 1/2] ls1088ardb: Enable USB command RDB qspi-boot
 2017-09-13 16:49 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] ls1088aqds: Enable USB command on QDS for qspi-boot

[U-Boot] [PATCH] sf: bar: Clean BA24 Bank Address Register bit after read/write/erase operation
 2017-09-13 16:06 UTC  (3+ messages)

[U-Boot] [PATCH] fs/fat: fix fatbuf leak
 2017-09-13 16:01 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/9] Add STM32H7 SoC, Discovery and Evaluation board support
 2017-09-13 16:00 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] pinctrl: stm32: add stm32h743-pinctrl compatible
` [U-Boot] [PATCH v2 2/9] serial: stm32x7: add STM32H7 support
` [U-Boot] [PATCH v2 3/9] dm: clk: add clk driver support for stm32h7 SoCs
` [U-Boot] [PATCH v2 4/9] dm: reset: add stm32 reset driver
` [U-Boot] [PATCH v2 5/9] dm: misc: add stm32 rcc driver
` [U-Boot] [PATCH v2 6/9] ARM: DTS: stm32: add stm32h743i-disco files
` [U-Boot] [PATCH v2 7/9] ARM: DTS: stm32: add stm32h743i-eval files
` [U-Boot] [PATCH v2 8/9] ARM: DTS: stm32: adapt stm32h7 dts files for U-boot
` [U-Boot] [PATCH v2 9/9] board: Add stm32h7 SoC, discovery and evaluation boards support

[U-Boot] [PATCH] spl: stash bootstage info before jump to next stage
 2017-09-13 15:58 UTC  (2+ messages)

[U-Boot] [PATCH v1] drivers: ahci: write upper 32 bits for clb and fis registers
 2017-09-13 13:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH V3 3/5] arm: da850-evm: Enable DM and device tree support for da850-evm
 2017-09-13 13:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, V3, "

[U-Boot] [PATCH 1/1] sunxi: Add support for A20-OLinuXino-MICRO-eMMC
 2017-09-13 12:28 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig
 2017-09-13 12:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [GIT] Pull request: u-boot-dfu
 2017-09-13 12:05 UTC  (2+ messages)

[U-Boot] [PATCH] usb: kbd: Set a default polling mechanism for USB keyboard
 2017-09-13 12:04 UTC  (6+ messages)

[U-Boot] [PATCH 0/6] Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc
 2017-09-13 11:45 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] printk: collect printk stuff into <linux/printk.h>
` [U-Boot] [PATCH 2/6] treewide: replace with error() with pr_err()
` [U-Boot] [PATCH 3/6] common.h: remove error()
` [U-Boot] [PATCH 4/6] vsprintf.h: include <linux/types.h>
` [U-Boot] [PATCH 5/6] bug.h: sync BUILD_BUG stuff with Linux 4.13
` [U-Boot] [PATCH 6/6] bug.h: move runtime BUG/WARN macros into <linux/bug.h>

[U-Boot] [PATCH v2 00/14] sunxi: convert musb to the device model and enable usb_ether
 2017-09-13 11:45 UTC  (31+ messages)
` [U-Boot] [PATCH v2 01/14] usb: gadget: Move USBNET_DEVADDR option out of g_dnl
` [U-Boot] [PATCH v2 02/14] usb: gadget: Document USBNET_DEVADDR
` [U-Boot] [PATCH v2 03/14] usb: gadget: Move USBNET_HOST_ADDR to Kconfig
` [U-Boot] [PATCH v2 04/14] usb: gadget: Convert USB_ETHER "
` [U-Boot] [PATCH v2 05/14] usb: gadget: usb_ether: Move the interfaces "
` [U-Boot] [PATCH v2 08/14] sunxi: provide default USB gadget setup
` [U-Boot] [PATCH v2 09/14] sunxi: imply USB_GADGET
` [U-Boot] [PATCH v2 10/14] cmd: fastboot: Rework fastboot dependency
` [U-Boot] [PATCH v2 11/14] musb: sunxi: switch to the device model
` [U-Boot] [PATCH v2 12/14] sunxi: Register usb_ether
` [U-Boot] [PATCH v2 13/14] sunxi: Imply USB_ETHER
` [U-Boot] [PATCH v2 14/14] sunxi: sina33: Sync the device tree with the kernel

[U-Boot] [PATCH 2/8] configs: rockchip: Enable the ROCKCHIP_SARADC config
 2017-09-13 11:10 UTC 

[U-Boot] [PATCH 4/8] clk: rockchip: Add Saradc clock support for rk3288
 2017-09-13 11:01 UTC 

[U-Boot] [RESEND PATCH 0/2] rockchip: rk3399-puma: migrate from 'rockchip, vbus-gpio' to a fixed regulator
 2017-09-13 10:29 UTC  (8+ messages)
` [U-Boot] [RESEND PATCH 1/2] rockchip: clk: rk3399: add clk_enable function and support USB HOST0/1
  ` [U-Boot] [U-Boot, RESEND, "
` [U-Boot] [RESEND PATCH 2/2] rockchip: dts: rk3399-puma: replace 'rockchip, vbus-gpio' with fixed regulator
  ` [U-Boot] [U-Boot, RESEND, "

[U-Boot] [RESEND PATCH 0/6] rockchip: enable live tree on the RK3399 and validate on the RK3399-Q7
 2017-09-13 10:29 UTC  (23+ messages)
` [U-Boot] [RESEND PATCH 1/6] rockchip: clk: rk3399: Convert to livetree
  ` [U-Boot] [U-Boot, RESEND, "
` [U-Boot] [RESEND PATCH 2/6] rockchip: xhci: "
` [U-Boot] [RESEND PATCH 3/6] rockchip: efuse: change to use dev_read_addr_ptr
  ` [U-Boot] [U-Boot, RESEND, "
` [U-Boot] [RESEND PATCH 4/6] usb: dwc2: convert to livetree
` [U-Boot] [RESEND PATCH 5/6] usb: host: ehci-generic: "
` [U-Boot] [RESEND PATCH 6/6] rockchip: defconfig: puma-rk3399: enable OF_LIVE (live tree)
  ` [U-Boot] [U-Boot, RESEND, "

[U-Boot] [PATCH] linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from Linux
 2017-09-13 10:16 UTC 

[U-Boot] [PATCH] Convert CONFIG_EMIF4 et al to Kconfig
 2017-09-13  9:20 UTC  (3+ messages)

[U-Boot] [PATCH] rockchip: add support for backing to bootrom download mode
 2017-09-13  9:17 UTC  (8+ messages)
` [U-Boot] "

[U-Boot] [PATCH 00/10] For the RK3399-Q7, we have a few additional features in the SPL boot
 2017-09-13  8:20 UTC  (24+ messages)
` [U-Boot] [PATCH 01/10] rockchip: rk3399: make spl_board_init board-specific
` [U-Boot] [PATCH 02/10] rockchip: bootrom: add definitions to retrieve BROM boot-source
` [U-Boot] [PATCH 03/10] rockchip: spl: add documentation for spl_node_to_boot_device()
` [U-Boot] [PATCH 04/10] rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order
` [U-Boot] [PATCH 05/10] rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from()
` [U-Boot] [PATCH 06/10] rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order
` [U-Boot] [PATCH 07/10] rockchip: puma-rk3399: update board_init()
` [U-Boot] [PATCH 08/10] rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE
` [U-Boot] [PATCH 09/10] power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig
` [U-Boot] [PATCH 10/10] rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL

[U-Boot] Compile failure encountered on latest (2017-07-20) git://git.denx.de/u-boot-usb.git branch master for target ls1021atwr_nor_defconfig
 2017-09-13  8:19 UTC  (14+ messages)

[U-Boot] [PATCH] rockchip: rock-rk3188: do not use ARCH_MEMSET in TPL
 2017-09-13  8:10 UTC 

[U-Boot] [PATCH] usb: xhci: Set number of event segments and entries to 1
 2017-09-13  8:09 UTC  (2+ messages)

[U-Boot] [PATCH] spi: fsl_qspi: Copy 16 byte aligned data in TX FIFO
 2017-09-13  8:04 UTC  (3+ messages)

[U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms
 2017-09-13  7:56 UTC  (18+ messages)
` [U-Boot] [PATCH] sf: Fix s25fs512s erase size and remove SECT_4K flag

[U-Boot] [PATCH 1/2] ls1088ardb: Add SCSI related configs in header file for RDB
 2017-09-13  7:53 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ls1088aqds: Add SCSI related configs in header file for qds

[U-Boot] [PATCH v6 0/9] board: atmel: Add new board SAMA5D27-SOM1-EK board
 2017-09-13  6:58 UTC  (10+ messages)
` [U-Boot] [PATCH v6 1/9] lib: at91: Add logo files used via API of DM_VIDEO
` [U-Boot] [PATCH v6 2/9] atmel: common: Add function to display via DM_VIDEO's API
` [U-Boot] [PATCH v6 3/9] ARM: at91: spl: Adjust switching to oscillator for SAMA5D2
` [U-Boot] [PATCH v6 4/9] ARM: at91: spl: Add mck function to lower rate while switching
` [U-Boot] [PATCH v6 5/9] board: sama5d2_xplained: Make SPL work on spiflash
` [U-Boot] [PATCH v6 6/9] ARM: at91: spl: Add boot device for boot from QSPI
` [U-Boot] [PATCH v6 7/9] ARM: at91: mach: Add missing defines of MPDDRC
` [U-Boot] [PATCH v6 8/9] ARM: at91: Get the Chip ID of SAMA5D2 SiP
` [U-Boot] [PATCH v6 9/9] board: atmel: Add SAMA5D27 SOM1 EK board

[U-Boot] [PATCH 0/3] support enter download mode on rockchip platform
 2017-09-13  6:14 UTC  (8+ messages)
` [U-Boot] [PATCH 1/3] rockchip: make boot_mode releated codes reused across all platforms
` [U-Boot] [PATCH 2/3] rockchip: add support for backing to bootrom download mode
` [U-Boot] [PATCH 3/3] rockchip: check download key before bootup

[U-Boot] [PATCH] armv8: ls1043a: disable IFC in SPL only when QSPI is used
 2017-09-13  5:46 UTC 

[U-Boot] [PATCH 1/1] spl: u-boot-spl-nodtb.bin: remove .got and .got.plt sections
 2017-09-13  5:43 UTC  (4+ messages)

[U-Boot] [PATCH] patman: Fix error when the email blacklist is missing
 2017-09-13  5:29 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/9] board: atmel: Add new board SAMA5D27-SOM1-EK board
 2017-09-13  4:28 UTC  (11+ messages)
` [U-Boot] [PATCH v5 1/9] lib: at91: Add logo files used via API of DM_VIDEO
` [U-Boot] [PATCH v5 2/9] atmel: common: Add function to display via DM_VIDEO's API
` [U-Boot] [PATCH v5 4/9] ARM: at91: spl: Add mck function to lower rate while switching
` [U-Boot] [PATCH v5 5/9] board: sama5d2_xplained: Make SPL work on spiflash
` [U-Boot] [PATCH v5 9/9] board: atmel: Add SAMA5D27 SOM1 EK board

[U-Boot] Compiling Mainline Kernel v4.4.70 Stable to ChormeBook Nvidia Tegra TK1 (Ubuntu-Xenial) -Uboot Not Booting (BlackScreen)
 2017-09-13  4:27 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: enable TPL_SYSRESET for all rockchip SoCs
 2017-09-13  4:27 UTC  (2+ messages)

[U-Boot] [PATCH V2] dm: gpio: Add DM compatibilty to GPIO driver for Davinci
 2017-09-13  4:27 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/10] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-09-13  4:26 UTC  (3+ messages)
` [U-Boot] [PATCH v5 08/10] fdtdec: sort include files

[U-Boot] [PATCH 1/2] rockchip: clk: rk3399: add clk_enable function and support USB HOST0/1
 2017-09-13  4:26 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] rockchip: dts: rk3399-puma: replace 'rockchip, vbus-gpio' with fixed regulator

[U-Boot] ARM i.MX6(A7/A9) embedded core board(CPU module) and custom solution
 2017-09-13  3:18 UTC 

[U-Boot] [RFC 1/1] efi_loader: fix building of helloworld.efi on x86_64
 2017-09-13  3:03 UTC  (3+ messages)

[U-Boot] [U-Boot, v2, 1/1] checkpatch: update from Linux v4.13-rc6
 2017-09-13  2:59 UTC  (2+ messages)
` [U-Boot] [PATCH 1/1] checkpatch.pl: Add warning for new __packed additions

[U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional
 2017-09-13  2:56 UTC  (6+ messages)

[U-Boot] Uboot send pull request
 2017-09-13  2:53 UTC  (2+ messages)


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