public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-08-13 10:45:22 to 2017-08-14 21:15:31 UTC [more...]

[U-Boot] [PATCH 0/2] improve hello_world standalone application for arm
 2017-08-14 21:15 UTC  (10+ messages)
` [U-Boot] [PATCH 2/2] hello_world.c: fix entry point in case of arm thumb binary
` [U-Boot] [PATCH 1/2] arm: use $loadaddr as the standalone entry point

[U-Boot] [PATCH v2] hash: Compile only hardware or software versions of SHA algorithms
 2017-08-14 20:38 UTC 

[U-Boot] FYI: scripts for manually converting options to Kconfig
 2017-08-14 18:41 UTC 

[U-Boot] [PATCH v2 1/1] common: Move CONFIG_BOOTARGS to Kconfig
 2017-08-14 18:25 UTC  (3+ messages)

[U-Boot] [PATCH v2] driver: net: ldpaa: Update priv->phydev after free()
 2017-08-14 17:49 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 2/2] usb: net: Add support for Microchip LAN75xx and LAN78xx
 2017-08-14 17:49 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 1/2] net: Add mii_resolve_flowctrl_fdx()
 2017-08-14 17:49 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: fman: add support RGMII_TXID to memac
 2017-08-14 17:49 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] Pull request: u-boot-net.git master
 2017-08-14 17:48 UTC 

[U-Boot] [GIT PULL v2] Please pull u-boot-rockchip/master
 2017-08-14 17:33 UTC  (5+ messages)
` [U-Boot] [PATCH] ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not defined

[U-Boot] rk3288: 32KB SPL size restriction
 2017-08-14 17:31 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] dtoc: Add support for 64-bit addresses
 2017-08-14 17:26 UTC  (5+ messages)
` [U-Boot] [PATCH 3/3] dtoc: Add support for 32 or "
  ` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v4 1/1] common: Move CONFIG_BOOTARGS to Kconfig
 2017-08-14 17:22 UTC 

[U-Boot] [PATCH 2/3] dtoc: Add a 64-bit type and a way to convert cells into 64 bits
 2017-08-14 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] dtoc: Adjust Node to record its parent
 2017-08-14 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/3] "

[U-Boot] [RFC PATCH 0/4] rockchip: rk3368: fixes to work with 64bit-aware OF_PLATDATA
 2017-08-14 17:05 UTC  (5+ messages)
` [U-Boot] [RFC PATCH 1/4] rockchip: clk: rk3368: update for 32/64bit-aware OF_PLATDATA
` [U-Boot] [RFC PATCH 2/4] rockchip: timer: "
` [U-Boot] [RFC PATCH 3/4] rockchip: rk3368: adjust DMC driver "
` [U-Boot] [PATCH 4/4] rockchip: dts: rk3368: reduce the number of nodes seen in TPL

[U-Boot] [PATCH v2 0/5] Extend FIT support for falcon boot
 2017-08-14 16:52 UTC  (7+ messages)
` [U-Boot] [PATCH v2 3/5] spl: fit: Eanble GZIP support for image decompression
` [U-Boot] [PATCH v2 4/5] spl: fit: Support both external and embedded data

[U-Boot] [PATCH v2 0/2] improve hello_world standalone application for arm
 2017-08-14 16:27 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] arm: use LOADADDR as the default for STANDALONE_LOAD_ADDR
` [U-Boot] [PATCH v2 2/2] hello_world.c: fix entry point in case of arm thumb binary

[U-Boot] [PATCH] mmc: Support generic PCI SD host controller
 2017-08-14 16:01 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: defaultly enable SPL for Lichee Pi Zero
 2017-08-14 15:46 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/1] common: Move CONFIG_BOOTARGS to Kconfig
 2017-08-14 15:41 UTC 

[U-Boot] [PATCH] Makefile: honor PYTHON configuration properly
 2017-08-14 15:35 UTC  (6+ messages)
  ` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH v2 0/8] fs/fat: cleanups + readdir implementation
 2017-08-14 14:56 UTC  (12+ 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] hash: Compile-off SHA SW lib in case SHA HW lib is present
 2017-08-14 14:34 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] fs/fat: cleanups + readdir implementation
 2017-08-14 13:05 UTC  (19+ messages)
` [U-Boot] [PATCH 2/8] fs/fat: introduce new director iterators
` [U-Boot] [PATCH 3/8] fat/fs: convert to directory iterators
` [U-Boot] [PATCH 4/8] fs: add fs_readdir()
` [U-Boot] [PATCH 5/8] fs/fat: implement opendir/readdir/closedir
` [U-Boot] [PATCH 6/8] fat/fs: remove a bunch of dead code
` [U-Boot] [PATCH 7/8] fat/fs: move ls to generic implementation
` [U-Boot] [PATCH 8/8] fs/fat: fix case for FAT shortnames
  ` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH 1/2] pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is set
 2017-08-14 10:09 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] pinctrl: imx7ulp: Add new info instance for iomuxc1

[U-Boot] [PATCH 0/3] rockchip: rv1108: support USB OTG and Host ports on evb-rv1108
 2017-08-14 10:05 UTC  (8+ messages)
` [U-Boot] [PATCH 1/3] configs: rockchip: add USB configs for evb-rv1108 board
` [U-Boot] [PATCH 2/3] ARM: dts: rockchip: add USB nodes for evb-rv1108
` [U-Boot] [PATCH 3/3] rockchip: evb-rv1108: add usb init function for dwc2 gadget

[U-Boot] [PATCH] i2c: muxes: add i2c gpio multiplexer driver
 2017-08-14 10:00 UTC 

[U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree
 2017-08-14  7:32 UTC 

[U-Boot] rockchip: rk322x: Disable integrated macphy for saving power consuming
 2017-08-14  7:04 UTC 

[U-Boot] [PATCH 1/2] powerpc: Rework interrupt_init_cpu()
 2017-08-14  6:56 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] powerpc: Rework cpu_init_f() to take no arguments

[U-Boot] [PATCH 1/2] sf: Add Macronix MX25U6435F device parameters
 2017-08-14  5:35 UTC  (10+ messages)
` [U-Boot] [PATCH 2/2] sf: Preserve QE bit when clearing BP# bits for Macronix flash

[U-Boot] [PATCH v2 0/5] Add flash to fpga intermediate driver
 2017-08-14  3:58 UTC  (12+ messages)
` [U-Boot] [PATCH v2 4/5] arm: socfpga: Add intermediate driver between flash and FPGA manager

[U-Boot] [Patch v2] QE: Set QE_IRAM_READY after uploading firmware
 2017-08-14  2:22 UTC 

[U-Boot] [PATCH 1/2] sandbox: Introduce Kconfig option for 32/64 bit host
 2017-08-14  1:26 UTC  (8+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig

[U-Boot] [PATCH 00/12] imx: mx6sabresd: support SPL FIT
 2017-08-14  0:44 UTC  (9+ messages)
` [U-Boot] [PATCH 02/12] power: pmic/regulator allow dm be omited by SPL
` [U-Boot] [PATCH 03/12] Makefile: build FIT image if CONFIG_SPL_FIT_GENERATOR defined
` [U-Boot] [PATCH 07/12] scripts: spl: Disable DM MMC when SPL DM not enabled

[U-Boot] [PATCH 1/1] stm32f1: remove stm32f1 support
 2017-08-14  0:09 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH] cmd/bdinfo: correct comment in board_detail
 2017-08-14  0:08 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] test: Move the FIT test into the correct place
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/3] test: Convert the FIT test to test/py
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/3] "

[U-Boot] [PATCH 1/3] test: Indent test-fit.py to match the next patch
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/2] ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] test: Fix FIT test to pass again
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] wdt: Update uclass to make clear that the timeout is in ms
 2017-08-14  0:08 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 8/8] x86: qemu: Enable NVMe driver
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot,8/8] "

[U-Boot] [PATCH 7/8] nvme: Handle zero Maximum Data Transfer Size (MDTS)
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 6/8] nvme: Fix number of blocks detection
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot,6/8] "

[U-Boot] [PATCH 5/8] nvme: Detect devices that are class Storage Express
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/8] nvme: Add nvme commands
 2017-08-14  0:08 UTC  (2+ messages)
` [U-Boot] [U-Boot,4/8] "

[U-Boot] [PATCH 3/8] nvme: Add show routine to print detailed information
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/8] nvme: Add NVM Express driver support
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/8] "

[U-Boot] [PATCH 1/8] dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] arm: mvebu: ddr3_debug: remove self assignments
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] arm: mvebu: remove self assignment
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH 1/1] tpm: add missing va_end
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH 1/1] ARM: hisilicon: hikey: do not rely on random stack value
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] stm32: remove redundant 'else if'
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH 1/1] arm: mvebu: avoid possible NULL dereference
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] armv7m: mpu_config add missing break
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH 1/1] bcm281xx: clock: avoid possible NULL dereference
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] arm: bcm235xx: clk_set_rate avoid possible NULL deref
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] arm: bcm235xx: avoid possible NULL dereference
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] arm: spear: do not return random value from stack
 2017-08-14  0:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/1] api: remove superfluous assignment
 2017-08-14  0:06 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH 2/2] Convert CONFIG_OMAP3_SPI to Kconfig
 2017-08-14  0:06 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] OMAP3_SPI: Kconfig: move OMAP3_SPI out of DM_SPI section
 2017-08-14  0:06 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [RFC 1/1] omap3: incorrect logical check in do_emif4_init
 2017-08-14  0:06 UTC  (2+ messages)
` [U-Boot] [U-Boot, RFC, "

[U-Boot] [PATCH] fs: add fs_readdir()
 2017-08-13 23:01 UTC  (7+ messages)

[U-Boot] [PATCH 0/6] moveconfig: A few more features
 2017-08-13 22:03 UTC  (4+ messages)
` [U-Boot] [PATCH 5/6] moveconfig: Support building a simple config database

[U-Boot] [PATCH] moveconfig: Use fd.write() instead of print >>
 2017-08-13 22:02 UTC 

[U-Boot] [PATCH] usb: kbd: don't fail with iomux (v3)
 2017-08-13 21:37 UTC  (7+ messages)

[U-Boot] [PATCH v4 1/1] mmc: Add MMC support for stm32h7 Socs
 2017-08-13 21:37 UTC  (2+ messages)

[U-Boot] [UBOOT] [PATCH] cmd: usb: ignore block devices under mass storage device
 2017-08-13 21:37 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] vsprintf and short-wchar for EFI_LOADER
 2017-08-13 21:36 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] lib: add some utf16 handling helpers
` [U-Boot] [PATCH 3/5] vsprintf.c: add UTF-16 string (%ls) support

[U-Boot] [patch v2 00/13] imx: mx6sabresd: support SPL FIT
 2017-08-13 21:36 UTC  (3+ messages)
` [U-Boot] [patch v2 10/13] power: pmic.h: include dm/ofnode.h

[U-Boot] [PATCH v2 1/1] i2c: add i2c driver for stm32
 2017-08-13 21:36 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: rk322x: enable fastboot to set boot mode tag
 2017-08-13 21:36 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: enable rk322x sysreset driver
 2017-08-13 21:36 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: dts: rk3399-evb: remove redundant gmac node
 2017-08-13 21:36 UTC  (2+ messages)

[U-Boot] [PATCH] common:usb_kbd:Add key values of F1~F12
 2017-08-13 21:36 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] rockchip: rk3399: detect boot mode
 2017-08-13 21:36 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] rockchip: rk3399: enable fastboot to set boot mode tag
` [U-Boot] [PATCH 3/3] rockchip: rk3399: enable preboot for boot mode detect

[U-Boot] [RFC PATCH v1 1/2] ARM: mvebu: Add SoC IDs for Marvell's integrated CPUs
 2017-08-13 21:35 UTC  (2+ messages)

[U-Boot] [PATCH v4 60/66] rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368
 2017-08-13 21:35 UTC  (9+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH 0/3] fix apalis_t30 optional pcie operation
 2017-08-13 21:35 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] apalis_t30: describe pcie ports

[U-Boot] [PATCH v2 0/6] fix apalis-tk1 pcie gigabit ethernet operation
 2017-08-13 21:35 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/6] power: as3722: fix ldo_get/set_enable for ldo index bigger than 7

[U-Boot] [PATCH v2 0/2] dm: core: add clocks node scan
 2017-08-13 21:35 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] "
` [U-Boot] [PATCH v2 2/2] dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test

[U-Boot] [PATCH v2] dm: core: also parse chosen node
 2017-08-13 21:35 UTC  (2+ messages)

[U-Boot] [PATCH 00/51] gdsys: Add support for Gazerbeam board
 2017-08-13 21:35 UTC  (8+ messages)
` [U-Boot] [PATCH 09/51] phy: Support Marvell 88X2242

[U-Boot] [PATCH 1/3] dm: Add migration plan for CONFIG_BLK
 2017-08-13 21:35 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
 2017-08-13 21:35 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
` [U-Boot] [PATCH v4 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT

[U-Boot] [PATCH] Convert CONFIG_BCH to Kconfig
 2017-08-13 21:20 UTC  (2+ messages)

[U-Boot] [RESEND PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property
 2017-08-13 21:20 UTC  (3+ messages)
` [U-Boot] [PATCH v2] arm: dts: am33xx: sync DTS with Linux 4.13-rc4

[U-Boot] Test Environment
 2017-08-13 20:40 UTC 

[U-Boot] [PATCH v3 0/3] efi_loader: OpenProtocol, CloseProtocol
 2017-08-13 20:37 UTC  (11+ messages)
` [U-Boot] [PATCH v3 2/3] efi_loader: open_info in "
` [U-Boot] [PATCH v3 3/3] efi_loader: implement OpenProtocolInformation

[U-Boot] [PATCH] fs: fat: fix fatwrite overflow calculation
 2017-08-13 19:16 UTC 

[U-Boot] [PATCH] board: atmel: Enable to use new timer driver
 2017-08-13 16:00 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/6] fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE
 2017-08-13 15:59 UTC  (3+ messages)

[U-Boot] [PATCH] fastboot: mmc: fix pointer size warning in 64bit system
 2017-08-13 15:35 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] test: Port FIT test to a pytest
 2017-08-13 15:35 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] test: Fix FIT test to pass again
` [U-Boot] [PATCH v2 2/4] test: Indent test-fit.py to match the next patch
` [U-Boot] [PATCH v2 3/4] test: Convert the FIT test to test/py
` [U-Boot] [PATCH v2 4/4] test: Move the FIT test into the correct place

[U-Boot] [PATCH 0/2] Fix get_device_type() problems
 2017-08-13 15:26 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] Revert "arm: omap: Unify get_device_type() function"
` [U-Boot] [PATCH 2/2] arm: Exercise v7_arch_cp15_set_acr even without errata fixups

[U-Boot] [PATCH] Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set
 2017-08-13 14:00 UTC 

[U-Boot] [PATCH] omap3_logic: Move CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig
 2017-08-13 13:21 UTC 

[U-Boot] [PATCH] omap3: omap3_logic: Finish enabling fastboot on MUSB
 2017-08-13 12:36 UTC 


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