public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-06-16 13:49:55 to 2017-06-19 10:32:02 UTC [more...]

[U-Boot] [PATCH v8 0/7] Add Intel Arria 10 SoC FPGA driver
 2017-06-19 10:32 UTC  (23+ messages)
` [U-Boot] [PATCH v8 4/7] arm: socfpga: Enable FPGA driver on SPL

[U-Boot] [PATCH v5 00/11] rk3328: add support of usb host and gadget
 2017-06-19 10:15 UTC  (17+ messages)
` [U-Boot] [PATCH v5 04/11] usb: host: xhci-rockchip: use fixed regulator to control vbus
` [U-Boot] [PATCH v5 05/11] usb: host: xhci-rockchip: add support for rk3328
` [U-Boot] [PATCH v5 08/11] usb: dwc2: force to host mode if not support HNP/SRP

[U-Boot] [RFC PATCH] net: ag7xxx: Clean up some issues with phy access
 2017-06-19  9:37 UTC  (4+ messages)

[U-Boot] Getting splash screen to work
 2017-06-19  8:00 UTC 

[U-Boot] [PATCH] drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
 2017-06-19  7:33 UTC 

[U-Boot] [PATCH v1] rockchip: pwm: fix: pwm dosen't work on rk3288
 2017-06-19  6:45 UTC 

[U-Boot] [PATCH 1/2] mmc: use new hwpart API when CONFIG_BLK enabled
 2017-06-19  6:42 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] mmc: rpmb: update size format for write_counter

[U-Boot] [PATCH v2 0/3] Add mipi dsi support for evb-rk3288
 2017-06-19  6:19 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi
` [U-Boot] [PATCH v2 2/3] rockchip: video: Makefile: Add soc specific driver for rk3288 "
` [U-Boot] [PATCH v2 3/3] rockchip: video: defconfig: Add mipi dsi support for evb-rk3288

[U-Boot] [PATCH] SECURE_BOOT: Unify memory map for Layerscape based platforms
 2017-06-19  5:37 UTC  (5+ messages)

[U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support
 2017-06-19  5:35 UTC  (3+ messages)

[U-Boot] [PATCH v3] regmap: add support for address cell 2
 2017-06-19  4:11 UTC  (4+ messages)

[U-Boot] [PATCH 00/11] dtoc: Tidy up and add tests
 2017-06-19  4:09 UTC  (12+ messages)
` [U-Boot] [PATCH 01/11] dtoc: Use self._options instead of the global options
` [U-Boot] [PATCH 02/11] dtoc: Add a comment at the top
` [U-Boot] [PATCH 03/11] dtoc: Split out the main class into its own file
` [U-Boot] [PATCH 04/11] dtoc: Fix pylint warnings
` [U-Boot] [PATCH 05/11] dtoc: Don't handle properties with / in them
` [U-Boot] [PATCH 06/11] dtoc: Pass include_disabled explicitly
` [U-Boot] [PATCH 07/11] dtoc: Move static functions out of the class
` [U-Boot] [PATCH 08/11] dtoc: Move the main logic into the dtb_platdata file
` [U-Boot] [PATCH 09/11] dtoc: Add a comment about string replace in conv_name_to_c()
` [U-Boot] [PATCH 10/11] sandbox: Stop printing platdata at the start of SPL
` [U-Boot] [PATCH 11/11] dtoc: Add tests

[U-Boot] Use u-boot to recover bricked NVIDIA SHIELD TV
 2017-06-18 22:46 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2017-06-18 19:46 UTC 

[U-Boot] [GIT] Pull request: u-boot-dfu
 2017-06-18 19:46 UTC  (2+ messages)

[U-Boot] [PATCH v5 3/3] rename GPT partitions to detect boot failure
 2017-06-18 11:08 UTC  (7+ messages)
` [U-Boot] [PATCH v6 3/3] GPT: provide commands to selectively rename partitions

[U-Boot] Driver model u-boot 2017
 2017-06-18  7:12 UTC 

[U-Boot] ImportError: No module named _libfdt
 2017-06-17 17:45 UTC 

[U-Boot] [PATCH 00/20] usb: xhci: Fix USB xHCI support on Intel platform
 2017-06-17 13:43 UTC  (47+ messages)
` [U-Boot] [PATCH 01/20] usb: xhci: Remove incorrect comments for struct xhci_container_ctx
` [U-Boot] [PATCH 02/20] usb: xhci: Correct command TRB 4th dword initialization
` [U-Boot] [PATCH 03/20] usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
` [U-Boot] [PATCH 04/20] usb: xhci: Add input slot context in xhci_set_configuration()
` [U-Boot] [PATCH 05/20] usb: hub: Update handling connect status/change in usb_scan_port()
` [U-Boot] [PATCH 06/20] usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
` [U-Boot] [PATCH 07/20] usb: hub: Revise wLength for 'get port status' request
` [U-Boot] [PATCH 08/20] usb: hub: Change USB hub descriptor to match USB 3.0 hubs
` [U-Boot] [PATCH 09/20] usb: hub: Add 3.0 hub port status mask of 2.0 hub
` [U-Boot] [PATCH 10/20] usb: xhci: Change MAX_HC_PORTS to 255
` [U-Boot] [PATCH 11/20] usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH 12/20] configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH 13/20] usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH 14/20] configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH 15/20] usb: cmd: Print actual packet size for super speed devices
` [U-Boot] [PATCH 16/20] usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig
` [U-Boot] [PATCH 17/20] x86: minnowmax: Configure GPIO pins to turn on USB ports VBUS
` [U-Boot] [PATCH 18/20] x86: minnowmax: Add a environment variable for USB power-on delay
` [U-Boot] [PATCH 19/20] x86: minnowmax: Enable USB xHCI support
` [U-Boot] [PATCH 20/20] x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNT

[U-Boot] [PATCH 1/3] dm: ahci: Add a generic PCI-based AHCI driver
 2017-06-17 13:36 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
` [U-Boot] [PATCH 3/3] cmd: scsi: Fix null pointer dereference in 'scsi reset'

[U-Boot] [PATCH] ARM: rmobile: salvator-x: Enable CMD_MMC
 2017-06-17  8:02 UTC 

[U-Boot] [PATCH] ARM: rmobile: Increase console buffer sizes
 2017-06-17  7:54 UTC 

[U-Boot] [PATCH 0/6] AM43xx OP-TEE support
 2017-06-17  7:35 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c
` [U-Boot] [PATCH 2/6] arm: mach-omap2: Factor out common FDT fixup suport
` [U-Boot] [PATCH 3/6] arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is defined
` [U-Boot] [PATCH 4/6] arm: mach-omap2: am33xx: Add FDT fixup suport for AM33xx/AM43xx boards
` [U-Boot] [PATCH 5/6] board: ti: am43xx: Add TEE loading and firewall setup
` [U-Boot] [PATCH 6/6] board: ti: am43xx: Add FDT fixup for HS devices

[U-Boot] [PATCH v1 0/3]
 2017-06-17  3:45 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/3] rockchip: defconfig: Increase max video resolution for mipi panel

[U-Boot] [PATCH v1 0/3] Add mipi dsi support for rk3288
 2017-06-17  3:45 UTC  (7+ messages)
` [U-Boot] [PATCH v1 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi
` [U-Boot] [PATCH v1 2/3] rockchip: video: Makefile: Add soc specific driver for rk3288 "
` [U-Boot] [PATCH v1 3/3] rockchip: video: defconfig: Add support "

[U-Boot] [PATCH 1/3] controlcenterd_36BIT_SDCARD: Fix unused variable warning
 2017-06-17  3:43 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] post: Fix unused variable warning on lwmon5
` [U-Boot] [PATCH 3/3] clk_rv1108.c: Fix unused variable warning

[U-Boot] [PATCH 1/2] Makefile: Allow arch post-link hook
 2017-06-17  3:43 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] MIPS: Stop building position independent code
      ` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH v2] rockchip: video: mipi: Modify variable type for arm32 compatibility
 2017-06-17  3:43 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: rk3399: correct SPL_MAX_SIZE
 2017-06-17  3:43 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] rockchip: enable sdcard for firefly-rk3399
 2017-06-17  3:42 UTC  (13+ messages)
` [U-Boot] [PATCH 1/7] rockchip: rk3036: dtsi use max-frequency for mmc node
` [U-Boot] [PATCH 2/7] rockchip: rk3288: "
` [U-Boot] [PATCH 3/7] rockchip: rk3328: "
` [U-Boot] [PATCH 4/7] rockchip: dwmmc: use max-frequency when OF_PLATDATA enabled
` [U-Boot] [PATCH 5/7] rockchip: firefly-rk3399: dts: enable sdmmc device
` [U-Boot] [PATCH 7/7] Revert "mmc: dw_mmc: rockchip: select proper card clock"

[U-Boot] [PATCH 6/7] rockchip: firefly-rk3399: enable dwmmc driver for the board
 2017-06-17  3:42 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] rockchip: mkimage: correct spl_size for rk3399
 2017-06-17  3:42 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/13] driver model bring-up of dwc3 usb peripheral
 2017-06-17  3:42 UTC  (9+ messages)
` [U-Boot] [PATCH v2 09/13] usb: gadget: ether: Populate DM_FLAG_PRE_RELOC flag
` [U-Boot] [PATCH v2 10/13] usb: gadget: add DWC3 USB gadget support
` [U-Boot] [PATCH v2 11/13] am43xx: Add USB device boot support
` [U-Boot] [PATCH v2 12/13] configs: am43xx: Enable configs to support USB device boot

[U-Boot] [PATCH] rockchip: rk3328: correct mem_region
 2017-06-17  3:42 UTC  (2+ messages)

[U-Boot] [PATCH] fdt: Check for NULL return from fdt_getprop in 'fdt set'
 2017-06-17  3:42 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/5] move boot0 hook in the beginning for armv7
 2017-06-17  3:42 UTC  (10+ messages)
` [U-Boot] [RFC PATCH 1/5] armv7: move boot hook before '_start'

[U-Boot] [PATCH v3 1/4] power: regulator: rk8xx: Build get_ldo_reg only for SPL
 2017-06-17  3:41 UTC  (9+ messages)
` [U-Boot] [PATCH v3 2/4] power: regulator: rk8xx: Allow input current/charger shutdown configuration
` [U-Boot] [PATCH v3 3/4] rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board

[U-Boot] [PATCH 0/7] rockchip: Split sdram common function into sdram_common.c
 2017-06-17  3:41 UTC  (15+ messages)
` [U-Boot] [PATCH 1/7] rockchip: add sdram_common for common functions
` [U-Boot] [PATCH 2/7] rockchip: use common sdram function
` [U-Boot] [PATCH 3/7] rockchip: rk3328: add sdram driver in U-Boot
` [U-Boot] [PATCH 4/7] rockchip: rk3368: add sdram driver for U-Boot
` [U-Boot] [PATCH 5/7] rockchip: dts: rk3328: add dmc node
` [U-Boot] [PATCH 6/7] rockchip: dts: rk3368: "
` [U-Boot] [PATCH 7/7] rockchip: correct the bank0 ram size

[U-Boot] [PATCH 1/2] rockchip: rk3036 remove CONFIG_RAM from defconfig
 2017-06-17  3:41 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] rockchip: rk3036: sync os_reg2 define with other soc

[U-Boot] [PATCH] ARM: provide a valid exception stack address for startup code
 2017-06-17  3:41 UTC  (4+ messages)

[U-Boot] [PATCH] treewide: remove unneeded semicolons
 2017-06-17  3:41 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH 00/12] regulator: Change get_enable return type to integer from bool
 2017-06-17  3:41 UTC  (25+ messages)
` [U-Boot] [PATCH 01/12] "
` [U-Boot] [PATCH 02/12] power: regulator: fixed: get_enable should return integer
` [U-Boot] [PATCH 03/12] power: regulator: act8846: "
` [U-Boot] [PATCH 04/12] power: regulator: max77686: "
` [U-Boot] [PATCH 05/12] power: regulator: palmas: "
` [U-Boot] [PATCH 06/12] power: regulator: pfuze100: "
` [U-Boot] [PATCH 07/12] power: regulator: tps65090: "
` [U-Boot] [PATCH 08/12] power: regulator: rk8xx: "
` [U-Boot] [PATCH 09/12] power: sandbox: fixed: "
` [U-Boot] [PATCH 10/12] power: regulator: s5m8767: "
` [U-Boot] [PATCH 11/12] power: regulator: lp873x: "
` [U-Boot] [PATCH 12/12] power: regulator: lp87565: "

[U-Boot] [PATCH v4 00/30]
 2017-06-16 22:32 UTC  (32+ messages)
` [U-Boot] [PATCH v4 01/30] ti: common: board_detect: Allow settings board detection variables manually
` [U-Boot] [PATCH v4 02/30] spl: fit: Break out some functions into a common file
` [U-Boot] [PATCH v4 03/30] boot_fit: Create helper functions that can be used to select DTB out of FIT
` [U-Boot] [PATCH v4 04/30] fdt: Enable selecting correct DTB from appended FIT Image
` [U-Boot] [PATCH v4 05/30] ti: common: board_detect: Add function to determine if EEPROM was read
` [U-Boot] [PATCH v4 06/30] dts: Allow OF_LIST to depend on FIT_EMBED
` [U-Boot] [PATCH v4 07/30] ARM: dts: k2g: Introduce U-boot specific dtsi file
` [U-Boot] [PATCH v4 08/30] arm: dts: Add new "generic" 66AK2Gx device tree file
` [U-Boot] [PATCH v4 09/30] board_f: Add new function to allow runtime DTB selection
` [U-Boot] [PATCH v4 10/30] Makefile: Build additional binaries for dtb FIT blobs appended to U-boot
` [U-Boot] [PATCH v4 11/30] ARM: keystone2: Allow to build with all image formats
` [U-Boot] [PATCH v4 12/30] ARM: k2g: Define embedded_dtb_select for runtime DTB selection in U-boot
` [U-Boot] [PATCH v4 13/30] ARM: keystone2: Define board_fit_config_name_match for Keystone 2 boards
` [U-Boot] [PATCH v4 14/30] ks2_evm: Add EEPROM based board detection
` [U-Boot] [PATCH v4 15/30] defconfig: keystone2: Enable U-boot runtime DTB detection
` [U-Boot] [PATCH v4 16/30] ARM: keystone2: Add additional fields used for DDR3 configuration
` [U-Boot] [PATCH v4 17/30] ARM: k2g: Program DDR PHY MR2 register with the default value
` [U-Boot] [PATCH v4 18/30] ARM: k2g: Program DDRPHY_DATX8 registers via mask and value variables
` [U-Boot] [PATCH v4 19/30] ks2_evm: Add EEPROM based board detection helper functions
` [U-Boot] [PATCH v4 20/30] ARM: k2g: Add pinmux support for K2G ICE evm
` [U-Boot] [PATCH v4 21/30] ARM: k2g: Add DDR3 configuration "
` [U-Boot] [PATCH v4 22/30] board: ks2: Use board detection to wrap code not specific to "
` [U-Boot] [PATCH v4 23/30] ARM: k2g: Use board detection to wrap K2G GP specific calls
` [U-Boot] [PATCH v4 24/30] ARM: k2g: Update board_name u-boot env variable at runtime
` [U-Boot] [PATCH v4 25/30] ARM: dts: keystone-k2g: Remove skeleton.dtsi
` [U-Boot] [PATCH v4 26/30] ARM: dts: keystone-k2g-evm: Add unit address to memory node
` [U-Boot] [PATCH v4 27/30] ARM: dts: k2g: Disable netcp by default
` [U-Boot] [PATCH v4 28/30] ARM: dts: k2g: Add DT support for K2G Industrial Communication Engine evm
` [U-Boot] [PATCH v4 29/30] ARM: k2g: Add K2G ICE DTB to the list of possible DTBs
` [U-Boot] [PATCH v4 30/30] defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST

[U-Boot] [PATCH v4 00/30] ARM: k2g: Add support for new K2G ICE EVM
 2017-06-16 22:31 UTC 

[U-Boot] [PATCH] ARM: dts: keystone-k2e-evm: Add U-boot specific dtsi file
 2017-06-16 21:16 UTC 

[U-Boot] Pull request: u-boot-sunxi/master
 2017-06-16 19:11 UTC  (3+ messages)

[U-Boot] [PATCH v4 1/6] display_options: Refactor to allow obtaining the banner
 2017-06-16 18:51 UTC 

[U-Boot] [PATCH 3/4] powerpc, 5xx: remove some "5xx" remains
 2017-06-16 17:12 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/4] "

[U-Boot] [PATCH 2/4] powerpc, 82xx: remove some missed mpc82xx remains
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] arm: mach-omap2: Generate MLO file from SD boot capable targets
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd: ethsw: Fix out-of-bounds error
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: ti: Add missing guards to headers
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 5/5] board/BuR/brxre1: refactor default environment
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/5] board/BuR/brxre1: cosmetic cleanup of config-header
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/5] board/BuR/brxre1: drop obsolete CONFIG_LCD_NOSTDOUT from config-header
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/5] board/BuR/brxre1: drop bootlogo feature
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/5] "

[U-Boot] [PATCH 1/5] board/BuR/brxre1: fix MMC boot
 2017-06-16 17:11 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/5] "

[U-Boot] [PATCH] defconfig: arm335x_evm_usbspl: Update MUSB Ethernet
 2017-06-16 17:10 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [RESEND PATCH] include: nand: move endif to end of file
 2017-06-16 17:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, RESEND] "

[U-Boot] [PATCH v3 1/2] sun50i: h5: Add initial Orangepi Zero Plus 2 support
 2017-06-16 16:21 UTC  (4+ messages)
` [U-Boot] [PATCH v3 2/2] sun50i: a64: Add initial Orangepi Win/WinPlus support

[U-Boot] [PATCH v3] sun50i: h5: Add initial NanoPi NEO2 support
 2017-06-16 16:19 UTC  (2+ messages)

[U-Boot] [PATCH v7 00/17] ARM: i.MX6: SabreSD: Add dts support
 2017-06-16 14:13 UTC  (3+ messages)
` [U-Boot] [PATCH v7 14/17] net: fec_mxc: Add 'phy-reset-gpios' support

[U-Boot] [PATCH v2 7/8] mvebu: Support Synology DS414
 2017-06-16 14:04 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