public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-05-09 02:14:27 to 2017-05-10 14:21:18 UTC [more...]

[U-Boot] [PATCH v2 00/71] dm: Add support for a 'live' device tree
 2017-05-10 14:21 UTC  (40+ messages)
` [U-Boot] [PATCH v2 01/71] dm: core: Set return value first in lists_bind_fdt()
` [U-Boot] [PATCH v2 02/71] Update WARN_ON() to return a value
` [U-Boot] [PATCH v2 03/71] dm: core: Add livetree definitions
` [U-Boot] [PATCH v2 04/71] dm: core: Add livetree access functions
` [U-Boot] [PATCH v2 05/71] dm: Add a function to create a 'live' device tree
` [U-Boot] [PATCH v2 06/71] dm: Build a live tree after relocation
` [U-Boot] [PATCH v2 07/71] dm: core: Rename of_device_is_compatible()
` [U-Boot] [PATCH v2 08/71] dm: core: Add operations on device tree references
` [U-Boot] [PATCH v2 09/71] dm: core: Add livetree address functions
` [U-Boot] [PATCH v2 10/71] fdt: Update fdt_get_base_address() to use const
` [U-Boot] [PATCH v2 11/71] dm: core: Add address operations on device tree references
` [U-Boot] [PATCH v2 12/71] dm: core: Add a place to put extra device-tree reading functions
` [U-Boot] [PATCH v2 13/71] dm: core: Add device-based 'read' functions to access DT
` [U-Boot] [PATCH v2 14/71] dm: core: Implement live tree 'read' functions
` [U-Boot] [PATCH v2 15/71] dm: core: Allow binding a device from a live tree
` [U-Boot] [PATCH v2 16/71] dm: core: Update lists_bind_fdt() to use ofnode
` [U-Boot] [PATCH v2 17/71] dm: core: Update device_bind_driver_to_node() "
` [U-Boot] [PATCH v2 18/71] dm: core: Scan the live tree when setting up driver model
` [U-Boot] [PATCH v2 19/71] dm: core: Add a way to find a device by ofnode
` [U-Boot] [PATCH v2 20/71] dm: regmap: Add support for livetree
` [U-Boot] [PATCH v2 21/71] dm: simple-bus: "
` [U-Boot] [PATCH v2 22/71] dm: core: Update uclass_find_device_by_phandle() "
` [U-Boot] [PATCH v2 23/71] sandbox: Add a way to reset sandbox state for tests
` [U-Boot] [PATCH v2 24/71] dm: test: Move test running code into a separate function
` [U-Boot] [PATCH v2 25/71] dm: test: Show the test filename when running
` [U-Boot] [PATCH v2 26/71] dm: test: Add support for running tests with livetree
` [U-Boot] [PATCH v2 27/71] dm: core: Run tests with both livetree and flat tree
` [U-Boot] [PATCH v2 28/71] dm: gpio: Refactor to prepare for live tree support
` [U-Boot] [PATCH v2 29/71] dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment
` [U-Boot] [PATCH v2 30/71] dm: gpio: sandbox: Use dev_read...() functions to access DT
` [U-Boot] [PATCH v2 31/71] dm: gpio: Add live tree support
` [U-Boot] [PATCH v2 32/71] cros_ec: Fix debug() statement in ec_command_inptr()
` [U-Boot] [PATCH v2 33/71] cros_ec: Convert to support live tree
` [U-Boot] [PATCH v2 34/71] sandbox: Add a new sandbox_flattree board
` [U-Boot] [PATCH v2 35/71] test: Update 'make test' to run more tests
` [U-Boot] [PATCH v2 36/71] fdt: Rename a few functions in fdt_support
` [U-Boot] [PATCH v2 37/71] dm: Add more livetree helpers and definitions
` [U-Boot] [PATCH v2 38/71] string: Add strchrnul()
` [U-Boot] [PATCH v2 39/71] string: Add strcspn()

[U-Boot] [PATCH 0/5] dm: clk: add BCM6345 gated clock controller support
 2017-05-10 14:19 UTC  (3+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH 0/3] dm: led: add BCM6358 serial leds support
 2017-05-10 14:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] dm: led: add BCM6328 led support
 2017-05-10 14:19 UTC  (3+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH 0/5] dm: gpio: add BMIPS gpio support
 2017-05-10 14:18 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] dm: rst: add BCM6345 reset controller support
 2017-05-10 14:18 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: fixed relocation using proper alignment
 2017-05-10 13:41 UTC 

[U-Boot] [PATCH] arm: mvebu: clearfog: generic distro bootcmd
 2017-05-10 13:12 UTC 

[U-Boot] [PATCH v3 1/2] env_mmc: configure environment offsets via device tree
 2017-05-10 12:44 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] doc: document u-boot, mmc-env-offset and u-boot, mmc-env-offset-redund

[U-Boot] [PATCH 1/5 v2] dm: device_remove: Don't return in device_chld_remove() upon error
 2017-05-10 12:31 UTC  (21+ messages)
` [U-Boot] [PATCH 2/5 v2] serial: serial-uclass: Use force parameter in stdio_deregister_dev()
` [U-Boot] [PATCH 3/5 v2] dm: core: Add DM_FLAG_OS_PREPARE flag
` [U-Boot] [PATCH 4/5 v2] x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()
` [U-Boot] [PATCH 5/5 v2] spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit

[U-Boot] NS16550 Baud Rates on OMAP3
 2017-05-10 12:05 UTC 

[U-Boot] [PATCH] ARM: uniphier: add usbupdate command
 2017-05-10 11:57 UTC 

[U-Boot] [PATCH v2 0/2] This series introduces the ability to override the environment offets
 2017-05-10 11:49 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2 1/2] env_mmc: configure environment offsets via device tree

[U-Boot] [PATCH] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD
 2017-05-10 11:43 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] mmc: deprecate CONFIG_GENERIC_MMC finally
 2017-05-10 11:41 UTC  (6+ messages)
  ` [U-Boot] [PATCH 1/4] sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMC
  ` [U-Boot] [PATCH 2/4] blanche_defconfig: enable CONFIG_MMC
  ` [U-Boot] [PATCH 3/4] mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC
  ` [U-Boot] [PATCH 4/4] mmc: descend into drivers/mmc only when CONFIG_MMC is enabled

[U-Boot] [PATCH] davinci: omapl138_lcdk: enable time command
 2017-05-10 11:39 UTC  (6+ messages)

[U-Boot] [PATCH V2 1/4] mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O
 2017-05-10 11:32 UTC  (6+ messages)
  ` [U-Boot] [PATCH V2 2/4] dm: mmc: fsl_esdhc: handle vqmmc supply

[U-Boot] [PATCH] tools/genboardscfg.py: Make 'Supported' as known status
 2017-05-10 11:18 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/12] STiH410-B2260: add reset, usb and fastboot support
 2017-05-10 11:03 UTC  (16+ messages)
` [U-Boot] [PATCH v4 01/12] mmc: sti_sdhci: Rework sti_mmc_core_config()
` [U-Boot] [PATCH v4 02/12] ARM: dts: stih410-family: Add missing reset_names for mmc1 node
` [U-Boot] [PATCH v4 03/12] mmc: sti_sdhci: Use reset framework
` [U-Boot] [PATCH v4 04/12] usb: phy: Add STi USB2 PHY
` [U-Boot] [PATCH v4 05/12] usb: ehci: Add STi ehci support
` [U-Boot] [PATCH v4 06/12] usb: ohci: Add STi ohci support
` [U-Boot] [PATCH v4 07/12] usb: xhci: Add STi xhci support
` [U-Boot] [PATCH v4 08/12] usb: dwc3: Add dwc3 glue driver support for STi
` [U-Boot] [PATCH v4 09/12] board: STiH410-B2260: add OHCI and XHCI related defines
` [U-Boot] [PATCH v4 10/12] board: STiH410-B2260: add fastboot support
` [U-Boot] [PATCH v4 11/12] STiH410-B2260: enable USB Host Networking
` [U-Boot] [PATCH v4 12/12] STiH410-B2260: enable USB, fastboot, reset related flags

[U-Boot] Fwd: arch/x86/cpu/x86_64/built-in.o: In function `checkcpu': (.text.checkcpu+0x0): multiple definition of `checkcpu' arch/x86/cpu/efi/built-in.o:(.text.checkcpu+0x0): first defined here
 2017-05-10 10:15 UTC 

[U-Boot] Patchset v4 Poplar 96Boards EE
 2017-05-10  9:33 UTC  (6+ messages)
` [U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards

[U-Boot] [PATCH 0/7] Add Intel Arria 10 SoC FPGA driver
 2017-05-10  8:34 UTC  (20+ messages)
` [U-Boot] [PATCH 1/7] arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
` [U-Boot] [PATCH 2/7] arm: socfpga: Convert FPGA configuration to Kconfig method
` [U-Boot] [PATCH 3/7] arm: socfpga: Restructure FPGA driver in the preparation to support A10

[U-Boot] [PATCH v3 0/2] Fix build with OpenSSL 1.1.x
 2017-05-10  7:26 UTC  (2+ messages)

[U-Boot] USB2.0 device timeout issue
 2017-05-10  7:09 UTC 

[U-Boot] USB2.0 device timeout issue
 2017-05-10  6:55 UTC 

[U-Boot] [PATCH v2 0/4] sunxi: Add support for NanoPi M1
 2017-05-10  6:26 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] "
` [U-Boot] [PATCH v2 2/4] sunxi: Update NanoPi Neo to use dtsi
` [U-Boot] [PATCH v2 3/4] sunxi: Move gpio-keys from NanoPi dtsi to dts
` [U-Boot] [PATCH v2 4/4] sunxi: Update NanoPi Neo Air to use dtsi

[U-Boot] [ANN] U-Boot v2017.05 is released
 2017-05-10  4:55 UTC  (2+ messages)

[U-Boot] Marvell Kirkwood Guruplug Server Standard upgrade uboot and standalone app issue
 2017-05-10  4:10 UTC  (4+ messages)

[U-Boot] [PATCH 00/12] Big work on sunxi DW DRAM controllers and some new DDR type support
 2017-05-10  2:56 UTC  (6+ messages)
` [U-Boot] [PATCH 05/12] sunxi: Add selective DRAM type and timing
` [U-Boot] [PATCH 11/12] sunxi: add LPDDR3 timing from stock boot0

[U-Boot] Please pull u-boot-fdt
 2017-05-09 23:59 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2017-05-09 23:49 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell/master
 2017-05-09 23:49 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c
 2017-05-09 23:49 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: setup simplefb for Allwinner DE2
 2017-05-09 20:29 UTC  (2+ messages)

[U-Boot] [PATCH] sun5i: Add A13 Olimex SOM Wifi board support
 2017-05-09 20:02 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Use uart0 as console for Sinlinx SinA33
 2017-05-09 19:09 UTC  (2+ messages)

[U-Boot] [PATCH 01/17] socrates: Fix a misleading indentation warning
 2017-05-09 18:21 UTC  (23+ messages)
` [U-Boot] [PATCH 02/17] rk3036: Fix unused variable warning
` [U-Boot] [PATCH 03/17] ot1200: "
` [U-Boot] [PATCH 05/17] mx6slevk: "
` [U-Boot] [PATCH 06/17] mx6ul_14x14_evk: "
` [U-Boot] [PATCH 09/17] pcm058: Fix unused variable warnings
` [U-Boot] [PATCH 10/17] apalis_imx6: Fix unused variable warning
` [U-Boot] [PATCH 11/17] colibri_imx7: "
` [U-Boot] [PATCH 12/17] video: ld9040: Fix unused variable warnings
` [U-Boot] [PATCH 13/17] net: eepro100: Fix unused variable warning
` [U-Boot] [PATCH 14/17] net: phy: mv88e61xx: Fix uninitialized "
` [U-Boot] [PATCH 15/17] net: uli526x: Fix unknown storage size error
` [U-Boot] [PATCH 16/17] common: Only build cli_readline.o for CMDLINE on non-SPL
` [U-Boot] [PATCH 17/17] m5253demo: Fix static variable in non-static inline function warning

[U-Boot] [PATCH] Add ARM errata workaround 852421 and 852423 for Cortex-A17
 2017-05-09 17:20 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH v7] usb: gadget: avoid variable name clipping in cb_getvar
 2017-05-09 17:06 UTC  (3+ messages)

[U-Boot] i.MX6: u-boot,dm-pre-reloc block U-Boot
 2017-05-09 16:33 UTC  (5+ messages)

[U-Boot] Orphan Freescale PowerPC boards
 2017-05-09 15:52 UTC  (5+ messages)

[U-Boot] [PATCH] arm: mvebu: Minor fixes in the AXP / A38x SERDES code
 2017-05-09 14:44 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Marvell A7K/A8K PCIe fixes and extensions
 2017-05-09 14:42 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] fix: mvebu: pcie_dw: Allow probing empty PCIe slots

[U-Boot] [PATCH 0/5] Add support for NAND flash to A7K/A8K SoC family
 2017-05-09 14:41 UTC  (5+ messages)
` [U-Boot] [PATCH 1/5] fix: nand: pxa3xx: Remove hardcode values from the driver
` [U-Boot] [PATCH 3/5] arm64: mvebu: Fix the bubt comamnd NAND device support

[U-Boot] [PATCH v2 2/5] arm64: mvebu: a8k: Add support for NAND clock get
 2017-05-09 14:40 UTC  (6+ messages)
` [U-Boot] [PATCH v2 4/5] arm64: a8k: dts: Add support for NAND devices on A8K platform
` [U-Boot] [PATCH v2 5/5] arm64: mvebu: a8k: Add NAND configuration parameters

[U-Boot] [PATCH v2 1/3] arm64: mvebu: Trigger PCI devices scan at early init stage
 2017-05-09 14:39 UTC  (2+ messages)

[U-Boot] [PATCH] fix: mvebu_ comphy: Update COMPHY sequence number
 2017-05-09 14:38 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: mvebu: switch db-88f6820-amc to DM for i2c
 2017-05-09 14:37 UTC  (2+ messages)

[U-Boot] [v2, 00/13] phy: marvell: cp110: varius comphy updates
 2017-05-09 14:37 UTC  (2+ messages)

[U-Boot] [PATCH] pico-imx7d: Add initial support
 2017-05-09 13:45 UTC  (4+ messages)

[U-Boot] [PATCH] arm: sunxi: initial support for NanoPi Neo2
 2017-05-09 13:13 UTC  (2+ messages)

[U-Boot] [PATCH] dm: Update Simple Watchdog uclass
 2017-05-09 13:11 UTC  (2+ messages)

[U-Boot] [PATCH] p1_p2_rdb: Fix unused variable warning
 2017-05-09 13:11 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 00/13] STiH410-B2260: add reset, usb and fastboot support
 2017-05-09 12:21 UTC  (11+ messages)
` [U-Boot] [PATCH v3 04/13] dm: usb: Add a uclass for USB PHY

[U-Boot] [PATCH] rockchip: rk3036: clock: code clean
 2017-05-09 12:11 UTC 

[U-Boot] [PATCH] arm: mvebu: clearfog: reset uSOM onboard 1512 phy
 2017-05-09 11:54 UTC 

[U-Boot] [PATCH] ARM: uniphier: fix MODEL field of REVISION register
 2017-05-09  8:14 UTC 

[U-Boot] [PATCH 5/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox
 2017-05-09  8:05 UTC  (5+ messages)
` [U-Boot] [PATCH] rockchip: rk3368: Set fdtfile

[U-Boot] [PATCH v2] mmc: sdhci-cadence: import updates from Linux 4.12
 2017-05-09  6:52 UTC 

[U-Boot] [PATCH v3] QE: add QE support on SD boot
 2017-05-09  6:17 UTC 

[U-Boot] using vitesse phy api
 2017-05-09  5:14 UTC 

[U-Boot] [PATCH] mmc: sdhci-cadence: import updates from Linux 4.12
 2017-05-09  4:40 UTC 

[U-Boot] [PATCH V3 0/4] introduce Rockchip rockusb
 2017-05-09  3:13 UTC  (6+ messages)
` [U-Boot] [PATCH V3 1/4] usb: rockchip: add the rockusb gadget

[U-Boot] Problem in booting an u-boot image for raspberry pi 2 on QEMU
 2017-05-09  2:51 UTC 

[U-Boot] [PATCH V2 1/2] arm: change tbu/l type to unsigned int
 2017-05-09  2:32 UTC  (2+ messages)
` [U-Boot] [PATCH V2 2/2] asm-generic: global_data: change timebase_l/h "

[U-Boot] [PATCH] pci: avoid memory leak
 2017-05-09  2:24 UTC  (2+ messages)


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