messages from 2018-01-10 10:33:52 to 2018-01-11 16:06:07 UTC [more...]
[U-Boot] [PATCH] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig
2018-01-11 16:06 UTC
[U-Boot] [PATCH] spl: unbreak CONFIG_SPL_MULTI_DTB_FIT after fixing CONFIG_OF_EMBED
2018-01-11 15:55 UTC (3+ messages)
[U-Boot] [PATCH 00/14] env: Multiple env support and env transition for sunxi
2018-01-11 15:35 UTC (8+ messages)
` [U-Boot] [PATCH 12/14] env: Mark env_get_location as weak
[U-Boot] [PATCH v2 0/4] ARM: Extend qemu_arm to support ARM64
2018-01-11 15:14 UTC (6+ messages)
` [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64
` [U-Boot] [PATCH v2 2/4] ARM: Document AArch64 version of qemu-arm
` [U-Boot] [PATCH v2 3/4] Travis-CI: Download ARM64 version of GRUB as well
` [U-Boot] [PATCH v2 4/4] Travis-CI: Add job for running test.py on qemu_arm64
[U-Boot] [PATCH] imx: fix CAAM base for i.MX6UL
2018-01-11 14:54 UTC (2+ messages)
[U-Boot] [PATCH v3 0/6] am335x-fb: support display PLL for lcd-clock / pixel-clock
2018-01-11 14:37 UTC (14+ messages)
` [U-Boot] [PATCH v3 1/6] mach-omap2: add AM335x Display PLL register definition
` [U-Boot] [PATCH v3 2/6] am335x-fb: cosmetic: update-copyright
` [U-Boot] [PATCH v3 3/6] am335x-fb: cosmetic: fix coding style
` [U-Boot] [PATCH v3 4/6] am335x-fb: setup display PLL
` [U-Boot] [PATCH v3 5/6] board/BuR: provide real clock-frequency instead a divider
` [U-Boot] [PATCH v3 6/6] board/BuR: drop LCDC clock manipulation from board code
[U-Boot] [PATCH v2 1/2] armv8/kconfig: Align boards of same family at one place
2018-01-11 14:33 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] board: ls1012a: LS1012A-2G5RDB board support
[U-Boot] [PATCH V5] Convert CONFIG_SOC_DA8XX et al to Kconfig
2018-01-11 14:20 UTC
[U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK
2018-01-11 12:36 UTC (4+ messages)
[U-Boot] U-Boot 2015 and u-boot-fw-utils 2017.09
2018-01-11 12:33 UTC (7+ messages)
[U-Boot] [PATCH] arm: socfpga: allow configs without network support
2018-01-11 11:29 UTC (2+ messages)
[U-Boot] [PATCH] ddr: altera: silence PHY calibration unless in debug mode
2018-01-11 11:28 UTC (2+ messages)
[U-Boot] [PATCH v2 1/2] env: sf: Add support for env init for QSPI-NOR
2018-01-11 9:32 UTC (3+ messages)
[U-Boot] [PATCH] armv8: ls1088: Add USB and PCI configs in SD-BOOT defconfig
2018-01-11 9:30 UTC (6+ messages)
` [U-Boot] [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
[U-Boot] [PATCH 00/17] efi_loader: enable EFI driver provided block device
2018-01-11 8:07 UTC (18+ messages)
` [U-Boot] [PATCH 01/17] efi_loader: return NULL from device path functions
` [U-Boot] [PATCH 02/17] efi_loader: address of the simple file system protocol
` [U-Boot] [PATCH 03/17] efi_loader: correct find "
` [U-Boot] [PATCH 04/17] efi_loader: print device path when entering efi_load_image
` [U-Boot] [PATCH 05/17] efi_loader: allocate correct memory type for EFI image
` [U-Boot] [PATCH 06/17] efi_loader: check tables in helloworld.efi
` [U-Boot] [PATCH 07/17] efi_loader: fix StartImage bootservice
` [U-Boot] [PATCH 08/17] efi_loader: efi_disk_register: correctly determine if_type_name
` [U-Boot] [PATCH 09/17] efi_loader: make efi_block_io_guid a global symbol
` [U-Boot] [PATCH 10/17] efi_loader: provide a function to create a partition node
` [U-Boot] [PATCH 11/17] efi_loader: make efi_disk_create_partitions a global symbol
` [U-Boot] [PATCH 12/17] efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
` [U-Boot] [PATCH 13/17] efi_loader: provide function to get last node of a device path
` [U-Boot] [PATCH 14/17] efi_loader: provide links between devices EFI handles
` [U-Boot] [PATCH 15/17] tools: provide a tool to convert a binary file to an include
` [U-Boot] [PATCH 16/17] efi_selftest: provide a test for block io
` [U-Boot] [PATCH 17/17] efi_driver: EFI block driver
[U-Boot] [PATCH v3 00/16] efi_loader: implement driver management
2018-01-11 7:16 UTC (17+ messages)
` [U-Boot] [PATCH v3 01/16] efi_selftest: colored test output
` [U-Boot] [PATCH v3 02/16] efi_loader: simplify efi_remove_all_protocols
` [U-Boot] [PATCH v3 03/16] efi_selftest: do not try to close device path protocol
` [U-Boot] [PATCH v3 04/16] efi_loader: list of open protocol infos
` [U-Boot] [PATCH v3 05/16] efi_loader: open_info in OpenProtocol
` [U-Boot] [PATCH v3 06/16] efi_loader: open_info in CloseProtocol
` [U-Boot] [PATCH v3 07/16] efi_loader: implement OpenProtocolInformation
` [U-Boot] [PATCH v3 08/16] efi_loader: debug output installed device path
` [U-Boot] [PATCH v3 09/16] efi_loader: implement ConnectController
` [U-Boot] [PATCH v3 10/16] efi_loader: fix signature of efi_disconnect_controller
` [U-Boot] [PATCH v3 11/16] efi_loader: implement DisconnectController
` [U-Boot] [PATCH v3 12/16] efi_loader: disconnect controllers in UninstallProtocol
` [U-Boot] [PATCH v3 13/16] efi_selftest: remove todo in manage protocols
` [U-Boot] [PATCH v3 14/16] efi_selftest: remove todo in device path test
` [U-Boot] [PATCH v3 15/16] efi_selftest: test for (Dis)ConnectController
` [U-Boot] [PATCH v3 16/16] efi_loader: consistently use efi_handle_t for handles
[U-Boot] [PATCH 00/10] mips: bmips: add SPI support
2018-01-11 7:14 UTC (20+ messages)
` [U-Boot] [PATCH v7 00/13] "
` [U-Boot] [PATCH v7 01/13] wait_bit: add 8/16/32 BE/LE versions of wait_for_bit
` [U-Boot] [PATCH v7 02/13] wait_bit: use wait_for_bit_le32 instead "
` [U-Boot] [PATCH v7 03/13] wait_bit: remove old wait_for_bit function
` [U-Boot] [PATCH v7 04/13] drivers: spi: allow limiting reads
` [U-Boot] [PATCH v7 05/13] drivers: spi: consider command bytes when sending transfers
` [U-Boot] [PATCH v7 06/13] dm: spi: add BCM63xx SPI driver
` [U-Boot] [PATCH v7 07/13] mips: bmips: add bcm63xx-spi driver support for BCM6338
` [U-Boot] [PATCH v7 08/13] mips: bmips: add bcm63xx-spi driver support for BCM6348
` [U-Boot] [PATCH v7 09/13] mips: bmips: add bcm63xx-spi driver support for BCM6358
` [U-Boot] [PATCH v7 10/13] mips: bmips: add bcm63xx-spi driver support for BCM3380
` [U-Boot] [PATCH v7 11/13] mips: bmips: add bcm63xx-spi driver support for BCM63268
` [U-Boot] [PATCH v7 12/13] mips: bmips: enable the SPI flash on the Sagem F@ST1704
` [U-Boot] [PATCH v7 13/13] mips: bmips: enable the SPI flash on the Netgear CG3100D
[U-Boot] [PATCH v3 1/2] arm: sunxi: Allwinner A10 SPI driver
2018-01-11 7:07 UTC (6+ messages)
` [U-Boot] [PATCH v3 2/2] Enable test case with A20-OLinuXino-Lime2
[U-Boot] compilation issue pine64
2018-01-11 5:02 UTC (3+ messages)
[U-Boot] Please pull u-boot-fsl-qoriq master
2018-01-11 4:57 UTC
[U-Boot] [PATCH v2 1/3] armv8: fsl-layerscape: SPL size reduction
2018-01-11 4:41 UTC (4+ messages)
` [U-Boot] [PATCH v2 3/3] ls1088ardb: Add SD Secure boot target support
[U-Boot] [PATCH] TCP and wget implementation
2018-01-11 2:18 UTC (9+ messages)
` [U-Boot] [PATCH] TCP and wget implementation v3
` [U-Boot] [PATCH] TCP and wget implementation v4
` [U-Boot] [PATCH] TCP and wget implementation v5.1
[U-Boot] [GIT] Pull request: u-boot-dfu (09.01.2018)
2018-01-11 2:00 UTC (2+ messages)
[U-Boot] [PULL] u-boot-socfpga/master
2018-01-11 1:58 UTC
[U-Boot] [PULL] u-boot-usb/master
2018-01-11 1:57 UTC
[U-Boot] [GIT PULL] u-boot-uniphier/master
2018-01-11 0:12 UTC (4+ messages)
` [U-Boot] [GIT PULL] ZFS: lundman/master
[U-Boot] [PATCH] Makefile: ensure DTB doesn't overflow into initial stack
2018-01-10 23:20 UTC (5+ messages)
[U-Boot] [PATCH] Relax check for valid environment in __hwconfig
2018-01-10 20:42 UTC
[U-Boot] [PATCH v2] Relax check for valid environment in __hwconfig
2018-01-10 20:18 UTC
[U-Boot] [PATCH] Relax check for valid environment in __hconfig
2018-01-10 20:14 UTC
[U-Boot] [PATCHv2 00/15] Updates / improvements to bx50v3 support
2018-01-10 19:31 UTC (16+ messages)
` [U-Boot] [PATCHv2 01/15] net: e1000: add support for writing to EEPROM
` [U-Boot] [PATCHv2 02/15] net: e1000: split e1000_read_mac_addr
` [U-Boot] [PATCHv2 03/15] net: e1000: implement eth_write_hwaddr
` [U-Boot] [PATCHv2 04/15] rtc: adding RX8010SJ rtc driver
` [U-Boot] [PATCHv2 05/15] board: ge: Enable access to i2c bus 1 and 2
` [U-Boot] [PATCHv2 06/15] configs: Add network device support for bx50v3 products
` [U-Boot] [PATCHv2 07/15] board: ge: bx50v3: move FEC MAC address programming to driver
` [U-Boot] [PATCHv2 08/15] board: ge: bx50v3: program MAC address to I210
` [U-Boot] [PATCHv2 09/15] board: ge: bx50v3: Enable hardware watchdog
` [U-Boot] [PATCHv2 10/15] board: ge: bx50v3: Support FIT and select configuration based on VPD
` [U-Boot] [PATCHv2 11/15] config: ge_bx50v3: read boot script
` [U-Boot] [PATCHv2 12/15] configs: ge_bx50v3: enable bootcount
` [U-Boot] [PATCHv2 13/15] board: ge: bx50v3: mount rootfs read-only
` [U-Boot] [PATCHv2 14/15] configs: ge_bx50v3: automatic partition selection and video output failure message
` [U-Boot] [PATCHv2 15/15] board,ge,bx50v3 - rtc time validation
[U-Boot] [PATCH v1 1/2] x86: zImage: Move subarch assignment out of cmd_line check
2018-01-10 17:40 UTC (2+ messages)
` [U-Boot] [PATCH v1 2/2] x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
[U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()
2018-01-10 17:33 UTC
[U-Boot] [PATCH v4 1/1] vsprintf.c: add EFI device path printing
2018-01-10 17:06 UTC
[U-Boot] [PATCH] configs: am57xx_evm: fix ethernet phy configuration
2018-01-10 16:44 UTC (3+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/3] build: Drop CONFIG_SPL_BUILD guards in some cases
2018-01-10 16:44 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] fat write: Fixed a problem with the case of file names when writing files
2018-01-10 16:44 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] linux/kernel.h: Add ALIGN_DOWN macro
2018-01-10 16:44 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/2] sh: Drop unreferenced CONFIG_* defines
2018-01-10 16:44 UTC (2+ messages)
` [U-Boot] [U-Boot,2/2] "
[U-Boot] [PATCH 1/2] ARM: Drop unreferenced CONFIG_MACH_* defines
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] Travis-CI: Split 't208xrdb t4qds t102*'-job into separate jobs
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] PCI: Drop CONFIG_TSI108_PCI
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] BCM283x ALT5 function for JTAG pins
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [RESEND PATCH 2/2] configs: stm32f746-disco: enable MMC related flags
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 1/2] ARM: DTS: stm32: add MMC nodes for stm32f746-disco and stm32f769-disco
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 14/14] ARM: DTS: stm32: add SDIO controller support for stm32f469-disco
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 13/14] board: stm32: add stm32f469-discovery board support
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 12/14] ARM: DTS: stm32: add stm32f469-disco-u-boot dts file
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 11/14] ARM: DTS: add STM32F469 Discovery board support
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 10/14] ram: stm32: add memory mapping selection support
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 09/14] board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 08/14] board: stm32f429-disco: switch to DM STM32 clock driver
2018-01-10 16:43 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 07/14] mach-stm32: stmf32f4: timer: remove clock_get() call
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 06/14] board: stm32f429-disco: switch to DM STM32 serial driver
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 05/14] configs: stm32f429-disco: enable MISC, STM32_RCC, DM_RESET and STM32_RESET
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 04/14] pinctrl: stm32: add stm32f4 pinctrl compatible strings
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 03/14] board: stm32f429-discovery: switch to DM STM32 sdram driver
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 02/14] ARM: DTS: stm32: add stm32f429-disco-u-boot dts file
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [RESEND PATCH 01/14] ARM: DTS: stm32: add STM32F429 SoC and its Discovery board support
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, RESEND, "
[U-Boot] [PATCH 2/2] arm: Exercise v7_arch_cp15_set_acr even without errata fixups
2018-01-10 16:42 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] Please pull u-boot-marvell/master
2018-01-10 16:42 UTC (2+ messages)
[U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning
2018-01-10 16:07 UTC
[U-Boot] [PATCH v2 0/3] cadence-quadspi: Fix issues with non 32bit aligned accesses
2018-01-10 15:39 UTC (2+ messages)
[U-Boot] [PATCH 1/2] arm64: zynqmp: Prepare psu_init rework
2018-01-10 15:38 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] arm64: zynqmp: Add psu_init for zcu102-rev1.0
[U-Boot] [PATCH 1/2] arm64: zynqmp: Remove whitespaces in psu_init() comment
2018-01-10 15:36 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] arm64: zynqmp: Propagate error value from psu_init()
[U-Boot] [PATCH] arm: zynq: Fix pmu register description coding style
2018-01-10 15:32 UTC
[U-Boot] [PATCH 1/8] arm: zynq: Add identification string to Xilinx boards
2018-01-10 15:26 UTC (8+ messages)
` [U-Boot] [PATCH 2/8] arm: zynq: Enable debug console for zc770 xm011
` [U-Boot] [PATCH 3/8] arm: zynq: Disable networking "
` [U-Boot] [PATCH 4/8] arm: zynq: Enable BLK when needed
` [U-Boot] [PATCH 5/8] arm: zynq: Enable DM_ETH and DM_MMC only if subsystem is enabled
` [U-Boot] [PATCH 6/8] arm: zynq: Enable DM_GPIO when needed
` [U-Boot] [PATCH 7/8] arm: zynq: Move bootcommand to defconfig
` [U-Boot] [PATCH 8/8] arm: zynq: Enable distro defaults setting
[U-Boot] [PATCH 00/13] arm: am57xx: Add support for am574-idk
2018-01-10 14:13 UTC (7+ messages)
` [U-Boot] [PATCH 09/13] board: ti: am574x-idk: Add ddr data support
[U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree
2018-01-10 14:04 UTC (3+ messages)
[U-Boot] [PATCH] BugFix: PXE Boot fails on old arm kernel with initrd without FDT
2018-01-10 13:05 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] ARM: mvebu: correct reference for "ethernet1" on DB-88F6820-AMC
2018-01-10 11:34 UTC (2+ messages)
[U-Boot] [PATCH] pinctrl: mvebu: Make drivers depend on the pinctrl framework
2018-01-10 11:34 UTC (2+ messages)
[U-Boot] [PATCH] ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs
2018-01-10 11:34 UTC (2+ messages)
[U-Boot] [PATCH] arm: mvebu: ClearFog: document boot selection switches, update UART
2018-01-10 11:33 UTC (2+ messages)
[U-Boot] arm64: a37xx: add distro boot compability
2018-01-10 11:32 UTC (9+ messages)
` [U-Boot] [PATCH 1/4] arm64: a37xx: use disto defaults
` [U-Boot] [PATCH 2/4] arm64: a37xx: add distro compatible env vars
` [U-Boot] [PATCH 3/4] arm64: a37xx: defconfigs: enable CONFIG_DISTRO_DEFAULTS
` [U-Boot] [PATCH 4/4] arm64: a37xx: use distro bootcmd
[U-Boot] [PATCH] tools: Add Marvell recovery image download script
2018-01-10 11:31 UTC (2+ messages)
[U-Boot] [PATCH v1 01/07] db410c: configs: increase gunzip buffer size for the kernel
2018-01-10 10:34 UTC (7+ messages)
` [U-Boot] [PATCH v1 02/07] db410c: update wlan and bt mac addresses from firmware
` [U-Boot] [PATCH v1 03/07] db410c: replace reset driver with psci
` [U-Boot] [PATCH v1 04/07] fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE
` [U-Boot] [PATCH v1 05/07] db410c: use the device tree parsed by the lk loader
` [U-Boot] [PATCH v1 06/07] db410c: add reserved-memory node to dts
` [U-Boot] [PATCH v1 07/07] db410c: on aarch64 the fdtfile is in per-vendor subdirectory
[U-Boot] [PATCH v1 01/05] env: enable accessing the environment in an EXT4 partition
2018-01-10 10:33 UTC (2+ messages)
` [U-Boot] [PATCH v1 05/05] db820c: stop autoboot when vol- pressed
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