messages from 2018-12-04 09:44:19 to 2018-12-05 10:17:28 UTC [more...]
[U-Boot] [PATCH v3 00/28] MTD defconfigs/Kconfigs/Makefiles heavy cleanup
2018-12-05 10:17 UTC (48+ messages)
` [U-Boot] [PATCH v3 01/28] Makefile: move MTD-related lines in coherent Makefiles
` [U-Boot] [PATCH v3 02/28] mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
` [U-Boot] [PATCH v3 03/28] mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
` [U-Boot] [PATCH v3 04/28] mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD
` [U-Boot] [PATCH v3 05/28] mtd: ensure MTD is compiled when there is a NOR flash
` [U-Boot] [PATCH v3 06/28] mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash
` [U-Boot] [PATCH v3 07/28] mtd: ensure MTD is compiled when there is a SPI NOR flash using MTD
` [U-Boot] [PATCH v3 08/28] mtd: ensure UBI is compiled when using fastmap
` [U-Boot] [PATCH v3 09/28] mtd: ensure MTD is compiled when UBI is used
` [U-Boot] [PATCH v3 10/28] mtd: ensure UBI is compiled when CMD_UBI is selected
` [U-Boot] [PATCH v3 11/28] mtd: ensure UBI is compiled when ENV_IS_IN_UBI "
` [U-Boot] [PATCH v3 12/28] mtd: ensure MTD_RAW_NAND is compiled when ENV_IS_IN_NAND "
` [U-Boot] [PATCH v3 13/28] mtd: ensure MTD is compiled when ENV_IS_IN_FLASH "
` [U-Boot] [PATCH v3 14/28] mtd: ensure CMD_NAND is compiled when its options are selected
` [U-Boot] [PATCH v3 15/28] mtd: ensure MTD is compiled when CMD_MTDPARTS is selected
` [U-Boot] [PATCH v3 16/28] configs: move CONFIG_MTD in defconfigs when set in arch includes
` [U-Boot] [PATCH v3 17/28] configs: remove raw NAND core from k2g defconfigs
` [U-Boot] [PATCH v3 18/28] configs: remove MTD support from bcm11130 and M54418TWR defconfigs
` [U-Boot] [PATCH v3 19/28] mtd: nand: add includes in NAND core to avoid warnings
` [U-Boot] [PATCH v3 20/28] dfu: add dependency on the NAND core
` [U-Boot] [PATCH v3 21/28] mtd: nor: NOR flashes depend on MTD
` [U-Boot] [PATCH v3 22/28] mtd: nand: remove dependency on commands in Kconfig
` [U-Boot] [PATCH v3 23/28] mtd: ubi: remove dependency on command "
` [U-Boot] [PATCH v3 24/28] cmd: mtdparts: show Kconfig options only if the command is selected
` [U-Boot] [PATCH v3 25/28] cmd: nand/sf: isolate legacy code
` [U-Boot] [PATCH v3 26/28] cmd: make MTD commands depend on MTD
` [U-Boot] [PATCH v3 27/28] mtd: simplify Makefile
` [U-Boot] [PATCH v3 28/28] mtd: properly handle SPL kbuild lines
[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
2018-12-05 9:59 UTC (6+ messages)
` [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor
[U-Boot] [PATCH v4] pico-imx7d: Increase the CONFIG_ENV_OFFSET size
2018-12-05 9:52 UTC (15+ messages)
` [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT
[U-Boot] [PATCH] common: fdt_support: print hexadecimal numbers in debug
2018-12-05 9:45 UTC
[U-Boot] [PATCH] pinctrl: meson: Fix GPIO direction registers access
2018-12-05 9:37 UTC (3+ messages)
[U-Boot] [PATCH] QE: ls1043a: modify CONFIG_SYS_QE_FW_ADDR to (512*4A00) in SD Card
2018-12-05 9:01 UTC
[U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework
2018-12-05 8:27 UTC (21+ messages)
` [U-Boot] [RFC PATCH v2 01/11] spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes
` [U-Boot] [RFC PATCH v2 02/11] spi-mem: Claim SPI bus before spi mem access
` [U-Boot] [RFC PATCH v2 03/11] spi: Add non DM version of SPI_MEM
` [U-Boot] [RFC PATCH v2 04/11] sh: bitops: add hweight*() macros
` [U-Boot] [RFC PATCH v2 05/11] mtd: spi: Port SPI NOR framework from Linux
` [U-Boot] [RFC PATCH v2 06/11] mtd spi: Switch to new SPI NOR framework
` [U-Boot] [RFC PATCH v2 07/11] mtd: spi: Remove unused files
` [U-Boot] [RFC PATCH v2 08/11] mtd: spi: Add lightweight SPI flash stack for SPL
` [U-Boot] [RFC PATCH v2 09/11] sf_mtd: Simply mtd operations
` [U-Boot] [RFC PATCH v2 10/11] taurus_defconfig: Enable simple malloc in SPL
` [U-Boot] [RFC PATCH v2 11/11] axm_defconfig: "
[U-Boot] [PATCH v2] common: command: Add support for $ auto-completion
2018-12-05 8:26 UTC
[U-Boot] [PATCH] usb: dwc3: Add missing dependency on MISC uclass
2018-12-05 8:05 UTC
[U-Boot] [PATCHv3 2/4] dm: MIGRATION: Add migration plan for DM_USB
2018-12-05 7:14 UTC (3+ messages)
` [U-Boot] [U-Boot, PATCHv3, "
[U-Boot] Please pull u-boot-riscv
2018-12-05 7:12 UTC
[U-Boot] [PATCH v3 0/6] Update support for Helios4 board
2018-12-05 7:03 UTC (14+ messages)
` [U-Boot] [PATCH v3 1/6] arm: mvebu: helios4: mmc: move environment before 1M
` [U-Boot] [PATCH v3 2/6] arm: mvebu: helios4: Enable I2C and IO Expander
` [U-Boot] [PATCH v3 3/6] arm: mvebu: helios4: Enable mvebu GPIO
` [U-Boot] [PATCH v3 4/6] arm: mvebu: helios4: Reduce U-Boot image size
` [U-Boot] [PATCH v3 5/6] arm: mvebu: helios4: Enable SPI flash support
` [U-Boot] [PATCH v3 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init
[U-Boot] [PATCH 1/1] net: mvneta: Add GPIO configuration support
2018-12-05 6:56 UTC (3+ messages)
[U-Boot] [PATCH v2 0/1] ARM: mvebu: Armada-38x DDR training update
2018-12-05 6:55 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/1] ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02
[U-Boot] Uboot send pull request
2018-12-05 6:32 UTC
[U-Boot] [PATCH 0/2] SiFive UART support
2018-12-05 6:29 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] drivers: serial: Add SiFive UART driver
` [U-Boot] [PATCH 2/2] riscv: qemu: Enable SiFive UART driver in defconfigs
[U-Boot] [PATCH 0/4] efi_loader: non-volatile variables support
2018-12-05 6:23 UTC (2+ messages)
[U-Boot] Please pull u-boot-dm
2018-12-05 4:10 UTC (3+ messages)
[U-Boot] [PULL] u-boot-sh/master
2018-12-05 3:12 UTC (2+ messages)
[U-Boot] [PATCH v2 00/14] Add support for DM_USB and DM_USB_DEV to TI's am335x and am43xx_evm platforms
2018-12-05 3:12 UTC (16+ messages)
` [U-Boot] [PATCH v2 01/14] spl: drivers: Link usb common library to SPL if USB gadget is enabled
` [U-Boot] [PATCH v2 02/14] spl: net: dm: usb: bind the gadget before attempting to load the image
` [U-Boot] [PATCH v2 03/14] phy: omap_usb2: Add support for am437x
` [U-Boot] [PATCH v2 04/14] dwc3-generic: Add support for the am437x
` [U-Boot] [PATCH v2 05/14] board: ti: am43xx: turn on USB clocks
` [U-Boot] [PATCH v2 06/14] dts: Add a u-boot specific dtsi file for the am4372
` [U-Boot] [PATCH v2 07/14] dts: am4372: Enable USB1 in SPL
` [U-Boot] [PATCH v2 08/14] configs: am43xx_evm: Enable DM_USB and DM_USB_GADGET
` [U-Boot] [PATCH v2 09/14] configs: am43xx: Enable RNDIS support in SPL
` [U-Boot] [PATCH v2 10/14] usb: musb-new: Allow the diver not to use the set_phy_power() callback
` [U-Boot] [PATCH v2 11/14] usb: musb-new: Add support for DM_USB
` [U-Boot] [PATCH v2 12/14] arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL
` [U-Boot] [PATCH v2 13/14] configs: am335x_evm: Do not disable DM_USB in SPL
` [U-Boot] [PATCH v2 14/14] configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPl
[U-Boot] [PATCH v2 0/6] Add support for DM_USB and DM_USB_DEV to TI's K2G platforms
2018-12-05 3:12 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/6] usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"
` [U-Boot] [PATCH v2 2/6] board: ks2_evm: Enable the USB clocks if DM_USB is used
` [U-Boot] [PATCH v2 3/6] ARM: dts: k2g-evm: enable USB0 and USB1
` [U-Boot] [PATCH v2 4/6] PHY: Add phy driver for the keystone USB PHY
` [U-Boot] [PATCH v2 5/6] usb: host: replace xhci-keystone driver by the generic dwc3 driver
` [U-Boot] [PATCH v2 6/6] configs: k2g_evm: Enable DFU on K2G EVM
[U-Boot] [PATCH v7 0/4] RISC-V S-mode support
2018-12-05 2:30 UTC (19+ messages)
` [U-Boot] [PATCH v7 4/4] RISC-V: Add S-mode timer implementation
[U-Boot] [PATCH v2] rockchip: rk3288-evb: dts: remove 'vmmc' from emmc node
2018-12-05 2:25 UTC
[U-Boot] [PATCH] rockchip: rk3288: dts: remove 'vmmc' from emmc node
2018-12-05 2:13 UTC (5+ messages)
[U-Boot] Please pull u-boot-video
2018-12-05 0:53 UTC
[U-Boot] boot.bin on SD Card for SAMA5D3 Xplained
2018-12-05 0:15 UTC
[U-Boot] [PATCH v3 4/4] rockchip: rk3399: Add Ficus EE board support
2018-12-04 22:02 UTC (5+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH 0/7] Add USB/UART boot to HS DRA7xx/AM57xx
2018-12-04 21:37 UTC (4+ messages)
` [U-Boot] [PATCH 6/7] defconfigs: Add config for AM57xx High Security EVM with UART/USB Boot support
[U-Boot] [PATCH v3 01/11] m68k: add basic set of devicetrees
2018-12-04 21:03 UTC (4+ messages)
` [U-Boot] [PATCH v3 03/11] drivers: spi: cf_spi: convert to driver model
[U-Boot] [PATCH] test: hexdump: fix misplaced return
2018-12-04 20:30 UTC
[U-Boot] 0001-mmc-Add-missing-ifdef
2018-12-04 20:11 UTC
[U-Boot] [PATCH] sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)
2018-12-04 19:35 UTC
[U-Boot] [PATCH] video: use BMP_ALIGN_CENTER define from splash.h
2018-12-04 18:55 UTC (2+ messages)
[U-Boot] [PATCH v2] cmd: add clear screen 'cls' command
2018-12-04 18:54 UTC (2+ messages)
[U-Boot] [PATCH v2] cmd: bmp: manage centered display
2018-12-04 18:53 UTC (2+ messages)
[U-Boot] [PATCH] env: add flash_read function
2018-12-04 17:19 UTC (3+ messages)
[U-Boot] [PATCH v2 0/6] Update support for Helios4 board
2018-12-04 16:06 UTC (10+ messages)
` [U-Boot] [PATCH v2 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init
[U-Boot] [PATCH] tools: add a generic config for native tools building
2018-12-04 16:03 UTC (2+ messages)
[U-Boot] Please pull u-boot-rockchip
2018-12-04 15:26 UTC (3+ messages)
[U-Boot] [PATCH v2 00/24] MTD defconfigs/Kconfigs/Makefiles heavy cleanup
2018-12-04 14:49 UTC (13+ messages)
` [U-Boot] [PATCH v2 07/24] mtd: ensure MTD is compiled when there is a SPI NOR flash
` [U-Boot] [PATCH v2 18/24] mtd: rawnand: compile-in the NAND core
` [U-Boot] [PATCH v2 22/24] cmd: make all MTD commands depend on MTD
` [U-Boot] [PATCH v2 24/24] mtd: drop CONFIG_MTD_PARTITIONS
[U-Boot] [PATCH v1 0/4] ddr: vybrid: various fixes
2018-12-04 14:48 UTC (11+ messages)
` [U-Boot] [PATCH v1 1/4] toradex: colibri_vf: fix memory initialization
` [U-Boot] [PATCH v1 2/4] ARM: vf610: ddrmc: fix CR138 preprocessor define
` [U-Boot] [PATCH v1 3/4] ARM: vf610: ddrmc: fix initialization completion detection
` [U-Boot] [PATCH v1 4/4] ARM: vf610: ddrmc: do not write CR79 by default
[U-Boot] u-boot with no external RAM, is it possible
2018-12-04 14:43 UTC
[U-Boot] [PATCH 0/2] cmd: auto-complete args starting with a $
2018-12-04 13:54 UTC (8+ messages)
[U-Boot] FOSDEM Hardware Enablement Devroom
2018-12-04 13:53 UTC (2+ messages)
[U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs
2018-12-04 13:49 UTC
[U-Boot] [PATCH v2] adding saveenv-command for bananapi r2
2018-12-04 13:44 UTC
[U-Boot] [PATCH] serial: serial_stm32: Add reset support
2018-12-04 13:11 UTC
[U-Boot] [PATCH 1/1] tee: change return code for REE FS supplicant cmd
2018-12-04 12:37 UTC
[U-Boot] [PATCH v3 0/8] Fix CVE-2018-18440 and CVE-2018-18439
2018-12-04 11:53 UTC (8+ messages)
[U-Boot] [PATCH] tools: zynqmpimage: round up partition size
2018-12-04 11:21 UTC (3+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH] cmd: i2c: Fix help output of i2c command
2018-12-04 11:05 UTC (2+ messages)
[U-Boot] [PATCH] rockchip: rk322x: ram: enable DRAM init in SPL instead of TPL
2018-12-04 11:03 UTC (2+ messages)
[U-Boot] [PATCH] evb_rk3399: revert CONFIG_SYS_MMC_ENV_DEV to 0
2018-12-04 11:00 UTC
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