messages from 2015-10-17 13:59:00 to 2015-10-19 01:51:24 UTC [more...]
[U-Boot] [PATCH v2 0/5] x86: Early debug enhancements
2015-10-19 1:51 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/5] debug_uart: Adjust the declaration of debug_uart_init()
` [U-Boot] [PATCH v2 2/5] debug_uart: Support board-specific UART initialisation
[U-Boot] [PATCH] dfu: dfu_sf: Use the erase sector size for erase operations
2015-10-19 0:11 UTC (3+ messages)
[U-Boot] [PATCH v2 00/13] Better support of booting VxWorks via 'bootvx'
2015-10-19 0:09 UTC (7+ messages)
` [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries
[U-Boot] [PATCH] nios2: zap nios2-generic board dir
2015-10-18 23:55 UTC (5+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH v3] nios2: convert cache flush to use dm cpu data
2015-10-18 23:48 UTC (2+ messages)
[U-Boot] [PATCH] nios2: convert dma mapping to use dm cpu data
2015-10-18 23:46 UTC (3+ messages)
` [U-Boot] [PATCH v6] nios2: convert dma_alloc_coherent to use malloc_cache_aligned
[U-Boot] [PATCH 00/28] dm: input: Move keyboard drivers to driver model
2015-10-18 23:17 UTC (22+ messages)
` [U-Boot] [PATCH 01/28] dm: input: Create a keyboard uclass
` [U-Boot] [PATCH 04/28] input: Add the keycode translation tables separately
` [U-Boot] [PATCH 06/28] dm: stdio: Plumb in the new keyboard uclass
` [U-Boot] [PATCH 09/28] video: Drop unused console functions
` [U-Boot] [PATCH 18/28] input: Support the German keymap
` [U-Boot] [PATCH 24/28] x86: Add an i8042 device for boards that have it
` [U-Boot] [PATCH 26/28] input: Convert i8042 to driver model
[U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding
2015-10-18 23:17 UTC (4+ messages)
` [U-Boot] [PATCH 4/5] dm: usb: Add support for USB keyboards with driver model
[U-Boot] [PATCH] nios2: export fdt_blob to the environment variable
2015-10-18 23:16 UTC (4+ messages)
` [U-Boot] [PATCH v4] env: "
[U-Boot] [PATCH v2] dm: tpm: Drop CONFIG_DM_TPM
2015-10-18 23:16 UTC (3+ messages)
[U-Boot] [PATCH v4 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM
2015-10-18 23:16 UTC (13+ messages)
` [U-Boot] [PATCH v4 1/4] dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon
` [U-Boot] [PATCH v4 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver
` [U-Boot] [PATCH v4 3/4] dm: tpm: Remove every compilation switch for TPM driver model
` [U-Boot] [PATCH v4 4/4] dm: tpm: Every TPM drivers should depends on DM_TPM
[U-Boot] [PATCH] dm: core: Enable optional use of fdt_translate_address()
2015-10-18 23:16 UTC (3+ messages)
` [U-Boot] [PATCH v3] "
[U-Boot] [PATCH 1/6] dm: Rename dev_get_parentdata() to dev_get_parent_priv()
2015-10-18 23:16 UTC (13+ messages)
` [U-Boot] [PATCH 2/6] dm: core: Adjust device.h header file order
` [U-Boot] [PATCH 3/6] dm: core: Fix device flag whitespace
` [U-Boot] [PATCH 4/6] dm: core: Tidy up devres comments
` [U-Boot] [PATCH 5/6] dm: core: Remove a comment about dropping per_child_auto_alloc_size
` [U-Boot] [PATCH 6/6] dm: core: Tidy up comments in device.h
[U-Boot] [PATCH v3] common: Fix load and entry addresses in FIT image
2015-10-18 23:15 UTC (4+ messages)
[U-Boot] [PATCH 0/9] x86: Fix up the MRC cache on ivybridge
2015-10-18 21:55 UTC (10+ messages)
` [U-Boot] [PATCH 1/9] rtc: mc146818: Add a comment to the #endif
` [U-Boot] [PATCH 2/9] rtc: mc146818: Use probe() to set up the device
` [U-Boot] [PATCH 3/9] dm: rtc: Correct rtc_read32() return value
` [U-Boot] [PATCH 4/9] x86: ivybridge: Use 'ret' instead of 'rcode'
` [U-Boot] [PATCH 5/9] x86: ivybridge: Check the RTC return value
` [U-Boot] [PATCH 6/9] x86: ivybridge: Use CONFIG_ENABLE_MRC_CACHE option
` [U-Boot] [PATCH 7/9] x86: ivybridge: Fix car_uninit() to correctly set run state
` [U-Boot] [PATCH 8/9] x86: ivybridge: Measure the MRC code execution time
` [U-Boot] [PATCH 9/9] x86: ivybridge: Enable the MRC cache
[U-Boot] [PATCH] x86: Pass correct cpu_index to ap_init()
2015-10-18 21:39 UTC (3+ messages)
[U-Boot] [PATCH 1/3] x86: ivybridge: Fix saving mrc cache and enable it
2015-10-18 21:39 UTC (8+ messages)
` [U-Boot] [PATCH 2/3] x86: quark: Implement mrc cache
` [U-Boot] [PATCH 3/3] x86: galileo: Enable "
[U-Boot] [PATCH 00/13] x86: Provide a common MRC cache library and enable it for FSP
2015-10-18 21:38 UTC (42+ messages)
` [U-Boot] [PATCH 01/13] x86: Add ENABLE_MRC_CACHE Kconfig option
` [U-Boot] [PATCH 02/13] x86: Move mrccache.[c|h] to a common place
` [U-Boot] [PATCH 03/13] x86: Do sanity test on the cache record in mrccache_update()
` [U-Boot] [PATCH 04/13] x86: Add various minor tidy-ups in mrccache codes
` [U-Boot] [PATCH 05/13] x86: Add more common routines to manipulate mrc cache
` [U-Boot] [PATCH 06/13] x86: ivybridge: Use APIs provided in the mrccache lib
` [U-Boot] [PATCH 07/13] x86: Use struct mrc_region to describe a mrc region
` [U-Boot] [PATCH 08/13] x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()
` [U-Boot] [PATCH 09/13] x86: baytrail: Save mrc cache to spi flash
` [U-Boot] [PATCH 10/13] x86: Enable mrc cache for bayleybay and minnowmax
` [U-Boot] [PATCH 11/13] x86: baytrail: Issue full system reset in reset_cpu()
` [U-Boot] [PATCH 12/13] x86: Remove unused rw-mrc-cache properties in the link and panther dts files
` [U-Boot] [PATCH 13/13] x86: ivybridge: Correct two typos for MRC
[U-Boot] [PATCH 1/4] x86: fsp: Compact the output of hob command
2015-10-18 21:38 UTC (14+ messages)
` [U-Boot] [PATCH 2/4] x86: fsp: Print GUID whenever applicable in the hob command output
` [U-Boot] [PATCH 3/4] x86: fsp: Make hob command a sub-command to fsp
` [U-Boot] [PATCH 4/4] x86: fsp: Add a hdr sub-command to show header information
[U-Boot] [PATCH 1/2] Makefile: Generate U_BOOT_DMI_DATE for SMBIOS
2015-10-18 21:38 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] x86: Add SMBIOS table support
[U-Boot] [PATCH v3 00/12] Better support of booting VxWorks via 'bootvx'
2015-10-18 21:37 UTC (25+ messages)
` [U-Boot] [PATCH v3 01/12] x86: Initialize GDT entry 1 to be the 32-bit CS as well
` [U-Boot] [PATCH v3 02/12] x86: Move install_e820_map() out of zimage.c
` [U-Boot] [PATCH v3 03/12] x86: Remove quotation mark in CONFIG_HOSTNAME
` [U-Boot] [PATCH v3 04/12] cmd: Convert CONFIG_CMD_ELF to Kconfig
` [U-Boot] [PATCH v3 05/12] cmd: Clean up cmd_elf a little bit
` [U-Boot] [PATCH v3 06/12] cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()
` [U-Boot] [PATCH v3 07/12] cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline
` [U-Boot] [PATCH v3 08/12] cmd: bootvx: Pass netmask and gatewayip to "
` [U-Boot] [PATCH v3 09/12] cmd: bootvx: Always get VxWorks bootline from env
` [U-Boot] [PATCH v3 11/12] cmd: bootvx: Add asmlinkage to the VxWorks x86 entry
` [U-Boot] [PATCH v3 12/12] doc: Complement document about booting VxWorks
[U-Boot] [PATCH 0/6] x86: pci: Various bug fixes/enhancements
2015-10-18 21:37 UTC (19+ messages)
` [U-Boot] [PATCH 1/6] pci: Set PCI_COMMAND_IO bit for VGA device
` [U-Boot] [PATCH 2/6] video: vesa_fb: Fix wrong return value check of pci_find_class()
` [U-Boot] [PATCH 3/6] dm: pci: Fix pci_last_busno() to return the real last bus no
` [U-Boot] [PATCH 4/6] dm: pci: Enable VGA address forwarding on bridges
` [U-Boot] [PATCH 5/6] x86: ivybridge: Remove the dead codes that programs pci bridge
` [U-Boot] [PATCH 6/6] x86: Allow disabling IGD on Intel Queensbay
[U-Boot] Remove sparc archiecture?
2015-10-18 21:30 UTC (4+ messages)
[U-Boot] [PATCH v2 1/2] arm: add support for semihosting for ARMv7M targets
2015-10-18 21:13 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] arm: fix compile warnings when semihosting is enabled on ARMv7M target
[U-Boot] [PATCH v3 0/8] arm: Tidy up early init
2015-10-18 20:38 UTC (13+ messages)
` [U-Boot] [PATCH v3 1/8] Move board_init_f_mem() into a common location
` [U-Boot] [PATCH v3 2/8] board_init_f_mem(): Don't require memset()
` [U-Boot] [PATCH v3 3/8] board_init_f_mem(): Don't create an unused early malloc() area
` [U-Boot] [PATCH v3 4/8] arm: Switch aarch64 to using generic global_data setup
` [U-Boot] [PATCH v3 5/8] arm: Switch 32-bit ARM "
` [U-Boot] [PATCH v3 6/8] microblaze: Add a TODO to call board_init_f_mem()
` [U-Boot] [PATCH v3 7/8] zynq: Move SPL console init out of board_init_f()
` [U-Boot] [PATCH v3 8/8] Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"
[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
2015-10-18 20:27 UTC (2+ messages)
[U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets
2015-10-18 16:21 UTC (4+ messages)
[U-Boot] Remove sh2, sh3, sh4 architecture?
2015-10-18 16:19 UTC (4+ messages)
[U-Boot] [PATCH 0/5] sbc8641d: misc fixes and generic board enablement
2015-10-18 12:46 UTC (10+ messages)
` [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD
[U-Boot] [PATCH 00/10] x86: Early debug enhancements
2015-10-18 12:28 UTC (16+ messages)
` [U-Boot] [PATCH 02/10] malloc_simple: Add debug() information
` [U-Boot] [PATCH 03/10] dm: pci: Tidy up auto-config error handling
` [U-Boot] [PATCH 04/10] dm: pci: Correct a few debug() statements
` [U-Boot] [PATCH 05/10] dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM
` [U-Boot] [PATCH 06/10] debug_uart: Adjust the declaration of debug_uart_init()
[U-Boot] Converting openrisc to generic board
2015-10-18 12:18 UTC
[U-Boot] [PATCH] RFC: dm: Add proposed timeline and guide for porting serial drivers
2015-10-18 12:18 UTC (5+ messages)
[U-Boot] [PATCH] arm: sunxi: Add icnova-a20-swac defconfig and dts file
2015-10-18 9:34 UTC (3+ messages)
[U-Boot] [PATCH v2 0/3] Tidy up README.scrapyard and drop old PowerPC code
2015-10-18 7:44 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/3] Sort README.scrapyard
` [U-Boot] [PATCH v2 2/3] scrapyard: Add lines for recently removed ARM boards
` [U-Boot] [PATCH v2 3/3] powerpc: Drop old non-generic-board code
[U-Boot] [PATCH v2 00/14] dm: arm: zynq: Convert serial driver to driver model
2015-10-18 1:41 UTC (15+ messages)
` [U-Boot] [PATCH v2 01/14] fdt: Add a function to look up a /chosen property
` [U-Boot] [PATCH v2 02/14] fdt: Correct handling of alias regions
` [U-Boot] [PATCH v2 03/14] fdtgrep: Simplify the alias generation code
` [U-Boot] [PATCH v2 04/14] dm: serial: Deal with stdout-path with an alias
` [U-Boot] [PATCH v2 05/14] dm: spl: Generate u-boot-spl-dtb.bin only when enabled
` [U-Boot] [PATCH v2 06/14] dm: spl: Support device tree when BSS is in a different section
` [U-Boot] [PATCH v2 07/14] arm: zynq: Use separate device tree instead of embedded
` [U-Boot] [PATCH v2 08/14] arm: zynq: Drop unnecessary code in SPL board_init_f()
` [U-Boot] [PATCH v2 09/14] arm: zynq: Support the debug UART
` [U-Boot] [PATCH v2 10/14] dm: arm: zynq: Enable device tree control in SPL
` [U-Boot] [PATCH v2 11/14] arm: zynq: dts: Add U-Boot device tree additions
` [U-Boot] [PATCH v2 12/14] ARM: zynqmp: Enable DM and OF binding
` [U-Boot] [PATCH v2 13/14] arm: zynq: serial: Drop non-device-tree serial driver portions
` [U-Boot] [PATCH v2 14/14] arm: zynq: Move serial driver to driver model
[U-Boot] [PATCH v4 8/8] Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"
2015-10-18 1:37 UTC
[U-Boot] [PATCH 0/6] sbc8641d: misc fixes and generic board enablement
2015-10-17 23:58 UTC (11+ messages)
` [U-Boot] [PATCH v2 1/6] sbc8641d: enable command line editing
` [U-Boot] [PATCH v2 2/6] sbc8641d: increase malloc pool size to a sane default
` [U-Boot] [PATCH v2 3/6] sbc8641d: set proper environment sector size
` [U-Boot] [PATCH v2 4/6] sbc8641d: add basic flash setup instructions to README file
` [U-Boot] [PATCH v2 5/6] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD
` [U-Boot] [PATCH v2 6/6] sbc8641d: increase monitor size from 256k to 384k
[U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot
2015-10-17 18:28 UTC (9+ messages)
[U-Boot] [PATCH 1/5] pci: tegra: clip RAM size to 32-bits
2015-10-17 18:13 UTC (4+ messages)
` [U-Boot] [PATCH 4/5] pci: tegra: call tegra_pcie_board_init() earlier
[U-Boot] [PATCH 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
2015-10-17 17:50 UTC (9+ messages)
` [U-Boot] [PATCH 1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
` [U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
` [U-Boot] [PATCH 3/8] RFC: dm: pci: Set up the SDRAM mapping correctly
` [U-Boot] [PATCH 4/8] dm: pci: Support decoding ranges with duplicate entries
` [U-Boot] [PATCH 5/8] dm: pci: Add functions to emulate 8- and 16-bit access
` [U-Boot] [PATCH 6/8] dm: pci: Add a function to get the controller for a bus
` [U-Boot] [PATCH 7/8] dm: pci: Add a function to find the regions for a PCI bus
` [U-Boot] [PATCH 8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI
[U-Boot] Doubt in USB driver for Vybrid vf610
2015-10-17 16:29 UTC (2+ messages)
[U-Boot] [PATCH v2 00/14] Implement fastboot over NAND and sparse transfers
2015-10-17 14:42 UTC (3+ messages)
[U-Boot] [PATCH v5 4/5] spi: cadence_qspi: Ensure check for max frequency in place
2015-10-17 14:14 UTC (2+ messages)
[U-Boot] [PATCH v5 1/5] lib, fdt: Adding fdtdec_get_uint function
2015-10-17 14:14 UTC (2+ messages)
[U-Boot] [PATCH v2 0/7] ARM: sunxi: Introduce CHIP support
2015-10-17 14:11 UTC (3+ messages)
` [U-Boot] [PATCH v2 7/7] sunxi: Add "
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