public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-03-12 08:34:31 to 2019-03-13 09:30:05 UTC [more...]

[U-Boot] [PATCH v1 25/26] colibri_imx6: added nreset gpio on reboot
 2019-03-13  9:30 UTC  (30+ messages)
    ` [U-Boot] [U-Boot, v1, "
    ` [U-Boot] [U-Boot, v1, 11/26] colibri_imx6: migrate mmc to using driver model
      ` [U-Boot] [U-Boot,v1,15/26] colibri_imx6: add distroboot support
      ` [U-Boot] [U-Boot,v2,14/23] apalis_imx6: "
      ` [U-Boot] [U-Boot, v1, 23/26] colibri_imx6: use SDP if USB serial downloader has been used
    ` [U-Boot] [U-Boot, v2, 10/23] apalis_imx6: migrate pmic and regulator to using driver model
    ` [U-Boot] [U-Boot, v1, 17/26] colibri imx6: pf0100: reorder and cleanup message printing
    ` [U-Boot] [U-Boot, v1, 22/26] configs: colibri_imx6: Use ext4 file system by default
    ` [U-Boot] [U-Boot,v1,14/26] colibri_imx6: print also 64-bit IT
    ` [U-Boot] [U-Boot, v2, 13/23] apalis_imx6: drop CONFIG_OF_SYSTEM_SETUP
    ` [U-Boot] [U-Boot,v2,02/23] apalis_imx6: use distro defaults
    ` [U-Boot] [U-Boot, v2, 07/23] apalis_imx6: clean-up and migrate gpios to using driver model
    ` [U-Boot] [U-Boot, v1, 12/26] colibri_imx6: migrate usb "
    ` [U-Boot] [U-Boot, v2, 12/23] apalis_imx6: "
    ` [U-Boot] [U-Boot, v2, 15/23] apalis_imx6: use both sd/mmc interfaces for setsdupdate
    ` [U-Boot] [U-Boot, v2, 16/23] apalis_imx6: unify sd/mmc drive strength with linux kernel settings
    ` [U-Boot] [U-Boot, v1, 05/26] colibri_imx6: remove obsolete USB_GADGET_MASS_STORAGE configuration
    ` [U-Boot] [U-Boot, v1, 08/26] colibri_imx6: enable pin control driver
    ` [U-Boot] [U-Boot,v2,22/23] apalis_imx6: switch to zimage
    ` [U-Boot] [U-Boot, v2, 19/23] apalis_imx6: revert fuse value set in mfgr_fuse
    ` [U-Boot] [U-Boot,v1,02/26] colibri_imx6: use distro defaults
    ` [U-Boot] [U-Boot, v2, 03/23] apalis_imx6: move console in env from header file to defconfig
    ` [U-Boot] [U-Boot, v1, 21/26] toradex: colibri_imx6: overwrite CMA memory set in device tree
    ` [U-Boot] [U-Boot,v1,24/26] colibri_imx6: switch to zimage
    ` [U-Boot] [U-Boot, v2, 06/23] apalis_imx6: migrate to using device tree
    ` [U-Boot] [U-Boot, v1, 19/26] colibri_imx6: change pmic fusing according to hw 1.1 requirements
    ` [U-Boot] [U-Boot, v2, 20/23] configs: apalis_imx6: Use ext4 file system by default
    ` [U-Boot] [U-Boot, v1, 10/26] colibri_imx6: migrate pmic and regulator to using driver model
    ` [U-Boot] [U-Boot, v2, 18/23] apalis_imx6: disable ri and dcd irq in uarts

[U-Boot] [PATCH 12/13] mx53ppd: fix unsupported set command
 2019-03-13  9:30 UTC  (2+ messages)
` [U-Boot] [U-Boot,12/13] "

[U-Boot] [PATCH v4 17/22] config: bk4: Update u-boot script to support recovery via SD card
 2019-03-13  9:29 UTC  (16+ messages)
        ` [U-Boot] [U-Boot, v4, "
        ` [U-Boot] [U-Boot, v4, 05/22] pcm052: board: Do not enable I2C2 code in the board file
        ` [U-Boot] [U-Boot, v4, 07/22] pcm052: board: Remove "m4go" command as it is superseded by "bootaux"
          ` [U-Boot] [U-Boot, v4, 19/22] pcm052: bk4: sdcard: Add support for SD card booting/recovery
        ` [U-Boot] [U-Boot, v4, 06/22] vybrid: Define the imx_get_mac_from_fuse() as a __weak function
        ` [U-Boot] [U-Boot, v4, 15/22] config: bk4: Update include/configs/bk4r1.h file
        ` [U-Boot] [U-Boot, v4, 10/22] pcm052: board: cosmetic: Add copyright notice to pcm052.c
        ` [U-Boot] [U-Boot, v4, 04/22] vybrid: clock: Provide enable_i2c_clk() function for Vybrid
        ` [U-Boot] [U-Boot, v4, 14/22] config: pcm052: Use SZ_X{MK} from linux/sizes.h for include/configs/pcm052.h
                ` [U-Boot] [U-Boot, v4, 11/22] ARM: DTS: Update pcm052 based dts files (bk4r1/pcm052)
        ` [U-Boot] [U-Boot, v4, 18/22] config: bk4: Update u-boot envs to support NOR memories initial setup
        ` [U-Boot] [U-Boot, v4, 21/22] pcm052: mac: Provide board specific imx_get_mac_from_fuse() function
        ` [U-Boot] [U-Boot, v4, 12/22] ARM: DTS: Provide vf610-bk4r1-u-boot.dtsi for U-Boot specific properties
        ` [U-Boot] [U-Boot, v4, 09/22] ARM: DTS: vybrid: Update vf.dtsi file to descibe more vf610 hardware
        ` [U-Boot] [U-Boot, v4, 13/22] defconfig: bk4/pcm052: Update bk4r1|pcm052_defconfig to support DM/DT

[U-Boot] [PATCH 03/13] board: ge: bx50v3: Enable CONFIG_DM_GPIO
 2019-03-13  9:29 UTC  (2+ messages)
` [U-Boot] [U-Boot,03/13] "

[U-Boot] [PATCH 05/13] board: ge: ppd: Enable CONFIG_DM
 2019-03-13  9:29 UTC  (2+ messages)
` [U-Boot] [U-Boot,05/13] "

[U-Boot] [PATCH 04/13] board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASH
 2019-03-13  9:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 10/13] board: ge: bx50v3: Network booting of fitImage with nfs rootfs
 2019-03-13  9:28 UTC  (2+ messages)
  ` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 11/13] mx53ppd: bring dock out of reset at boot
 2019-03-13  9:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,11/13] "

[U-Boot] [PATCH 07/13] board: ge: ppd: Enable CONFIG_DM_MMC
 2019-03-13  9:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,07/13] "

[U-Boot] [PATCH 06/13] arm: imx: Add esdhc3/4 nodes to imx53.dtsi
 2019-03-13  9:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 1/2] x86: TunnelCreek: switch P state to the highest freq
 2019-03-13  9:27 UTC  (6+ messages)

[U-Boot] passing info from SPL to U-Boot
 2019-03-13  9:18 UTC  (13+ messages)

[U-Boot] [PATCH 00/10] Update Stratix 10 SDRAM driver
 2019-03-13  9:14 UTC  (20+ messages)
` [U-Boot] [PATCH 01/10] ddr: altera: stratix10: Move SDRAM size check to "
` [U-Boot] [PATCH 03/10] ddr: altera: s10: Add multiple memory banks support
` [U-Boot] [PATCH 04/10] arm: socfpga: Update dram_init_banksize() for Stratix10
` [U-Boot] [PATCH 05/10] board: altera: Stratix10: Add board_get_usable_ram_top()
` [U-Boot] [PATCH 06/10] board: altera: Stratix10: Add ft_board_setup()
` [U-Boot] [PATCH 10/10] ddr: altera: Stratix10: Add ECC memory scrubbing

[U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC
 2019-03-13  9:13 UTC  (4+ messages)

[U-Boot] [PATCH 01/34] Add target to generate initial environment
 2019-03-13  8:46 UTC 

[U-Boot] [PATCH 23/34] imx8mq_evk: Move CONFIG_ENV_IS_IN_MMC to Kconfig
 2019-03-13  8:37 UTC 

[U-Boot] [PATCH 24/34] imx8mq_evk: Add myself as a co-maintainer
 2019-03-13  8:37 UTC 

[U-Boot] [PATCH 30/34] ARM: imx6q_logic: Enable MTD and NAND_MXS_DT
 2019-03-13  8:37 UTC 

[U-Boot] [PATCH v3 00/12] ARM: kirkwood: migrate to DM_USB
 2019-03-13  8:33 UTC  (15+ messages)
` [U-Boot] [PATCH v3 01/12] ARM: kirkwood: add db-88f6281-bp board
` [U-Boot] [PATCH v3 02/12] ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE
` [U-Boot] [PATCH v3 03/12] ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP
` [U-Boot] [PATCH v3 04/12] ARM: kirkwood: switch to using mvebu mbus
` [U-Boot] [PATCH v3 05/12] ARM: kirkwood: remove kw_config_adr_windows
` [U-Boot] [PATCH v3 06/12] ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp
` [U-Boot] [PATCH v3 07/12] ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug
` [U-Boot] [PATCH v3 08/12] ARM: kirkwood: enable CONFIG_DM_USB for dns325
` [U-Boot] [PATCH v3 09/12] ARM: kirkwood: enable CONFIG_DM_USB for ds109
` [U-Boot] [PATCH v3 10/12] ARM: kirkwood: enable CONFIG_DM_USB for goflexhome
` [U-Boot] [PATCH v3 11/12] ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl
` [U-Boot] [PATCH v3 12/12] ARM: kirkwood: enable CONFIG_DM_USB for nas220

[U-Boot] [PATCH 10/34] ARM: liteboard: move towards driver model and device-tree boot
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 16/34] mx6ul_14x14_evk: Simplify the PMIC register writes
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 19/34] imx8mq_evk/README: fix DDR training firmware path
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 22/34] mx6sabreauto: README: Adjust the binary name after DM conversion
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 28/34] include: configs: imx6-engicam: Add recovery boot option
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 17/34] warp7: Fix the write to the LDOGCTL PMIC register
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 07/34] pico-imx6ul: Convert to CONFIG_DM_GPIO
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 15/34] warp7: Remove unneeded headers after DM conversion
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 25/34] imx8qxp: Fix the reported CPU frequency
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 09/34] pico-imx6ul: README: Adjust the binary name after DM conversion
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 31/34] imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdef
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 29/34] ARM: imx6_logic: Fix typo in FDT address
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 06/34] pico-imx6ul: Convert to DM MMC
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 05/34] pico-imx6ul: Select CONFIG_OF_CONTROL
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 12/34] imx: ventana: hexdump invalid EEPROM data
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 27/34] configs: imx6qdl_icore_mmc: Enable watchdog and bootcounter
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 34/34] drivers/net/fec: phy_init: remove redundant logic
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 21/34] mx6sabresd: README: Adjust the binary name after DM conversion
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 26/34] board: engicam: Add watchdog support on Engicam
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 03/34] imx8mq_evk_defconfig: Enable pinctrl driver
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 13/34] imx: ventana: added support for 16bit 8Gb density (1GiB) DRAM
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 32/34] arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 08/34] pico-imx6ul: Convert to DM_PMIC
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 04/34] pico-imx6ul: Import dts files from kernel
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 02/34] pinctrl: add imx8m driver
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 18/34] imx8mq_evk/README: add missing firmware extract step
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 33/34] MTD: mxs_nand_spl: Redo the way nand_init initializes
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 20/34] imx: mx6qsabrelite: Update the SabreLite README
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 11/34] ARM: liteboard: use random ethaddr
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH 14/34] warp7: README: Adjust the binary name after DM conversion
 2019-03-13  8:28 UTC 

[U-Boot] [PATCH v1 0/2] Allow platform specific service handling on PSCI
 2019-03-13  8:10 UTC  (5+ messages)

[U-Boot] [PATCH v2 00/12] ARM: kirkwood: migrate to DM_USB
 2019-03-13  7:23 UTC  (5+ messages)
` [U-Boot] [PATCH v2 01/12] ARM: kirkwood: add db-88f6281-bp board

[U-Boot] [PATCH 0/4] arm: socfpga: enable rtc support for the socrates board
 2019-03-13  6:06 UTC  (10+ messages)
` [U-Boot] [PATCH 1/4] i2c: designware: fix reset handling on socfpga gen5
` [U-Boot] [PATCH 2/4] rtc: m41t62: add compatible for m41t82
` [U-Boot] [PATCH 3/4] arm: socfpga: socrates: make rtc work
` [U-Boot] [PATCH 4/4] configs: socfpga: socrates: enable rtc support

[U-Boot] Clearfog Base PCI-E not working
 2019-03-13  5:56 UTC 

[U-Boot] [PATCH] test/py: Fix pytest4 deprecation warnings
 2019-03-13  4:08 UTC 

[U-Boot] [PATCH 1/3] Move CONFIG_FSL_ESDHC to defconfig
 2019-03-13  2:17 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/9] SMP support for RISC-V
 2019-03-13  2:10 UTC  (3+ messages)
` [U-Boot] [PATCH v2 7/9] riscv: do not rely on hart ID passed by previous boot stage

[U-Boot] [PATCH 1/4] lib: fdt: Split fdtdec_setup_mem_size_base()
 2019-03-12 21:11 UTC  (9+ messages)
` [U-Boot] [PATCH 3/4] ARM: renesas: Save boot parameters passed in by ATF
` [U-Boot] [PATCH 4/4] ARM: renesas: Configure DRAM size from ATF DT fragment

[U-Boot] [PATCH 0/6] spl: full-featured heap cleanups
 2019-03-12 20:52 UTC  (4+ messages)
` [U-Boot] [PATCH 1/6] spl: add Kconfig option to clear bss early

[U-Boot] [PATCH] added uart1-3 support for the allwinner h3
 2019-03-12 18:57 UTC 

[U-Boot] [PATCH V2] Revert "pico-imx7d: Add LCD support"
 2019-03-12 18:29 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2019-03-12 18:15 UTC 

[U-Boot] [PATCH v2] imx8mq_evk_defconfig: Enable pinctrl driver
 2019-03-12 17:39 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] net: dm: fec: Support phy-reset-post-delay property
 2019-03-12 17:22 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH 0/1] board: imx7d tqma7d support
 2019-03-12 17:05 UTC  (3+ messages)
` [U-Boot] [PATCH 1/1] board: tq mba7 tqma7d 1gb emmc support

[U-Boot] [PATCH 4/4] Makefile: Correct logic for DM_SCSI + unconverted drivers check
 2019-03-12 14:55 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4 v2] "

[U-Boot] Pull request: u-boot-sunxi/master
 2019-03-12 14:55 UTC  (2+ messages)

[U-Boot] [PATCHv2 0/6] dm: cache: add dm cache driver
 2019-03-12 14:41 UTC  (7+ messages)
` [U-Boot] [PATCHv2 1/6] Documentation: dts: Add pl310 cache controller dts documentation
` [U-Boot] [PATCHv2 2/6] ARM: pl310: Add macro's for handling tag and data latency mask
` [U-Boot] [PATCHv2 3/6] dm: cache: Create a uclass for cache
` [U-Boot] [PATCHv2 4/6] dm: cache: add the pl310 cache controller driver
` [U-Boot] [PATCHv2 5/6] ARM: socfpga: use the pl310 driver to configure the cache
` [U-Boot] [PATCHv2 6/6] configs: socfpga: add imply pl310 cache controller

[U-Boot] [PATCH v4 1/1] efi_loader: Patch non-runtime code out at ExitBootServices already
 2019-03-12 14:16 UTC  (4+ messages)

[U-Boot] [PATCH V3 1/2] davinci: da850evm/omapl138-lcdk: Move BSS to SDRAM because SRAM is full
 2019-03-12 13:20 UTC  (2+ messages)

[U-Boot] [PATCH v2 01/11] fdtdec: Add cpu_to_fdt_{addr, size}() macros
 2019-03-12 13:01 UTC  (11+ messages)
` [U-Boot] [PATCH v2 02/11] fdtdec: Add fdt_{addr, size}_unpack() helpers
` [U-Boot] [PATCH v2 03/11] fdtdec: Implement fdtdec_generate_phandle()
` [U-Boot] [PATCH v2 04/11] fdtdec: Implement fdtdec_set_phandle()
` [U-Boot] [PATCH v2 05/11] fdtdec: Implement fdtdec_add_reserved_memory()
` [U-Boot] [PATCH v2 06/11] fdtdec: Implement carveout support functions
` [U-Boot] [PATCH v2 07/11] fdtdec: Add Kconfig symbol for tests
` [U-Boot] [PATCH v2 08/11] fdtdec: test: Fix build warning
` [U-Boot] [PATCH v2 09/11] fdtdec: test: Use compound statement macros
` [U-Boot] [PATCH v2 10/11] fdtdec: test: Add carveout tests
` [U-Boot] [PATCH v2 11/11] sandbox: Enable fdtdec tests

[U-Boot] [PATCH v5 1/1] avb: add support for named persistent values
 2019-03-12 13:00 UTC  (2+ messages)

[U-Boot] [PATCH] MC : Report extra reserved memory to Linux
 2019-03-12 11:24 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v2 00/23] apalis imx6 fixes, device tree enablement and driver model conversion
 2019-03-12 10:46 UTC  (5+ messages)
` [U-Boot] [PATCH v2 04/23] apalis_imx6: enable fit image, gpt, imx thermal, efi loader support
` [U-Boot] [PATCH v2 05/23] apalis_imx6: remove obsolete USB_GADGET_MASS_STORAGE configuration

[U-Boot] [PATCH 1/3] vsprintf: Support phys_addr_t specifier unconditionally
 2019-03-12 10:38 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=y
` [U-Boot] [PATCH 3/3] sandbox: Properly print physical addresses

[U-Boot] [PATCH] net: mscc: ocelot: Fix reset of the phys
 2019-03-12  9:23 UTC 

[U-Boot] [PATCH 2/2] dts: imx8qxp-mek: Add PHY post reset delay
 2019-03-12  9:13 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH v7 00/15] SiFive FU540 Support
 2019-03-12  8:55 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/26] subject: fs: fat: extend FAT write operations
 2019-03-12  8:41 UTC  (3+ messages)
` [U-Boot] [PATCH v3 09/26] fs: fat: refactor write interface for a file offset
  ` [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

[U-Boot] [PATCH v2 1/2] common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled
 2019-03-12  8:34 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] tools: fit_image: Add the loadable property to configs

[U-Boot] [PATCH v4 21/22] pcm052: mac: Provide board specific imx_get_mac_from_fuse() function
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 19/22] pcm052: bk4: sdcard: Add support for SD card booting/recovery
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 18/22] config: bk4: Update u-boot envs to support NOR memories initial setup
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 15/22] config: bk4: Update include/configs/bk4r1.h file
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 14/22] config: pcm052: Use SZ_X{MK} from linux/sizes.h for include/configs/pcm052.h
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 13/22] defconfig: bk4/pcm052: Update bk4r1|pcm052_defconfig to support DM/DT
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 12/22] ARM: DTS: Provide vf610-bk4r1-u-boot.dtsi for U-Boot specific properties
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 11/22] ARM: DTS: Update pcm052 based dts files (bk4r1/pcm052)
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 10/22] pcm052: board: cosmetic: Add copyright notice to pcm052.c
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 09/22] ARM: DTS: vybrid: Update vf.dtsi file to descibe more vf610 hardware
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 07/22] pcm052: board: Remove "m4go" command as it is superseded by "bootaux"
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 06/22] vybrid: Define the imx_get_mac_from_fuse() as a __weak function
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 05/22] pcm052: board: Do not enable I2C2 code in the board file
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v4 04/22] vybrid: clock: Provide enable_i2c_clk() function for Vybrid
 2019-02-13 21:46 UTC 

[U-Boot] [PATCH v1 24/26] colibri_imx6: switch to zimage
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 23/26] colibri_imx6: use SDP if USB serial downloader has been used
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 22/26] configs: colibri_imx6: Use ext4 file system by default
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 21/26] toradex: colibri_imx6: overwrite CMA memory set in device tree
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 19/26] colibri_imx6: change pmic fusing according to hw 1.1 requirements
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 17/26] colibri imx6: pf0100: reorder and cleanup message printing
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 15/26] colibri_imx6: add distroboot support
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 14/26] colibri_imx6: print also 64-bit IT
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 12/26] colibri_imx6: migrate usb to using driver model
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 11/26] colibri_imx6: migrate mmc to using driver model
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 10/26] colibri_imx6: migrate pmic and regulator to using driver model
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 08/26] colibri_imx6: enable pin control driver
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 05/26] colibri_imx6: remove obsolete USB_GADGET_MASS_STORAGE configuration
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v1 02/26] colibri_imx6: use distro defaults
 2019-02-08 17:42 UTC 

[U-Boot] [PATCH v2 22/23] apalis_imx6: switch to zimage
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 20/23] configs: apalis_imx6: Use ext4 file system by default
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 19/23] apalis_imx6: revert fuse value set in mfgr_fuse
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 18/23] apalis_imx6: disable ri and dcd irq in uarts
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 16/23] apalis_imx6: unify sd/mmc drive strength with linux kernel settings
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 15/23] apalis_imx6: use both sd/mmc interfaces for setsdupdate
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 14/23] apalis_imx6: add distroboot support
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 13/23] apalis_imx6: drop CONFIG_OF_SYSTEM_SETUP
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 12/23] apalis_imx6: migrate usb to using driver model
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 10/23] apalis_imx6: migrate pmic and regulator to using driver model
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 07/23] apalis_imx6: clean-up and migrate gpios to using driver model
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 06/23] apalis_imx6: migrate to using device tree
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 03/23] apalis_imx6: move console in env from header file to defconfig
 2019-02-08 17:12 UTC 

[U-Boot] [PATCH v2 02/23] apalis_imx6: use distro defaults
 2019-02-08 17:12 UTC 


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