public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-09-25 14:40:18 to 2018-09-26 19:00:13 UTC [more...]

[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  (14+ messages)
` [U-Boot] [PATCH 1/7] m68k: add basic set of devicetrees
` [U-Boot] [PATCH 2/7] drivers: spi: cf_spi: migrate to DM and DT
` [U-Boot] [PATCH 3/7] drivers: serial: mcfuart: add DT support
` [U-Boot] [PATCH 4/7] drivers: serial: mcfuart: add Kconfig option
` [U-Boot] [PATCH 5/7] m68k: architecture changes to support fdt
` [U-Boot] [PATCH 6/7] m68k: add stmark2 fdt support

[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  (8+ messages)
` [U-Boot] [PATCH 2/5] x86: efi: payload: Generate Microsoft PE format complaint image
` [U-Boot] [PATCH 3/5] x86: efi: app: "
` [U-Boot] [PATCH 4/5] arm: efi: Generate Microsoft PE format complaint images
` [U-Boot] [PATCH 5/5] riscv: "

[U-Boot] [PATCH 1/1] MAINTAINERS: assign include/video*.h
 2018-09-26 18:39 UTC  (3+ 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 RESEND] u-boot: fixup the iommu-map property of fsl-mc node
 2018-09-26 17:54 UTC  (2+ messages)

[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 v5 1/1] rtc: pl031: convert the driver to driver model
 2018-09-26 16:49 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/1] ARM: meson: Extend mem_map to support 3GiB of RAM
 2018-09-26 15:11 UTC  (2+ messages)

[U-Boot] [PATCH v9 0/7] SPI-NAND support (third batch)
 2018-09-26 15:07 UTC  (8+ 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 1/2] pci: Support parsing PCI controller DT subnodes
 2018-09-26 15:03 UTC  (19+ 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] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10
 2018-09-26 14:53 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 v3 1/6] drivers: Add OSD uclass
 2018-09-26 13:45 UTC  (3+ messages)

[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  (8+ messages)
` [U-Boot] [PATCH v1 1/5] dm: pinctrl: Add pinmux_show() ops
` [U-Boot] [PATCH v1 2/5] cmd: pinmux: Add pinmux command
` [U-Boot] [PATCH v1 4/5] pinctrl: stm32: Add pinmux_show() ops

[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

[U-Boot] Socfpga ocram warm boot
 2018-09-26  9:30 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/3] efi_loader: eliminate handle member
 2018-09-26  9:26 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/3] efi_loader: typedef struct efi_object *efi_handle_t
` [U-Boot] [PATCH v3 2/3] efi_loader: eliminate handle member
` [U-Boot] [PATCH v3 3/3] efi_loader: rename parent to header

[U-Boot] [PATCH] sandbox: Replace set_working_fdt_addr with pointer version
 2018-09-26  9:19 UTC 

[U-Boot] [PATCH 1/2] spl: fpga: Implement fpga bistream loading with fpga_load
 2018-09-26  8:56 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: zynq: Enable FIT fpga loading in SPL for zc706

[U-Boot] [PULL] efi patch queue 2018-09-23
 2018-09-26  8:43 UTC  (3+ messages)

[U-Boot] [PATCH] net: zynq_gem: Add support for fixed-link phy
 2018-09-26  8:14 UTC 

[U-Boot] [PATCH] fs: cbfs: remove wrong header validation
 2018-09-26  7:12 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] x86: Fix up some bootstage problems
 2018-09-26  6:43 UTC  (15+ messages)
` [U-Boot] [PATCH 1/4] Enable CONFIG_TIMER_EARLY with bootstage
` [U-Boot] [PATCH 2/4] chromebook_samus: Increase pre-relocation memory
` [U-Boot] [PATCH 3/4] binman: Add support for Intel reference code
` [U-Boot] [PATCH 4/4] Revert "x86: galileo: Fix boot failure"

[U-Boot] [UBOOT PATCH 0/2] dm: core: Scan "/firmware" node by default
 2018-09-26  6:33 UTC  (7+ messages)
` [U-Boot] [PATCH v2 0/4] "
  ` [U-Boot] [PATCH v2 1/4] firmware: Add FIRMWARE config prompt string
  ` [U-Boot] [PATCH v2 4/4] dm: test: Add "/firmware" node scan test

[U-Boot] [BUG] U-Boot generates unusable x86_64 EFI binaries
 2018-09-26  6:02 UTC  (2+ messages)

[U-Boot] [PATCH] fsl-lsch3: Add FSPI address space in immap_lsch3
 2018-09-26  6:01 UTC  (4+ messages)
` [U-Boot] [PATCH] fsl-lsch3: soc: Enable AHB support flexspi controller

[U-Boot] [PATCH v3 1/2] qe: Kconfig: Move CONFIG_U_QE to Kconfig
 2018-09-26  5:46 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] armv7: ls102xa: Disable QE before enter deep sleep

[U-Boot] [PATCH 1/6] ofnode: Add missing address translation into ofnode_get_addr_size()
 2018-09-26  5:42 UTC  (13+ messages)
` [U-Boot] [PATCH 2/6] pci: Check ops before using them for config space access
` [U-Boot] [PATCH 3/6] pci: Support parsing PCI controller DT subnodes
` [U-Boot] [PATCH 4/6] pci: Update documentation to make 'compatible' string optional
` [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node
` [U-Boot] [PATCH 6/6] test: Add test for PCI device "

[U-Boot] [PATCH 0/4] Add Rock960 and Ficus 96Board support
 2018-09-26  5:41 UTC  (3+ messages)
` [U-Boot] [PATCH 1/4] arm: dts: rockchip: add some common pin-settings to rk3399

[U-Boot] [PATCH] uclass: Use uclass_foreach_dev() macro instead of open coding
 2018-09-26  5:41 UTC  (6+ messages)

[U-Boot] [PATCH v2 00/15] AVB using OP-TEE
 2018-09-26  5:41 UTC  (5+ messages)
` [U-Boot] [PATCH v2 14/15] tee: optee: support AVB trusted application

[U-Boot] [PATCH 1/1] sandbox: fix phys_to_virt()
 2018-09-26  5:12 UTC 

[U-Boot] [PATCH v2 1/3] qe: kconfig: U QE kconfig
 2018-09-26  2:53 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] arm: layerscape: Remove CONFIG_U_QE define in head files

[U-Boot] [PATCH] Fixes the load command return code under btrfs
 2018-09-26  1:51 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 6/6] common: Generic loader for file system
 2018-09-25 19:39 UTC  (16+ messages)

[U-Boot] [PATCH] net: phy: add TSE PCS support to dwmac-socfpga
 2018-09-25 18:44 UTC  (3+ messages)

[U-Boot] [PATCH v1 0/4] Add USB EHCI and gadget support for STM32MP1
 2018-09-25 16:29 UTC  (2+ messages)

[U-Boot] chain-loading u-boot from u-boot?
 2018-09-25 16:20 UTC 

[U-Boot] [PATCH v2 1/2] pico-imx6ul, pico-imx7d: Use eMMC user partition by default
 2018-09-25 15:34 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] pico-imx6ul, pico-imx7d: Enable USB and PXE boot support

[U-Boot] [PATCH 0/6] Add support for VCore III SoCs found in Microsemi switches
 2018-09-25 15:25 UTC  (3+ messages)
` [U-Boot] [PATCH 2/6] MSCC: add support for VCoreIII SoCs

[U-Boot] [PATCH] DW SPI: Allow to overload the management of the external CS
 2018-09-25 15:15 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/19] AVB using OP-TEE
 2018-09-25 14:40 UTC  (7+ messages)
` [U-Boot] [PATCH v4 14/19] tee: add sandbox driver
` [U-Boot] [PATCH v4 15/19] test: tee: test TEE uclass
` [U-Boot] [PATCH v4 16/19] avb_verify: support using OP-TEE TA AVB
` [U-Boot] [PATCH v4 17/19] test_avb: Update pymark.buildconfigspec information for the AVB tests
` [U-Boot] [PATCH v4 18/19] avb_verify: support sandbox configuration
` [U-Boot] [PATCH v4 19/19] Kconfig: sandbox: enable cmd_avb and dependencies


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