messages from 2018-03-19 22:35:50 to 2018-03-21 19:20:15 UTC [more...]
[U-Boot] [PATCH 1/5] net: fec_mxc: Fix DM driver issue in recv
2018-03-21 19:20 UTC (9+ messages)
` [U-Boot] [PATCH 2/5] net: fec_mxc: simplify fec_get_miibus
` [U-Boot] [PATCH 4/5] net: fec: sharing MDIO for two enet controllers
[U-Boot] [PATCH V2 1/5] net: fec_mxc: Fix DM driver issue in recv
2018-03-21 19:19 UTC (16+ 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 0/5] DW SPI: fixes and improvements
2018-03-21 19:14 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] DW SPI: fix tx data loss on FIFO flush
[U-Boot] [PATCH v4 00/19] sunxi: sync H3, H5, A64 DTs from mainline Linux
2018-03-21 19:08 UTC (5+ messages)
` [U-Boot] [PATCH v4 01/19] sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted Firmware
[U-Boot] [PATCH 0/5] ARM: i.MX6: Add proper CONFIG names
2018-03-21 18:55 UTC (8+ messages)
` [U-Boot] [PATCH 2/5] i.MX6: Change SYS_SOC from mx6 to imx6
[U-Boot] [PATCH] ARC: HSDK: add platform-specific commands
2018-03-21 18:46 UTC
[U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
2018-03-21 17:32 UTC (2+ messages)
` [U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix nand waitfunc return value
[U-Boot] [PATCH] bootvx: use program header for loading
2018-03-21 17:05 UTC (3+ messages)
[U-Boot] [PATCH v2] LS2088ARDB: Secure Boot: Fix fall back option failure
2018-03-21 15:00 UTC (2+ messages)
[U-Boot] [PATCH v2] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
2018-03-21 14:59 UTC (2+ messages)
[U-Boot] [PATCH 1/2] armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD
2018-03-21 14:58 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] armv8: ls1088a: Add i2c_early_init() func for LS1088AQDS
[U-Boot] [PATCH] armv8: ls1088qds: Remove CONFIG_ from local defines for FPGA
2018-03-21 14:56 UTC (2+ messages)
[U-Boot] [PATCH] arm: dts: am4372: fix DTC warnings
2018-03-21 13:51 UTC (2+ messages)
[U-Boot] [PATCH 00/18] Introduce SPI TPM v2.0 support
2018-03-21 13:49 UTC (8+ messages)
[U-Boot] [PATCH v2 00/20] ARC: cache subsystem improvement/refactoring
2018-03-21 12:59 UTC (21+ messages)
` [U-Boot] [PATCH v2 01/20] ARC: cache: move i$ entire operation to separate function
` [U-Boot] [PATCH v2 02/20] ARC: cache: remove per-line I$ operations as unused
` [U-Boot] [PATCH v2 03/20] ARC: cache: Add support of FLUSH_N_INV d$ operations
` [U-Boot] [PATCH v2 04/20] ARC: introduce is_isa_X functions
` [U-Boot] [PATCH v2 05/20] ARC: flush & invalidate D$ with a single command
` [U-Boot] [PATCH v2 06/20] ARC: cache: move IOC initialization to separate function
` [U-Boot] [PATCH v2 07/20] ARC: move BCR encodings to separate header file
` [U-Boot] [PATCH v2 08/20] ARC: cache: allways check dcache status before entire/line operations
` [U-Boot] [PATCH v2 09/20] ARC: cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
` [U-Boot] [PATCH v2 10/20] ARC: cache: move slc status check into slc_entire_op and slc_rgn_op
` [U-Boot] [PATCH v2 11/20] ARC: cache: get rid of [slc, pae, icache, dcache]_exists global variables
` [U-Boot] [PATCH v2 12/20] ARC: move cache global variables to global data struct
` [U-Boot] [PATCH v2 13/20] ARC: cache: move pae exists check into slc_upper_region_init
` [U-Boot] [PATCH v2 14/20] ARC: move IOC enabling to compile time options
` [U-Boot] [PATCH v2 15/20] ARC: cache: implement [i, d]cache_enabled as separate functions
` [U-Boot] [PATCH v2 16/20] ARC: cache: fix SLC operations when SLC is bypassed for data
` [U-Boot] [PATCH v2 17/20] ARC: implement function to sync and cleanup caches
` [U-Boot] [PATCH v2 18/20] ARC: cache: add additional configuration checks
` [U-Boot] [PATCH v2 19/20] ARC: cache: add missing cache cleanup before cache disable
` [U-Boot] [PATCH v2 20/20] ARC: cache: refactor arc_ioc_setup function
[U-Boot] [PATCH v2 0/7] Provide SPL support for bootcount (in the case of using falcon boot mode)
2018-03-21 11:31 UTC (17+ 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] [PATCH] sunxi: improve throughput in the sunxi_mmc driver
2018-03-21 11:18 UTC
[U-Boot] [PATCH] usb: dwc2_udc_otg: Add gotgctl customization
2018-03-21 10:28 UTC (5+ messages)
[U-Boot] git clone http://git.denx.de/u-boot-arc.git doesn't work
2018-03-21 10:13 UTC
[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] 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] [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 (4+ messages)
` [U-Boot] Moving the rk_board_late_init() hook to a device-model based implementation
[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, "
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