public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-02-13 08:23:33 to 2015-02-16 14:56:43 UTC [more...]

[U-Boot] [RESEND PATCH 00/12] various fixes mainly for pxa and colibri_pxa270
 2015-02-28 23:53 UTC  (3+ messages)
` [U-Boot] [RESEND PATCH 02/12] remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
  ` [U-Boot] [PATCH "

[U-Boot] [PATCH v2 00/12] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
 2015-02-16 14:56 UTC  (24+ messages)
` [U-Boot] [PATCH v2 01/12] ARM: Factor out reusable psci_cpu_off_common
` [U-Boot] [PATCH v2 02/12] ARM: Factor out reusable psci_cpu_entry
` [U-Boot] [PATCH v2 03/12] ARM: Factor out reusable psci_get_cpu_stack_top
` [U-Boot] [PATCH v2 04/12] ARM: Put target PC for PSCI CPU_ON on per-CPU stack
` [U-Boot] [PATCH v2 05/12] tegra124: Add more registers to struct mc_ctlr
` [U-Boot] [PATCH v2 06/12] virt-dt: Allow reservation of the secure region when it is in a RAM carveout
` [U-Boot] [PATCH v2 07/12] tegra: Make tegra_powergate_power_on public
` [U-Boot] [PATCH v2 08/12] tegra: Add ap_pm_init hook
` [U-Boot] [PATCH v2 09/12] tegra124: Add PSCI support for Tegra124
` [U-Boot] [PATCH v2 10/12] jetson-tk1: Add PSCI configuration options and reserve secure code
` [U-Boot] [PATCH v2 11/12] tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0
` [U-Boot] [PATCH v2 12/12] tegra: Set CNTFRQ for secondary CPUs

[U-Boot] [PATCH] tools: imagetool: Remove "INSERT BEFORE" from linker script
 2015-02-16 14:05 UTC 

[U-Boot] [PATCH 1/2] arm:gplugd: Convert to generic board
 2015-02-16 13:30 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm:aspenite: "

[U-Boot] [u-boot 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu
 2015-02-16 13:29 UTC  (88+ messages)
` [U-Boot] [u-boot 01/40] ARM: DRA7: Enable clocks for USB OTGSS and USB PHY
` [U-Boot] [u-boot 02/40] ARM: AM43xx: "
` [U-Boot] [u-boot 03/40] usb: gadget: udc: add udc-core from linux kernel to u-boot
` [U-Boot] [u-boot 04/40] include: usb: modify gadget.h to include udc support
` [U-Boot] [u-boot 05/40] usb: gadget: udc: make udc-core compile in u-boot build
` [U-Boot] [u-boot 06/40] include: asm: dma-mapping: get rid of the compilation warning in udc-core
` [U-Boot] [u-boot 07/40] usb: dwc3: add dwc3 folder from linux kernel to u-boot
` [U-Boot] [u-boot 08/40] usb: dwc3: remove un-used files from dwc3 folder
` [U-Boot] [u-boot 09/40] usb: dwc3: Modify the file headers to u-boot format
` [U-Boot] [u-boot 10/40] usb: dwc3: remove trace_* APIs from dwc3 driver
` [U-Boot] [u-boot 11/40] usb: dwc3: fix dwc3 header files
` [U-Boot] [u-boot 12/40] usb: dwc3: remove pm related operations from dwc3 driver
` [U-Boot] [u-boot 13/40] arm: asm: dma-mapping: added dma_free_coherent API
` [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy
` [U-Boot] [u-boot 15/40] usb: dwc3: gadget: make dwc3 gadget build in uboot
` [U-Boot] [u-boot 16/40] include: asm: types: add resource_size_t type
` [U-Boot] [u-boot 17/40] usb: dwc3: ep0: make dwc3 ep0 build in uboot
` [U-Boot] [u-boot 18/40] include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error
` [U-Boot] [u-boot 19/40] usb: dwc3: core: make dwc3 core build in uboot
` [U-Boot] [u-boot 20/40] include: dwc3-uboot: add a structure for populating platform data
` [U-Boot] [u-boot 21/40] dwc3: core: change probe and remove to uboot init and uboot exit code
` [U-Boot] [u-boot 22/40] dwc3: core: add support for multiple dwc3 controllers
` [U-Boot] [u-boot 23/40] dwc3: core: added an API to invoke irq handlers
` [U-Boot] [u-boot 24/40] usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
` [U-Boot] [u-boot 25/40] include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
` [U-Boot] [u-boot 26/40] usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code
` [U-Boot] [u-boot 27/40] dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
` [U-Boot] [u-boot 28/40] usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
` [U-Boot] [u-boot 29/40] usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
` [U-Boot] [u-boot 30/40] dwc3: flush the buffers before using it
` [U-Boot] [u-boot 31/40] usb: dwc3: ep0: preparation for implementing chained TRB
` [U-Boot] [u-boot 32/40] usb: dwc3: Add chained TRB support for ep0
` [U-Boot] [u-boot 33/40] usb: dwc3: Makefile: Make dwc3 driver compile in u-boot
` [U-Boot] [u-boot 34/40] usb: gadget: defer setting maxpacket till ->setup()
` [U-Boot] [u-boot 35/40] common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
` [U-Boot] [u-boot 36/40] board: ti: DRA7: added USB initializtion code
` [U-Boot] [u-boot 37/40] include: configs: Enable DWC3 and DFU in DRA7xx
` [U-Boot] [u-boot 38/40] board: ti: AM43xx: added USB initializtion code
` [U-Boot] [u-boot 39/40] include: configs: Enable DWC3 and DFU in AM43xx
` [U-Boot] [u-boot 40/40] usb: modify usb_gadget_handle_interrupts to take controller index

[U-Boot] [PATCH 0/3] board/seco: Add mx6q-uq7 basic board support
 2015-02-16 13:27 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] ARM: mx6: move to a standard arch/board approach
` [U-Boot] [PATCH 2/3] ARM: iMX: define an IMX_CONFIG Kconfig option
` [U-Boot] [PATCH 3/3] board/seco: Add mx6q-uq7 basic board support

[U-Boot] Please pull u-boot-marvell master
 2015-02-16 12:50 UTC 

[U-Boot] u-boot for Snow problem
 2015-02-16 11:41 UTC  (3+ messages)

[U-Boot] [PATCH] lsxl: add a README file
 2015-02-16 11:40 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Support the FEL boot mode in the regular u-boot build
 2015-02-16  8:23 UTC 

[U-Boot] [PATCH] add example for file on VFAT filesystem usage
 2015-02-16  4:59 UTC 

[U-Boot] [PATCH 0/3] ARM: DRA7: DDR3: Update timings and leveling parameters
 2015-02-16  4:45 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] ARM: DRA72x: DDR3: Fix EMIF timings for 666MHz clock
` [U-Boot] [PATCH 2/3] ARM: DRA7: EMIF: Update SDRAM_REF_CTRL register value
` [U-Boot] [PATCH 3/3] ARM: DRA7-evm: DDR3: Update leveling values

[U-Boot] [PATCHv1 00/22] Add SPL support for SoCFGPA
 2015-02-15 23:25 UTC  (4+ messages)
` [U-Boot] [PATCHv1 01/22] arm: socfpga: spl: Add main sdram code

[U-Boot] [PATCH 1/2] gunzip: add gzwrite routine for extracting compresed images to block device
 2015-02-15 23:16 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] unzip: add gzwrite command to write compressed image "

[U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support
 2015-02-15 22:20 UTC  (2+ messages)
` [U-Boot] unassigned-patches/128: "

[U-Boot] [PATCH v2 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
 2015-02-15 21:48 UTC  (19+ messages)
` [U-Boot] [PATCH v2 1/8] lpc32xx: add Ethernet support
  ` [U-Boot] [PATCH v2 2/8] lpc32xx: mtd: nand: add MLC NAND controller
    ` [U-Boot] [PATCH v2 3/8] lpc32xx: i2c: add LPC32xx I2C interface support
      ` [U-Boot] [PATCH v2 4/8] lpc32xx: add GPIO support
        ` [U-Boot] [PATCH v2 5/8] lpc32xx: add LPC32xx SSP support (SPI mode)
          ` [U-Boot] [PATCH v2 6/8] dtt: add ds620 support
            ` [U-Boot] [PATCH v2 7/8] lpc32xx: add lpc32xx-spl.bin boot image target
              ` [U-Boot] [PATCH v2 8/8] lpc32xx: add support for board work_92105

[U-Boot] Please pull u-boot-x86.git branch sandbox
 2015-02-15 21:46 UTC 

[U-Boot] [PATCH] sandbox: Adjust the order of the NO_SDL check
 2015-02-15 21:40 UTC  (3+ messages)

[U-Boot] [PATCH] sandbox: Return '-c command' exit value as sandbox exit code
 2015-02-15 21:40 UTC  (3+ messages)

[U-Boot] [PATCH] buildman: allow multiple toolchains in a single path
 2015-02-15 21:40 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] buildman: Fix incorrect arguemnt in GetUpstream()
 2015-02-15 21:40 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] patman: Read in the git-mailrc alias file

[U-Boot] [PATCH] imx: don't clobber reset cause
 2015-02-15 21:37 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: i.MX: provide access to reset cause through get_imx_reset_cause()
  ` [U-Boot] [PATCH 2/2] nitrogen6x: set environment variable reset_cause

[U-Boot] [PATCH] patman: Make dry-run output match real functionality
 2015-02-15 21:35 UTC  (5+ messages)

[U-Boot] [PATCH] net: keystone_net: move serdes setup to initialization function
 2015-02-15 18:06 UTC  (2+ messages)

[U-Boot] [PATCH] keystone2: ddr3: eliminate using global ddr3_size variable
 2015-02-15 18:05 UTC  (2+ messages)

[U-Boot] u-boot sunxi fel plan for v2015.04
 2015-02-15 16:38 UTC  (7+ messages)

[U-Boot] [PATCH 1/4] mx6sx: pins: Enable SION for I2C3 iomux setting
 2015-02-15 16:23 UTC  (7+ messages)

[U-Boot] [RFC PATCH 0/7] Add Driver Model support to network stack
 2015-02-15 15:59 UTC  (30+ messages)
` [U-Boot] [RFC PATCH v2 0/8] "
  ` [U-Boot] [RFC PATCH v2 5/8] net: Add basic driver model support to Ethernet stack
  ` [U-Boot] [RFC PATCH v3 0/14] Add Driver Model support to network stack
    ` [U-Boot] [RFC PATCH v3 01/14] dm: core: Allow seq numbers to be resolved before probe
    ` [U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack
    ` [U-Boot] [RFC PATCH v3 08/14] dm: eth: Add network support to sandbox
    ` [U-Boot] [RFC PATCH v3 09/14] dm: eth: Add ARP and PING response to sandbox driver
    ` [U-Boot] [RFC PATCH v3 10/14] test: dm: eth: Add tests for the eth dm implementation
    ` [U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases
    ` [U-Boot] [RFC PATCH v3 12/14] dm: eth: Add support for ethprime env var
    ` [U-Boot] [RFC PATCH v3 13/14] dm: eth: Add testing for netretry "
    ` [U-Boot] [RFC PATCH v3 14/14] dm: eth: Add a bridge to a real network for sandbox

[U-Boot] [PATCH 0/2] Add getenv_long and Micrel ksz9031 skew settings
 2015-02-15 14:43 UTC  (13+ messages)
` [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values from the uboot env

[U-Boot] [PATCH 0/9] Add PSCI support for Jetson TK1/Tegra124
 2015-02-15  9:46 UTC  (13+ messages)
` [U-Boot] [PATCH 1/9] ARM: Factor out reusable psci_cpu_off_common
` [U-Boot] [PATCH 2/9] ARM: Factor out reusable psci_cpu_entry
` [U-Boot] [PATCH 3/9] tegra124: Add more registers to struct mc_ctlr
` [U-Boot] [PATCH 4/9] virt-dt: Allow reservation of the secure region when it is in a RAM carveout
` [U-Boot] [PATCH 5/9] tegra: Make tegra_powergate_power_on public
` [U-Boot] [PATCH 6/9] tegra: Add ap_pm_init hook
` [U-Boot] [PATCH 7/9] tegra124: Add PSCI support for Tegra124
` [U-Boot] [PATCH 8/9] jetson-tk1: Add PSCI configuration options and reserve secure code
` [U-Boot] [PATCH 9/9] tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0

[U-Boot] i.MX28 u-boot SPL fail
 2015-02-14 18:03 UTC  (4+ messages)

[U-Boot] [PATCH v1 0/4] Jetson-TK1 support for PSCI
 2015-02-14 15:08 UTC  (12+ messages)

[U-Boot] u-boot tftp problem
 2015-02-14  2:05 UTC 

[U-Boot] [PATCH v3] imx6: Added DEK blob generator command
 2015-02-13 22:53 UTC  (2+ messages)

[U-Boot] [U-boot][PATCH] arm: rmobile: Add Porter board support
 2015-02-13 22:06 UTC 

[U-Boot] [U-boot][PATCH] serial: sh: fix internal clock source on SCIF
 2015-02-13 22:05 UTC 

[U-Boot] Unused video drivers
 2015-02-13 21:22 UTC  (5+ messages)

[U-Boot] [PATCH v1 1/1] usb: gadget: fastboot: Add fastboot erase
 2015-02-13 20:45 UTC  (4+ messages)

[U-Boot] [PATCH v1 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize
 2015-02-13 19:53 UTC  (8+ messages)
` [U-Boot] [PATCH v1 2/3] fastboot: Correct fastboot_fail and fastboot_okay strings
` [U-Boot] [PATCH v1 3/3] usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget
` [U-Boot] [PATCH v2 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize

[U-Boot] [PATCH 1/3] dm: cros_ec: Convert to Kconfig
 2015-02-13 19:20 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] dm: Move CONFIG_I2C_COMPAT "
` [U-Boot] [PATCH 3/3] dm: mx6: Adjust mx6sxsabresd to use Kconfig for DM_THERMAL

[U-Boot] [PATCH 1/1] MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register
 2015-02-13 19:01 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] arm: reduce .bss section clear time
 2015-02-13 18:13 UTC  (13+ messages)
` [U-Boot] [PATCH 2/3] arm: relocation: clear .bss section with arch memset if defined

[U-Boot] [PATCH] ARM: HYP/non-sec: relocation before enable secondary cores
 2015-02-13 18:09 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] dm: stv0991: Move driver model CONFIGs to Kconfig
 2015-02-13 15:57 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] dm: mx6: sabre: "

[U-Boot] [PATCH v3] powerpc/t1040qds: Add support of SD boot for T1040QDS Board
 2015-02-13 15:25 UTC 

[U-Boot] MPC8541 / MPC8555E: DDR_SDRAM_CLK_CNLT[SS_EN] handling
 2015-02-13 15:21 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] peach_pi: Add support for FIMD and DP
 2015-02-13 15:14 UTC  (2+ messages)

[U-Boot] please pull u-boot-samsung master
 2015-02-13 15:13 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2015-02-13 15:07 UTC 

[U-Boot] [PATCH] mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not defined
 2015-02-13 14:47 UTC 

[U-Boot] [PATCH] net/phy/realtek: Disable interrupt on Realtek Ethernet PHY drivers
 2015-02-13 12:47 UTC 

[U-Boot] [PATCH] arm: exynos: fix the div value for set_mmc_clk
 2015-02-13  8:25 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] Support eMMC reset using DT for some exynos boards
 2015-02-13  8:25 UTC  (2+ messages)

[U-Boot] [PATCH] odroid: fix g2d sclk rate
 2015-02-13  8:25 UTC  (2+ messages)

[U-Boot] [PATCH] EXYNOS5: Add function to enable exynos5420 usbdev phy ctrl
 2015-02-13  8:25 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/7] Exynos5: Fix warnings and enrich clock_get_periph_rate
 2015-02-13  8:25 UTC  (2+ messages)

[U-Boot] [sunxi] [RFC/RFH] Adding mainline u-boot support for the Olimex A20-SOM-EVB
 2015-02-13  8:23 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