messages from 2017-03-14 13:11:24 to 2017-03-16 21:36:10 UTC [more...]
[U-Boot] [PATCH 00/17] Expand Aspeed AST2500 Support
2017-03-16 21:36 UTC (4+ messages)
` [U-Boot] [PATCH 01/17] aspeed: Update ast2500 Device Tree
` [U-Boot] [PATCH 02/17] dm: Simple Watchdog uclass
` [U-Boot] [PATCH 03/17] aspeed: Watchdog Timer Driver
[U-Boot] [U-Boot 0/3] introduce Rockchip rockusb
2017-03-16 21:26 UTC (9+ messages)
` [U-Boot] [U-Boot 1/3] drivers: usb: gadget: add the rockusb gadget
` [U-Boot] [U-Boot 2/3] cmd: add rockusb command
` [U-Boot] [U-Boot 3/3] rockchip: rk3288: enable rockusb support on rk3288 based device
[U-Boot] [PATCH v2 2/8] Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible"
2017-03-16 21:17 UTC (8+ messages)
[U-Boot] [PATCH] Kconfig: Don't use RSA_FREESCALE_EXP on IMX
2017-03-16 21:17 UTC
[U-Boot] [PATCH v2] Add support for Microchip LAN78xx
2017-03-16 21:12 UTC (2+ messages)
` [U-Boot] [U-Boot,v2] "
[U-Boot] [PATCH] Pass empty CFLAGS on invocation of libfdt/setup.py
2017-03-16 21:11 UTC (2+ messages)
[U-Boot] Why is ns16550 guarded by !OF_PLATDATA ?
2017-03-16 21:00 UTC
[U-Boot] [PATCH] tools: fix cross-compiling tools when HOSTCC is overridden
2017-03-16 20:41 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v3] arm64: booti: allow to place kernel image anywhere in physical memory
2017-03-16 20:41 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH v7 9/9] board: Add STMicroelectronics STiH410-B2260 support
2017-03-16 20:41 UTC (2+ messages)
` [U-Boot] [U-Boot, v7, "
[U-Boot] [PATCH v7 8/9] STiH410-B2260: Add device tree
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v7,8/9] "
[U-Boot] [PATCH v7 7/9] STiH410: Add STi pinctrl driver
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v7,7/9] "
[U-Boot] [PATCH v7 6/9] STiH410: Add STi SDHCI driver
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v7,6/9] "
[U-Boot] [PATCH v7 5/9] gpio: do not include <asm/arch/gpio.h> for ARCH_STI
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot, v7, "
[U-Boot] [PATCH v7 4/9] STiH410: Add STi serial driver
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v7,4/9] "
[U-Boot] [PATCH v7 3/9] STiH410: Add STi sysreset driver
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v7,3/9] "
[U-Boot] [PATCH v7 2/9] STiH410: Add STi timer driver
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v7,2/9] "
[U-Boot] [PATCH v7 1/9] arm: Add support for STMicroelectronics STiH410 soc
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot, v7, "
[U-Boot] [PATCH 2/2] igep00x0: fixup FDT according to detected flash type
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] igep00x0: disable environment
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,1/2] "
[U-Boot] [PATCH v3] armv7m: Add SysTick timer driver
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v3] "
[U-Boot] [PATCH v4] tools: omapimage: Fix size in header
2017-03-16 20:40 UTC (2+ messages)
` [U-Boot] [U-Boot,v4] "
[U-Boot] [PATCH] tiny-printf: add static to locally used functions
2017-03-16 20:39 UTC (2+ messages)
` [U-Boot] "
[U-Boot] pull request: u-boot-uniphier/master
2017-03-16 20:39 UTC (2+ messages)
[U-Boot] [Resend] Please pull u-boot-fsl-qoriq master
2017-03-16 20:31 UTC
[U-Boot] [PATCH v4 1/2] spl: Add spl_early_init()
2017-03-16 15:04 UTC (5+ messages)
` [U-Boot] [PATCH v4 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init()
[U-Boot] [U-Boot 0/2] add spl_early_init to fix rk3288 board broken issue
2017-03-16 15:02 UTC (4+ messages)
[U-Boot] [PATCH 00/22] x86: Add ACPI S3 resume support
2017-03-16 14:26 UTC (23+ messages)
` [U-Boot] [PATCH 01/22] dm: rtc: Add 16-bit read/write support
` [U-Boot] [PATCH 02/22] x86: acpi: Add Kconfig option and header file for ACPI resume
` [U-Boot] [PATCH 03/22] x86: baytrail: acpi: Add APIs for determining/clearing sleep state
` [U-Boot] [PATCH 04/22] x86: Add post codes for OS resume
` [U-Boot] [PATCH 05/22] x86: fsp: acpi: Pass different boot mode to FSP init
` [U-Boot] [PATCH 06/22] x86: Store and display previous sleep state
` [U-Boot] [PATCH 07/22] x86: baytrail: Conditionally report S3 in the ACPI table
` [U-Boot] [PATCH 08/22] x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3
` [U-Boot] [PATCH 09/22] x86: acpi: Add wake up assembly stub
` [U-Boot] [PATCH 10/22] x86: acpi: Add one API to find OS wakeup vector
` [U-Boot] [PATCH 11/22] x86: acpi: Resume OS if resume vector is found
` [U-Boot] [PATCH 12/22] x86: Add an early CMOS access library
` [U-Boot] [PATCH 13/22] x86: fsp: Save stack address to CMOS for next S3 boot
` [U-Boot] [PATCH 14/22] x86: fsp: Mark the first 64K low memory as reserved
` [U-Boot] [PATCH 15/22] x86: Adjust board_final_cleanup() order
` [U-Boot] [PATCH 16/22] x86: apci: Change PM1_CNT register access to RMW
` [U-Boot] [PATCH 17/22] x86: acpi: Make enter_acpi_mode() public
` [U-Boot] [PATCH 18/22] x86: acpi: Refactor acpi_resume()
` [U-Boot] [PATCH 19/22] x86: acpi: Turn on ACPI mode for S3
` [U-Boot] [PATCH 20/22] x86: pci: Allow conditionally run VGA rom in S3
` [U-Boot] [PATCH 21/22] x86: minnowmax: Enable ACPI S3 resume
` [U-Boot] [PATCH 22/22] x86: Document ACPI S3 support
[U-Boot] [PATCH v2] ARM: ti: Update layout for MMC and eMMC (env and dfu)
2017-03-16 13:30 UTC
[U-Boot] [PATCH] arm: dra7xx: Update bootloader partition size
2017-03-16 12:23 UTC (10+ messages)
` [U-Boot] [PATCH] ARM: ti: Update layout for MMC and eMMC (env and dfu)
[U-Boot] [PATCH v2 1/2] spl: Add spl_early_init()
2017-03-16 11:16 UTC (5+ messages)
` [U-Boot] [PATCH v2 2/2] rockchip: use spl_early_init instead of spl_init
[U-Boot] dt overlays
2017-03-16 10:56 UTC
[U-Boot] [PATCH] PMIC: TI: TPS65903X errata (SLIA087) code
2017-03-16 10:47 UTC (8+ messages)
[U-Boot] [PATCH] ARM: am43xx: fix SOC revision print outs
2017-03-16 10:34 UTC (2+ messages)
[U-Boot] [PATCH] da850: Add instructions to copy AIS image to NAND
2017-03-16 10:32 UTC
[U-Boot] [GIT PULL] Xilinx changes for v2017.05
2017-03-16 9:24 UTC
[U-Boot] [PATCH v7 0/9] Add STMicroelectronics STiH410-B2260 board
2017-03-16 8:03 UTC (2+ messages)
[U-Boot] [PATCH v2 0/4] rockchip: rk3399: Update SPL generation for the RK3399
2017-03-16 7:48 UTC (6+ messages)
` [U-Boot] [PATCH v2 1/4] rockchip: mkimage: simplify start/size calculation for rc4_encode
` [U-Boot] [PATCH v2 2/4] rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399
` [U-Boot] [PATCH v2 3/4] rockchip: spl: RK3399: use boot0 hook to create space for SPL magic
` [U-Boot] [PATCH v2 4/4] rockchip: mkimage: update rkimage to support pre-padded payloads
[U-Boot] [PATCH] armv8/fsl-layerscape: fdt: On ls1012 don't check sysclk for USB
2017-03-16 7:18 UTC
[U-Boot] [PATCH] tools: imximage: add set bit command
2017-03-16 6:35 UTC
[U-Boot] [PATCH] Ensure device tree DTS is compiled
2017-03-16 4:11 UTC (4+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH 1/3] Blackfin: Remove
2017-03-16 3:05 UTC (4+ messages)
` [U-Boot] [PATCH 2/3] SPARC: Remove
` [U-Boot] [PATCH 3/3] OpenRISC: Remove
[U-Boot] sf: Remove spansion_s25fss_disable_4KB_erase
2017-03-16 1:44 UTC (4+ messages)
[U-Boot] [PATCH v2] regmap: add support for address cell 2
2017-03-16 1:40 UTC (2+ messages)
[U-Boot] iMX6 (Arm) failing to initialize console. Hangs when running relocation code
2017-03-15 21:34 UTC
[U-Boot] [PATCH] ARM: keystone: Pass SPI MTD partition table via kernel command line
2017-03-15 20:48 UTC (8+ messages)
[U-Boot] [PATCH v2 1/2] x86: Add SCU IPC driver for Intel MID platforms
2017-03-15 18:42 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] x86: Introduce minimal PMU "
[U-Boot] [PATCH v1] mmc: sdhci: SDHCI controllers also need power
2017-03-15 18:25 UTC
[U-Boot] [PATCH v1 1/2] misc: Add SCU IPC driver for Intel MID platforms
2017-03-15 18:14 UTC (8+ messages)
` [U-Boot] [PATCH v1 2/2] misc: Introduce minimal PMU "
[U-Boot] [PATCH v3] NS2: Add PCI support
2017-03-15 17:38 UTC
[U-Boot] [PATCH v2] board: ns2: Add support for Broadcom Northstar 2
2017-03-15 17:15 UTC (3+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash
2017-03-15 17:13 UTC (2+ messages)
[U-Boot] [PATCH 1/2] i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel
2017-03-15 15:59 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters
[U-Boot] [u-boot PATCH v4 00/10] am57xx-idk LCD and am571x-idk 6 port ethernet pinmux
2017-03-15 15:04 UTC (7+ messages)
` [U-Boot] [u-boot PATCH v4 04/10] ti: common: board_detect: commodify ethaddr environment setting code
` [U-Boot] [u-boot PATCH v5 "
[U-Boot] [PATCH v4 00/16] GPT over MTD
2017-03-15 14:11 UTC (17+ messages)
` [U-Boot] [PATCH v4 01/16] uuid: add a function for GUID string parsing
` [U-Boot] [PATCH v4 02/16] disk: part: refactor part_print_efi to prepare GPT over MTD
` [U-Boot] [PATCH v4 03/16] disk: part: refactor part_get_info_efi "
` [U-Boot] [PATCH v4 04/16] disk: part: prepare_backup_gpt_header rework
` [U-Boot] [PATCH v4 05/16] disk: part: compute partition_entry_lba
` [U-Boot] [PATCH v4 06/16] disk: part: efi: export internal function
` [U-Boot] [PATCH v4 07/16] disk: part: add support of GPT partitioning over MTD
` [U-Boot] [PATCH v4 08/16] cmd: gpt: remove blk_desc parameter in static function
` [U-Boot] [PATCH v4 09/16] cmd: gpt: use error number in set_gpt_info
` [U-Boot] [PATCH v4 10/16] cmd: gpt: add print_gpt_info_err
` [U-Boot] [PATCH v4 11/16] cmd: gpt: update write command to support GPT over MTD
` [U-Boot] [PATCH v4 12/16] cmd: part: update "
` [U-Boot] [PATCH v4 13/16] cmd: mtdparts: move PART_ADD_DESC_MAXLEN
` [U-Boot] [PATCH v4 14/16] cmd: mtdparts: update command to support GPT over MTD
` [U-Boot] [PATCH v4 15/16] uuid: remove dependency with io.h
` [U-Boot] [PATCH v4 16/16] sandbox: GPT over MTD test
[U-Boot] [PATCH 1/2] rockchip: configs: correct mmc env dev for rk3288 based boards
2017-03-15 9:28 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] net: gmac_rockchip: Add phy supply support
[U-Boot] under tools/, need couple more cleanings and .gitignore entries
2017-03-15 8:33 UTC
[U-Boot] [PATCH v3 0/2] at91: video: add driver for Atmel HLCD controller
2017-03-15 8:32 UTC (3+ messages)
` [U-Boot] [PATCH v3 1/2] at91: video: Support driver-model for the HLCD driver
` [U-Boot] [PATCH v3 2/2] at91: video: DT binding for HLCDC driver
[U-Boot] [PATCH v3 1/2] spl: Add spl_early_init()
2017-03-15 8:21 UTC (3+ messages)
` [U-Boot] [PATCH v3 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init()
[U-Boot] building cross_tools, _POSIX_C_SOURCE and _XOPEN_SOURCE are redefined
2017-03-15 8:02 UTC
[U-Boot] [linux-sunxi] Re: [PATCH 2/6] sunxi: Rename bus-width related macros in H3 DRAM code
2017-03-15 1:53 UTC
[U-Boot] [linux-sunxi] Re: [PATCH 1/6] sunxi: makes an invisible option for H3-like DRAM controllers
2017-03-15 1:52 UTC
[U-Boot] [PATCH 0/4] Kconfig: convert MD5 and CMD_MD5SUM
2017-03-15 1:19 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] kirkwood: remove get_random_hex() and MD5 dependency
` [U-Boot] [PATCH 2/4] Kconfig: introduce md5sum command selection
` [U-Boot] [PATCH 3/4] Kconfig: define MD5 dependency for FIT support
` [U-Boot] [PATCH 4/4] configs: move CMD_MD5SUM definition to defconfigs
[U-Boot] [PATCH 0/6] Allwinner DesignWare-like DRAM controllers refactor
2017-03-15 0:52 UTC (9+ messages)
` [U-Boot] [PATCH 1/6] sunxi: makes an invisible option for H3-like DRAM controllers
` [U-Boot] [PATCH 2/6] sunxi: Rename bus-width related macros in H3 DRAM code
` [U-Boot] [PATCH 3/6] sunxi: add option for 16-bit DW DRAM controller
` [U-Boot] [PATCH 6/6] sunxi: enable dual rank detection in DesignWare-like DRAM code
[U-Boot] [PATCH 3/8] sunxi: add option for 16-bit DW DRAM controller
2017-03-15 0:51 UTC (7+ messages)
` [U-Boot] [PATCH 4/8] sunxi: add bank detection code to H3 DRAM initialization code
` [U-Boot] [PATCH 5/8] sunxi: Add selective DRAM type and timing
[U-Boot] [PATCH 0/8] sunxi: video: Add support for HDMI output on A64/H3/H5
2017-03-14 23:50 UTC (11+ messages)
` [U-Boot] [PATCH 1/8] rockchip: video: Fix HDMI audio clocks
` [U-Boot] [PATCH 2/8] rockchip: video: Remove CSC initialization (HDMI)
` [U-Boot] [PATCH 5/8] sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs
` [U-Boot] [linux-sunxi] "
[U-Boot] rockchip: config: enable the USB host for rk3288 based board
2017-03-14 23:50 UTC (3+ messages)
[U-Boot] rockchip: dts: tinker: add usb host power supply node
2017-03-14 23:50 UTC (3+ messages)
[U-Boot] [PATCH] rockchip: rk3036: dts: bind usb vbus-supply source
2017-03-14 23:50 UTC (3+ messages)
[U-Boot] [PATCH 1/3] dm: Return actual bools in dm_fdt_pre_reloc
2017-03-14 23:50 UTC (6+ messages)
` [U-Boot] [PATCH 3/3] rockchip: rk3188: drop CONFIG_SYS_NO_FLASH
[U-Boot] [PATCH 1/2] ARM: dts: rockchip: enable gmac for rk3288 boards
2017-03-14 23:50 UTC (6+ messages)
` [U-Boot] [PATCH 2/2] rockchip: configs: Enable networking support on "
[U-Boot] dts: rk3036: add sdmmc for rk3036
2017-03-14 23:49 UTC (3+ messages)
[U-Boot] dts: rk3399: add mmc alias for rk3399
2017-03-14 23:49 UTC (3+ messages)
[U-Boot] Ethernet not detecting on Odroid u3
2017-03-14 23:22 UTC (8+ messages)
[U-Boot] Please pull u-boot-fsl-qoriq master
2017-03-14 19:31 UTC
[U-Boot] [PATCH] net: link_local: Fix netmask endianness bug
2017-03-14 19:03 UTC
[U-Boot] [PATCH v3 0/2] add armv7m cache support
2017-03-14 17:27 UTC (3+ messages)
` [U-Boot] [PATCH v3 1/2] armv7m: add instruction & data "
` [U-Boot] [PATCH v3 2/2] stm32f7: enable instruction & data cache
[U-Boot] [ANN] U-Boot v2017.03 is released
2017-03-14 16:56 UTC (3+ messages)
[U-Boot] [PATCH 1/2] spl: Add spl_early_init()
2017-03-14 16:29 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] rockchip: use spl_early_init instead of spl_init
[U-Boot] accessing eMMC boot partitions from U-Boot
2017-03-14 15:44 UTC (5+ messages)
[U-Boot] [PATCH] arm: lpc32xx: Add i2c DM support
2017-03-14 15:31 UTC
[U-Boot] [PATCH] usb: lpc32xx: Add i2c DM support
2017-03-14 15:28 UTC
[U-Boot] [PATCH 7/7] i2c: lpc32xx: Force consistent bus numbering
2017-03-14 15:24 UTC
[U-Boot] [PATCH 6/7] i2c: lpc32xx: Move definitions to header file
2017-03-14 15:24 UTC
[U-Boot] [PATCH 5/7] i2c: lpc32xx: Remove note for DM conversation
2017-03-14 15:24 UTC
[U-Boot] [PATCH 4/7] i2c: lpc32xx: Add DM for lpc32xx I2C
2017-03-14 15:24 UTC
[U-Boot] [PATCH 3/7] i2c: lpc32xx: Factor out i2c_adapter parameter
2017-03-14 15:24 UTC
[U-Boot] [PATCH 2/7] i2c: lpc32xx: Prepare compatibility functions
2017-03-14 15:24 UTC
[U-Boot] [PATCH 1/7] i2c: lpc32xx: Rename probe function
2017-03-14 15:24 UTC
[U-Boot] [PATCH 0/7] i2c: lpc32xx: add DM support
2017-03-14 15:24 UTC
[U-Boot] [PATCH v1] env_mmc: configure environment offsets via device tree
2017-03-14 13:11 UTC (11+ 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