messages from 2018-11-21 14:19:31 to 2018-11-22 13:20:18 UTC [more...]
[U-Boot] [PATCH v7 00/11] [RESEND] Add support for DM_USB and DM_USB_DEV for TI's DRA7 EVMs and AM57 EVMs platforms
2018-11-22 13:20 UTC (5+ messages)
[U-Boot] [PATCH 00/93] dm: Move towards completing CONFIG_BLK migration
2018-11-22 12:52 UTC (16+ messages)
` [U-Boot] [PATCH 66/93] arm: Remove ot1200 board
` [U-Boot] [PATCH 70/93] arm: Remove ap121 board
` [U-Boot] [PATCH] omap3: beagle: Enable DM_MMC and BLK for u-boot only, not SPL
[U-Boot] [PATCH v1 00/16] Add support for DM_USB and DM_USB_DEV to TI's am335x and am43xx_evm platforms
2018-11-22 12:45 UTC (4+ messages)
` [U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL
[U-Boot] [PATCH v2] arm64: mvebu: fix crash in EFI memory allocation
2018-11-22 12:21 UTC
[U-Boot] [PATCH] microblaze: Showing model information from DT by default
2018-11-22 11:55 UTC
[U-Boot] [PATCH] microblaze: Use standard functions for memory decoding
2018-11-22 11:54 UTC
[U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation
2018-11-22 11:42 UTC
[U-Boot] [PATCH] configs: mcbin: enable network driver
2018-11-22 11:42 UTC
[U-Boot] [PATCH v4 00/28] General fixes / cleanup for RISC-V and improvements to qemu-riscv
2018-11-22 10:26 UTC (29+ messages)
` [U-Boot] [PATCH v4 01/28] tools: .gitignore: add prelink-riscv
` [U-Boot] [PATCH v4 02/28] dts: riscv: update makefile to also clean the RISC-V dts directory
` [U-Boot] [PATCH v4 03/28] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
` [U-Boot] [PATCH v4 04/28] riscv: select CONFIG_PHYS_64BIT on RV64I systems
` [U-Boot] [PATCH v4 05/28] riscv: add Kconfig entries for the C and A ISA extensions
` [U-Boot] [PATCH v4 06/28] riscv: set -march and -mabi based on the Kconfig configuration
` [U-Boot] [PATCH v4 07/28] riscv: enable -fdata-sections
` [U-Boot] [PATCH v4 08/28] riscv: fix use of incorrectly sized variables
` [U-Boot] [PATCH v4 09/28] riscv: make use of the barrier functions from Linux
` [U-Boot] [PATCH v4 10/28] riscv: do not reimplement generic io functions
` [U-Boot] [PATCH v4 11/28] riscv: complete the list of exception codes
` [U-Boot] [PATCH v4 12/28] riscv: treat undefined exception codes as reserved
` [U-Boot] [PATCH v4 13/28] riscv: hang on unhandled exceptions
` [U-Boot] [PATCH v4 14/28] riscv: implement the invalidate_icache_* functions
` [U-Boot] [PATCH v4 15/28] riscv: fix inconsistent use of spaces and tabs in start.S
` [U-Boot] [PATCH v4 16/28] riscv: align mtvec on a 4-byte boundary
` [U-Boot] [PATCH v4 17/28] Drop CONFIG_INIT_CRITICAL
` [U-Boot] [PATCH v4 18/28] riscv: remove unused labels in start.S
` [U-Boot] [PATCH v4 19/28] riscv: do not blindly modify the mstatus CSR
` [U-Boot] [PATCH v4 20/28] riscv: save hart ID and device tree passed by prior boot stage
` [U-Boot] [PATCH v4 21/28] riscv: qemu: use "
` [U-Boot] [PATCH v4 22/28] riscv: qemu: support booting Linux
` [U-Boot] [PATCH v4 23/28] riscv: align bootm implementation with that of other architectures
` [U-Boot] [PATCH v4 24/28] distro_bootcmd: add VirtIO distro boot command
` [U-Boot] [PATCH v4 25/28] riscv: qemu: enable distro boot
` [U-Boot] [PATCH v4 26/28] dm: core: add missing prototype for ofnode_read_u64
` [U-Boot] [PATCH v4 27/28] riscv: qemu: detect and boot the kernel passed by QEMU
` [U-Boot] [PATCH v4 28/28] riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL
[U-Boot] Uboot send pull request
2018-11-22 10:16 UTC (8+ messages)
[U-Boot] [PATCH u-boot v3 0/3] Add Amlogic Meson SPI Flash Controller driver
2018-11-22 10:01 UTC (4+ messages)
` [U-Boot] [PATCH u-boot v3 1/3] regmap: add regmap_read_poll_timeout() helper
` [U-Boot] [PATCH u-boot v3 2/3] test: regmap: add regmap_read_poll_timeout test
` [U-Boot] [PATCH u-boot v3 3/3] spi: Add Amlogic Meson SPI Flash Controller driver
[U-Boot] [Uboot]Marvell armada_38x can't detect USB storage device
2018-11-22 9:51 UTC
[U-Boot] [PATCH u-boot v2 00/19] Amlogic Meson cleanup for AXG SoC support
2018-11-22 9:07 UTC (20+ messages)
` [U-Boot] [PATCH u-boot v2 01/19] ARM: meson: clean-up platform selection
` [U-Boot] [PATCH u-boot v2 02/19] configs: meson: remove unnecessary MESON_FDTFILE_SETTING
` [U-Boot] [PATCH u-boot v2 03/19] board: amlogic: remove p212 derivatives
` [U-Boot] [PATCH u-boot v2 04/19] board: amlogic: move khadas-vim2 as q200 ref board
` [U-Boot] [PATCH u-boot v2 05/19] board: amlogic: factorise gxbb boards
` [U-Boot] [PATCH u-boot v2 06/19] ARM: rework amlogic configuration
` [U-Boot] [PATCH u-boot v2 07/19] configs: meson: change default load addresses
` [U-Boot] [PATCH u-boot v2 08/19] pinctrl: meson: rework gx pmx function
` [U-Boot] [PATCH u-boot v2 09/19] pinctrl: meson: select generic pinctrl
` [U-Boot] [PATCH u-boot v2 10/19] pinctrl: meson: add axg support
` [U-Boot] [PATCH u-boot v2 11/19] clk: meson: add static to meson_gates table
` [U-Boot] [PATCH u-boot v2 12/19] clk: meson: silence debug print
` [U-Boot] [PATCH u-boot v2 13/19] ARM: meson: rework soc arch file to prepare for new SoC
` [U-Boot] [PATCH u-boot v2 14/19] ARM: meson: Add support for AXG family
` [U-Boot] [PATCH u-boot v2 15/19] ARM: dts: Sync Amlogic Meson AXG DT from Linux 4.20-rc1
` [U-Boot] [PATCH u-boot v2 16/19] clk: Add clock driver for AXG
` [U-Boot] [PATCH u-boot v2 17/19] board: amlogic: add support for S400 board
` [U-Boot] [PATCH u-boot v2 18/19] ARM: meson: factorize common code out amlogic's boards
` [U-Boot] [PATCH u-boot v2 19/19] ARM: meson: Add boot device discovery
[U-Boot] [PATCH v2] armv8: ls2080ardb: enable eSDHC pin mux support
2018-11-22 9:01 UTC
[U-Boot] [PATCH v2 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
2018-11-22 8:58 UTC (8+ messages)
` [U-Boot] [PATCH v2 17/18] spi: mtk_qspi: add qspi driver for MT7629 SoC
[U-Boot] [PATCH v1] LS2080ardb: MMC: disable esdhc for dspi
2018-11-22 8:43 UTC (2+ messages)
[U-Boot] [PATCH v3 00/11] mtd/sf: Various fixes
2018-11-22 8:40 UTC (10+ messages)
` [U-Boot] [PATCH v3 03/11] mtd: Delete partitions attached to the device when a device is deleted
` [U-Boot] [PATCH v3 04/11] mtd: sf: Make sure we don't register the same device twice
` [U-Boot] [PATCH v3 10/11] mtd: sf: Unregister the MTD device prior to removing the spi_flash obj
` [U-Boot] [PATCH v3 11/11] mtd: sf: Make sf_mtd.c more robust
[U-Boot] [PATCH] configs: armada8k: use 2 DRAM banks
2018-11-22 8:38 UTC (2+ messages)
[U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI
2018-11-22 8:38 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert "
` [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: "
[U-Boot] [PATCH] dts: mvebu: mcbin: enable 1G network interface
2018-11-22 8:37 UTC (2+ messages)
[U-Boot] [PATCH 1/2] net: mvpp2: fix lookup of mdio registers base address
2018-11-22 8:36 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] net: mvpp2: mdio device per port
[U-Boot] [PATCH v3 0/9] Stop AXP from crashing when enabling LDO3
2018-11-22 8:23 UTC (17+ messages)
` [U-Boot] [PATCH v3 1/9] sunxi: board: Print error after power initialization fails
` [U-Boot] [PATCH v3 2/9] sunxi: pmic_bus: Decrease boot time by not writing duplicate data
` [U-Boot] [PATCH v3 3/9] power: axp209: Use BIT() macro
` [U-Boot] [PATCH v3 4/9] power: axp209: Define the chip version mask
` [U-Boot] [PATCH v3 5/9] power: axp209: Reduce magic values by adding defines for LDO[234]
` [U-Boot] [PATCH v3 6/9] power: axp209: Add support for voltage rate control on LDO3
` [U-Boot] [PATCH v3 7/9] power: axp209: Limit inrush current for broken boards
` [U-Boot] [PATCH v3 8/9] arm: sunxi: Reduce inrush current on Olimex OLinuXino-A20-Lime2
` [U-Boot] [PATCH v3 9/9] arm: sunxi: Reduce inrush current on Olimex OLinuXino-A20-Lime2-eMMC
` [U-Boot] [linux-sunxi] Re: [PATCH v3 0/9] Stop AXP from crashing when enabling LDO3
[U-Boot] [PATCH u-boot v3 0/3] Add Amlogic Meson SPI Flash Controller driver
2018-11-22 8:21 UTC (3+ messages)
[U-Boot] [PATCH v2 1/4] arm: baltos: move the board to CONFIG_BLK
2018-11-22 8:19 UTC (4+ messages)
` [U-Boot] [PATCH v2 2/4] arm: baltos: remove unused header
` [U-Boot] [PATCH v2 3/4] arm: baltos: move CONFIG_SYS_NAND_U_BOOT_OFFS to defconfig
` [U-Boot] [PATCH v2 4/4] arm: baltos: migrate Ethernet PHYs configuration to Kconfig
[U-Boot] [PATCH v3 1/3] spi: pl022: Simplify platdata code
2018-11-22 8:18 UTC (6+ messages)
` [U-Boot] [PATCH v3 2/3] spi: pl022: Drop unnecessary include files
` [U-Boot] [PATCH v3 3/3] dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h
[U-Boot] [PATCH v2] sun8i: h3: Add support for the Beelink-x2 STB
2018-11-22 7:58 UTC (2+ messages)
` [U-Boot] [linux-sunxi] "
[U-Boot] [PATCH] sunxi: Fix memory 2-rank initialization for a33 cpu
2018-11-22 7:54 UTC (2+ messages)
[U-Boot] [PATCH v2 0/3] sunxi-mmc: enable new clock mode on A64
2018-11-22 7:53 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/3] sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option
` [U-Boot] [PATCH v2 2/3] sunxi-mmc: don't double clock for new mode unconditionally
` [U-Boot] [PATCH v2 3/3] sunxi-mmc: use new mode on both controllers on A64
[U-Boot] [PATCH 1/2] sun8i_emac: add support for setting EMAC TX/RX delay
2018-11-22 6:52 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] enable EMAC for A64-OLinuXino
[U-Boot] [PATCH] cmd: ubi: Make ubi_detach() static
2018-11-22 6:11 UTC (2+ messages)
[U-Boot] [PATCH 0/3] Add raw read support and use it in pxa3xx NAND driver
2018-11-22 6:08 UTC (3+ messages)
[U-Boot] [PATCH v1 0/3] rtc: m41t62: Convert the m41t62 driver to use driver model (DM)
2018-11-22 6:02 UTC (7+ messages)
` [U-Boot] [PATCH v1 1/3] Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig
` [U-Boot] [PATCH v1 2/3] rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning
` [U-Boot] [PATCH v1 3/3] rtc: m41t62: Convert the RTC driver to support the driver model (DM)
[U-Boot] [PATCH] arm: socfpga: crc-protect SPL on warm boot
2018-11-22 5:18 UTC (9+ messages)
[U-Boot] [PATCH v4 0/3] RISC-V S-mode support
2018-11-22 4:45 UTC (4+ messages)
` [U-Boot] [PATCH v4 1/3] riscv: Add kconfig option to run U-Boot in S-mode
` [U-Boot] [PATCH v4 2/3] riscv: qemu: Use different SYS_TEXT_BASE for S-mode
` [U-Boot] [PATCH v4 3/3] riscv: Add S-mode defconfigs for QEMU virt machine
[U-Boot] [PATCH v3 0/3] RISC-V S-mode support
2018-11-22 4:00 UTC (9+ messages)
` [U-Boot] [PATCH v3 1/3] riscv: Add kconfig option to run u-boot in S-mode
[U-Boot] armada_38x can't detect USB device
2018-11-22 2:11 UTC
[U-Boot] Please pull u-boot-dm
2018-11-22 0:25 UTC
[U-Boot] [PATCH v2] imx: hab: extend hab_auth_img to calculate ivt_offset
2018-11-21 23:53 UTC (6+ messages)
[U-Boot] [PATCH v3] riscv: cache: Implement i/dcache [status, enable, disable]
2018-11-21 23:14 UTC (2+ messages)
[U-Boot] [PATCH v1] eeprom: Add device model based I2C support to eeprom command
2018-11-21 22:40 UTC
[U-Boot] use of dm_spi_flash
2018-11-21 21:33 UTC
[U-Boot] [PATCH 0/4] ARM: chiliboard: move towards driver model and device-tree boot
2018-11-21 19:32 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: dts: am335x-chili*: add chiliSOM and chiliboard DTS files
` [U-Boot] [PATCH 2/4] ARM: dts: am335x-chiliboard: add /chosen/stdout-path
` [U-Boot] [PATCH 3/4] ARM: chiliboard: move towards driver model and device-tree boot
` [U-Boot] [PATCH 4/4] ARM: chiliboard: remove dead !CONFIG_DM_SERIAL code
[U-Boot] [PATCH 0/3] ARM: liteboard: move towards driver model and device-tree boot
2018-11-21 19:29 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboard
` [U-Boot] [PATCH 2/3] ARM: liteboard: move towards driver model and device-tree boot
` [U-Boot] [PATCH 3/3] ARM: liteboard: use random ethaddr
[U-Boot] [PATCH 36/93] arm: Remove nas220 board
2018-11-21 17:08 UTC (3+ messages)
[U-Boot] SWUpdate - U-Boot environment library dependency
2018-11-21 17:06 UTC (27+ messages)
` [U-Boot] [swupdate] "
[U-Boot] uboot to read kernel and rootfs from a bootfs
2018-11-21 15:38 UTC (3+ messages)
[U-Boot] [PATCH] net: explicitly assign errno to return code in case of network failure
2018-11-21 14:56 UTC
[U-Boot] [PATCH] arm64: zynqmp: Reflect emmc controller ID in model in DT
2018-11-21 14:55 UTC
[U-Boot] [PATCH] arm64: zynqmp: Disable bootelf and fdt commands for mini configurations
2018-11-21 14:51 UTC
[U-Boot] [PATCH 1/3] ARM: zynq: cse: Disable distro bootcommands
2018-11-21 14:50 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: zynq: cse: Disable autoboot feature
` [U-Boot] [PATCH 3/3] ARM: zynq: cse: Shrink u-boot size
[U-Boot] [PATCH] ARM: zynq: Guard zynq_help_text with CONFIG_SYS_LONGHELP
2018-11-21 14:48 UTC
[U-Boot] [PATCH] mtd: nand: Arasan: Add subpage configuration support
2018-11-21 14:48 UTC
[U-Boot] [PATCH] arm: zynq: cse_qspi: Fix overwriting spi-rx-bus-width property
2018-11-21 14:47 UTC
[U-Boot] [PATCH] RFC: checkpatch: Add a check for tests needed for uclasses
2018-11-21 14:35 UTC (2+ messages)
[U-Boot] [PATCH 0/9] Add support for loading FPGA bitstream
2018-11-21 14:22 UTC (9+ messages)
` [U-Boot] [PATCH 3/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH 4/9] ARM: socfpga: Bundle U-Boot fitImage into SFP on Arria10
` [U-Boot] [PATCH 5/9] ARM: socfpga: Add SPL fitImage config match
` [U-Boot] [PATCH 6/9] ARM: socfpga: Set default DTB address on A10
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