public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-07-23 14:47:05 to 2018-07-25 01:43:46 UTC [more...]

[U-Boot] [RFC 1/1] efi_loader: check parameters of efi_file_open()
 2018-07-25  1:43 UTC  (2+ messages)

[U-Boot] [PATCH V2 00/32] i.MX: Add i.MX8QXP support
 2018-07-25  0:06 UTC  (10+ messages)
` [U-Boot] [PATCH V2 29/32] fsl_esdhc: Update usdhc driver to support i.MX8

[U-Boot] [PATCH] sunxi: A64: fix default DRAM_ODT_EN symbol
 2018-07-25  0:02 UTC 

[U-Boot] [PATCH 0/2] armv8: reduce exception handling code size
 2018-07-24 23:57 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] armv8: Reduce exception handling code
` [U-Boot] [PATCH 2/2] armv8: make SPL exception vectors optional

[U-Boot] [GIT PULL] u-boot-uniphier/master
 2018-07-24 23:52 UTC 

[U-Boot] [PATCH] kconfig: Avoid format overflow warning from GCC 8.1
 2018-07-24 23:50 UTC  (2+ messages)

[U-Boot] [PATCH] Fix LibreSSL before v2.7.0
 2018-07-24 23:47 UTC 

[U-Boot] [PATCH] ARM: uniphier: enable distro boot
 2018-07-24 23:44 UTC  (2+ messages)

[U-Boot] [PATCH] mtd: nand: denali: correct buffer alignment for DMA transfer
 2018-07-24 23:44 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] fdt_support: make fdt_fixup_mtdparts() prototype more specific
 2018-07-24 23:43 UTC  (2+ messages)

[U-Boot] [PATCH] tools: genboardscfg: move buildman path to first
 2018-07-24 23:41 UTC  (2+ messages)

[U-Boot] [PATCH V2] ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entries
 2018-07-24 23:06 UTC 

[U-Boot] [PATCH 00/10] net: Fix packet corruption issue when handling asynch replies
 2018-07-24 21:40 UTC  (11+ messages)
` [U-Boot] [PATCH 01/10] net: sandbox: Move disabled flag into priv struct
` [U-Boot] [PATCH 02/10] net: sandbox: Refactor sandbox send function
` [U-Boot] [PATCH 03/10] net: sandbox: Make the fake eth driver response configurable
` [U-Boot] [PATCH 04/10] net: sandbox: Share the priv structure with tests
` [U-Boot] [PATCH 05/10] net: sandbox: Allow fake eth to handle more than 1 packet response
` [U-Boot] [PATCH 06/10] net: Add an accessor to know if waiting for ARP
` [U-Boot] [PATCH 07/10] net: sandbox: Add a priv ptr for tests to use
` [U-Boot] [PATCH 08/10] test: eth: Add a test for ARP requests
` [U-Boot] [PATCH 09/10] test: eth: Add a test for the target being pinged
` [U-Boot] [PATCH 10/10] net: Don't overwrite waiting packets with asynchronous replies

[U-Boot] [PATCH v2] cmd: fastboot: Validate user input
 2018-07-24 21:22 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/3] dfu: Fix data abort in dfu_free_entities()
 2018-07-24 21:14 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()
 2018-07-24 19:56 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] gpio: xilinx: Not read output values via regs

[U-Boot] [PATCH] arm64: zynqmp: Add support for Avnet Ultra96
 2018-07-24 19:54 UTC  (2+ messages)

[U-Boot] Ethernet sandox driver issue
 2018-07-24 19:52 UTC  (2+ messages)

[U-Boot] [RFC PATCH] gpio: zynq: Setup bank_name to dev->name
 2018-07-24 19:39 UTC  (8+ messages)

[U-Boot] i.MX6Q SPL won't boot U-Boot from NAND
 2018-07-24 19:25 UTC 

[U-Boot] [PATCH 1/1] arm: socfpga: Add support for the ReflexCES R329 board
 2018-07-24 17:21 UTC 

[U-Boot] [PATCH v2 0/2] env: Make environment loading log more clear
 2018-07-24 16:42 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] disk: part: Don't show redundant error message

[U-Boot] [PATCH] spl: fit: Enable GZIP compression also for no kernel partitions
 2018-07-24 16:26 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: layerscape: Enable EHCI access for LS1012A
 2018-07-24 15:40 UTC  (4+ messages)

[U-Boot] [PATCH v3] arm: zynq: add support for the zybo z7 board
 2018-07-24 15:31 UTC 

[U-Boot] [PATCH 00/20] Add support for 1wire protocol and 1wire eeproms
 2018-07-24 15:28 UTC  (6+ messages)
` [U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured

[U-Boot] [PATCH v2] arm: zynq: add support for the zybo z7 board
 2018-07-24 14:52 UTC  (3+ messages)

[U-Boot] [PATCH 1/6] clk: add clk_valid()
 2018-07-24 14:37 UTC  (11+ messages)
` [U-Boot] [PATCH 2/6] dm: adc: uclass: get reference regulator once
` [U-Boot] [PATCH 3/6] dt-bindings: Document STM32 ADC DT bindings
` [U-Boot] [PATCH 4/6] adc: Add driver for STM32 ADC
` [U-Boot] [PATCH 5/6] configs: stm32mp15: enable ADC

[U-Boot] [PATCH v2 0/6] Add support for STM32 ADC
 2018-07-24 14:31 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] clk: add clk_valid()
` [U-Boot] [PATCH v2 2/6] dm: adc: uclass: get reference regulator once
` [U-Boot] [PATCH v2 3/6] dt-bindings: Document STM32 ADC DT bindings
` [U-Boot] [PATCH v2 4/6] adc: Add driver for STM32 ADC
` [U-Boot] [PATCH v2 5/6] configs: stm32mp15: enable ADC
` [U-Boot] [PATCH v2 6/6] ARM: dts: stm32mp157: Add ADC DT node

[U-Boot] [PATCH v4 0/8] LS1046A SMMU enabling patches
 2018-07-24 14:05 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/8] armv8: fsl-layerscape: add missing register blocks base address defines
` [U-Boot] [PATCH v4 2/8] armv8: ls1046a: advertise QMan v3 in configuration
` [U-Boot] [PATCH v4 3/8] misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms
` [U-Boot] [PATCH v4 4/8] armv8: fsl-layerscape: add missing debug stream ID
` [U-Boot] [PATCH v4 5/8] armv8: ls1046a: initial icid setup support
` [U-Boot] [PATCH v4 6/8] armv8: ls1046a: add icid setup for qman portals
` [U-Boot] [PATCH v4 7/8] armv8: ls1046a: setup fman ports ICIDs and device tree
` [U-Boot] [PATCH v4 8/8] armv8: ls1046a: setup SEC ICIDs and fix up "

[U-Boot] [RFC PATCH 0/4] arm: zynq: implement FPGA load from SPL
 2018-07-24 13:42 UTC  (8+ messages)

[U-Boot] [PATCH] ARM: mx6ul: Apply ERR011115 errata workaround
 2018-07-24 13:20 UTC  (3+ messages)

[U-Boot] [UBOOT PATCH] Kconfig: Move config SYS_MALLOC_LEN to Kconfig for zynq
 2018-07-24 12:50 UTC  (2+ messages)

[U-Boot] [PATCH] kconfig: Replace spaces with tabs
 2018-07-24 12:47 UTC 

[U-Boot] [PATCH] ARM: configs: omap3_logic: remove Legacy OMAP3 USB driver
 2018-07-24 12:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Convert CONFIG_DA8XX_GPIO to Kconfig
 2018-07-24 12:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: DTS: am3517-evm-u-boot: Mark MMC1 with cd-inverted
 2018-07-24 12:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: dts: am3517-evm-uboot: Add reg-shift for UART
 2018-07-24 12:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] mtd: nand: add new enum for storing ECC algorithm
 2018-07-24 12:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] doc: Replace DocBook with sphinx-based docs
 2018-07-24 12:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] ARM: DTS: Resync Logic PD SOM-LV 37xx devkit with Linux 4.18-RC4
 2018-07-24 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit with Linux 4.18-RC4
 2018-07-24 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] ARM: dts: Resync OMAP3 and omap36xx with Linux 4.18-RC4
 2018-07-24 12:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: DTS: Resync am3517-evm.dts with Linux 4.18-rc4
 2018-07-24 12:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: m5253evbe: Remove this board
 2018-07-24 12:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 2/2] spi: stm32_qspi: rework mode management
 2018-07-24 12:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v1 1/2] spi: stm32_qspi: assign functional operation mode in _stm32_qspi_gen_ccr
 2018-07-24 12:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH 1/1] bios_emulator: remove assignment without effect
 2018-07-24 12:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v3 0/6] Add support of CONFIG_BLK for STM32Fx platforms
 2018-07-24 12:37 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] configs: stm32f429-evaluation: Enable CONFIG_BLK
` [U-Boot] [PATCH v3 2/6] configs: stm32f746-disco: "
` [U-Boot] [PATCH v3 3/6] configs: stm32f469-disco: "
` [U-Boot] [PATCH v3 4/6] mmc: arm_pl180_mmci: Update to support CONFIG_BLK
` [U-Boot] [PATCH v3 5/6] mmc: arm_pl180_mmci: Add missing clk_free
` [U-Boot] [PATCH v3 6/6] mmc: arm_pl180_mmci: Remove cd_inverted host's struct field

[U-Boot] [PATCH v2 0/6] Add support of CONFIG_BLK for STM32Fx platforms
 2018-07-24 11:42 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/6] configs: stm32f429-evaluation: Enable CONFIG_BLK
` [U-Boot] [PATCH v2 2/6] configs: stm32f746-disco: "
` [U-Boot] [PATCH v2 3/6] configs: stm32f469-disco: "
` [U-Boot] [PATCH v2 4/6] mmc: arm_pl180_mmci: Update to support CONFIG_BLK
` [U-Boot] [PATCH v2 5/6] mmc: arm_pl180_mmci: Add missing clk_free
` [U-Boot] [PATCH v2 6/6] mmc: arm_pl180_mmci: Add "cd_inverted" DT property read

[U-Boot] ext4: Issue with ext4write
 2018-07-24 10:53 UTC  (5+ messages)
` [U-Boot] ext4: massive corruption "

[U-Boot] [PATCH] ddr: altera: Add ECC DRAM scrubbing support for Stratix 10
 2018-07-24 10:52 UTC  (4+ messages)

[U-Boot] [PATCH] mailmap: Fix broken email from fit_image.c
 2018-07-24 10:51 UTC 

[U-Boot] [PATCH] arm64: zynqmp: Enable soft gpio driver for zcu102 and zcu100
 2018-07-24 10:46 UTC 

[U-Boot] [PATCH V3 1/2] mmc: add HS400 support
 2018-07-24  8:59 UTC  (5+ messages)

[U-Boot] [UBOOT PATCH v2] net: zynq_gem: convert to use livetree
 2018-07-24  8:58 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/5] dm: led: remove auto probe in binding function
 2018-07-24  8:58 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/5] stm32mp1: add gpio led support
` [U-Boot] [PATCH v3 2/5] Revert "dm: led: auto probe() LEDs with "default-state""
` [U-Boot] [PATCH v3 3/5] dm: led: move default state support in led uclass
` [U-Boot] [PATCH v3 4/5] stm32mp1: use new function led default state
` [U-Boot] [PATCH v3 5/5] sandbox: led: use new function to configure "

[U-Boot] [PATCH] sunxi: enable SATA on Banana Pi M2 Berry
 2018-07-24  8:46 UTC  (2+ messages)

[U-Boot] [UBOOT PATCH] gpio: zynq: Used platdata structure for storing static data instead of priv
 2018-07-24  8:46 UTC  (3+ messages)

[U-Boot] [PATCH v2 11/13] sunxi: add DRAM support to H6
 2018-07-24  8:40 UTC  (3+ messages)
` [U-Boot] [PATCH v2.1 "

[U-Boot] [PATCH v2 00/13] Allwinner H6 support (w/ SPL)
 2018-07-24  8:39 UTC  (26+ messages)
` [U-Boot] [PATCH v2 02/13] sunxi: add basic memory map definitions of H6 SoC
` [U-Boot] [PATCH v2 03/13] sunxi: change RMR64's RVBAR address for H6
` [U-Boot] [PATCH v2 04/13] sunxi: change ATF position "
` [U-Boot] [PATCH v2 05/13] sunxi: add config for SPL at 0x20000 on H6
` [U-Boot] [PATCH v2 06/13] sunxi: change GIC address "
` [U-Boot] [PATCH v2 07/13] sunxi: add clock code for H6
` [U-Boot] [PATCH v2 08/13] sunxi: use sun6i-style watchdog "
` [U-Boot] [PATCH v2 09/13] sunxi: add UART0 setup "
` [U-Boot] [PATCH v2 10/13] sunxi: add MMC support "
    ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH v2 12/13] sunxi: add support for Allwinner H6 SoC
` [U-Boot] [PATCH v2 13/13] sunxi: add support for Pine H64 board

[U-Boot] [PATCH v2 00/26] mmc: Add support for HS200 and UHS modes
 2018-07-24  8:28 UTC  (3+ messages)
` [U-Boot] [PATCH v2 22/26] mmc: Change mode when switching to a boot partition

[U-Boot] [PATCH V2] drivers: regulator: fixed: add u-boot, off-on-delay-us
 2018-07-24  8:11 UTC 

[U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size
 2018-07-24  8:07 UTC  (12+ messages)

[U-Boot] [PATCH 0/3] add support for the asus C201 chromebook (4GiB)
 2018-07-24  8:05 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] rockchip: add support for veyron-speedy (ASUS Chromebook C201)

[U-Boot] [PATCH v1 0/6] Add support of CONFIG_BLK for STM32Fx platforms
 2018-07-24  8:03 UTC  (14+ messages)
` [U-Boot] [PATCH v1 1/6] configs: stm32f429-evaluation: Enable CONFIG_BLK
` [U-Boot] [PATCH v1 2/6] configs: stm32f746-disco: "
` [U-Boot] [PATCH v1 3/6] configs: stm32f769-disco: "
` [U-Boot] [PATCH v1 4/6] mmc: arm_pl180_mmci: Update to support CONFIG_BLK
` [U-Boot] [PATCH v1 5/6] mmc: arm_pl180_mmci: Add missing clk_free
` [U-Boot] [PATCH v1 6/6] mmc: arm_pl180_mmci: Add "cd_inverted" DT property read

[U-Boot] [PATCH v2 0/5] dm: led: remove auto probe in binding function
 2018-07-24  7:52 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/5] Revert "dm: led: auto probe() LEDs with "default-state""
` [U-Boot] [PATCH v2 4/5] stm32mp1: use new function led default state
` [U-Boot] [PATCH v2 5/5] sandbox: led: use new function to configure "

[U-Boot] [PATCH 1/4] configs: opos6uldev: undef CONFIG_POWER_DOMAIN when SPL_BUILD
 2018-07-24  7:45 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined
` [U-Boot] [PATCH 3/4] dm: core: device: enable power domain in probe
` [U-Boot] [PATCH 4/4] dm: power-domain: query power domain after get device

[U-Boot] [PATCH] Cleanup CONFIG_BOOTDELAY on cl-som-imx7
 2018-07-24  7:29 UTC 

[U-Boot] [PATCH 00/17] fs: fat: extend FAT write operations
 2018-07-24  2:07 UTC  (13+ messages)
` [U-Boot] [PATCH 11/17] fs: add mkdir interface
` [U-Boot] [PATCH 13/17] fs: fat: support mkdir
` [U-Boot] [PATCH 14/17] cmd: fat: add fatmkdir command

[U-Boot] [PATCH] imx8qxp_mek: add README
 2018-07-24  1:02 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/6] musb-new: Improve shutdown code
 2018-07-23 23:48 UTC  (3+ messages)
` [U-Boot] [RFC PATCH v2 3/6] dm: usb: Add UCLASS_USB_DEV_GENERIC shutdown

[U-Boot] [PATCH] mkimage: fit_image: Use macros from image.h
 2018-07-23 23:48 UTC  (2+ messages)

[U-Boot] [PATCH] fs: ext4: Prevent erasing buffer past file size
 2018-07-23 21:32 UTC  (3+ messages)

[U-Boot] [PATCH v2] gpio: xilinx: Convert driver to DM
 2018-07-23 19:19 UTC  (4+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2018-07-23 18:16 UTC  (2+ messages)

[U-Boot] [PATCH] ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entries
 2018-07-23 16:46 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/5] common: Log should depends on DM not be selected by DM
 2018-07-23 15:40 UTC  (11+ messages)
` [U-Boot] [PATCH v2 2/5] Kconfig: Replace spaces with tabs and missing newline
` [U-Boot] [PATCH v2 3/5] Kconfig: Sort bool, default, select and imply options
` [U-Boot] [PATCH v2 4/5] dm: Change CMD_DM enabling
` [U-Boot] [PATCH v2 5/5] Kconfig: Sort bool, default, select and imply options

[U-Boot] [PATCH] tegra: Indicate that binman makes all three output files
 2018-07-23 15:27 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: Make CMD_NAND imply NAND
 2018-07-23 14:47 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Convert CONFIG_MTD_PARTITIONS et al to Kconfig
 2018-07-23 14:47 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] configs: Convert CONFIG_USE_NAND to CONFIG_NAND
 2018-07-23 14:47 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Convert CONFIG_NAND_ATMEL to Kconfig
 2018-07-23 14:47 UTC  (2+ messages)
` [U-Boot] "


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