public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-04-17 16:49:38 to 2018-04-19 09:50:50 UTC [more...]

[U-Boot] [PATCH v1 00/16] Add Intel Stratix 10 SoC support
 2018-04-19  9:50 UTC  (30+ messages)
` [U-Boot] [PATCH v1 01/16] arm: socfpga: stratix10: Add base address map for Statix10 SoC
` [U-Boot] [PATCH v1 02/16] arm: socfpga: stratix10: Add clock manager driver for Stratix10 SoC
` [U-Boot] [PATCH v1 03/16] arm: socfpga: stratix10: Add reset "
` [U-Boot] [PATCH v1 04/16] arm: socfpga: stratix10: Add pinmux support "
` [U-Boot] [PATCH v1 05/16] arm: socfpga: misc: Add CONFIG_SYS_L2_PL310 switch
` [U-Boot] [PATCH v1 06/16] arm: socfpga: misc: Move eth reset to common misc driver
` [U-Boot] [PATCH v1 07/16] arm: socfpga: stratix10: Add misc support for Stratix10 SoC
` [U-Boot] [PATCH v1 08/16] arm: socfpga: stratix10: Add mailbox "
` [U-Boot] [PATCH v1 09/16] arm: socfpga: stratix10: Add MMU "
` [U-Boot] [PATCH v1 10/16] arm: dts: Add dts "
` [U-Boot] [PATCH v1 12/16] arm: socfpga: stratix10: Add SPL driver "
` [U-Boot] [PATCH v1 13/16] arm: socfpga: stratix10: Add timer support "
` [U-Boot] [PATCH v1 14/16] ddr: altera: stratix10: Add DDR "

[U-Boot] [PATCH 1/5] ARM: socfpga: Add boot trampoline for Arria10
 2018-04-19  9:06 UTC  (9+ messages)

[U-Boot] [PATCH v2 1/5] sunxi: R40: add gigabit ethernet clocks
 2018-04-19  8:41 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/5] sunxi: R40: add gigabit ethernet reset
` [U-Boot] [PATCH v2 3/5] sunxi: R40: add gigabit ethernet gpio pinmux
` [U-Boot] [PATCH v2 4/5] sunxi: R40: add gigabit ethernet devicetree node
` [U-Boot] [PATCH v2 5/5] configs: Bananapi_M2_Ultra: enable gigabit on the Bananapi M2U

[U-Boot] [PATCH] board: freescale: ls1012ardb: Add command to switch QSPI bank
 2018-04-19  8:39 UTC  (4+ messages)

[U-Boot] [PATCH v1] arm: mxs: make startup code thumb compatible
 2018-04-19  8:33 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] rockchip: rk3128: use ROCKCHIP_BOOT_MODE_REG to update reboot flag
 2018-04-19  8:16 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] rockchip: rk322x: "

[U-Boot] [PATCH 1/8] core: Add uclass_{first,next}_device_compat
 2018-04-19  7:50 UTC  (12+ messages)
` [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function
` [U-Boot] [PATCH 1/8] core: Add uclass_{first, next}_device_compat

[U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP
 2018-04-19  7:07 UTC  (8+ messages)
` [U-Boot] [UBOOT PATCH v3 1/7] mmc: sdhci: Add support for disabling clock
` [U-Boot] [UBOOT PATCH v3 2/7] mmc: sdhci: Handle execute tuning command in sdhci_send_command
` [U-Boot] [UBOOT PATCH v3 3/7] sdhci: Add new sdhci ops for platform specific tuning and delays
` [U-Boot] [UBOOT PATCH v3 4/7] mmc: sdhci: Invoke platform specific tuning and delay routines
` [U-Boot] [UBOOT PATCH v3 5/7] mmc : sdhci: Read capabilities register1 and update host caps
` [U-Boot] [UBOOT PATCH v3 6/7] mmc: zynq_sdhci: Add support for SD3.0
` [U-Boot] [UBOOT PATCH v3 7/7] zynqmp: zcu102: Enable UHS support for ZCU102 Rev1.0 board

[U-Boot] [PATCH 0/8] riscv: Enable efi_loader support
 2018-04-19  5:57 UTC  (14+ messages)
` [U-Boot] [PATCH 1/8] riscv: Add setjmp/longjmp code
` [U-Boot] [PATCH 2/8] riscv: Enable function sections
` [U-Boot] [PATCH 3/8] efi_loader: selftest: Do not build relocation tests for risc-v
` [U-Boot] [PATCH 4/8] riscv: Add board_quiesce_devices stub
` [U-Boot] [PATCH 5/8] efi_loader: Use EFI_CACHELINE_SIZE in the image loader too
` [U-Boot] [PATCH 6/8] distro: Extend with RISC-V defines
` [U-Boot] [PATCH 7/8] riscv: nx25: Enable distro boot
` [U-Boot] [PATCH 8/8] efi_loader: Enable RISC-V support

[U-Boot] [RFC PATCH v1 0/1] Migrate IMAGE_FORMAT_LEGACY to Kconfig
 2018-04-19  4:52 UTC  (2+ messages)
` [U-Boot] [RFC PATCH v1] "

[U-Boot] [PATCH v2 0/8] Fix SPL build without CONFIG_SPL_SERIAL_SUPPORT
 2018-04-19  4:32 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/8] Cleanup CONFIG_SPL_SERIAL_SUPPORT migration
` [U-Boot] [PATCH v2 2/8] spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT
` [U-Boot] [PATCH v2 3/8] spl: Add dependency on serial to Ymodem
` [U-Boot] [PATCH v2 4/8] spl: ti: Avoid serial calls when serial support is disabled
` [U-Boot] [PATCH v2 5/8] spl: Split sprintf, strto* from SPL serial in Kconfig
` [U-Boot] [PATCH v2 6/8] spl: Disable printf if not required
` [U-Boot] [PATCH v2 7/8] Consolidate __assert_failed into one implementation
` [U-Boot] [PATCH v2 8/8] spl: disk: usb: Add dependencies to sprintf/strto*

[U-Boot] [PATCH] distro: use imply to default to DISTRO_DEFAULTS
 2018-04-19  3:52 UTC 

[U-Boot] [PATCH v2 1/2] rockchip: enable SYS_NS16550 for all SoCs by default
 2018-04-19  3:37 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] rockchip: defconfig: remove CONFIG_SYS_NS16550

[U-Boot] [GIT PULL] u-boot-uniphier/master
 2018-04-19  3:14 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-04-19  3:14 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] Add Linux-compatible syscon_to_regmap API
 2018-04-19  3:14 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] regmap: clean up regmap allocation
` [U-Boot] [PATCH v2 2/4] dm: ofnode: add ofnode_device_is_compatible() helper
` [U-Boot] [PATCH v2 3/4] regmap: change regmap_init_mem() to take ofnode instead udevice
` [U-Boot] [PATCH v2 4/4] syscon: add Linux-compatible syscon API

[U-Boot] coreboot with denverton platforms
 2018-04-19  1:08 UTC  (2+ messages)

[U-Boot] [PATCH] x86: Use microcode update from device tree for all processors
 2018-04-19  1:05 UTC  (6+ messages)

[U-Boot] [PATCH] rsa-sign: Fix build against libressl
 2018-04-18 20:37 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2018-04-18 20:24 UTC  (2+ messages)

[U-Boot] Please pull ARC fixes for RC3
 2018-04-18 20:23 UTC  (2+ messages)

[U-Boot] [PATCH] Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
 2018-04-18 17:50 UTC 

[U-Boot] [PATCH v2] bootm: Align cache flush begin address
 2018-04-18 17:22 UTC  (5+ messages)

[U-Boot] [PATCH] sunxi: A64/H5 devices: enable usb keyboard support
 2018-04-18 16:30 UTC  (4+ messages)

[U-Boot] [PATCH 1/6] ls102xa: psci: save context id in cpu_on command
 2018-04-18 16:07 UTC  (6+ messages)
` [U-Boot] [PATCH 3/6] tegra: "

[U-Boot] [PATCH v10 0/3] Why netboot:
 2018-04-18 15:50 UTC  (4+ messages)
` [U-Boot] [PATCH v10 3/3] Adding wget

[U-Boot] [PATCH 0/4] Add Linux-compatible syscon_to_regmap API
 2018-04-18 15:34 UTC  (6+ messages)
` [U-Boot] [PATCH 1/4] regmap: clean up regmap allocation
` [U-Boot] [PATCH 2/4] dm: ofnode: add ofnode_device_is_compatible() helper
` [U-Boot] [PATCH 3/4] regmap: change regmap_init_mem() to take ofnode instead udevice
` [U-Boot] [PATCH 4/4] syscon: add Linux-compatible syscon API

[U-Boot] [PATCH] fit: skip signature verification if board request
 2018-04-18 15:34 UTC  (7+ messages)

[U-Boot] [PATCH V4 0/2] Update sabrelite and nitrogen6x boards to use distro boot support
 2018-04-18 15:05 UTC  (10+ messages)
` [U-Boot] [PATCH V5 "
  ` [U-Boot] [PATCH V5 1/2] imx6: Convert sabrelite and nitrogen6x boards to "
  ` [U-Boot] [PATCH V5 2/2] imx6: sabrelite: update defconfig to use distro defaults
  ` [U-Boot] [PATCH V6 0/2] Update sabrelite and nitrogen6x boards to use distro boot support
    ` [U-Boot] [PATCH V6 1/2] imx6: Convert sabrelite and nitrogen6x boards to "
    ` [U-Boot] [PATCH V6 2/2] imx6: sabrelite: update defconfig to use distro defaults

[U-Boot] [PATCH] ARM: dts: uniphier: sync DT with Linux 4.17-rc1
 2018-04-18 14:58 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] imx6ul: opos6ul: add SPL_DM support
 2018-04-18 14:58 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] imx6ul: opos6ul: in Serial Downloader boot mode use ymodem

[U-Boot] [PATCH] reset: uniphier: add ethernet reset control support
 2018-04-18 14:57 UTC  (2+ messages)

[U-Boot] [PATCH] clk: uniphier: add ethernet clock control support
 2018-04-18 14:57 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Add fix for Pine64 gigabit throughput issues
 2018-04-18 13:59 UTC  (5+ messages)

[U-Boot] [PATCH v5 0/2] timer: Add High Precision Event Timers (HPET) support
 2018-04-18 13:34 UTC  (7+ messages)
` [U-Boot] [PATCH v5 2/2] "

[U-Boot] u-boot 2018 SPI SPL
 2018-04-18 13:25 UTC  (9+ messages)

[U-Boot] [RFC PATCH] arm: zynqmp: Add ZynqMP minimal R5 support
 2018-04-18 13:11 UTC 

[U-Boot] [PATCH] sunxi: A64/H5 devices: enable usb keyboard support
 2018-04-18 11:47 UTC  (3+ messages)

[U-Boot] [PATCH] serial: Remove header depedency on arm header structure
 2018-04-18 11:07 UTC 

[U-Boot] [PATCH v1 0/8] Fix SPL build without CONFIG_SPL_SERIAL_SUPPORT
 2018-04-18 10:29 UTC  (13+ messages)
` [U-Boot] [PATCH v1 1/8] Cleanup CONFIG_SPL_SERIAL_SUPPORT migration
` [U-Boot] [PATCH v1 2/8] spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT
` [U-Boot] [PATCH v1 3/8] spl: Add dependency on serial to Ymodem
` [U-Boot] [PATCH v1 4/8] spl: ti: Avoid serial calls when serial support is disabled
` [U-Boot] [PATCH v1 5/8] spl: Split sprintf, strto* from SPL serial in Kconfig
` [U-Boot] [PATCH v1 6/8] spl: Disable printf if not required
` [U-Boot] [PATCH v1 7/8] Consolidate __assert_failed into one implementation
` [U-Boot] [PATCH v1 8/8] spl: disk: usb: Add dependencies to sprintf/strto*

[U-Boot] [PATCH 0/8] rockchip: conver to use ARM arch timer for armv7 SoCs
 2018-04-18 10:19 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] rockchip: add STIMER_BASE for Rockchip SoCs
` [U-Boot] [PATCH 2/8] rockchip: rk322x: sdram: use udelay instead of rockchip_udelay
` [U-Boot] [PATCH 3/8] rockchip: rk322x: use ARM arch timer instead of rk_timer
` [U-Boot] [PATCH 4/8] rockchip: rk3036: sdram: use udelay instead of rockchip_udelay
` [U-Boot] [PATCH 5/8] rockchip: rk3036: use ARM arch timer instead of rk_timer
` [U-Boot] [PATCH 6/8] rockchip: rk3288: "
` [U-Boot] [PATCH 7/8] rockchip: rk3128: "
` [U-Boot] [PATCH 8/8] rockchip: remove unused rk_timer.c

[U-Boot] [PATCH] db410c: set clk node to be probed before relocation
 2018-04-18 10:15 UTC  (4+ messages)

[U-Boot] [PATCH] Revert "rockchip: firefly: Add "usb start" to auto-start USB device"
 2018-04-18 10:01 UTC 

[U-Boot] [PATCH] pinctrl: do not set_state for device without valid ofnode
 2018-04-18  9:54 UTC 

[U-Boot] [PATCH 1/3] core: Add function to get device for ofnode
 2018-04-18  9:10 UTC  (10+ messages)
` [U-Boot] [PATCH 2/3] core: Add functions to set properties in live-tree

[U-Boot] [PATCH 1/7] drivers: Add AXI uclass and ihs_axi driver
 2018-04-18  8:52 UTC  (11+ messages)
` [U-Boot] [PATCH 6/7] video_display: Add power_on function
` [U-Boot] [PATCH 7/7] video_display: Add Xilinx LogiCore DP TX

[U-Boot] [PATCH 1/3] rockchip: rk3036: add ofdata_to_platdata() callback for driver
 2018-04-18  8:05 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] rockchip: rk3128: "
` [U-Boot] [PATCH 3/3] rockchip: rv1108: "

[U-Boot] [PATCH] xilinx: Sync defconfigs based on latest NET Kconfig changes
 2018-04-18  6:30 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: ls1088: Update 1900MT/s DDR timing to bring consistency
 2018-04-18  5:07 UTC 

[U-Boot] [PATCH] rockchip: rk322x: update MACRO for back-to-brom
 2018-04-18  4:45 UTC 

[U-Boot] [PATCH] rockchip: rk322x: update TPL_TEXT_BASE
 2018-04-18  3:52 UTC 

[U-Boot] [PATCH 1/3] rockchip: rk3188: add -u-boot.dtsi for rock-rk3188
 2018-04-18  3:13 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] rockchip: rk3188: add timer3 node
` [U-Boot] [PATCH 3/3] rockchip: rk3188: use DM timer instead of rk_timer

[U-Boot] [PATCHv1 00/14] reset: remove request and free functions
 2018-04-17 23:21 UTC  (6+ messages)
` [U-Boot] [PATCHv1 14/14] "

[U-Boot] [PATCH 0/5] Use Android DT image format for TI boards
 2018-04-17 21:10 UTC  (6+ messages)
` [U-Boot] [PATCH 3/5] arm: ti: boot: Extract PARTS_DEFAULT to boot.h
` [U-Boot] [PATCH 4/5] arm: ti: boot: Add dtbo partition for Android boot

[U-Boot] Please pull u-boot-marvell/master
 2018-04-17 19:39 UTC  (2+ messages)

[U-Boot] [PATCH] Added set feature command in FSL IFC nand controller driver for ONFI nand
 2018-04-17 19:28 UTC 

[U-Boot] [PATCH] fsl-ifc-nand : Corrected the programming of chip select
 2018-04-17 19:24 UTC 

[U-Boot] Network Packet Buffers: raspberrypi: variable uchar *net_rx_packets[PKTBUFSRX] in net/net.c
 2018-04-17 18:59 UTC 

[U-Boot] u-boot-usb/master build failure on dra7xx_evm
 2018-04-17 18:40 UTC  (4+ messages)

[U-Boot] [PATCH] ARM: rmobile: Update M2 Koelsch
 2018-04-17 18:19 UTC 

[U-Boot] [PATCH v2] Kconfig: Enlarge default SYS_MALLOC_F_LEN for AM33XX
 2018-04-17 16:49 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] ARC: remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
 2018-04-17 16:49 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox