messages from 2018-09-26 11:04:35 to 2018-09-27 08:44:31 UTC [more...]
[U-Boot] [PATCH] video: Add support for NXP's TDA19988 HDMI encoder
2018-09-27 8:44 UTC (2+ messages)
[U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist
2018-09-27 8:36 UTC (2+ messages)
[U-Boot] [PATCH 1/1] video: cfb_console: flush cache in display_rle8_bitmap
2018-09-27 8:33 UTC (2+ messages)
[U-Boot] [PATCH v6 01/14] test: regmap: Increase size of syscon0 memory
2018-09-27 8:13 UTC (9+ messages)
` [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions
[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
2018-09-27 8:08 UTC (12+ messages)
[U-Boot] [PATCH v4 1/6] drivers: Add OSD uclass
2018-09-27 8:04 UTC (7+ messages)
` [U-Boot] [PATCH v4 2/6] video_osd: Add ihs_video_out driver
` [U-Boot] [PATCH v4 3/6] video_osd: Add osd sandbox driver and tests
` [U-Boot] [PATCH v4 4/6] test: Add ut_asserteq_mem
` [U-Boot] [PATCH v4 5/6] test: list: Add tests for hexdump.c
` [U-Boot] [PATCH v4 6/6] cmd: Add osd commands
[U-Boot] [RFC/RESEND PATCH v1 0/2] Fix to keystone2 uinitrd fixup logic
2018-09-27 8:01 UTC (3+ messages)
` [U-Boot] [RFC/RESEND PATCH v1 1/2] fdt: add call to ft_board_setup_ex() for ks2 boards
` [U-Boot] [RFC/RESEND PATCH v1 2/2] board: ks2: move uinitrd fixup logic inside ft_board_setup_ex
[U-Boot] [PATCH v3 1/6] drivers: Add OSD uclass
2018-09-27 7:09 UTC (6+ messages)
[U-Boot] [PATCH 0/2] test/py: test_fs: follow up v3 of fat write patches
2018-09-27 7:07 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] test/py: test_fs: remove fs_type argument from umount_fs()
` [U-Boot] [PATCH 2/2] test/py: test_fs: add docstring comments to helper functions
[U-Boot] [PATCH v2 00/10] net: Fix packet corruption issue when handling asynch replies
2018-09-27 6:52 UTC (14+ messages)
` [U-Boot] [PATCH v2 01/10] net: sandbox: Move disabled flag into priv struct
` [U-Boot] [PATCH v2 02/10] net: sandbox: Refactor sandbox send function
` [U-Boot] [PATCH v2 03/10] net: sandbox: Make the fake eth driver response configurable
` [U-Boot] [PATCH v2 04/10] net: sandbox: Share the priv structure with tests
` [U-Boot] [PATCH v2 05/10] net: sandbox: Allow fake eth to handle more than 1 packet response
` [U-Boot] [PATCH v2 06/10] net: Add an accessor to know if waiting for ARP
` [U-Boot] [PATCH v2 07/10] net: sandbox: Add a priv ptr for tests to use
` [U-Boot] [PATCH v2 08/10] test: eth: Add a test for ARP requests
` [U-Boot] [PATCH v2 09/10] test: eth: Add a test for the target being pinged
` [U-Boot] [PATCH v2 10/10] net: Don't overwrite waiting packets with asynchronous replies
[U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10
2018-09-27 6:37 UTC (5+ messages)
[U-Boot] [PATCH v9 0/7] SPI-NAND support (third batch)
2018-09-27 6:10 UTC (9+ messages)
` [U-Boot] [PATCH v9 1/7] mtd: uclass: add probe function
` [U-Boot] [PATCH v9 2/7] mtd: mtdpart: add a generic mtdparts-like parser
` [U-Boot] [PATCH v9 3/7] mtd: mtdpart: search for an equivalent MTD name with the mtdids
` [U-Boot] [PATCH v9 4/7] mtd: mtdpart: implement proper partition handling
` [U-Boot] [PATCH v9 5/7] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v9 6/7] cmd: ubi: clean the partition handling
` [U-Boot] [PATCH v9 7/7] cmd: mtdparts: describe as legacy
[U-Boot] [PATCH][v2] armv8: lsch3: Add support of serdes3 module
2018-09-27 5:02 UTC
[U-Boot] [PATCH 00/22] spl: Add features for passing info from SPL to U-Boot proper
2018-09-27 4:54 UTC (26+ messages)
` [U-Boot] [PATCH 01/22] log: Correct definition of log_msg_ret()
` [U-Boot] [PATCH 02/22] spl: Add support for logging in SPL and TPL
` [U-Boot] [PATCH 03/22] Add core support for a bloblist to convey data from SPL
` [U-Boot] [PATCH 04/22] spl: Set up the bloblist in SPL
` [U-Boot] [PATCH 05/22] bloblist: Locate bloblist in U-Boot
` [U-Boot] [PATCH 06/22] test: Add a simple test for bloblist
` [U-Boot] [PATCH 07/22] Add bloblist documentation
` [U-Boot] [PATCH 08/22] spl: Support hash, input, pch, pci, rtc, tpm in SPL
` [U-Boot] [PATCH 09/22] spl: Add a define for SPL_TPL_PROMPT
` [U-Boot] [PATCH 10/22] spl: Make SPL_DISABLE_BANNER_PRINT a positive option
` [U-Boot] [PATCH 11/22] spl: Add a comment to spl_set_bd()
` [U-Boot] [PATCH 12/22] spl: Print a message if we are unable to load an image
` [U-Boot] [PATCH 13/22] sandbox: Add a memory map to the sandbox README
` [U-Boot] [PATCH 14/22] test/py: Add a way to pass flags to sandbox
` [U-Boot] [PATCH 15/22] sandbox: Add an option to display of-platdata in SPL
` [U-Boot] [PATCH 16/22] sandbox: Add a new 'sb' command
` [U-Boot] [PATCH 17/22] sandbox: Allow puts() output before global_data is set up
` [U-Boot] [PATCH 18/22] sandbox: Refactor code to create os_jump_to_file()
` [U-Boot] [PATCH 19/22] sandbox: Use malloc() and free() from os layer
` [U-Boot] [PATCH 20/22] sandbox: Filter arguments when starting U-Boot
` [U-Boot] [PATCH 21/22] sandbox: Boot in U-Boot through the standard call
` [U-Boot] [PATCH 22/22] spl: Add support for passing handoff info to U-Boot proper
[U-Boot] [PATCH RESEND] u-boot: fixup the iommu-map property of fsl-mc node
2018-09-27 4:07 UTC (3+ messages)
[U-Boot] [PATCH 0/6] Add support for VCore III SoCs found in Microsemi switches
2018-09-26 23:03 UTC (11+ messages)
` [U-Boot] [PATCH 3/6] MSCC: add board support for the VCoreIII based evaluation boards
` [U-Boot] [PATCH 4/6] MSCC: add device tree for Ocelot and Luton (boards and SoCs)
` [U-Boot] [PATCH 5/6] MSCC: add configuration for Ocelot and Luton based boards
` [U-Boot] [PATCH 6/6] MIPS: bootm: Add support for Vcore III linux kernel
` [U-Boot] [PATCH 2/6] MSCC: add support for VCoreIII SoCs
[U-Boot] [PATCH v2 1/1] ARM: meson: Extend mem_map to support 3GiB of RAM
2018-09-26 22:59 UTC (3+ messages)
[U-Boot] [PATCH] net: zynq_gem: Add support for fixed-link phy
2018-09-26 22:56 UTC (2+ messages)
[U-Boot] [PATCH 1/1] sandbox: fix phys_to_virt()
2018-09-26 21:18 UTC (2+ messages)
[U-Boot] [PATCH v5 1/1] rtc: pl031: convert the driver to driver model
2018-09-26 21:15 UTC (2+ messages)
[U-Boot] [PATCH] DW SPI: Allow to overload the management of the external CS
2018-09-26 19:55 UTC (2+ messages)
[U-Boot] [PATCH] pinctrl: mscc: Add gpio and pinctrl driver for MSCC MIPS SoCs (VcoreIII based)
2018-09-26 19:52 UTC (2+ messages)
[U-Boot] [PATCH] gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spi
2018-09-26 19:46 UTC (2+ messages)
[U-Boot] [PATCH 0/3] Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig
2018-09-26 19:35 UTC (5+ messages)
` [U-Boot] [PATCH 3/3] "
[U-Boot] [PATCH 1/1] dm: video: support more escape sequences
2018-09-26 19:00 UTC (2+ messages)
[U-Boot] [PATCH 1/1] dm: video: check bounds for column and row
2018-09-26 19:00 UTC (4+ messages)
[U-Boot] (no subject)
2018-09-26 18:53 UTC (4+ messages)
` [U-Boot] [PATCH 2/7] drivers: spi: cf_spi: migrate to DM and DT
[U-Boot] [PATCH 1/1] dm: video: adjust struct vidconsole_priv description
2018-09-26 18:42 UTC (2+ messages)
[U-Boot] [PATCH 1/5] efi_loader: Generate Microsoft PE format complaint images
2018-09-26 18:40 UTC (6+ messages)
` [U-Boot] [PATCH 4/5] arm: efi: "
` [U-Boot] [PATCH 5/5] riscv: "
[U-Boot] [PATCH 1/1] MAINTAINERS: assign include/video*.h
2018-09-26 18:39 UTC (2+ messages)
[U-Boot] [PATCH v3 0/8] Device tree support for PowerPC in U-Boot
2018-09-26 18:11 UTC (5+ messages)
` [U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot
[U-Boot] [PATCH 1/1] efi_selftest: test handling of exceptions
2018-09-26 17:05 UTC
[U-Boot] [PATCH 1/1] efi_selftest: simplify lib/efi_selftest/Makefile
2018-09-26 17:03 UTC
[U-Boot] [PATCH v9 1/8] ppa/fm/qe: use block layer in ppa/fm/qe driver
2018-09-26 16:45 UTC (5+ messages)
` [U-Boot] [PATCH v9 8/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig
[U-Boot] [PULL] efi patch queue 2018-09-26
2018-09-26 16:11 UTC
[U-Boot] [PATCH v7 00/12] SPI-NAND support
2018-09-26 15:14 UTC (7+ messages)
[U-Boot] [PATCH V2 1/2] pci: Support parsing PCI controller DT subnodes
2018-09-26 15:03 UTC (17+ messages)
[U-Boot] [PATCH v2] Fixes the load command return code under btrfs
2018-09-26 15:01 UTC
[U-Boot] [PATCH] arm: socfpga: stratix10: add sgmii in phymode setup
2018-09-26 14:55 UTC (2+ messages)
[U-Boot] [PATCH v2] cmd: usb_mass_storage: add protection for block_dev
2018-09-26 14:38 UTC (2+ messages)
[U-Boot] [PATCH v3 00/17] riscv: Add QEMU virt board support
2018-09-26 13:55 UTC (18+ messages)
` [U-Boot] [PATCH v3 01/17] riscv: kconfig: Normalize architecture name spelling
` [U-Boot] [PATCH v3 02/17] riscv: Remove setup.h
` [U-Boot] [PATCH v3 03/17] riscv: bootm: Correct the 1st kernel argument to hart id
` [U-Boot] [PATCH v3 04/17] riscv: Remove mach type
` [U-Boot] [PATCH v3 05/17] riscv: cmd: bdinfo: Print the relocation address
` [U-Boot] [PATCH v3 06/17] riscv: Move the linker script to the CPU root directory
` [U-Boot] [PATCH v3 07/17] riscv: Fix coding style issues in the linker script
` [U-Boot] [PATCH v3 08/17] riscv: Explicitly pass -march and -mabi to the compiler
` [U-Boot] [PATCH v3 09/17] riscv: Add a helper routine to print CPU information
` [U-Boot] [PATCH v3 10/17] riscv: Remove CSR read/write defines in encoding.h
` [U-Boot] [PATCH v3 11/17] riscv: bootm: Pass mhartid CSR value to kernel
` [U-Boot] [PATCH v3 12/17] riscv: Make start.S available for all targets
` [U-Boot] [PATCH v3 13/17] riscv: ae350: Clean up mixed tabs and spaces in the dts
` [U-Boot] [PATCH v3 14/17] riscv: kconfig: Select DM and OF_CONTROL
` [U-Boot] [PATCH v3 15/17] riscv: kconfig: Imply DM support for some common drivers
` [U-Boot] [PATCH v3 16/17] riscv: Add QEMU virt board support
` [U-Boot] [PATCH v3 17/17] riscv: Move do_reset() to a common place
[U-Boot] [PATCH V5 00/32] i.MX: Add i.MX8QXP support
2018-09-26 13:52 UTC (33+ messages)
` [U-Boot] [PATCH V5 01/32] dt-bindings: pinctrl: add i.MX8QXP pads definition
` [U-Boot] [PATCH V5 02/32] dt-bindings: clock: dt-bindings: pinctrl: add i.MX8QXP clocks definition
` [U-Boot] [PATCH V5 03/32] dt-bindings: soc: add i.MX8QXP pm and rsrc definition
` [U-Boot] [PATCH V5 04/32] imx8: add scfw macro definition
` [U-Boot] [PATCH V5 05/32] imx: add Kconfig entry for i.MX8QXP
` [U-Boot] [PATCH V5 06/32] arm: build mach-imx for i.MX8
` [U-Boot] [PATCH V5 07/32] arm: global_data: add scu_dev "
` [U-Boot] [PATCH V5 08/32] misc: add i.MX8 misc driver
` [U-Boot] [PATCH V5 09/32] misc: imx8: add scfw api impementation
` [U-Boot] [PATCH V5 10/32] imx: boot_mode: Add FLEXSPI boot entry
` [U-Boot] [PATCH V5 11/32] imx8: add imx-regs header file
` [U-Boot] [PATCH V5 12/32] imx8: pins: include i.MX8QXP pin header when CONFIG_IMX8QXP defined
` [U-Boot] [PATCH V5 13/32] imx: add i.MX8 cpu type
` [U-Boot] [PATCH V5 14/32] armv8: add cpu core helper functions
` [U-Boot] [PATCH V5 15/32] imx8: add basic cpu support
` [U-Boot] [PATCH V5 16/32] imx8: add boot device detection
` [U-Boot] [PATCH V5 17/32] imx8: implement mmc_get_env_dev
` [U-Boot] [PATCH V5 18/32] imx8: add mmu and dram related functiions
` [U-Boot] [PATCH V5 19/32] imx8: add arch_cpu_init arch_cpu_init_dm
` [U-Boot] [PATCH V5 20/32] imx8: add iomux configuration api
` [U-Boot] [PATCH V5 21/32] imx8: add dummy clock
` [U-Boot] [PATCH V5 22/32] gpio: mxc_gpio: add support for i.MX8
` [U-Boot] [PATCH V5 23/32] pinctrl: Add pinctrl driver "
` [U-Boot] [PATCH V5 24/32] power: Add power domain "
` [U-Boot] [PATCH V5 25/32] clk: imx: add clk driver for i.MX8QXP
` [U-Boot] [PATCH V5 26/32] serial_lpuart: Update lpuart driver to support i.MX8
` [U-Boot] [PATCH V5 27/32] serial: lpuart: Enable RX and TX FIFO
` [U-Boot] [PATCH V5 28/32] serial: lpuart: support uclass clk api
` [U-Boot] [PATCH V5 29/32] fsl_esdhc: Update usdhc driver to support i.MX8
` [U-Boot] [PATCH V5 30/32] mmc: fsl_esdhc: add uclass clk support
` [U-Boot] [PATCH V5 31/32] arm: dts: introduce dtsi for i.MX8QXP
` [U-Boot] [PATCH V5 32/32] imx: add i.MX8QXP MEK board support
[U-Boot] [PATCH v4 1/3] drivers: Add board uclass
2018-09-26 13:36 UTC (3+ messages)
` [U-Boot] [PATCH v4 3/3] test: Add tests for "
[U-Boot] [PATCH v3 1/4] core: Add functions to set properties in live-tree
2018-09-26 13:34 UTC (3+ messages)
[U-Boot] [PATCH v2] sandbox: Fix set_working_fdt_addr users
2018-09-26 13:02 UTC
[U-Boot] [PATCH 2/2] config.mk: Remove duplicated -fno-strict-aliasing
2018-09-26 12:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] Makefile: Use -fno-strict-aliasing globally
2018-09-26 12:50 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] serial: omap: Add support for AM654 uart controller
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 4/4] configs: Drop CONFIG_SYS_SCSI_MAXDEVICE
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot,4/4] "
[U-Boot] [PATCH 3/4] ata: Drop CONFIG_SYS_SCSI_MAX_* from boards using DM_SCSI
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/4] ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/4] ata: ahci: Loop over the actual number of ports, not the maximum
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 4/4] xtensa: use asm-generic/atomic.h
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot,4/4] "
[U-Boot] [PATCH 3/4] mips: use asm-generic/atomic.h
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot,3/4] "
[U-Boot] [PATCH 2/4] ARM: use asm-generic/atomic.h
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot,2/4] "
[U-Boot] [PATCH 1/4] Add include/asm-generic/atomic.h
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot,1/4] "
[U-Boot] [PATCH 1/1] cmd: add conitrace command
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] [U-Boot,1/1] "
[U-Boot] [PATCH] mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pin
2018-09-26 12:49 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] dm: Update README.txt to clarify device tree usage
2018-09-26 12:48 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2 3/3] arm: spear: fix enabling of SSP2 clock
2018-09-26 12:48 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 2/3] arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is built
2018-09-26 12:48 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 1/3] spi: add support for ARM PL022 SPI controller
2018-09-26 12:48 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH 3/3] configs: am335x_evm: enable OF_BOARD_SETUP
2018-09-26 12:48 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/3] board: ti: am335x: add support to fixup phy address
2018-09-26 12:48 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/3] drivers: net: cpsw: add support to update phy address
2018-09-26 12:48 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 3/3] configs: sama5d27_som1_ek: Add defconfig for ENV/boot from uSD
2018-09-26 12:43 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/3] configs: sama5d27_som1_ek: Set CONFIG_BOOTARGS using Kconfig
2018-09-26 12:43 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/3] configs: sama5d27_som1_ek: Remove unnecessary FAT_ENV_xxx macros
2018-09-26 12:43 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] configs: sama5d2_xplained: Add defconfig for ENV/boot from eMMC
2018-09-26 12:42 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH V2] spl: Weed out CONFIG_SYS_TEXT_BASE usage
2018-09-26 12:42 UTC (2+ messages)
` [U-Boot] [U-Boot,V2] "
[U-Boot] [PATCH v1 4/4] board: st: stm32mp1: Add usb gadget support
2018-09-26 12:42 UTC (2+ messages)
` [U-Boot] [U-Boot, v1, "
[U-Boot] [PATCH v1 3/4] configs: stm32mp15: Enable USB relative flags
2018-09-26 12:42 UTC (2+ messages)
` [U-Boot] [U-Boot, v1, "
[U-Boot] [PATCH v1 2/4] ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 board
2018-09-26 12:42 UTC (2+ messages)
` [U-Boot] [U-Boot, v1, "
[U-Boot] [PATCH v1 1/4] ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 board
2018-09-26 12:42 UTC (2+ messages)
` [U-Boot] [U-Boot, v1, "
[U-Boot] [PATCH v1 0/5] Add pinmux command
2018-09-26 12:23 UTC (4+ messages)
` [U-Boot] [PATCH v1 2/5] cmd: pinmux: "
[U-Boot] [PATCH v2] fsl-lsch3: Add FlexSPI address space in immap_lsch3
2018-09-26 11:08 UTC (2+ messages)
` [U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller
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