public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-09-01 07:34:09 to 2017-09-04 00:42:43 UTC [more...]

[U-Boot] [PATCH] omap3: evm: Fixes for CONFIG_NAND, SPL_OS_BOOT, USB, and environment
 2017-09-04  0:42 UTC  (4+ messages)
` [U-Boot] [PATCHi v2] "
  ` [U-Boot] [PATCH v3] "
    ` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] block: ide: Drop CONFIG_IDE_INIT_POSTRESET
 2017-09-04  0:42 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] block: ide: Drop CONFIG_IDE_LED
  ` [U-Boot] [U-Boot,2/3] "
` [U-Boot] [PATCH 3/3] block: Drop the ftide020 driver
  ` [U-Boot] [U-Boot,3/3] "
` [U-Boot] [U-Boot, 1/3] block: ide: Drop CONFIG_IDE_INIT_POSTRESET

[U-Boot] [PATCH 1/3] nvme: Fix wrong ndev->queues memset
 2017-09-04  0:42 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] nvme: Fix potential sign extension issue in nvme_blk_rw()
  ` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 3/3] nvme: Remove dead codes in nvme_setup_io_queues()
  ` [U-Boot] [U-Boot, "
` [U-Boot] [U-Boot,1/3] nvme: Fix wrong ndev->queues memset

[U-Boot] [PATCH 1/1] disk: part: fix typo
 2017-09-04  0:42 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH] fix: fw_env: Prevent writing error message on special files, which don't support fsync
 2017-09-04  0:42 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] bch: don't use __BSD_VISIBLE to test for fls
 2017-09-04  0:42 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 8/8] include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions
 2017-09-04  0:42 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 7/8] include/configs: remove default values of CONFIG_SYS_BARGSIZE
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 6/8] include/configs: drop default definitions of CONFIG_SYS_MAXARGS
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 5/8] include/config_fallbacks.h: add default for CONFIG_SYS_MAXARGS
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/8] include/configs: drop default definitions of CONFIG_SYS_PBSIZE
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/8] include/config_fallbacks.h: change fallback for CONFIG_SYS_PBSIZE
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/8] include/configs: remove CONFIG_SYS_CBSIZE when the default value is used
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/8] include/config_fallbacks.h: add default for CONFIG_SYS_CBSIZE
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/4] part: efi: Disable overlap check
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot,4/4] "

[U-Boot] [PATCH 3/4] part: efi: make gpt_fill_pte take the device descriptor
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/4] part: efi: rework the partition start and size in gpt_fill_pte
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] part: efi: Fix offset
 2017-09-04  0:41 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/4] "

[U-Boot] [PATCH 0/9] Add single-device read-only BTRFS support
 2017-09-03 19:25 UTC  (12+ messages)
` [U-Boot] [PATCH 1/9] lib: Add CRC32-C
` [U-Boot] [PATCH 2/9] fs: Create a common fs_devread for ext4/reiserfs/zfs
` [U-Boot] [PATCH 3/9] include: Add a variadic macro to call a callback for all arguments
` [U-Boot] [PATCH 4/9] fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)
` [U-Boot] [PATCH 5/9] fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions
` [U-Boot] [PATCH 6/9] fs: btrfs: Add single-device read-only BTRFS implementation
` [U-Boot] [PATCH 7/9] fs: btrfs: Add U-Boot fs handlers
` [U-Boot] [PATCH 8/9] cmd: Add the 'btrsubvol' command to list BTRFS subvolumes
` [U-Boot] [PATCH 9/9] mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfig

[U-Boot] [PATCH] crypto/fsl: fix obj-yy in Makefile
 2017-09-03 17:23 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:
 2017-09-03 16:31 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/8] fs/fat: cleanups + readdir implementation
 2017-09-03 16:16 UTC  (18+ messages)
` [U-Boot] [PATCH v2 1/8] fs/fat: split out helper to init fsdata
` [U-Boot] [PATCH v2 2/8] fs/fat: introduce new director iterators
` [U-Boot] [PATCH v2 3/8] fat/fs: convert to directory iterators
` [U-Boot] [PATCH v2 4/8] fs: add fs_readdir()
` [U-Boot] [PATCH v2 5/8] fs/fat: implement opendir/readdir/closedir
` [U-Boot] [PATCH v2 6/8] fat/fs: remove a bunch of dead code
` [U-Boot] [PATCH v2 7/8] fat/fs: move ls to generic implementation
` [U-Boot] [PATCH v2 8/8] fs/fat: fix case for FAT shortnames

[U-Boot] [PATCH] git: mailrc: Update e-mail address
 2017-09-03 16:13 UTC 

[U-Boot] [RFC] toradex: imx6: Move g_dnl_bind_fixup() into common SPL code
 2017-09-03 15:23 UTC  (2+ messages)

[U-Boot] [PATCH] Configs: Rename MTDIDS_DEFAULT and MTDPARTS_DEFAULT
 2017-09-03 14:42 UTC 

[U-Boot] [PATCH 2/2] Convert CONFIG_SYS_NAND_ECCSIZE et al to Kconfig
 2017-09-03 13:49 UTC 

[U-Boot] [PATCH 1/2] Fix boards missing CONFIG_NAND after Kconfig migration
 2017-09-03 13:49 UTC 

[U-Boot] [PATCH] mvebu: turris_omnia: Only set eth?addr env if CONFIG_CMD_NET
 2017-09-03 13:13 UTC 

[U-Boot] [PATCH] efi_loader: Fix efi_exit gd clobbering
 2017-09-03 12:17 UTC 

[U-Boot] [PATCH 1/2] Makefile: Quiesce libfdt build
 2017-09-03 11:37 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] Makefile: Suppress output of python libfdt build command

[U-Boot] Please pull u-boot-x86
 2017-09-03 11:31 UTC  (2+ messages)

[U-Boot] [RFC PATCH v1 0/2] edison: Enable ACPI
 2017-09-03  9:46 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/2] x86: tangier: Enable ACPI support for Intel Tangier
` [U-Boot] [PATCH v1 2/2] x86: edison: Bring ACPI minimal support to the board

[U-Boot] [PATCH 1/2] configs: Migrate all of the existing USB symbols, except fastboot
 2017-09-03  1:56 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
 2017-09-03  0:49 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] omap3_logic: Move CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig
 2017-09-03  0:49 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/3] GPT: create block device for sandbox testing
 2017-09-03  0:18 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] add pytest for 'gpt guid' command in sandbox
` [U-Boot] [PATCH 3/3] add pytests for 'gpt rename' and 'gpt swap'

[U-Boot] [PATCH 00/23] efi_loader implement missing functions
 2017-09-02 22:26 UTC  (22+ messages)
` [U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

[U-Boot] [PATCH 00/13] x86: Add Intel Braswell SoC and Cherry Hill board support
 2017-09-02 16:11 UTC  (25+ messages)
` [U-Boot] [PATCH 01/13] x86: tsc: Add Airmont reference clock values
` [U-Boot] [PATCH 02/13] x86: fsp: Update struct common_buf for FSP spec 1.1
` [U-Boot] [PATCH 03/13] x86: fsp: Add FSP_GRAPHICS_INFO_HOB
` [U-Boot] [PATCH 04/13] x86: Add Video BIOS Table (VBT) related Kconfig options
` [U-Boot] [PATCH 05/13] tools: binman: Add a new entry type for Intel VBT
` [U-Boot] [PATCH 06/13] x86: dts: Include Intel Video BIOS Table in the ROM image
` [U-Boot] [PATCH 07/13] x86: dm: video: Add a framebuffer driver that utilizes VBT
` [U-Boot] [PATCH 08/13] x86: fsp: Update fsp command to show spec 1.1 header

[U-Boot] [PATCH] x86: theadorable-x86-common: Remove "ip=dhcp" from default environment
 2017-09-02 15:50 UTC  (3+ messages)

[U-Boot] [PATCH] part: mac: Suppress the error message after reading ddb
 2017-09-02 15:42 UTC 

[U-Boot] [PATCH] ARM: socfpga: remove unneeded NAND config options
 2017-09-02 15:13 UTC  (4+ messages)

[U-Boot] [PATCH] Convert CONFIG_NAND_OMAP_ECCSCHEME to Kconfig
 2017-09-02 14:04 UTC 

[U-Boot] [PATCH 1/5] pci: xilinx: Fix doc comments on config space accessors
 2017-09-02 12:51 UTC  (10+ messages)
` [U-Boot] [PATCH 2/5] pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie
` [U-Boot] [PATCH 3/5] pci: tegra: Remove unused field 'hose' from struct tegra_pcie
` [U-Boot] [PATCH 4/5] pci: layerscape: Remove unused field 'hose' from struct ls_pcie
` [U-Boot] [PATCH 5/5] pci: Remove unnecessary 'default n' from Kconfig

[U-Boot] [PATCH v3 1/1] usb: gadget: g_dnl: Sync internal SN variable with env
 2017-09-02 11:08 UTC  (2+ messages)

[U-Boot] [PATCH] Convert CONFIG_BCH to Kconfig
 2017-09-02  1:58 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Convert CONFIG_SPL_OMAP3_ID_NAND to Kconfig
 2017-09-02  1:58 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] Convert CONFIG_SYS_I2C_BUS_MAX to Kconfig
 2017-09-02  1:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX
 2017-09-02  1:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [Patch V3] Convert CONFIG_NAND_OMAP_GPMC et al to Kconfig
 2017-09-01 23:59 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH V4] Convert CONFIG_NAND_OMAP_GPMC et al to Kconfig
 2017-09-01 23:57 UTC 

[U-Boot] [PATCH] misc: Kconfig: Add SPL_I2C_EEPROM option
 2017-09-01 21:47 UTC  (3+ messages)

[U-Boot] [PATCH V2] imx: mx7: Add support for USB and normal boot modes
 2017-09-01 21:27 UTC  (8+ messages)

[U-Boot] [PATCH 2/2] Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs
 2017-09-01 21:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] Please pull u-boot-video/master
 2017-09-01 20:16 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/8] imx: add USB Serial Download Protocol (SDP) support
 2017-09-01 20:09 UTC  (6+ messages)

[U-Boot] Pull request: u-boot-sunxi/master
 2017-09-01 18:02 UTC  (2+ messages)

[U-Boot] [Patch V2 0/4] Migrate DA850-evm to Driver Model
 2017-09-01 17:39 UTC  (9+ messages)
` [U-Boot] [Patch V2 1/4] spi: davinci_spi: Add da830-spi support for DM
` [U-Boot] [Patch V2 2/4] arm: da850-evm: Enable DM and device tree support for da850-evm
` [U-Boot] [Patch V2 3/4] arm: da850-evm: Enable MTD Parts
` [U-Boot] [Patch V2 4/4] ARM: da850-evm: Enable DM_I2C

[U-Boot] [PATCH v2] sunxi: Fix CONFIG_SUNXI_GMAC references
 2017-09-01 17:12 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-sunxi/master
 2017-09-01 16:48 UTC  (3+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2017-09-01 16:42 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell/master
 2017-09-01 16:42 UTC  (2+ messages)

[U-Boot] [GIT PULL] u-boot-uniphier/master
 2017-09-01 16:42 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Board for QEMU's '-machine virt' on ARM
 2017-09-01 15:25 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2] PCI: Add driver for a 'pci-host-ecam-generic' host controller

[U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional
 2017-09-01 15:21 UTC  (2+ messages)

[U-Boot] [PATCH v3] rpi: Enable USB keyboard support
 2017-09-01 14:52 UTC  (4+ messages)

[U-Boot] [PATCH] sunxi: Change SUNXI_GMAC to SUN7I_GMAC in sources
 2017-09-01 14:45 UTC  (5+ messages)

[U-Boot] DA850evm SPI Flash Partitions between Linux and U-boot are Inconsistent
 2017-09-01 14:44 UTC  (10+ messages)

[U-Boot] QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA
 2017-09-01 14:39 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: sunxi: Only update timing mode bit when enabling new timing mode
 2017-09-01 14:21 UTC  (4+ messages)

[U-Boot] [ANN] U-Boot v2017.09-rc3 released
 2017-09-01 13:34 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/1] usb: gadget: g_dnl: Sync internal SN variable with env
 2017-09-01 12:14 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] arm: dts: da850: Migrate da850-evm DTS files from Linux 4.13-RC5
 2017-09-01 12:11 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] usb: gadget: g_dnl: Use serial# variable to set g_dnl_serial
 2017-09-01 12:02 UTC  (7+ messages)

[U-Boot] [PATCH] x86: baytrail: acpi: Add full reset bit to the reset register value in FADT
 2017-09-01  9:44 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] x86: ich-spi: Remove useless assignment in ich_spi_xfer()
 2017-09-01  9:44 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] x86: ich-spi: Clear atomic preop only when SPI settings are not locked

[U-Boot] [PATCH v3] patman: add support for omitting bouncing addresses
 2017-09-01  9:01 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: ls1043ardb: Add distro secure boot support
 2017-09-01  8:30 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/3] board: atmel: Set the ethernet mac address from eeprom
 2017-09-01  8:26 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/3] board: atmel: Create board/$(VENDOR)/common folder
` [U-Boot] [PATCH v4 2/3] board: sama5d2_xplained: Replace code to set mac address
` [U-Boot] [PATCH v4 3/3] board: sama5d4_xplained: Set mac address from eeprom

[U-Boot] [PATCH 1/2] armv8: layerscape: Allocate 66 MB DDR for secure memory
 2017-09-01  8:25 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] armv8: sec_firmware: Add support for loadables in FIT

[U-Boot] [PATCH 0/7] board: atmel: Convert to support DM_VIDEO
 2017-09-01  8:12 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] misc: i2c_eeprom: Add compatibles
 2017-09-01  8:05 UTC  (2+ messages)

[U-Boot] [U-BOOT][PATCH] drivers: ahci: write upper 32 bits for clb and fis registers
 2017-09-01  7:46 UTC  (3+ messages)

[U-Boot] [UBOOT] [PATCH] cmd: usb: ignore block devices under mass storage device
 2017-09-01  7:35 UTC  (7+ messages)


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