public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-07-10 06:44:24 to 2017-07-12 03:29:56 UTC [more...]

[U-Boot] [PATCH v4 00/20] dm: tegra: Move nyan-big, jetson-tk1, beaver to livetree
 2017-07-12  3:29 UTC  (8+ messages)
` [U-Boot] [PATCH v4 01/20] dm: core: Add ofnode_read_resource()
` [U-Boot] [PATCH v4 02/20] dm: core: Fix up ofnode_get_addr_index() for 64-bit values
` [U-Boot] [PATCH v4 03/20] tegra: spl: Enable debug UART
` [U-Boot] [PATCH v4 04/20] tegra: tegra124: Add a PMC syscon driver
` [U-Boot] [PATCH v4 05/20] dm: tegra: Convert USB setup to livetree
` [U-Boot] [PATCH v4 06/20] dm: tegra: Convert clock_decode_periph_id() to support livetree
` [U-Boot] [PATCH v4 07/20] dm: video: tegra124: Convert to livetree

[U-Boot] [PATCH v3 00/35] dm: tegra: Move nyan-big, jetson-tk1, beaver to livetree
 2017-07-12  3:29 UTC  (15+ messages)

[U-Boot] [PATCH] ls1046aqds: update the defaule mtdparts
 2017-07-12  3:10 UTC 

[U-Boot] Please pull u-boot-dm
 2017-07-12  2:36 UTC  (2+ messages)

[U-Boot] Does U-boot allow snapshot restoration?
 2017-07-12  2:13 UTC 

[U-Boot] [PATCH] ls1046aqds: update the defaule mtdparts
 2017-07-12  1:50 UTC 

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

[U-Boot] [PATCH] rockchip: spl: make boot0 hook TPL safe
 2017-07-12  0:32 UTC  (2+ messages)

[U-Boot] [PATCH] dm: Fix typo in include-guard for dm-structs.h
 2017-07-12  0:32 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc
 2017-07-12  0:32 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv
 2017-07-12  0:32 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] rockchip: clk: rk3399: remove unused fields from priv-structures

[U-Boot] [PATCH 00/30] env: Move environment code to use location drivers
 2017-07-12  0:32 UTC  (10+ messages)
` [U-Boot] [PATCH 05/30] Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
` [U-Boot] [PATCH 28/30] env: Drop saveenv() in favour of env_save()

[U-Boot] Pull request: u-boot-rockchip/master
 2017-07-12  0:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/12] efi_loader: protocol services
 2017-07-11 20:06 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol
` [U-Boot] [PATCH v2 02/12] efi_loader: efi_open_protocol: parameter checks
` [U-Boot] [PATCH v2 03/12] efi_loader: implement InstallProtocolInterface
` [U-Boot] [PATCH v2 04/12] efi_loader: implement UninstallProtocolInterface
` [U-Boot] [PATCH v2 05/12] efi_loader: refactor efi_install_protocol_interface
` [U-Boot] [PATCH v2 06/12] efi_loader: refactor efi_uninstall_protocol_interface
` [U-Boot] [PATCH v2 07/12] efi_loader: implement InstallMultipleProtocolInterfaces
` [U-Boot] [PATCH v2 08/12] efi_loader: refactor efi_locate_handle
` [U-Boot] [PATCH v2 09/12] efi_loader: implement LocateHandleBuffer
` [U-Boot] [PATCH v2 10/12] efi_loader: provide a sufficient number of protocols
` [U-Boot] [PATCH v2 11/12] efi_loader: reimplement efi_locate_protocol
` [U-Boot] [PATCH v2 12/12] efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL

[U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
 2017-07-11 19:00 UTC  (4+ messages)

[U-Boot] Data Abort with gcc 7.1
 2017-07-11 17:59 UTC  (3+ messages)

[U-Boot] [PATCH] warp: Use PARTUUID to specify the rootfs location
 2017-07-11 17:39 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] mmc: omap_hsmmc: Add support for ADMA
 2017-07-11 16:20 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"
` [U-Boot] [PATCH 2/5] omap: Update the base address of the MMC controllers
` [U-Boot] [PATCH 3/5] mmc: omap_hsmmc: Add support for DMA (ADMA2)
` [U-Boot] [PATCH 4/5] mmc: omap_hsmmc: Enable Auto command (CMD12) enable
` [U-Boot] [PATCH 5/5] mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit

[U-Boot] [PATCH] MIPS: bootm: Fix broken boot_env_legacy codepath
 2017-07-11 15:47 UTC 

[U-Boot] [PATCH] net: gmac_rockchip: Add support for pinctrl
 2017-07-11 14:30 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] pipe3: Fix broken dependency
 2017-07-11 12:41 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH 1/1] mtd: stm32: use parameter instead of default value
 2017-07-11 12:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] arm: mach-keystone: Modify secure image size before copy
 2017-07-11 12:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] ARM: dts: OMAP5+: Enable gpio in SPL
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH 2/3] arm: omap4+: Enable spl_early_init()
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/3] "

[U-Boot] [PATCH 1/3] arm: omap: Detect boot mode very early
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/3] "

[U-Boot] [PATCHv6 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv6, "

[U-Boot] [PATCHv6 2/3] driver: mmc: update debug info
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot,PATCHv6,2/3] "

[U-Boot] [PATCHv6 1/3] ARM64: dts: hi3798cv200-poplar: add device tree bindings
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv6, "

[U-Boot] [PATCH 2/2] pinctrl: stm32: add set_state ops
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] pinctrl: stm32: handle a configuration list
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v4 30/30] defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 29/30] ARM: k2g: Add K2G ICE DTB to the list of possible DTBs
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 28/30] ARM: dts: k2g: Add DT support for K2G Industrial Communication Engine evm
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 27/30] ARM: dts: k2g: Disable netcp by default
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 26/30] ARM: dts: keystone-k2g-evm: Add unit address to memory node
 2017-07-11 12:40 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 25/30] ARM: dts: keystone-k2g: Remove skeleton.dtsi
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 24/30] ARM: k2g: Update board_name u-boot env variable at runtime
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 23/30] ARM: k2g: Use board detection to wrap K2G GP specific calls
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 22/30] board: ks2: Use board detection to wrap code not specific to K2G ICE evm
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 21/30] ARM: k2g: Add DDR3 configuration for K2G ICE evm
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 20/30] ARM: k2g: Add pinmux support for K2G ICE evm
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 19/30] ks2_evm: Add EEPROM based board detection helper functions
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 18/30] ARM: k2g: Program DDRPHY_DATX8 registers via mask and value variables
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 17/30] ARM: k2g: Program DDR PHY MR2 register with the default value
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 16/30] ARM: keystone2: Add additional fields used for DDR3 configuration
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 15/30] defconfig: keystone2: Enable U-boot runtime DTB detection
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 14/30] ks2_evm: Add EEPROM based board detection
 2017-07-11 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 13/30] ARM: keystone2: Define board_fit_config_name_match for Keystone 2 boards
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 12/30] ARM: k2g: Define embedded_dtb_select for runtime DTB selection in U-boot
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 11/30] ARM: keystone2: Allow to build with all image formats
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 10/30] Makefile: Build additional binaries for dtb FIT blobs appended to U-boot
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 09/30] board_f: Add new function to allow runtime DTB selection
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 08/30] arm: dts: Add new "generic" 66AK2Gx device tree file
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 07/30] ARM: dts: k2g: Introduce U-boot specific dtsi file
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 06/30] dts: Allow OF_LIST to depend on FIT_EMBED
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 05/30] ti: common: board_detect: Add function to determine if EEPROM was read
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 04/30] fdt: Enable selecting correct DTB from appended FIT Image
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 03/30] boot_fit: Create helper functions that can be used to select DTB out of FIT
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 02/30] spl: fit: Break out some functions into a common file
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 01/30] ti: common: board_detect: Allow settings board detection variables manually
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH] ARM: dts: keystone-k2e-evm: Add U-boot specific dtsi file
 2017-07-11 12:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [ PATCH v3] net: move Broadcom SF2 driver to Kconfig
 2017-07-11 12:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] wandboard: Set fdt based on board_rev and board_name
 2017-07-11 11:16 UTC  (15+ messages)
` [U-Boot] [PATCH 2/4] wandboard: Use PARTUUID to specify the rootfs location
` [U-Boot] [PATCH 3/4] mx6cuboxi: "
` [U-Boot] [PATCH 4/4] embestmx6boards: "

[U-Boot] [PATCH] Added configs/Sinovoip_BPI_M1_plus_defconfig
 2017-07-11  9:59 UTC 

[U-Boot] [PATCH 0/2] Enable pxe boot for mx53cx9020
 2017-07-11  9:23 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] imx: cx9020: use fdt_addr_r and ramdisk_addr_r
` [U-Boot] [PATCH 2/2] imx: cx9020: try pxe boot, if no vmlinuz on mmc

[U-Boot] [PATCH] ls1046aqds: update the defaule mtdparts
 2017-07-11  8:14 UTC 

[U-Boot] [PATCH 00/10] This patch set represent Marvell mvpp2 driver fixes
 2017-07-11  8:04 UTC  (2+ messages)

[U-Boot] [PATCH v6] mmc: gen_atmel_mci: add driver model support for mci
 2017-07-11  6:09 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] Zynq: Add support for UEFI booted Z-Turn
 2017-07-11  6:07 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] [rfc] parse the second area of android image
 2017-07-11  5:56 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] [rfc] support booting arm64 "

[U-Boot] [PATCH] ls1046aqds: update the defaule mtdparts
 2017-07-11  2:49 UTC 

[U-Boot] SAMA5D3 external clock source on XIN and XIN32
 2017-07-11  0:55 UTC 

[U-Boot] [PATCH 1/2] moveconfig: Tidy up imply flag parsing
 2017-07-10 20:47 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] RFC: moveconfig: Use toolchains from buildman

[U-Boot] [ANN] U-Boot v2017.07 is released
 2017-07-10 20:42 UTC  (2+ messages)

[U-Boot] [PATCH] km/common: remove unused function declarations
 2017-07-10 20:09 UTC  (3+ messages)
` [U-Boot] "

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

[U-Boot] [PATCH 0/6] AM43xx OP-TEE support
 2017-07-10 19:45 UTC  (4+ messages)
` [U-Boot] [PATCH 5/6] board: ti: am43xx: Add TEE loading and firewall setup

[U-Boot] [PATCH] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-07-10 19:44 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] mx6sabreauto: Do not enable WEIM by default
 2017-07-10 18:59 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mx6sabre: Use PARTUUID to specify the rootfs location

[U-Boot] [PATCH] stm32: Correct positioning of declaration
 2017-07-10 17:39 UTC  (2+ messages)

[U-Boot] [PATCH] cmd, nand: fix broken output of "nand info"
 2017-07-10 17:07 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] libfdt: Drop -FDT_ERR_TOODEEP
 2017-07-10 17:07 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [ANN] U-Boot v2017.07-rc2 released
 2017-07-10 16:38 UTC  (14+ messages)

[U-Boot] U-Boot image with multiple u-Boot dt blobs selected at low level boot
 2017-07-10 16:38 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] mtd/spi: Support of non-jedec MRAM devices
 2017-07-10 16:31 UTC 

[U-Boot] [PATCH v2 00/18] usb: xhci: Fix USB xHCI support on Intel platform
 2017-07-10 14:46 UTC  (2+ messages)

[U-Boot] USB power is not enabled fro BeagleBone Black
 2017-07-10 13:17 UTC  (4+ messages)

[U-Boot] u-boot for loading RTOS instead of Linux
 2017-07-10 11:49 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/5] Extend xhci-dwc3
 2017-07-10 10:03 UTC  (8+ messages)
` [U-Boot] [PATCH v6 1/5] usb: host: xhci-dwc3: Convert driver to DM
` [U-Boot] [PATCH v6 2/5] usb: host: xhci-dwc3: Add dual role mode support from DT
` [U-Boot] [PATCH v6 3/5] drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails
` [U-Boot] [PATCH v6 4/5] drivers: phy: add generic_phy_valid() method
` [U-Boot] [PATCH v6 5/5] usb: host: xhci-dwc3: Add generic PHY support

[U-Boot] [PATCH] mmc: pic32_sdhci: Complete the transition to driver model
 2017-07-10  9:17 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] arm: zynq: Label whole PL part as fpga_full region
 2017-07-10  7:33 UTC  (3+ messages)

[U-Boot] Arria 10 binary too large
 2017-07-10  7:21 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