messages from 2015-03-20 16:30:23 to 2015-03-22 22:16:20 UTC [more...]
[U-Boot] [PATCH v5 0/27] Add Driver Model support to network stack
2015-03-22 22:16 UTC (38+ 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] serial atag tag in devicetree ?
2015-03-22 21:01 UTC (2+ messages)
[U-Boot] Rework the network stack
2015-03-22 20:37 UTC (3+ messages)
[U-Boot] [PATCH 0/3] sunxi: Yones Toptech BD1078 support
2015-03-22 17:12 UTC (4+ 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-22 17:08 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] power: axp209: "
[U-Boot] [PATCH v2 1/7] sunxi: gpio: Indentation fix
2015-03-22 17:07 UTC (7+ 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] fastboot: Proper download gadget unregister and clear when cable is missing
2015-03-22 16:46 UTC (6+ messages)
[U-Boot] [PATCH 0/13] ARM: UniPhier: enable CONFIG_SPL_DM with some clean-ups
2015-03-22 15:07 UTC (14+ 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 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 (7+ 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 v4 04/28] armv8/ls2085a: Fix generic timer clock source
2015-03-21 23:47 UTC (12+ messages)
` [U-Boot] [PATCH v4 24/28] armv8/ls2085aqds: NAND boot support
` [U-Boot] [PATCH v4 26/28] armv8/ls2085ardb: Enable NAND SPL support
[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] [PATCH] Document config_distro_bootcmd environment variables for interactive booting
2015-03-21 13:15 UTC (3+ messages)
` [U-Boot] [PATCH V2] "
[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
[U-Boot] [PATCH] mmc: fix OCR Polling
2015-03-21 10:33 UTC (2+ messages)
[U-Boot] [PATCH v5 0/28] Adding LS2085AQDS and RDB
2015-03-21 2:28 UTC (29+ messages)
` [U-Boot] [PATCH v5 01/28] armv8/fsl-lsch3: Implement workaround for erratum A008585
` [U-Boot] [PATCH v5 02/28] armv8/ls2085a: Update common header file
` [U-Boot] [PATCH v5 03/28] armv8/fsl-lsch3: Fix platform clock calculation
` [U-Boot] [PATCH v5 04/28] armv8/ls2085a: Fix generic timer clock source
` [U-Boot] [PATCH v5 05/28] armv8/ls2085a: Add support for reset request
` [U-Boot] [PATCH v5 06/28] armv8/fsl-lsch3: Set nodes in DVM domain
` [U-Boot] [PATCH v5 07/28] armv8/fsl-lsch3: Update early MMU table
` [U-Boot] [PATCH v5 08/28] fsl-lsch3: Introduce place for common early SoC init
` [U-Boot] [PATCH v5 09/28] armv8/ls2085a: Add workaround for USB erratum A-008751
` [U-Boot] [PATCH v5 10/28] armv8/fsl-lsch3: Use correct compatible for serial clock fixup
` [U-Boot] [PATCH v5 11/28] driver/ldpaa_eth: Update ldpaa ethernet driver
` [U-Boot] [PATCH v5 12/28] armv8: Add SerDes framework for Layerscape Architecture
` [U-Boot] [PATCH v5 13/28] net/phy/cortina: Fix compilation warning
` [U-Boot] [PATCH v5 14/28] drivers/fsl-mc: Changed MC firmware loading for new boot architecture
` [U-Boot] [PATCH v5 15/28] net/memac_phy: reuse driver for little endian SoCs
` [U-Boot] [PATCH v5 16/28] armv8/fsl-ch3: Add support to print RCW configuration
` [U-Boot] [PATCH v5 17/28] armv8/fsl-lsch3: Enable system error aborts
` [U-Boot] [PATCH v5 18/28] driver/ldpaa: Add support of WRIOP static data structure
` [U-Boot] [PATCH v5 19/28] armv8/ls2085aqds: Add support of LS2085AQDS platform
` [U-Boot] [PATCH v5 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform
` [U-Boot] [PATCH v5 21/28] drivers/fsl-mc: Autoload AOIP image from NOR flash
` [U-Boot] [PATCH v5 22/28] board/ls2085qds: Add support ethernet
` [U-Boot] [PATCH v5 23/28] driver/ifc: Add 64KB page support
` [U-Boot] [PATCH v5 24/28] armv8/ls2085aqds: NAND boot support
` [U-Boot] [PATCH v5 25/28] freescale/qixis: Add support for booting from NAND
` [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 v4 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform
2015-03-21 1:46 UTC (3+ messages)
[U-Boot] [PATCH 01/28] armv8/fsl-lsch3: Implement workaround for erratum A008585
2015-03-21 0:16 UTC (6+ messages)
` [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform
[U-Boot] [PATCH] dm: serial: remove bogus include <ns16550.h>
2015-03-20 23:52 UTC (3+ messages)
[U-Boot] [PATCH] exynos5: add trace feature #ifdef in exynos5-common.h
2015-03-20 23:17 UTC (2+ messages)
[U-Boot] [PATCH v2 0/22] Add driver model support for PCI
2015-03-20 23:16 UTC (52+ messages)
` [U-Boot] [PATCH v2 01/22] sandbox: Update device tree 'reg' properties for I2C and SPI
` [U-Boot] [PATCH v2 02/22] fdt: Export fdtdec_get_number() for general use
` [U-Boot] [PATCH v2 03/22] x86: Add a x86_ prefix to the x86-specific PCI functions
` [U-Boot] [PATCH v2 04/22] dm: Add a new CPU init function which can use driver model
` [U-Boot] [PATCH v2 05/22] x86: Split up arch_cpu_init()
` [U-Boot] [PATCH v2 06/22] Correct map_sysmem() logic in do_mem_mw()
` [U-Boot] [PATCH v2 07/22] fdt: Tighten up error handling in fdtdec_get_pci_addr()
` [U-Boot] [PATCH v2 08/22] dm: core: Add dev_get_uclass_priv() to access uclass private data
` [U-Boot] [PATCH v2 09/22] dm: core: Mark device as active before calling its probe() method
` [U-Boot] [PATCH v2 10/22] dm: core: Add a uclass pre_probe() method for devices
` [U-Boot] [PATCH v2 11/22] dm: Show both allocated and requested seq numbers in 'dm uclass'
` [U-Boot] [PATCH v2 12/22] dm: pci: Move common PCI functions into their own file
` [U-Boot] [PATCH v2 13/22] dm: pci: Add a uclass for PCI
` [U-Boot] [PATCH v2 14/22] dm: sandbox: pci: Add PCI support for sandbox
` [U-Boot] [PATCH v2 15/22] dm: sandbox: Add a simple PCI driver
` [U-Boot] [PATCH v2 16/22] dm: sandbox: pci: Add a PCI emulation uclass
` [U-Boot] [PATCH v2 17/22] dm: sandbox: Add a emulated PCI device as an example
` [U-Boot] [PATCH v2 18/22] dm: sandbox: pci: Enable PCI for sandbox
` [U-Boot] [PATCH v2 19/22] dm: x86: pci: Add a PCI driver for driver model
` [U-Boot] [PATCH v2 20/22] dm: x86: pci: Convert coreboot to use driver model for pci
` [U-Boot] [PATCH v2 21/22] dm: x86: pci: Convert chromebook_link "
` [U-Boot] [PATCH v2 22/22] dm: pci: Add driver model tests for PCI
[U-Boot] [PATCH] x86: Add ramboot and nfsboot commands in x86-common.h
2015-03-20 23:14 UTC (2+ messages)
[U-Boot] [PATCH v2 1/6] x86: Support machines with >4GB of RAM
2015-03-20 23:13 UTC (13+ messages)
` [U-Boot] [PATCH v2 2/6] x86: video: Allow keyboard presence to be controlled by device tree
` [U-Boot] [PATCH v2 3/6] x86: pci: Add PCI IDs for lynxpoint
` [U-Boot] [PATCH v2 4/6] x86: spi: Add support "
` [U-Boot] [PATCH v2 5/6] x86: Move common Chromebook config into a separate file
` [U-Boot] [PATCH v2 6/6] x86: Add support for panther (Asus Chromebox)
[U-Boot] [PATCH v6 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
2015-03-20 22:41 UTC (6+ 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 0/4] x86: Add Intel Topcliff PCH Gigabit Ethernet support
2015-03-20 19:58 UTC (11+ messages)
` [U-Boot] [PATCH 1/4] net: Add ethernet FCS length macro in net.h
` [U-Boot] [PATCH 2/4] net: Update README.drivers.eth to mention latest APIs
` [U-Boot] [PATCH 3/4] net: Add Intel Topcliff GMAC driver
` [U-Boot] [PATCH 4/4] x86: crownbay: Enable Intel Topcliff GMAC support
[U-Boot] [PATCH v3 04/28] armv8/ls2085a: Fix generic timer clock source
2015-03-20 19:04 UTC (3+ messages)
[U-Boot] [PATCH 0/6] mmc: Fix OCR polling and splitted initialization
2015-03-20 18:38 UTC (4+ messages)
` [U-Boot] [PATCH 4/6] mmc: Continue polling MMC card for OCR only if it is still not ready
[U-Boot] [PATCH 01/13] ARM: tegra: Fix build failures and warnings on 64-bit
2015-03-20 18:32 UTC (3+ messages)
` [U-Boot] [PATCH 06/13] net: rtl8169: Build warning fixes for 64-bit
[U-Boot] [PATCH] Compilation under Cygwin
2015-03-20 18:31 UTC
[U-Boot] [PATCH 1/6] ARM: tegra: Prepare for 64-bit support
2015-03-20 18:26 UTC (7+ messages)
` [U-Boot] [PATCH 2/6] ARM: tegra: Disable SPL and non-cached memory on 64-bit
` [U-Boot] [PATCH 6/6] ARM: tegra: Make pinmux.h standalone includible
[U-Boot] [PATCH v2 04/28] armv8/ls2085a: Fix generic timer clock source
2015-03-20 18:21 UTC (4+ messages)
[U-Boot] [PATCH 1/6] armv8/cache: Fix page table creation
2015-03-20 18:18 UTC (10+ messages)
` [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming
` [U-Boot] [PATCH 4/6] armv8/mmu: Set bits marked RES1 in TCR
` [U-Boot] [PATCH 5/6] armv8/gic: Fix GIC v2 initialization
` [U-Boot] [PATCH 6/6] armv8: Allow SoCs to override the generic timer
[U-Boot] [PATCH] net/phy/realtek: Disable interrupt on Realtek Ethernet PHY drivers
2015-03-20 18:15 UTC (3+ messages)
[U-Boot] [PATCH v2 28/28] armv8/fsl-lsch3: Implement workaround for I2C issue
2015-03-20 17:48 UTC
[U-Boot] [PATCH v2 8/8] driver/i2c/mxc: Enable I2C bus 3 and 4
2015-03-20 17:20 UTC
[U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8
2015-03-20 17:08 UTC (3+ messages)
[U-Boot] [PATCH] config: Use booti instead of bootz on 64-bit ARM
2015-03-20 17:07 UTC (3+ messages)
[U-Boot] [PATCH 1/2] console: Support board-specific early console
2015-03-20 16:55 UTC (2+ messages)
[U-Boot] [PATCH] fastboot: check for alias when looking up partition by name
2015-03-20 16:30 UTC (6+ messages)
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