public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-05-18 11:00:19 to 2017-05-19 06:22:55 UTC [more...]

[U-Boot] [PATCH v2 1/3] x86: congatec: add secureboot enabled defconfig for conga-qeval20-qa3-e3845
 2017-05-19  6:22 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] x86: baytrail: Add fsp-header verification for secure boot fsp

[U-Boot] [PATCH 1/2] drivers: net: fsl-mc: Define PHY_RESET_R function
 2017-05-19  6:16 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] drivers: net: fsl-mc: Include MAC addr fixup in DPL

[U-Boot] [PATCH 2/4] dts: socfpga: Add trigger-address property to QSPI device
 2017-05-19  6:09 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/5] Add Intel Arria 10 SoC FPGA driver
 2017-05-19  4:14 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
` [U-Boot] [PATCH v4 2/5] arm: socfpga: Restructure FPGA driver in the preparation to support A10
` [U-Boot] [PATCH v4 3/5] arm: socfpga: Enable FPGA driver on SPL
` [U-Boot] [PATCH v4 4/5] arm: socfpga: Move FPGA manager driver to FPGA driver
` [U-Boot] [PATCH v4 5/5] arm: socfpga: Add FPGA driver support for Arria 10

[U-Boot] [PATCH] rockchip: firefly-rk3399: enable rk3399 pinctrl in defconfig
 2017-05-19  2:18 UTC  (3+ messages)

[U-Boot] [PATCH v3 00/72] dm: Add support for a 'live' device tree
 2017-05-19  2:10 UTC  (73+ messages)
` [U-Boot] [PATCH v3 01/72] dm: core: Set return value first in lists_bind_fdt()
` [U-Boot] [PATCH v3 02/72] Update WARN_ON() to return a value
` [U-Boot] [PATCH v3 03/72] dm: core: Add livetree definitions
` [U-Boot] [PATCH v3 04/72] dm: core: Add livetree access functions
` [U-Boot] [PATCH v3 05/72] dm: Add a function to create a 'live' device tree
` [U-Boot] [PATCH v3 06/72] dm: Build a live tree after relocation
` [U-Boot] [PATCH v3 07/72] dm: core: Rename of_device_is_compatible()
` [U-Boot] [PATCH v3 08/72] dm: core: Add operations on device tree references
` [U-Boot] [PATCH v3 09/72] dm: core: Add livetree address functions
` [U-Boot] [PATCH v3 10/72] fdt: Update fdt_get_base_address() to use const
` [U-Boot] [PATCH v3 11/72] dm: core: Add address operations on device tree references
` [U-Boot] [PATCH v3 12/72] dm: core: Add a place to put extra device-tree reading functions
` [U-Boot] [PATCH v3 13/72] dm: core: Add device-based 'read' functions to access DT
` [U-Boot] [PATCH v3 14/72] dm: core: Implement live tree 'read' functions
` [U-Boot] [PATCH v3 15/72] dm: core: Allow binding a device from a live tree
` [U-Boot] [PATCH v3 16/72] dm: core: Update lists_bind_fdt() to use ofnode
` [U-Boot] [PATCH v3 17/72] dm: core: Update device_bind_driver_to_node() "
` [U-Boot] [PATCH v3 18/72] dm: core: Scan the live tree when setting up driver model
` [U-Boot] [PATCH v3 19/72] dm: core: Add a way to find a device by ofnode
` [U-Boot] [PATCH v3 20/72] dm: regmap: Add support for livetree
` [U-Boot] [PATCH v3 21/72] dm: simple-bus: "
` [U-Boot] [PATCH v3 22/72] dm: core: Update uclass_find_device_by_phandle() "
` [U-Boot] [PATCH v3 23/72] sandbox: Add a way to reset sandbox state for tests
` [U-Boot] [PATCH v3 24/72] dm: test: Move test running code into a separate function
` [U-Boot] [PATCH v3 25/72] dm: test: Show the test filename when running
` [U-Boot] [PATCH v3 26/72] dm: test: Add support for running tests with livetree
` [U-Boot] [PATCH v3 27/72] dm: core: Run tests with both livetree and flat tree
` [U-Boot] [PATCH v3 28/72] dm: gpio: Refactor to prepare for live tree support
` [U-Boot] [PATCH v3 29/72] dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment
` [U-Boot] [PATCH v3 30/72] dm: gpio: sandbox: Use dev_read...() functions to access DT
` [U-Boot] [PATCH v3 31/72] dm: gpio: Add live tree support
` [U-Boot] [PATCH v3 32/72] cros_ec: Fix debug() statement in ec_command_inptr()
` [U-Boot] [PATCH v3 33/72] cros_ec: Convert to support live tree
` [U-Boot] [PATCH v3 34/72] sandbox: Add a new sandbox_flattree board
` [U-Boot] [PATCH v3 35/72] test: Update 'make test' to run more tests
` [U-Boot] [PATCH v3 36/72] fdt: Rename a few functions in fdt_support
` [U-Boot] [PATCH v3 37/72] dm: Add more livetree helpers and definitions
` [U-Boot] [PATCH v3 38/72] string: Add strchrnul()
` [U-Boot] [PATCH v3 39/72] string: Add strcspn()
` [U-Boot] [PATCH v3 40/72] dm: i2c: Convert uclass to livetree
` [U-Boot] [PATCH v3 41/72] samsung: Move pmic header out of config file
` [U-Boot] [PATCH v3 42/72] dm: pmic: Convert uclass to livetree
` [U-Boot] [PATCH v3 43/72] sandbox: pmic: Convert pmic emulator to support livetree
` [U-Boot] [PATCH v3 44/72] dm: regulator: Convert regulator uclass "
` [U-Boot] [PATCH v3 45/72] dm: regulator: Update fixed regulator "
` [U-Boot] [PATCH v3 46/72] dm: mmc: Convert uclass to livetree
` [U-Boot] [PATCH v3 47/72] dm: adc: "
` [U-Boot] [PATCH v3 48/72] dm: usb: "
` [U-Boot] [PATCH v3 49/72] sandbox: usb: Convert emulators "
` [U-Boot] [PATCH v3 50/72] clk: Modify xlate() method for livetree
` [U-Boot] [PATCH v3 51/72] dm: clk: Update uclass to support livetree
` [U-Boot] [PATCH v3 52/72] dm: clk: fixed: Update "
` [U-Boot] [PATCH v3 53/72] dm: test: Separate out the bus DT offset test
` [U-Boot] [PATCH v3 54/72] dm: test: Disable the fdt_offset test with livetree
` [U-Boot] [PATCH v3 55/72] dm: phy: Update tests to use ut_asserteq()
` [U-Boot] [PATCH v3 56/72] dm: mailbox: Update uclass to support livetree
` [U-Boot] [PATCH v3 57/72] dm: phy: "
` [U-Boot] [PATCH v3 58/72] sandbox: phy: Update driver for livetree
` [U-Boot] [PATCH v3 59/72] dm: power-domain: Update uclass to support livetree
` [U-Boot] [PATCH v3 60/72] dm: reset: "
` [U-Boot] [PATCH v3 61/72] dm: pci: "
` [U-Boot] [PATCH v3 62/72] dm: Update the I2C eeprom driver for livetree
` [U-Boot] [PATCH v3 63/72] cros_ec: Update the cros_ec keyboard driver to livetree
` [U-Boot] [PATCH v3 64/72] dm: spi: Convert uclass "
` [U-Boot] [PATCH v3 65/72] dm: sandbox: i2c: Drop fdtdec.h header
` [U-Boot] [PATCH v3 66/72] dm: sandbox: i2c_rtc: "
` [U-Boot] [PATCH v3 67/72] dm: spi-flash: Convert uclass to livetree
` [U-Boot] [PATCH v3 68/72] dm: sandbox: spi: Convert driver to support livetree
` [U-Boot] [PATCH v3 69/72] dm: sandbox: sysreset: Convert driver to livetree
` [U-Boot] [PATCH v3 70/72] dm: test: Fix nit with position of backslash
` [U-Boot] [PATCH v3 71/72] dm: gpio: power: Convert pm8916 drivers to livetree
` [U-Boot] [PATCH v3 72/72] sandbox: Move to use live tree

[U-Boot] [PATCH 0/3] omap: Provide fastboot variables for fastboot.sh
 2017-05-19  2:06 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] omap: Add routine for setting fastboot variables
` [U-Boot] [PATCH 2/3] arm: am57xx: Set fastboot variables in environment
` [U-Boot] [PATCH 3/3] arm: dra7: "

[U-Boot] [PATCH] ARM: fixed relocation using proper alignment
 2017-05-19  1:55 UTC  (10+ messages)

[U-Boot] Please pull u-boot-fdt
 2017-05-19  0:40 UTC  (3+ messages)

[U-Boot] [PATCH v2 09/20] fdt: Build the new python libfdt module
 2017-05-19  0:39 UTC 

[U-Boot] [PATCH v2] ARM: dts: am335x-evm: disable mmc3
 2017-05-19  0:38 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCHv2] scripts/Makefile.lib: Always have ...-u-boot.dtsi be able to override
 2017-05-19  0:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv2] "

[U-Boot] [PULL] u-boot-socfpga/master
 2017-05-19  0:38 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2017-05-19  0:38 UTC  (2+ messages)

[U-Boot] [PATCH v3] fastboot: Add support for flashing zImage
 2017-05-19  0:38 UTC  (2+ messages)

[U-Boot] [PATCH] dm: serial: fix uart stop bits
 2017-05-18 21:09 UTC  (4+ messages)
` [U-Boot] [PATCH] dm: serial: bcm6345: "
  ` [U-Boot] [PATCH v3 1/2] "
    ` [U-Boot] [PATCH v3 2/2] dm: serial: bcm6345: fix baud rate clock calculation

[U-Boot] [PATCH] cmd/elf.c: Support passing arguments with bootelf
 2017-05-18 21:03 UTC 

[U-Boot] [PATCH 0/6] spl: add xip booting support
 2017-05-18 19:51 UTC  (8+ messages)
` [U-Boot] [PATCH 1/6] stm32f7: remove duplicate configs
` [U-Boot] [PATCH 2/6] stm32: stm32f7: add spl build support
` [U-Boot] [PATCH 3/6] SPL: Add XIP booting support
` [U-Boot] [PATCH 4/6] serial: stm32f7: disable overrun
` [U-Boot] [PATCH 5/6] spl: stm32f7: add kernel boot support
` [U-Boot] [PATCH 6/6] spl: stm32f7: configure for xip booting

[U-Boot] [PATCH 00/10] mips: bmips: add SPI support
 2017-05-18 19:29 UTC  (11+ messages)
` [U-Boot] [PATCH 01/10] drivers: spi: allow limiting reads
` [U-Boot] [PATCH 02/10] drivers: spi: add config to consider command bytes when writting to flash
` [U-Boot] [PATCH 03/10] dm: spi: add BCM63xx SPI driver
` [U-Boot] [PATCH 04/10] mips: bmips: add bcm63xx-spi driver support for BCM6338
` [U-Boot] [PATCH 05/10] mips: bmips: add bcm63xx-spi driver support for BCM6348
` [U-Boot] [PATCH 06/10] mips: bmips: add bcm63xx-spi driver support for BCM6358
` [U-Boot] [PATCH 07/10] mips: bmips: add bcm63xx-spi driver support for BCM3380
` [U-Boot] [PATCH 08/10] mips: bmips: add bcm63xx-spi driver support for BCM63268
` [U-Boot] [PATCH 09/10] mips: bmips: enable the SPI flash on the Sagem F@ST1704
` [U-Boot] [PATCH 10/10] mips: bmips: enable the SPI flash on the Netgear CG3100D

[U-Boot] [PATCH 3/4] dts: k2g: Add trigger-address property to QSPI device
 2017-05-18 18:26 UTC 

[U-Boot] [PATCH 4/4] dts: stv0991: Add trigger-address property to QSPI device
 2017-05-18 18:26 UTC 

[U-Boot] [PATCH 1/4] spi: cadence_spi: Add cdns, trigger-address DT property
 2017-05-18 18:26 UTC 

[U-Boot] [PATCH 0/4] spi: cadence_spi: Add cdns, trigger-address DT property
 2017-05-18 18:26 UTC 

[U-Boot] Very slow mtest on i.MX6UL over dual-die DDR3 (two chip selects)
 2017-05-18 17:50 UTC  (8+ messages)

[U-Boot] [PATCH 0/8] dm: mmc: Tidy up handling of block devices
 2017-05-18 16:35 UTC  (20+ messages)
` [U-Boot] [PATCH 2/8] dm: blk: Allow finding block devices without probing
` [U-Boot] [PATCH 3/8] dm: blk: Add a function to find the next block device number
` [U-Boot] [PATCH 4/8] dm: blk: Improve block device claiming
` [U-Boot] [PATCH 5/8] dm: mmc: Avoid probing block devices in find_mmc_device()
` [U-Boot] [PATCH 6/8] dm: mmc: Check that drivers have operations
` [U-Boot] [PATCH 7/8] dm: mmc: Rewrite mmc_blk_probe()
` [U-Boot] [PATCH 8/8] tegra: Convert MMC to use driver model for operations

[U-Boot] [PATCH v2 1/2] test: py: Use global pytestmark for hush tests
 2017-05-18 16:27 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] test: py: hush: Add echo dependency

[U-Boot] [PATCH] dm: mmc: Don't call board_mmc_power_init() with driver model
 2017-05-18 16:01 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/9] dm: Prepare for supporting a live device tree
 2017-05-18 16:01 UTC  (19+ messages)
` [U-Boot] [PATCH v3 1/9] dm: Use dm.h header when driver mode is used
` [U-Boot] [PATCH v3 2/9] dm: core: Move dev_get_addr() etc. into a separate file
` [U-Boot] [PATCH v3 3/9] dm: Rename dev_addr..() functions
` [U-Boot] [PATCH v3 4/9] atmel: Fix up use of dm_scan_fdt_node()
` [U-Boot] [PATCH v3 5/9] dm: Fix up inclusion of common.h
` [U-Boot] [PATCH v3 6/9] dm: core: Dont export dm_scan_fdt_node()
` [U-Boot] [PATCH v3 7/9] dm: core: Replace of_offset with accessor (part 2)
` [U-Boot] [PATCH v3 8/9] dm: core: Add ofnode to represent device tree nodes
` [U-Boot] [PATCH v3 9/9] dm: core: Adjust device_bind_common() to take an ofnode

[U-Boot] [PATCH 00/38] common: Reduce size of common.h
 2017-05-18 15:57 UTC  (5+ messages)
` [U-Boot] [PATCH 36/38] common: arm: davinci: Move header file out of common

[U-Boot] [PATCH v6 00/21] ARM: i.MX6: SabreSD: Add dts support
 2017-05-18 15:41 UTC  (28+ messages)
` [U-Boot] [PATCH v6 01/21] mx6sabresd: MAINTAINERS: Remove invalid defconfigs F: list
` [U-Boot] [PATCH v6 02/21] mx6sabresd: README: Fix to add space on dd command
` [U-Boot] [PATCH v6 03/21] ARM: i.MX6: sabresd: Remove SPL_I2C_SUPPORT
` [U-Boot] [PATCH v6 04/21] ARM: dts: i.MX6: Add imx6qdl-sabresd.dtsi
` [U-Boot] [PATCH v6 09/21] sabresd: i.MX6Q: Add initial dts support
` [U-Boot] [PATCH v6 10/21] sabresd: i.MX6QP: "
` [U-Boot] [PATCH v6 11/21] SabreSD: i.MX6DL: "
` [U-Boot] [PATCH v6 12/21] SabreSD: Move CONFIG_SYS_I2C_MXC to defconfigs
` [U-Boot] [PATCH v6 13/21] SabreSD: Enable DM_I2C and DM_PMIC
` [U-Boot] [PATCH v6 14/21] SabreSD: Enable CONFIG_DM_REGULATOR
` [U-Boot] [PATCH v6 15/21] SabreSD: Enable DM_USB
` [U-Boot] [PATCH v6 16/21] i.MX6: Sabre: Move CONFIG_FEC_MXC to defconfigs
` [U-Boot] [PATCH v6 17/21] i.MX6: SabreSD: Enable DM_ETH
` [U-Boot] [PATCH v6 18/21] i.MX6: sabresd: Drop checkboard
` [U-Boot] [PATCH v6 19/21] i.MX6: SabreSD: Cleanup board code
` [U-Boot] [PATCH v6 20/21] i.MX6: SabreSD: mx6sabresd_spl_defconfig => mx6sabresd_defconfig
` [U-Boot] [PATCH v6 21/21] SabreSD: README: Update with dtb changes

[U-Boot] [PATCH BUGFIX] ColdFire: Remove rogue 'CONFIG_SYS_NO_FLASH' embedded within another CONFIG_ name
 2017-05-18 15:26 UTC 

[U-Boot] litesom.c: Board stuff in SOC ?
 2017-05-18 15:20 UTC  (3+ messages)

[U-Boot] [PATCH] drivers: pci: imx: add imx_pcie_remove function
 2017-05-18 14:35 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] Support for the Turris Omnia router
 2017-05-18 12:15 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] driver/ddr: Add support for setting timing in hws_topology_map
` [U-Boot] [PATCH 3/3] marvell: armada385: Add the Turris Omnia board

[U-Boot] RPi3 + arm64/ARMv8 USB Keyboard not detected
 2017-05-18 12:12 UTC 

[U-Boot] [PATCH v2] fastboot: Add support for flashing zImage
 2017-05-18 12:06 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] mx6sabresd: Rename target to mx6sabresd_defconfig
 2017-05-18 11:15 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] mx6sabresd: Update the config file
` [U-Boot] [PATCH 3/3] mx6sabresd: Update to SPL only mode


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