messages from 2018-03-19 17:59:06 to 2018-03-21 10:20:35 UTC [more...]
[U-Boot] [PATCH v2 0/7] Provide SPL support for bootcount (in the case of using falcon boot mode)
2018-03-21 10:20 UTC (16+ messages)
` [U-Boot] [PATCH v2 1/7] bootcount: spl: Enable bootcount support in SPL
` [U-Boot] [PATCH v2 2/7] bootcount: Add include guards into bootcount.h file
` [U-Boot] [PATCH v2 3/7] bootcount: Add function wrappers to handle bootcount increment and error checking
` [U-Boot] [PATCH v2 4/7] bootcount: u-boot: Do not increment bootcount if already done in SPL
` [U-Boot] [PATCH v2 5/7] bootcount: spl: Extend SPL to support bootcount incrementation
` [U-Boot] [PATCH v2 6/7] bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount checking
` [U-Boot] [PATCH v2 7/7] bootcount: display5: config: Enable boot count feature in the display5 board
[U-Boot] git clone http://git.denx.de/u-boot-arc.git doesn't work
2018-03-21 10:13 UTC
[U-Boot] [PATCH V2 1/5] net: fec_mxc: Fix DM driver issue in recv
2018-03-21 10:05 UTC (10+ messages)
` [U-Boot] [PATCH V2 2/5] net: fec_mxc: simplify fec_get_miibus
` [U-Boot] [PATCH V2 3/5] net: fec: set dev->seq to priv->dev_id
` [U-Boot] [PATCH V2 4/5] net: fec: sharing MDIO for two enet controllers
` [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible
[U-Boot] [PATCH v1 00/19] More support for Armada 37xx boards
2018-03-21 9:44 UTC (40+ messages)
` [U-Boot] [PATCH v1 01/19] phy: marvell: a3700: Change return type of macro MVEBU_REG
` [U-Boot] [PATCH v1 02/19] phy: marvell: a3700: Use reg_set16 instead of phy_write16
` [U-Boot] [PATCH v1 03/19] phy: marvell: a3700: Don't create functional macro for each register
` [U-Boot] [PATCH v1 04/19] phy: marvell: a3700: Use same timeout for all register polling
` [U-Boot] [PATCH v1 05/19] phy: marvell: a3700: Use (!ret) instead of (ret == 0)
` [U-Boot] [PATCH v1 06/19] phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_sets
` [U-Boot] [PATCH v1 07/19] phy: marvell: a3700: Access USB3 register indirectly on lane 2
` [U-Boot] [PATCH v1 08/19] phy: marvell: a3700: Set USB3 RX wait depending on ref clock
` [U-Boot] [PATCH v1 09/19] phy: marvell: a3700: revise the USB3 comphy setting during power on
` [U-Boot] [PATCH v1 10/19] phy: marvell: mux: Support nontrivial node order in selector register
` [U-Boot] [PATCH v1 11/19] phy: marvell: a3700: Use comphy_mux on Armada 37xx
` [U-Boot] [PATCH v1 12/19] phy: marvell: a3700: Save/restore selector reg in SGMII init
` [U-Boot] [PATCH v1 13/19] arm64: mvebu_armada_37xx: Use Armada 37xx pinctrl driver by default
` [U-Boot] [PATCH v1 14/19] driver: clk: Add support for clocks on Armada 37xx
` [U-Boot] [PATCH v1 15/19] spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency
` [U-Boot] [PATCH v1 16/19] clk: armada-37xx: Support soc_clk_dump
` [U-Boot] [PATCH v1 17/19] pinctrl: armada-37xx: Fix SB pinctrl groups according to new revision
` [U-Boot] [PATCH v1 18/19] phy: marvell: core: Cosmetic fixes
` [U-Boot] [PATCH v1 19/19] net: mvneta: Fix fault when wrong device tree
[U-Boot] [PATCH] rockchip: clk: rk3288: add clk_enable function and support USB HOST0/HSIC
2018-03-21 9:23 UTC (3+ messages)
[U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK
2018-03-21 9:07 UTC (12+ messages)
` [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support
[U-Boot] [PATCH 0/5] libfdt: make lib/libfdt/ more synced with scripts/dtc/libfdt/
2018-03-21 9:03 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c
` [U-Boot] [PATCH 2/5] fdt_region: remove unneeded fdt_internal.h inclusion
` [U-Boot] [PATCH 3/5] image.h: add forward declaration of struct fdt_region
` [U-Boot] [PATCH 4/5] fdt_region: move fdt_region.c to common/ from lib/libfdt/
` [U-Boot] [PATCH 5/5] libfdt: split fdt_region declarations out to <fdt_region.h>
[U-Boot] [PATCH 0/4] imx: hab: Add helper functions for scripted HAB auth
2018-03-21 4:47 UTC (6+ messages)
` [U-Boot] [PATCH 3/4] imx: hab: Specify IVT padding size
[U-Boot] [PATCH 00/14] at91: Add boards with OF_CONTROL/DM/DM_SPI
2018-03-21 4:13 UTC (11+ messages)
` [U-Boot] [PATCH 01/14] spi: atmel: Add ifdef for DM_GPIO code
` [U-Boot] [PATCH 03/14] configs: gurnard: Move CONFIG_ATMEL_SPI to defconfigs
` [U-Boot] [PATCH 12/14] spi: atmel: Drop non-dm code
` [U-Boot] [PATCH 13/14] spi: atmel: Drop atmel_spi.h
` [U-Boot] [PATCH 14/14] spi: atmel: default y if DM_SPI && ARCH_AT91
[U-Boot] [PATCH v1 0/5] rtc: remove redundant code in rtc_reset
2018-03-21 2:40 UTC (6+ messages)
` [U-Boot] [PATCH v1 1/5] rtc: ds1307: "
` [U-Boot] [PATCH v1 2/5] rtc: ds1374: "
` [U-Boot] [PATCH v1 3/5] rtc: mx27rtc: "
` [U-Boot] [PATCH v1 4/5] rtc: rs5c372: "
` [U-Boot] [PATCH v1 5/5] rtc: rx8025: "
[U-Boot] [PATCH 1/5] net: fec_mxc: Fix DM driver issue in recv
2018-03-21 1:59 UTC (14+ messages)
` [U-Boot] [PATCH 2/5] net: fec_mxc: simplify fec_get_miibus
` [U-Boot] [PATCH 3/5] net: fec: set dev->seq to priv->dev_id
` [U-Boot] [PATCH 4/5] net: fec: sharing MDIO for two enet controllers
` [U-Boot] [PATCH 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible
[U-Boot] Please pull u-boot-fsl-qoriq master
2018-03-21 1:56 UTC (2+ messages)
[U-Boot] [PATCH] mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
2018-03-20 18:02 UTC (2+ messages)
` [U-Boot] [PATCH] mtd: nand: fsl_ifc: Fix nand waitfunc return value
[U-Boot] [PATCH 1/2] spi: kirkwood: Get drvdata in .ofdata_to_platdata
2018-03-20 15:14 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] spi: kirkwood: Full dm conversion
[U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support
2018-03-20 14:51 UTC (7+ messages)
[U-Boot] [RFC PATCH] Allow providing default environment from file
2018-03-20 14:47 UTC (4+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH 1/1] configs: sunxi: enable BLK, DM_MMC for Bananapi
2018-03-20 14:29 UTC (5+ messages)
` [U-Boot] [PATCH 1/1] configs: sunxi: enable BLK, DM_MMC, DM_SCSI
[U-Boot] [PATCH v3 00/20] Bring NAND support to Nintendo NES Classic
2018-03-20 14:24 UTC (4+ messages)
` [U-Boot] [PATCH v3 01/20] spl: fix binman_sym output check
[U-Boot] [PATCH 1/2] Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig
2018-03-20 14:14 UTC
[U-Boot] [PATCH 1/4] spl: spl_mmc: provide one weak function spl_boot_partition
2018-03-20 14:10 UTC (6+ messages)
` [U-Boot] [PATCH 2/4] stm32mp1: add eMMC support for ED1
` [U-Boot] [PATCH 3/4] stm32mp1: get boot mode from BootRom
` [U-Boot] [PATCH 4/4] stm32mp1: select boot device and partition
[U-Boot] [PATCH] rockchip: rk3188: add rk_board_late_init() hook
2018-03-20 14:07 UTC (5+ messages)
` [U-Boot] Moving the rk_board_late_init() hook to a device-model based implementation
[U-Boot] [PATCH] bootvx: use program header for loading
2018-03-20 13:18 UTC
[U-Boot] Please pull u-boot-usb/topic-xhci
2018-03-20 13:15 UTC (6+ messages)
[U-Boot] [PATCH] stm32mp: handle SYSRESET
2018-03-20 13:15 UTC
[U-Boot] [PATCH] arm: imx6: configure NoC on i.MX6DQP
2018-03-20 12:59 UTC (3+ messages)
[U-Boot] [PATCH] arm: stm32mp1: add PSCI support
2018-03-20 12:59 UTC
[U-Boot] [PATCH 1/2] Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig
2018-03-20 11:38 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] Cleanup CONFIG_VERSION_VARIABLE migration
[U-Boot] [PATCH] kwbimage: Fix out of bounds access
2018-03-20 11:01 UTC (2+ messages)
[U-Boot] [PATCH 2/4] stm32mp: add syscon for STGEN
2018-03-20 10:45 UTC
[U-Boot] [PATCH 1/4] arm: timer: get frequency for arch timer armv7 in cp15 cntfrq
2018-03-20 10:41 UTC (3+ messages)
` [U-Boot] [PATCH 3/4] clock: stm32mp1: add stgen clock source change support
` [U-Boot] [PATCH 4/4] stm32mp1: change STGEN clock source to HSE
[U-Boot] [PATCH 7/7] configs: Drop CONFIG_MMC_NDS32
2018-03-20 8:00 UTC
[U-Boot] [PATCH 6/7] mmc: ftsdc010: Merge nds32_mmc to ftsdc010
2018-03-20 8:00 UTC
[U-Boot] [PATCH 5/7] mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to Kconfig
2018-03-20 8:00 UTC
[U-Boot] [PATCH 4/7] Drop CONFIG_FTSDC010_NUMBER
2018-03-20 7:59 UTC
[U-Boot] [PATCH 3/7] Drop CONFIG_FTSDC010_BASE
2018-03-20 7:59 UTC
[U-Boot] [PATCH 2/7] board: Drop ftsdc010 non-dm code
2018-03-20 7:58 UTC
[U-Boot] [PATCH 1/7] mmc: ftsdc010: Drop non-dm code
2018-03-20 7:58 UTC
[U-Boot] [PATCH] ARM: am33xx: Inhibit re-initialization of DDR during RTC-only
2018-03-20 6:53 UTC
[U-Boot] [PULL] u-boot-usb/master
2018-03-20 2:47 UTC (2+ messages)
[U-Boot] [PATCH] dm: core: make fixed-clock dt scan live dt compatible
2018-03-20 0:56 UTC (5+ messages)
[U-Boot] [PATCH 0/2] usb: kbd: implement special keys
2018-03-20 0:12 UTC (7+ messages)
` [U-Boot] [PATCH 2/2] "
[U-Boot] Pull request: u-boot-sunxi/master
2018-03-20 0:09 UTC (2+ messages)
[U-Boot] [PATCH] net: Drop CONFIG_ENC28J60
2018-03-20 0:04 UTC (2+ messages)
[U-Boot] [PATCH v6 10/10] bootm: optee: Add a bootm command for type IH_OS_TEE
2018-03-19 22:37 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 09/10] image: Add IH_OS_TEE for TEE chain-load boot
2018-03-19 22:37 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 08/10] optee: Add error printout
2018-03-19 22:37 UTC (2+ messages)
` [U-Boot] [U-Boot,v6,08/10] "
[U-Boot] [PATCH v6 07/10] optee: Add optee_verify_bootm_image()
2018-03-19 22:37 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 06/10] optee: Add optee_image_get_load_addr()
2018-03-19 22:37 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 05/10] optee: Add optee_image_get_entry_point()
2018-03-19 22:37 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 04/10] optee: Add CONFIG_OPTEE_LOAD_ADDR
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot,v6,04/10] "
[U-Boot] [PATCH v6 03/10] optee: Add CONFIG_OPTEE_TZDRAM_BASE
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot,v6,03/10] "
[U-Boot] [PATCH v6 02/10] optee: Add CONFIG_OPTEE_TZDRAM_SIZE
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot,v6,02/10] "
[U-Boot] [PATCH v6 01/10] optee: Add lib entries for sharing OPTEE code across ports
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH 4/4] MAINTAINERS: Remove unused ppc4xx entry
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot,4/4] "
[U-Boot] [PATCH 3/4] pci: Remove unused ppc4xx variable from struct pci_controller
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/4] nand: Remove unused ppc4xx NAND driver and references
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH v2 15/15] board: st: add generic board for STM32MP1 family
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 14/15] dts: add device tree for STM32MP157C-ED1 board
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 13/15] clk: stm32mp1: add clock tree initialization
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 12/15] clk: add driver for stm32mp1
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,12/15] "
[U-Boot] [PATCH v2 11/15] reset: stm32: adapt driver for stm32mp1
2018-03-19 22:36 UTC (3+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 10/15] pinctrl: stm32: update pincontrol for stmp32mp157
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 09/15] pmic: add stpmu1 support
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,09/15] "
[U-Boot] [PATCH v2 08/15] ram: stm32mp1: add driver
2018-03-19 22:36 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,08/15] "
[U-Boot] [PATCH v2 07/15] arm: stm32: add new architecture for STM32MP family
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 06/15] stm32mp: stm32f7_i2c: use calloc instead of kmalloc
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 05/15] gpio: stm32f7_gpio: handle node ngpios
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 04/15] dm: gpio: Convert stm32f7 driver to livetree
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 03/15] arm: armv7: solve issue for timer_rate_hz in arch timer
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 02/15] spl: add SPL_RESET_SUPPORT
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,02/15] "
[U-Boot] [PATCH v2 01/15] tools/mkimage: add support for STM32 image format
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 4/4] tools: env: Implement atomic replace for filesystem
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 3/4] tools: env: Refactor write path of flash_io()
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 2/4] tools: env: Fix CamelCasing style violation
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 1/4] tools: env: Pass through indent
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,1/4] "
[U-Boot] [PATCH v2] SPL: Add signature verification when loading image
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entries
2018-03-19 22:35 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] Configs: various: remove dead defines
2018-03-19 22:34 UTC (2+ messages)
` [U-Boot] "
[U-Boot] Fw: dhcp command not populating dnsip environment variable
2018-03-19 22:03 UTC
[U-Boot] [PATCH] input: Drop PS/2 keyboard support
2018-03-19 21:20 UTC
[U-Boot] [PATCH v8 1/3] Adding TCP and wget into u-boot
2018-03-19 21:11 UTC (5+ messages)
[U-Boot] [PATCH] net/phy/cortina: Add No firmware upload option
2018-03-19 21:09 UTC (2+ messages)
[U-Boot] [PATCH] net/phy/cortina.c: Update get_phy_id implementation
2018-03-19 21:07 UTC (2+ messages)
[U-Boot] [PATCH] net: Fix netretry condition
2018-03-19 21:01 UTC (2+ messages)
[U-Boot] dhcp command not populating dnsip environment variable
2018-03-19 20:41 UTC (2+ messages)
[U-Boot] [PATCH 1/1] net: macb: remove superfluous logical constraint
2018-03-19 20:23 UTC (2+ messages)
[U-Boot] [PATCH 1/1] drivers: net: cpsw: remove superfluous assignment
2018-03-19 20:23 UTC (2+ messages)
[U-Boot] [PATCH v4 00/11] arm: sunxi: Use proper and meaningful Kconfig entries
2018-03-19 19:54 UTC (2+ messages)
[U-Boot] [PATCH v5 02/11] sunxi: Add SUN6I_P2WI kconfig entry
2018-03-19 19:53 UTC (2+ messages)
[U-Boot] [PATCH 0/6] i.MX6DL: Add BTicino Mamoj board support
2018-03-19 19:47 UTC (7+ messages)
` [U-Boot] [PATCH 1/6] i.MX6: board: Add BTicino i.MX6DL Mamoj initial support
` [U-Boot] [PATCH 2/6] i.MX6DL: mamoj: Add I2C support
` [U-Boot] [PATCH 3/6] i.MX6DL: mamoj: Add PFUZE100 support
` [U-Boot] [PATCH 4/6] configs: imx6dl_mamoj: Enable fastboot and ums
` [U-Boot] [PATCH 5/6] configs: imx6dl-mamoj: Add DFU support
` [U-Boot] [PATCH 6/6] configs: imx6dl-mamoj: Add Falcon mode support
[U-Boot] [PATCH v3] rtc: rewrite isl1208 to support DM
2018-03-19 19:32 UTC
[U-Boot] [PATCH 1/2] video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL()
2018-03-19 19:30 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] video: rk3399_mipi: "
[U-Boot] [PATCH v2] rtc: rewrite isl1208 to support DM
2018-03-19 19:25 UTC
[U-Boot] [PATCH 1/2] stm32mp: cleanup cpu.c
2018-03-19 18:09 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] stm32mp: add check of cpu identifier
[U-Boot] [PATCH v3] x86: zImage: pass device tree setup data to the kernel
2018-03-19 17:59 UTC (3+ messages)
[U-Boot] [PATCH v1] rtc: rewrite isl1208 to support DM
2018-03-19 17:59 UTC (2+ messages)
[U-Boot] [PATCH 1/1] regulator: pbias: don't evaluate variable before assignment
2018-03-19 17:59 UTC (2+ messages)
[U-Boot] [PATCH 1/1] bios_emulator: remove assignment without effect
2018-03-19 17:59 UTC (2+ messages)
[U-Boot] [PATCH] watchdog: bcm6345: convert to use live dt
2018-03-19 17:59 UTC (3+ messages)
[U-Boot] [PATCH] ram: bmips: convert to use live dt
2018-03-19 17:59 UTC (2+ messages)
[U-Boot] [PATCH 1/2] spi: bcm63xx_spi: convert to use live dt
2018-03-19 17:59 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] spi: bcm63xx_hsspi: "
[U-Boot] [PATCH] power: domain: bcm6328: convert to use live dt
2018-03-19 17:59 UTC (2+ messages)
[U-Boot] [PATCH 1/2] led: bcm6358: convert to use live dt
2018-03-19 17:59 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] led: bcm6328: "
[U-Boot] [PATCH] gpio: bcm6345: convert to use live dt
2018-03-19 17:59 UTC (2+ messages)
[U-Boot] [PATCH] drivers: reset: convert to use live dt
2018-03-19 17:59 UTC (2+ messages)
[U-Boot] [PATCH] clk: bcm6345: convert to use live dt
2018-03-19 17:59 UTC (2+ messages)
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