messages from 2017-07-18 20:36:13 to 2017-07-20 05:52:44 UTC [more...]
[U-Boot] [PATCH v3 1/3] armv8:fsl-layerscape: Consolidate registers space defination for CCI-400 bus
2017-07-20 5:52 UTC (2+ messages)
` [U-Boot] [PATCH v3 2/3] armv7: "
[U-Boot] [PATCH v3 1/1] efi_loader: implement ConvertDeviceNodeToText
2017-07-20 4:49 UTC
[U-Boot] [PATCH v2 1/1] mmc: Add MMC support for stm32h7 Socs
2017-07-20 4:22 UTC (4+ messages)
[U-Boot] [PATCH 1/1] efi_console: use EFIAPI for callback functions
2017-07-20 3:26 UTC
[U-Boot] [PATCH] clk: Kconfig: Add dependences of SPL_CLK
2017-07-20 2:38 UTC
[U-Boot] [PATCH v7 0/5] Extend xhci-dwc3
2017-07-20 2:32 UTC (7+ messages)
` [U-Boot] [PATCH v7 3/5] drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails
` [U-Boot] [PATCH v7 4/5] drivers: phy: add generic_phy_valid() method
[U-Boot] [PATCH] armv8: errata: Implement workaround for Cortex-A53 Erratum 855873
2017-07-20 2:09 UTC
[U-Boot] [PATCH v3 00/13] usb: xhci: Add interrupt transfer support and full speed device support
2017-07-19 23:12 UTC (14+ messages)
` [U-Boot] [PATCH v3 01/13] usb: xhci: Add interrupt transfer support
` [U-Boot] [PATCH v3 02/13] usb: configs: Clean up CONFIG_SYS_USB_EVENT_POLL_(xxx) in board configs
` [U-Boot] [PATCH v3 03/13] usb: kbd: kconfig: Set a default polling mechanism for USB keyboard
` [U-Boot] [PATCH v3 04/13] usb: Only get 64 bytes device descriptor for full speed devices
` [U-Boot] [PATCH v3 05/13] usb: Read device descriptor after device is addressed for xHCI
` [U-Boot] [PATCH v3 06/13] usb: xhci: Fix max packet size for full speed device endpoint 0
` [U-Boot] [PATCH v3 07/13] usb: hub: Clear port reset before usb_hub_port_connect_change()
` [U-Boot] [PATCH v3 08/13] usb: hub: Clear BH reset status change for a 3.0 hub
` [U-Boot] [PATCH v3 09/13] usb: Handle audio extension endpoint descriptor in usb_parse_config()
` [U-Boot] [PATCH v3 10/13] usb: xhci: Honor endpoint's interval
` [U-Boot] [PATCH v3 11/13] usb: xhci: Program max burst size for endpoint
` [U-Boot] [PATCH v3 12/13] usb: xhci: Set 'Error Count' to 0 for isoch endpoints
` [U-Boot] [PATCH v3 13/13] usb: xhci: Set 'Average TRB Length' to 8 for control endpoints
[U-Boot] [PATCH v1 1/1] net: phy: Add AFE settings to the Broadcom Cygnus phy
2017-07-19 22:34 UTC
[U-Boot] Enc: Uboot compatible with board Tegra124-nyan-big (ChromeBook G3 HP 14")
2017-07-19 21:24 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] mkimage: check environment for dtc binary location
2017-07-19 20:30 UTC
[U-Boot] [PATCH] net: Mark the ip_udp_hdr struct as packed
2017-07-19 18:26 UTC (6+ messages)
[U-Boot] [PATCH 0/5] db410c: updates for grub + gfxterm
2017-07-19 17:54 UTC (13+ messages)
` [U-Boot] [PATCH 4/5] efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
[U-Boot] [PATCH v2 1/1] efi_loader: initalize EFI object list only once
2017-07-19 17:37 UTC
[U-Boot] [PATCH v2] usb: fix usb_stor_read/write on DM
2017-07-19 17:33 UTC (10+ messages)
[U-Boot] [PATCH v2 0/7] efi_loader: event services
2017-07-19 17:22 UTC (4+ messages)
` [U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support
` [U-Boot] [PATCH 1/1] efi_loader: parameter types for CreateEvent, SetTimer
[U-Boot] How to update Espressobin (U-Boot) firmware?
2017-07-19 17:01 UTC (10+ messages)
` [U-Boot] [EXT] "
[U-Boot] [PATCH] dm: core: don't fail to iterate if first one fails to probe
2017-07-19 16:53 UTC (5+ messages)
[U-Boot] [RFC] efi: variable support
2017-07-19 16:38 UTC (3+ messages)
[U-Boot] A80 (CubieBoard4) u-boot - what to inject in boot0 area?
2017-07-19 15:29 UTC (4+ messages)
[U-Boot] [PATCH 0/4] dfu: remove limitation on partition size
2017-07-19 14:39 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] dfu: allow dfu read on partition greater than 2GB
` [U-Boot] [PATCH 2/4] dfu: remove limitation on partition size
` [U-Boot] [PATCH 3/4] dfu: factorize transaction cleanup
` [U-Boot] [PATCH 4/4] dfu: add common function to initiate transaction
[U-Boot] [PATCH v4 00/18] usb: xhci: Fix USB xHCI support on Intel platform
2017-07-19 14:00 UTC (20+ messages)
` [U-Boot] [PATCH v4 01/18] usb: xhci: Remove incorrect comments for struct xhci_container_ctx
` [U-Boot] [PATCH v4 02/18] usb: xhci: Correct command TRB 4th dword initialization
` [U-Boot] [PATCH v4 03/18] usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
` [U-Boot] [PATCH v4 04/18] usb: xhci: Add input slot context in xhci_set_configuration()
` [U-Boot] [PATCH v4 05/18] usb: hub: Update handling connect status/change in usb_scan_port()
` [U-Boot] [PATCH v4 06/18] usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
` [U-Boot] [PATCH v4 07/18] usb: hub: Revise wLength for 'get port status' request
` [U-Boot] [PATCH v4 08/18] usb: hub: Change USB hub descriptor to match USB 3.0 hubs
` [U-Boot] [PATCH v4 09/18] usb: hub: Add 3.0 hub port status mask of 2.0 hub
` [U-Boot] [PATCH v4 10/18] usb: xhci: Change MAX_HC_PORTS to 255
` [U-Boot] [PATCH v4 11/18] usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH v4 12/18] configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH v4 13/18] usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH v4 14/18] configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH v4 15/18] usb: cmd: Print actual packet size for super speed devices
` [U-Boot] [PATCH v4 16/18] usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig
` [U-Boot] [PATCH v4 17/18] x86: minnowmax: Add a environment variable for USB power-on delay
` [U-Boot] [PATCH v4 18/18] x86: minnowmax: Enable USB xHCI support
[U-Boot] [PATCH v3 00/15] usb: hub: Support USB 3.0 hubs
2017-07-19 14:00 UTC (17+ messages)
` [U-Boot] [PATCH v3 01/15] usb: xhci-pci: Drop non-DM version of xhci-pci driver
` [U-Boot] [PATCH v3 02/15] usb: xhci-pci: Clean up the driver a little bit
` [U-Boot] [PATCH v3 03/15] usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv
` [U-Boot] [PATCH v3 04/15] usb: hub: Remove hub_port_reset()
` [U-Boot] [PATCH v3 05/15] usb: hub: Add a new API to test if a hub device is root hub
` [U-Boot] [PATCH v3 06/15] usb: hub: Translate USB 3.0 hub port status into old version
` [U-Boot] [PATCH v3 07/15] usb: hub: Support 'set hub depth' request for USB 3.0 hubs
` [U-Boot] [PATCH v3 08/15] usb: xhci: Change xhci_setup_addressable_virt_dev() signature
` [U-Boot] [PATCH v3 09/15] usb: xhci: Program 'route string' in the input slot context
` [U-Boot] [PATCH v3 10/15] usb: hub: Parse and save TT details from device descriptor
` [U-Boot] [PATCH v3 11/15] dm: usb: Add a new USB controller operation 'update_hub_device'
` [U-Boot] [PATCH v3 12/15] usb: hub: Call usb_update_hub_device() after hub descriptor is fetched
` [U-Boot] [PATCH v3 13/15] usb: xhci: Implement update_hub_device() operation
` [U-Boot] [PATCH v3 14/15] usb: xhci: Correct TT_SLOT and TT_PORT macros
` [U-Boot] [PATCH v3 15/15] usb: xhci: Enable TT to support LS/FS devices behind a HS hub
[U-Boot] [PATCH v2 0/3] power: Add a driver to handle the PBIAS cell of the TI SOCs
2017-07-19 13:52 UTC (4+ messages)
` [U-Boot] [PATCH v2 1/3] dm: core: Add functions to get strings and the string count from a stringlist
` [U-Boot] [PATCH v2 2/3] regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1
` [U-Boot] [PATCH v2 3/3] dm: syscon: scan sub-nodes of the syscon node
[U-Boot] [PATCH 1/1] common: Move CONFIG_BOOTARGS to Kconfig
2017-07-19 13:46 UTC (3+ messages)
[U-Boot] Pull request: u-boot-mips
2017-07-19 13:04 UTC (5+ messages)
[U-Boot] [PATCH 1/2] rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL
2017-07-19 12:42 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] rockchip: dts: rk3399-puma: put EFI partition entries at 2MB
` [U-Boot] [U-Boot, "
` [U-Boot] [U-Boot, 1/2] rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL
[U-Boot] [PATCH 1/4] rockchip: dts: correct vdd_log setting for firefly-rk3399
2017-07-19 12:42 UTC (8+ messages)
` [U-Boot] [PATCH 2/4] power: pwm_regulator: fix the pwm_set_config parameter order
` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 3/4] power: pwm_regulator: remove redundance code
` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 4/4] rockchip: pwm: add mask for config setting
` [U-Boot] [U-Boot, "
` [U-Boot] [U-Boot, 1/4] rockchip: dts: correct vdd_log setting for firefly-rk3399
[U-Boot] [PATCH] rockchip: rk3399: correct the env setting
2017-07-19 12:30 UTC (3+ messages)
[U-Boot] [RFC PATCH] common: board_f: Make reserve_mmu a weak function
2017-07-19 11:17 UTC (15+ messages)
[U-Boot] [PATCH RESEND] ahci: dm: Fix memory allocation for uclass private data
2017-07-19 10:57 UTC
[U-Boot] [GIT PULL] Please pull u-boot-mmc master
2017-07-19 10:17 UTC
[U-Boot] How to Enable POST Tests
2017-07-19 9:29 UTC
[U-Boot] [PATCH 00/51] gdsys: Add support for Gazerbeam board
2017-07-19 9:07 UTC (73+ messages)
` [U-Boot] [PATCH 06/51] cmd: Add command for calculating binary operations
` [U-Boot] [PATCH 13/51] cfi_flash: Clean up code some more
` [U-Boot] [PATCH 16/51] gpio: mpc85xx_gpio: Make compatible with MPC8XXX
` [U-Boot] [PATCH 21/51] common: Extend board-specific DT fixup
` [U-Boot] [PATCH 22/51] gdsys: mpc8308: Fix style violations
` [U-Boot] [PATCH 23/51] gdsys: mpc8308: Use shadow register for output GPIO values
` [U-Boot] [PATCH 24/51] gdsys: mpc8308: Move SYS_FPGA{0, 1}_{BASE, SIZE} to Kconfig
` [U-Boot] [PATCH 25/51] gdsys: Introduce GDSYS_LEGACY_DRIVERS
` [U-Boot] [PATCH 26/51] strider, hrcon: Reset CAT phy on CON2 module
` [U-Boot] [PATCH 27/51] gdsys:phy: Adapt fixup_88e1518() to latest Release Notes
` [U-Boot] [PATCH 28/51] i2c: ihs_i2c: Prepare DM conversion
` [U-Boot] [PATCH 29/51] i2c: ihs_i2c: Make DM compatible
` [U-Boot] [PATCH 30/51] i2c: ihs_i2c: Factor out send_buffer method
` [U-Boot] [PATCH 31/51] gdsys: mpc8308: Add FPGA flavor option
` [U-Boot] [PATCH 32/51] drivers: Add ihs_fpga and gdsys_soc drivers
` [U-Boot] [PATCH 33/51] drivers: Add transmitter uclass
` [U-Boot] [PATCH 34/51] transmitter: Add Xilinx LogiCore DP TX
` [U-Boot] [PATCH 35/51] drivers: Add ICS8N3QV01 driver
` [U-Boot] [PATCH 36/51] drivers: Add ihs_axi driver
` [U-Boot] [PATCH 37/51] drivers: Add ihs_video_out driver
` [U-Boot] [PATCH 38/51] gdsys: drivers: Add gdsys_rxaui_ctrl driver
` [U-Boot] [PATCH 39/51] drivers: Add gdsys_ioep driver
` [U-Boot] [PATCH 40/51] cmd: Add ihs osd commands
` [U-Boot] [PATCH 41/51] cmd: Add ihs axi command
` [U-Boot] [PATCH 42/51] cmd: Add ihs fpga command
` [U-Boot] [PATCH 43/51] gdsys: cmd_ioloop: Fix style violations
` [U-Boot] [PATCH 44/51] gdsys: cmd_ioloop: Introduce commenting enum
` [U-Boot] [PATCH 45/51] gdsys: cmd_ioloop: Make DM compatible
` [U-Boot] [PATCH 46/51] ihs_mdio: Add support to force clause45 access
` [U-Boot] [PATCH 47/51] ihs_mdio: Fix style violations
` [U-Boot] [PATCH 48/51] ihs_mdio: Make DM-compatible
` [U-Boot] [PATCH 49/51] gazerbeam: Import Linux DT
` [U-Boot] [PATCH 50/51] gazerbeam: Add u-boot specific dts include file
` [U-Boot] [PATCH 51/51] mpc83xx: Add gazerbeam board
[U-Boot] [PATCH] bch: Fix build on FreeBSD host
2017-07-19 9:03 UTC (4+ messages)
[U-Boot] [PATCH 2/2] rockchip: phycore: Read configuration EEPROM & set ethaddr in late init
2017-07-19 7:57 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] rockchip: dts: firefly using ddr3 1600
2017-07-19 7:57 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 1/2] rockchip: phycore: Add ID page of M24C32-D EEPROM
2017-07-19 7:57 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/1] mmc: Add MMC support for stm32h7 Socs
2017-07-19 7:29 UTC (2+ messages)
[U-Boot] [PATCH v3] watchdog: Introduce watchdog driver for Intel Tangier
2017-07-19 4:20 UTC (4+ messages)
[U-Boot] [PATCH 1/2] [rfc] parse the second area of android image
2017-07-19 2:53 UTC (9+ messages)
` [U-Boot] [PATCH 2/2] [rfc] support booting arm64 "
[U-Boot] U-Boot Tool: fw_setenv - kernel option?
2017-07-18 22:55 UTC (2+ messages)
[U-Boot] [PATCH] ARM: Mark AE boards orphan
2017-07-18 22:49 UTC (2+ messages)
[U-Boot] [PULL] Please pull u-boot-imx
2017-07-18 22:49 UTC (2+ messages)
[U-Boot] [PATCH 00/52] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
2017-07-18 21:13 UTC (23+ messages)
` [U-Boot] [PATCH 26/52] rockchip: rk3368: define CONFIG_SYS_SDRAM_BASE
` [U-Boot] [PATCH 33/52] rockchip: clk: rk3368: implement bandwidth adjust for PLLs
` [U-Boot] [PATCH 34/52] rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver
` [U-Boot] [PATCH 35/52] rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM
` [U-Boot] [PATCH 36/52] rockchip: clk: rk3368: implement DPLL (DRAM PLL) support
` [U-Boot] [PATCH 37/52] rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ
` [U-Boot] [PATCH 38/52] rockchip: clk: rk3368: implement MMC/SD clock reparenting
` [U-Boot] [PATCH 39/52] rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)
` [U-Boot] [PATCH 40/52] rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock
` [U-Boot] [PATCH 41/52] rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()
` [U-Boot] [PATCH 42/52] net: gmac_rockchip: Add support for the RK3368 GMAC
` [U-Boot] [PATCH 43/52] rockchip: Makefile: streamline SPL/TPL configuration
` [U-Boot] [PATCH 44/52] rockchip: rk3368: add DRAM controller driver with DRAM initialisation
` [U-Boot] [PATCH 45/52] rockchip: dts: rk3368: add DMC node in rk3368.dtsi
` [U-Boot] [PATCH 46/52] rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h
` [U-Boot] [PATCH 47/52] rockchip: rk3368: spl: add TPL support
` [U-Boot] [PATCH 48/52] rockchip: rk3368: spl: add SPL support
` [U-Boot] [PATCH 49/52] rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
` [U-Boot] [PATCH 50/52] rockchip: board: lion-rk3368: add support for the RK3368-uQ7
` [U-Boot] [PATCH 51/52] rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its
` [U-Boot] [PATCH 52/52] rockchip: board: puma_rk3399: rename ATF firmware
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox