messages from 2015-03-21 02:28:30 to 2015-03-23 20:07:42 UTC [more...]
[U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8
2015-03-23 20:07 UTC (4+ messages)
[U-Boot] [PATCH 01/28] armv8/fsl-lsch3: Implement workaround for erratum A008585
2015-03-23 20:06 UTC (4+ messages)
` [U-Boot] [PATCH 14/28] drivers/fsl-mc: Changed MC firmware loading for new boot architecture
[U-Boot] Rework the network stack
2015-03-23 20:04 UTC (6+ messages)
[U-Boot] [PATCH] config: Use booti instead of bootz on 64-bit ARM
2015-03-23 19:44 UTC (4+ messages)
[U-Boot] [PATCH 0/5] rename colibri_t20
2015-03-23 19:42 UTC (8+ messages)
` [U-Boot] [PATCH 1/5] ARM: tegra: rename colibri_t20 configuration
` [U-Boot] [PATCH 2/5] ARM: tegra: rename colibri_t20 device-tree
` [U-Boot] [PATCH 3/5] ARM: tegra: get rid of colibri_t20-common
` [U-Boot] [PATCH 4/5] ARM: tegra: rename colibri_t20 board folder
` [U-Boot] [PATCH 5/5] ARM: tegra: rename colibri_t20 board
[U-Boot] [PATCH] ARM: tegra: fix colibri_t20 machine type
2015-03-23 19:37 UTC (2+ messages)
[U-Boot] [PATCH] Document config_distro_bootcmd environment variables for interactive booting
2015-03-23 19:34 UTC (4+ messages)
` [U-Boot] [PATCH V2] "
[U-Boot] [PATCH v5 0/28] Adding LS2085AQDS and RDB
2015-03-23 18:15 UTC (9+ messages)
` [U-Boot] [PATCH v5 14/28] drivers/fsl-mc: Changed MC firmware loading for new boot architecture
` [U-Boot] [PATCH v5 17/28] armv8/fsl-lsch3: Enable system error aborts
` [U-Boot] [PATCH v5 26/28] armv8/ls2085ardb: Enable NAND SPL support
` [U-Boot] [PATCH v5 27/28] ls2085a: esdhc: Add esdhc support for ls2085a
` [U-Boot] [PATCH v5 28/28] armv8/fsl-lsch3: Implement workaround for I2C issue
[U-Boot] [PATCH] ARM: tegra: update colibri_t20 configuration
2015-03-23 17:44 UTC
[U-Boot] [PATCH] ARM: tegra: fix colibri_t20 asix reset
2015-03-23 17:43 UTC
[U-Boot] [PATCH v6 28/28] armv8/fsl-lsch3: Implement workaround for I2C erratum A009203
2015-03-23 17:41 UTC
[U-Boot] [PATCH] common/board_f: make board_init_f_mem() independent on !CONFIG_X86
2015-03-23 17:26 UTC (3+ messages)
[U-Boot] [PATCH] sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect
2015-03-23 16:46 UTC (5+ messages)
[U-Boot] [PATCH 0/3] sunxi: Yones Toptech BD1078 support
2015-03-23 16:28 UTC (7+ messages)
` [U-Boot] [PATCH 1/3] sunxi: GPIO pin mux hardware-feature-specific function index defines
` [U-Boot] [PATCH 2/3] sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig
` [U-Boot] [PATCH 3/3] sunxi: Yones Toptech BD1078 support
[U-Boot] [PATCH 1/2] power: axp152: Registers definitions in header
2015-03-23 16:28 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] power: axp209: "
[U-Boot] [PATCH v2 1/7] sunxi: gpio: Indentation fix
2015-03-23 16:26 UTC (13+ messages)
` [U-Boot] [PATCH v2 2/7] power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic
` [U-Boot] [PATCH v2 3/7] sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic
` [U-Boot] [PATCH v2 4/7] power: axp209: VBUS detection support
` [U-Boot] [PATCH v2 5/7] sunxi: common VBUS detection logic in usbc
` [U-Boot] [PATCH v2 6/7] sunxi: USB download gadget cable detection
` [U-Boot] [PATCH v2 7/7] sunxi: Ainol AW1 support
[U-Boot] [PATCH v5 0/27] Add Driver Model support to network stack
2015-03-23 16:08 UTC (65+ messages)
` [U-Boot] [PATCH v6 "
` [U-Boot] [PATCH v6 09/27] net: Remove the bd* parameter from net stack functions
` [U-Boot] [PATCH v7 0/27] Add Driver Model support to network stack
` [U-Boot] [PATCH v7 01/27] test: dm: Reorder the objects to build
` [U-Boot] [PATCH v7 02/27] common: Make sure arch-specific map_sysmem() is defined
` [U-Boot] [PATCH v7 03/27] net: Provide a function to get the current MAC address
` [U-Boot] [PATCH v7 04/27] net: Rename helper function to be more clear
` [U-Boot] [PATCH v7 05/27] net: Remove unneeded "extern" in net.h
` [U-Boot] [PATCH v7 06/27] net: Refactor in preparation for driver model
` [U-Boot] [PATCH v7 07/27] net: Change return codes from net/eth.c to use errorno constants
` [U-Boot] [PATCH v7 08/27] net: Use int instead of u8 for boolean flag
` [U-Boot] [PATCH v7 09/27] net: Remove the bd* parameter from net stack functions
` [U-Boot] [PATCH v7 10/27] net: Make netretry actually do something
` [U-Boot] [PATCH v7 11/27] net: Access mapped physmem in net functions
` [U-Boot] [PATCH v7 12/27] cmd: net: Clean up return codes
` [U-Boot] [PATCH v7 13/27] dm: eth: Add basic driver model support to Ethernet stack
` [U-Boot] [PATCH v7 14/27] net: Clean up network stack names used in DM drivers
` [U-Boot] [PATCH v7 15/27] dm: eth: Pass the packet pointer as a parameter to recv
` [U-Boot] [PATCH v7 16/27] sandbox: eth: Add network support to sandbox
` [U-Boot] [PATCH v7 17/27] sandbox: eth: Add ARP and PING response to sandbox driver
` [U-Boot] [PATCH v7 18/27] test: dm: eth: Add tests for the eth dm implementation
` [U-Boot] [PATCH v7 19/27] dm: eth: Add support for aliases
` [U-Boot] [PATCH v7 20/27] dm: eth: Add support for ethprime env var
` [U-Boot] [PATCH v7 21/27] test: dm: eth: Add testing for ethrotate "
` [U-Boot] [PATCH v7 22/27] sandbox: eth: Add ability to disable ping reply in sandbox eth driver
` [U-Boot] [PATCH v7 23/27] test: dm: net: Add a test of the netretry behavior
` [U-Boot] [PATCH v7 24/27] sandbox: eth: Add a bridge to a real network for sandbox
` [U-Boot] [PATCH v7 25/27] sandbox: Enable DHCP and IP defrag
` [U-Boot] [PATCH v7 26/27] sandbox: eth: Add support for using the 'lo' interface
` [U-Boot] [PATCH v7 27/27] net: Improve error handling
[U-Boot] Pull request: u-boot-uniphier
2015-03-23 15:22 UTC
[U-Boot] [PATCH 0/13] ARM: UniPhier: enable CONFIG_SPL_DM with some clean-ups
2015-03-23 15:19 UTC (15+ messages)
` [U-Boot] [PATCH 01/13] ARM: UniPhier: include PH1-LD4 Makefile from PH1-sLD8
` [U-Boot] [PATCH 02/13] ARM: UniPhier: move platform devices to SPL
` [U-Boot] [PATCH 03/13] ARM: UniPhier: move UART pin settings "
` [U-Boot] [PATCH 04/13] ARM: UniPhier: enable CONFIG_PANIC_HANG
` [U-Boot] [PATCH 05/13] ARM: UniPhier: enable Driver Model and UART on SPL
` [U-Boot] [PATCH 06/13] ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointer
` [U-Boot] [PATCH 07/13] ARM: UniPhier: add CONFIG_SPL_MAX_FOOTPRINT
` [U-Boot] [PATCH 08/13] ARM: UniPhier: move init stack area just below TEXT_BASE
` [U-Boot] [PATCH 09/13] ARM: UniPhier: add empty lowlevel_init to U-boot proper
` [U-Boot] [PATCH 10/13] ARM: UniPhier: fix typos in comments
` [U-Boot] [PATCH 11/13] ARM: UniPhier: optimize kicking secondary CPUs code
` [U-Boot] [PATCH 12/13] ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper
` [U-Boot] [PATCH 13/13] ARM: UniPhier: remove unnecessary ifdef conditional
[U-Boot] [PATCH] ARM: UniPhier: remove unnecessary CONFIG_SYS_SOC
2015-03-23 15:18 UTC (2+ messages)
[U-Boot] [PATCH 1/2] imx:mx6dlsabresd fix error detecting thermal
2015-03-23 12:33 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] imx:mx6slevk support reading temperature
[U-Boot] [PATCH v2 0/3] board/seco: Add mx6q-uq7 basic board support
2015-03-23 12:32 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/3] ARM: mx6: move to a standard arch/board approach
` [U-Boot] [PATCH v2 2/3] ARM: iMX: define an IMX_CONFIG Kconfig option
` [U-Boot] [PATCH v2 3/3] board/seco: Add mx6q-uq7 basic board support
[U-Boot] serial atag tag in devicetree ?
2015-03-23 11:30 UTC (3+ messages)
[U-Boot] [PATCH] dm: ls1021a: Bring in ls1021a dts files from linux kernel
2015-03-23 11:07 UTC
[U-Boot] [PATCH 01/13] ARM: tegra: Fix build failures and warnings on 64-bit
2015-03-23 10:23 UTC (6+ messages)
` [U-Boot] [PATCH 03/13] dfu: Build warning fixes for 64-bit
` [U-Boot] [PATCH 10/13] usb: mass-storage: "
[U-Boot] [PATCH 1/5] armv8: semihosting: do not inline trap call
2015-03-23 10:06 UTC (5+ messages)
` [U-Boot] [PATCH 2/5] armv8: semihosting: add a command to load semihosted images
` [U-Boot] [PATCH 3/5] vexpress64: remove board late init, use smhload
` [U-Boot] [PATCH 4/5] armv8: semihosting: delete external interface
` [U-Boot] [PATCH 5/5] vexpress64: cut config and defaults for unclear variant
[U-Boot] [PATCH] usb: ci_udc: fix warnings on 64-bit builds
2015-03-23 9:24 UTC (2+ messages)
[U-Boot] [PATCH] remove unnecessary version.h includes
2015-03-23 9:21 UTC (2+ messages)
[U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command
2015-03-23 9:17 UTC (3+ messages)
[U-Boot] [PATCH] fastboot: check for alias when looking up partition by name
2015-03-23 9:13 UTC (7+ messages)
[U-Boot] question about software i2c multi instance
2015-03-23 9:09 UTC (7+ messages)
[U-Boot] [PATCH v1 1/4] ARM: DRA7XX: Add config file for Android with fastboot support
2015-03-23 8:50 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/1] "
[U-Boot] [PATCH 0/3] dm: i2c: enable driver model for software i2c
2015-03-23 8:46 UTC (7+ messages)
` [U-Boot] [PATCH 1/3] dm: i2c soft: enable driver model for software i2c driver
` [U-Boot] [PATCH 2/3] Kconfig: i2c: remove wrong help message related to dm i2c
` [U-Boot] [PATCH 3/3] Kconfig: i2c: add entry for driver-model software i2c
[U-Boot] [PATCH v6 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
2015-03-23 8:45 UTC (7+ messages)
` [U-Boot] [PATCH v6 1/8] lpc32xx: add Ethernet support
` [U-Boot] [PATCH v6 2/8] lpc32xx: mtd: nand: add MLC NAND controller
[U-Boot] [PATCH] power: pfuze100 correct macro definition
2015-03-23 8:34 UTC (2+ messages)
[U-Boot] [PATCH] mmc: fix OCR Polling
2015-03-23 8:23 UTC (3+ messages)
[U-Boot] [PATCH 4/6] mmc: Continue polling MMC card for OCR only if it is still not ready
2015-03-23 7:38 UTC
[U-Boot] multi-image uImage with fitImage
2015-03-23 6:40 UTC
[U-Boot] [PATCH] x86: quark: MRC codes clean up
2015-03-23 4:30 UTC (2+ messages)
[U-Boot] [PATCH] ARM: omap4_panda: enable saveenv command
2015-03-23 4:24 UTC (2+ messages)
[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
2015-03-23 3:01 UTC (3+ messages)
` [U-Boot] [PATCH] at91sam9rlek_mmc_defconfig: Add CONFIG_ARCH_AT91=y
[U-Boot] [PATCH v4 04/28] armv8/ls2085a: Fix generic timer clock source
2015-03-23 0:46 UTC (12+ messages)
` [U-Boot] [PATCH v4 24/28] armv8/ls2085aqds: NAND boot support
[U-Boot] [PATCH] davinci: add support for omapl138-lcdk board
2015-03-22 22:19 UTC
[U-Boot] [PATCH] fastboot: Proper download gadget unregister and clear when cable is missing
2015-03-22 16:46 UTC (6+ messages)
[U-Boot] [PATCH v3] sunxi: Serial number support, obtained from SID bits and passed through ATAG
2015-03-22 11:42 UTC
[U-Boot] [PATCH] sunxi: Serial number support, obtained from SID bits and passed through ATAG
2015-03-22 11:41 UTC (6+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH 1/4] sunxi: musb: Return early on VBUS GPIO error instead of on a positive value
2015-03-22 10:54 UTC (7+ messages)
` [U-Boot] [PATCH 2/4] sunxi: Avoid any assumption between musb gadget and host but fallback to host
` [U-Boot] [PATCH 3/4] sunxi: common VBUS detection logic in usbc
[U-Boot] [PATCH] arm: mx5: Add support for USB armory board
2015-03-21 15:12 UTC (4+ messages)
` [U-Boot] "
[U-Boot] u-boot: OpenRD Ultimate fails to build
2015-03-21 14:53 UTC
[U-Boot] [PATCH v5 00/14] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
2015-03-21 13:34 UTC (4+ messages)
` [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init
[U-Boot] [linux-sunxi] [PATCH] sun6i: Add support for the Mixtile LOFT-Q board
2015-03-21 13:29 UTC
[U-Boot] Please pull u-boot-sunxi master
2015-03-21 12:56 UTC
[U-Boot] [PATCH 1/2] power: axp209: VBUS detect
2015-03-21 12:03 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Ainol AW1 support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox