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

[U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier
 2017-07-04 20:41 UTC  (5+ messages)

[U-Boot] [PATCH v2] watchdog: Introduce watchdog driver for Intel Tangier
 2017-07-04 20:29 UTC 

[U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036
 2017-07-04 19:54 UTC  (4+ messages)

[U-Boot] [PATCH v1] avr32: Retire AVR32 for good
 2017-07-04 19:50 UTC  (3+ messages)

[U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA
 2017-07-04 19:49 UTC  (40+ messages)
` [U-Boot] [PATCH 01/39] dm: blk: Add a function to find an interface-type name
` [U-Boot] [PATCH 02/39] dm: blk: Add a generic function for block device commands
` [U-Boot] [PATCH 03/39] dm: sata: Adjust the 'sata' command to use blk_common_cmd()
` [U-Boot] [PATCH 04/39] dm: scsi: Adjust the 'scsi' "
` [U-Boot] [PATCH 05/39] dm: ide: Adjust the 'ide' "
` [U-Boot] [PATCH 06/39] dm: usb: Adjust the 'usb' "
` [U-Boot] [PATCH 07/39] dm: blk: Update return value in blk_create_devicef()
` [U-Boot] [PATCH 08/39] dm: core: Add a comment about the device_remove() flags
` [U-Boot] [PATCH 09/39] dm: sata: dwc_ahsata: Make functions static
` [U-Boot] [PATCH 10/39] dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
` [U-Boot] [PATCH 11/39] dm: sata: dw_sata: Move exported functions to the end
` [U-Boot] [PATCH 12/39] dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
` [U-Boot] [PATCH 13/39] dm: sata: dw_sata: Drop unnecessary casts
` [U-Boot] [PATCH 14/39] dm: sata: dw_sata: Pass uc_priv to internal functions
` [U-Boot] [PATCH 15/39] dm: sata: dw_sata: Drop unnecessary brackets
` [U-Boot] [PATCH 16/39] dm: sata: dw_sata: Sort #include directives
` [U-Boot] [PATCH 17/39] dm: sata: dw_sata: Rename the dwc_ahsata private header
` [U-Boot] [PATCH 18/39] dm: sata: dw_sata: Drop is_ready
` [U-Boot] [PATCH 19/39] dm: sata: dw_sata: More ahci_init_one() futher down
` [U-Boot] [PATCH 20/39] dm: sata: dw_sata: Set up common versions of operations
` [U-Boot] [PATCH 21/39] dm: sata: Support driver model with the 'sata' command
` [U-Boot] [PATCH 22/39] dm: sata: imx: Allow driver model to be used for sata
` [U-Boot] [PATCH 23/39] dm: sata: Update the AHCI uclass to support operations
` [U-Boot] [PATCH 24/39] dm: sata: dwc_ahsata: Add support for driver model
` [U-Boot] [PATCH 25/39] dm: mmc: fsl_esdhc: Pass private data to internal functions
` [U-Boot] [PATCH 26/39] dm: mmc: fsl_esdhc: Set up common versions of operations
` [U-Boot] [PATCH 27/39] dm: mmc: fsl_esdhc: Detect reset failure
` [U-Boot] [PATCH 28/39] dm: mmc: fsl_esdhc: Detect init failure
` [U-Boot] [PATCH 29/39] dm: mmc: fsl_esdhc: Set up platform data
` [U-Boot] [PATCH 30/39] dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()
` [U-Boot] [PATCH 31/39] dm: mmc: fsl_esdhc: Update to support livetree
` [U-Boot] [PATCH 32/39] dm: mmc: fsl_esdhc: Update to support MMC operations
` [U-Boot] [PATCH 33/39] dm: imx: cm_fx6: Support driver model for SATA
` [U-Boot] [PATCH 34/39] dm: imx: cm_fx6: Add device tree for cm_fx6
` [U-Boot] [PATCH 35/39] dm: imx: cm_fx6: Add MMC support for CONFIG_BLK
` [U-Boot] [PATCH 36/39] dm: imx: cm_fx6: Enable more driver model support
` [U-Boot] [PATCH 37/39] dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS
` [U-Boot] [PATCH 38/39] dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
` [U-Boot] [PATCH 39/39] dm: mmc: Drop CONFIG_DM_MMC_OPS

[U-Boot] [PATCH 1/2] armv8: apply -mgeneral-regs-only
 2017-07-04 19:38 UTC  (11+ messages)
` [U-Boot] [PATCH 2/2] arm: config: enforce -fno-pic for SPL and normal U-Boot

[U-Boot] [PATCH 00/14] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-04 19:33 UTC  (12+ messages)
` [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model
` [U-Boot] [PATCH 14/14] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

[U-Boot] [ANN] U-Boot v2017.07-rc2 released
 2017-07-04 19:33 UTC  (10+ messages)

[U-Boot] [PATCH v6] mmc: gen_atmel_mci: add driver model support for mci
 2017-07-04 19:33 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/15] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-04 19:31 UTC  (16+ messages)
` [U-Boot] [PATCH v2 01/15] ahci: Support non-PCI controllers
` [U-Boot] [PATCH v2 02/15] dm: mmc: Allow disabling driver model in SPL
` [U-Boot] [PATCH v2 03/15] fdt: Correct fdt_get_base_address()
` [U-Boot] [PATCH v2 04/15] dm: scsi: Drop duplicate SCSI and DM_SCSI options
` [U-Boot] [PATCH v2 05/15] dm: ahci: Correct uclass private data
` [U-Boot] [PATCH v2 06/15] dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv
` [U-Boot] [PATCH v2 07/15] dm: mmc: sunxi: Rename mmchost to priv
` [U-Boot] [PATCH v2 08/15] dm: mmc: sunxi: Pass private data around explicitly
` [U-Boot] [PATCH v2 09/15] dm: mmc: sunxi: Drop mmc_clk_io_on()
` [U-Boot] [PATCH v2 10/15] dm: mmc: sunxi: Add support for driver model
` [U-Boot] [PATCH v2 11/15] dm: sunxi: Linksprite_pcDuino3: Correct polarity of MMC card detect
` [U-Boot] [PATCH v2 12/15] dm: scsi: Don't scan the SCSI bus when probing
` [U-Boot] [PATCH v2 13/15] dm: sunxi: sata: Don't build sata support into SPL
` [U-Boot] [PATCH v2 14/15] dm: sata: sunxi: Add support for driver model
` [U-Boot] [PATCH v2 15/15] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

[U-Boot] [BUG] checkpatch: false positive storage class location
 2017-07-04 19:29 UTC 

[U-Boot] Board file for Raspberry Pi, rpi.c and Setting MAC address
 2017-07-04 18:48 UTC 

[U-Boot] [PATCH 10/10] gpt: harden set_gpt_info() against non NULL-terminated strings
 2017-07-04 18:19 UTC  (2+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH v6 3/3] GPT: provide commands to selectively rename partitions
 2017-07-04 18:19 UTC  (2+ messages)
` [U-Boot] [PATCH v8 09/10] "

[U-Boot] [PATCH v8 8/10] GPT: read partition table from device into a data structure
 2017-07-04 18:18 UTC  (2+ messages)
` [U-Boot] [PATCH v8 08/10] "

[U-Boot] [PATCH 07/13] rockchip: rk3066: add mk808 board files
 2017-07-04 17:43 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 05/13] rockchip: rk3066: add rk3066 platform devicetree file
 2017-07-04 17:43 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 03/13] rockchip: rk3066: add sysreset driver
 2017-07-04 17:41 UTC  (2+ messages)
` [U-Boot] [U-Boot,03/13] "

[U-Boot] [PATCH 06/13] rockchip: rk3066: add core support
 2017-07-04 17:35 UTC  (2+ messages)
` [U-Boot] [U-Boot,06/13] "

[U-Boot] [PATCH 1/4] tools/kwbimage: update the list of SoCs using v1 header
 2017-07-04 17:23 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] tools/kwbimage.h: make offset marks style consistent
` [U-Boot] [PATCH 3/4] tools/kwbimage: fix v1 header verification
` [U-Boot] [PATCH 4/4] arm: mvebu: clearfog: fix chip name comment

[U-Boot] [PATCH 0/5] uboot overlays and FIT image
 2017-07-04 17:05 UTC  (10+ messages)
` [U-Boot] [PATCH 2/5] libfdt_env.h: Add <malloc.h> in libfdt environment
` [U-Boot] [PATCH 3/5] fdt: Allow stacked overlays phandle references
` [U-Boot] [PATCH 5/5] fit: Introduce methods for applying overlays on fit-load

[U-Boot] [PATCH] video: add config option to skip framebuffer clear
 2017-07-04 17:04 UTC  (3+ messages)

[U-Boot] [PATCH 09/13] rockchip: dts: set fifo mode as default for mmc
 2017-07-04 16:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v1] arch/x86: Select USB before selecting host driver
 2017-07-04 16:32 UTC 

[U-Boot] [PATCH 1/1] mtd: stm32: use parameter instead of default value
 2017-07-04 16:24 UTC 

[U-Boot] [PATCH 12/13] armv7: support rk3066 early back to bootrom in start.S
 2017-07-04 16:20 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 10/13] rockchip: rk3066: add sdram driver
 2017-07-04 16:18 UTC  (2+ messages)
` [U-Boot] [U-Boot,10/13] "

[U-Boot] Targets with xHCI but without DM_USB
 2017-07-04 14:15 UTC  (5+ messages)

[U-Boot] [PATCH 0/3] arm: omap: Enable SPL_DM very early
 2017-07-04 13:30 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] arm: omap: Detect boot mode "
` [U-Boot] [PATCH 2/3] arm: omap4+: Enable spl_early_init()
` [U-Boot] [PATCH 3/3] ARM: dts: OMAP5+: Enable gpio in SPL

[U-Boot] [PATCHv6 1/3] ARM64: dts: hi3798cv200-poplar: add device tree bindings
 2017-07-04 13:29 UTC  (5+ messages)
` [U-Boot] [PATCHv6 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

[U-Boot] [PULL 0/6] efi patch queue 2017-07-03
 2017-07-04 11:59 UTC  (9+ messages)
  ` [U-Boot] [PATCH v2 1/1] efi_loader: abort on unsupported relocation type

[U-Boot] [PATCH] sunxi: add MACPWR in Orange Pi PC2 defconfig
 2017-07-04 10:52 UTC  (4+ messages)

[U-Boot] [PATCH 0/7] powerpc, 8xx: Modernise the 8xx
 2017-07-04 10:25 UTC  (5+ messages)
` [U-Boot] [PATCH 2/7] powerpc, 8xx: Implement GLL2 ERRATA

[U-Boot] CONFIG_USB_EHCI_HCD breaks xHCI drivers even on DM
 2017-07-04  9:15 UTC  (3+ messages)

[U-Boot] [PATCH v5] powerpc: Partialy restore core of mpc8xx
 2017-07-04  8:13 UTC  (8+ messages)

[U-Boot] [PATCH v2 4/4] rockchip: dts: rk3328-evb: add sdmmc-pwren regulator
 2017-07-04  7:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2] rockchip: rk3288: Add pinctrl support for the gmac ethernet interface
 2017-07-04  7:56 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 2/4] rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren
 2017-07-04  7:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/4] rockchip: evb-rk3328: enable boot on regulator
 2017-07-04  7:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v4 4/4] doc: rockchip: Add phyCORE-RK3288 RDK to board list
 2017-07-04  7:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 1/4] power: regulator: rk8xx: Build get_ldo_reg only for SPL
 2017-07-04  7:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 2/4] power: regulator: rk8xx: Allow input current/charger shutdown configuration
 2017-07-04  7:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 3/4] rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board
 2017-07-04  7:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v2 0/3] Handling of EFI application exit
 2017-07-04  7:17 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] bootefi: allow return without EFI_BOOT_SERVICES.Exit
` [U-Boot] [PATCH v2 2/3] efi_loader: provide meaningful status code
` [U-Boot] [PATCH v2 3/3] efi_loader: define all known status codes

[U-Boot] [PULL] efi patch queue 2017-07-04 (v2)
 2017-07-04  7:06 UTC 

[U-Boot] [PATCH v4 00/17] nand: remove direct acces to nand_info array
 2017-07-04  6:13 UTC  (5+ messages)

[U-Boot] [ANN] U-Boot v2017.07-rc3 released
 2017-07-04  5:23 UTC  (2+ messages)

[U-Boot] [PATCH] fsl-lsch2: csu: remove multiple calling function
 2017-07-04  3:35 UTC 

[U-Boot] [PATCH 0/4] Allwinner A83T and Banana Pi M3 EMAC support
 2017-07-04  0:07 UTC  (6+ messages)
` [U-Boot] [PATCH 3/4] sunxi: add stub EMAC device node in A83T device tree
        ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH 2/2] powerpc: remove 4xx support
 2017-07-04  0:05 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] drivers, block: remove sil680 driver
 2017-07-04  0:05 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH 4/4] powerpc, 8xx: Add support for MCR3000 board from CSSI
 2017-07-03 21:46 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [linux-sunxi] [RFC PATCH 8/8] sunxi: enable PSCI for A83T SoC
 2017-07-03 20:37 UTC  (11+ messages)

[U-Boot] [PATCH 0/2] powerpc: remove 4xx support
 2017-07-03 20:00 UTC  (6+ messages)

[U-Boot] [PATCH 0/1] Set VLD04 output to 2.8V in PMIC initialization
 2017-07-03 18:07 UTC  (7+ messages)
` [U-Boot] [PATCH 1/1] "

[U-Boot] [PATCH 1/1] bootefi: allow return without EFI_BOOT_SERVICES.Exit
 2017-07-03 17:19 UTC  (4+ messages)

[U-Boot] [PATCH v8 4/8] rockchip: configs: rk3328: enable dwc2 driver and config fastboot
 2017-07-03 16:37 UTC  (3+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v3 3/3] rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsi
 2017-07-03 16:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 2/3] rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi
 2017-07-03 16:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v8 7/8] rockchip: dts: rk3328: support and enable dwc2
 2017-07-03 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 8/8] rockchip: dts: rk3399: control vbus of typec by fixed regulator
 2017-07-03 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 5/8] usb: dwc2: use dev_read_bool() instead of fdt_getprop()
 2017-07-03 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 6/8] rockchip: rk3328: board: add support of dwc2 gadget
 2017-07-03 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 2/8] usb: host: xhci-rockchip: use fixed regulator to control vbus
 2017-07-03 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 3/8] rockchip: dts: rk3328: add fixed regulator node for xhci
 2017-07-03 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] [PATCH v8 1/8] usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB
 2017-07-03 16:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, v8, "

[U-Boot] am335x uboot TFTP via SPL over usb is failing
 2017-07-03 16:17 UTC  (3+ messages)

[U-Boot] [PATCH] usb: dwc2: make truncation of ep->dma_buf explicit for setdma_rx/tx
 2017-07-03 16:15 UTC 

[U-Boot] [PATCH] efi_loader: Add efi-next git tree to MAINTAINERS file
 2017-07-03 16:11 UTC 

[U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices
 2017-07-03 16:07 UTC  (5+ messages)

[U-Boot] [PATCH 2/2] efi_loader: check CreateEvent() parameters
 2017-07-03 13:58 UTC  (5+ messages)
` [U-Boot] [U-Boot, "
  ` [U-Boot] Pull request: "

[U-Boot] [PATCH] efi_loader: Add check for fallback fdt memory reservation
 2017-07-03 13:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/2] efi_loader: run CreateEvent() notify function based on flags
 2017-07-03 13:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] efi_loader: add static to local functions
 2017-07-03 13:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] usb: kbd: don't fail with iomux
 2017-07-03 13:22 UTC 

[U-Boot] [PATCH 1/1] efi_loader: provide meaningful status code
 2017-07-03 12:21 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Zynq: Add support for UEFI booted Z-Turn
 2017-07-03 11:41 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] zynq: Add EFI runtime sections to linker script
` [U-Boot] [PATCH 2/3] zynq: Enable distro boot
` [U-Boot] [PATCH 3/3] zynq: Add Z-Turn board

[U-Boot] [PATCH] armv8/fsl-lsch2: correct the config description of DSPI clock divider
 2017-07-03 10:37 UTC 

[U-Boot] [PATCH] fsl-lsch2: csu: correct the workaround A-010315
 2017-07-03  9:51 UTC 

[U-Boot] [PATCH v11 0/6] Add Intel Arria 10 SoC FPGA driver
 2017-07-03  9:07 UTC  (2+ messages)
` [U-Boot] [PATCH v11 6/6] arm: socfpga: Add FPGA driver support for Arria 10


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