messages from 2014-12-31 12:46:41 to 2015-01-05 02:49:32 UTC [more...]
[U-Boot] [linux-sunxi] Mainline U-Boot, EHCI, usbkbd not working (workaround)
2015-01-05 2:49 UTC (4+ messages)
[U-Boot] [PATCH] doc: fix grammatical errors in README
2015-01-05 2:46 UTC (9+ messages)
[U-Boot] Full paths when compiling
2015-01-05 2:11 UTC
[U-Boot] [PATCH 0/3] x86: coreboot: Support running U-Boot in qemu
2015-01-05 1:56 UTC (19+ messages)
` [U-Boot] [PATCH 1/3] x86: coreboot: Setup timer base correctly
` [U-Boot] [PATCH 2/3] x86: Allow a hardcoded TSC frequency provided by Kconfig
` [U-Boot] [PATCH 3/3] x86: coreboot: Wrap cros_ec initialization
[U-Boot] [PATCH 0/10] Add support for caching Memory Reference Code data
2015-01-05 1:54 UTC (15+ messages)
` [U-Boot] [PATCH 01/10] x86: dts: Add compatible string for Intel ICH9 SPI controller
` [U-Boot] [PATCH 02/10] x86: Add checksum implementation
` [U-Boot] [PATCH 03/10] x86: Add helpers to read/write CMOS RAM
` [U-Boot] [PATCH 07/10] x86: Implement a cache for Memory Reference Code parameters
` [U-Boot] [PATCH 10/10] x86: config: chromebook_link: Enable environment
[U-Boot] [PATCH 0/10] x86: Add generic VESA video driver
2015-01-05 1:45 UTC (12+ messages)
` [U-Boot] [PATCH 01/10] bios_emulator: Fix an #ifdef typo in the header file
` [U-Boot] [PATCH 02/10] x86: Correct endianness isues in pci_rom
` [U-Boot] [PATCH 03/10] x86: Support ROMs on other archs
` [U-Boot] [PATCH 06/10] x86: pci: Don't stop when we get a vendor/device mismatch
` [U-Boot] [PATCH 09/10] x86: Access the VGA ROM when needed
[U-Boot] [PATCH 0/22] x86: Add support for MTRRs
2015-01-05 1:44 UTC (12+ messages)
` [U-Boot] [PATCH 16/22] x86: board_f: Adjust x86 boot order for performance
` [U-Boot] [PATCH 20/22] x86: Disable CAR before relocation on platforms that need it
` [U-Boot] [PATCH 21/22] x86: ivybridge: Update microcode early in boot
[U-Boot] Cannot compile arm u-boot with hardfloat toolchain
2015-01-05 1:28 UTC (2+ messages)
[U-Boot] [PATCH] RFC: Add driver model support for PCI
2015-01-05 1:25 UTC (2+ messages)
[U-Boot] Nokia RX-51 (N900) board broken
2015-01-04 22:28 UTC (6+ messages)
[U-Boot] sunxi: video: Add LCD output and A13-Olinuxino VGA output support
2015-01-04 20:22 UTC (15+ messages)
` [U-Boot] [PATCH 15/17] sunxi: Ippo_q8h defconfigs: Enable the LCD panel found on these tablets
[U-Boot] [PATCH 1/3] sunxi: video: Add lvds support
2015-01-04 20:05 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] sunxi: video: Add support for Hitachi tx18d42vm LCD panels
` [U-Boot] [PATCH 3/3] sunxi: Add new Chuwi V7 CW0825 board / defconfig
[U-Boot] [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)
2015-01-04 19:49 UTC (2+ messages)
` [U-Boot] [linux-sunxi] [u-boot 1/2] sunxi: axp152: bump dcdc4
[U-Boot] Pull request: u-boot-arm/master
2015-01-04 18:11 UTC
[U-Boot] [PATCH 1/2] spi:fsl-quadspi support bank register read write
2015-01-04 9:07 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] mx6sxsabresd: support qspi flash bigger than 16MB
[U-Boot] [PATCH 1/2] arm: ls102xa: Add LPUART support for LS1021AQDS board
2015-01-04 7:30 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] arm: ls102xa: Add LPUART support for LS1021ATWR board
[U-Boot] [PATCH v2 0/22] x86: Add support for MTRRs
2015-01-04 4:13 UTC (30+ messages)
` [U-Boot] [PATCH v2 01/22] x86: Correct XIP_ROM_SIZE
` [U-Boot] [PATCH v2 02/22] x86: Drop RAMTOP Kconfig
` [U-Boot] [PATCH v2 03/22] x86: Correct ifdtool microcode calculation
` [U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES
` [U-Boot] [PATCH v2 05/22] x86: config: Always scroll the display by 5 lines, for speed
` [U-Boot] [PATCH v2 06/22] x86: video: Add a debug() to display the frame buffer address
` [U-Boot] [PATCH v2 07/22] x86: pci: Don't return a vesa mode when there is not video
` [U-Boot] [PATCH v2 08/22] x86: video: Add debug option to time the BIOS copy
` [U-Boot] [PATCH v2 09/22] x86: ivybridge: Only run the Video BIOS when video is enabled
` [U-Boot] [PATCH v2 10/22] x86: Use cache, don't clear the display in video BIOS
` [U-Boot] [PATCH v2 11/22] x86: Tidy up VESA mode numbers
` [U-Boot] [PATCH v2 12/22] x86: pci: Display vesa modes in hex
` [U-Boot] [PATCH v2 13/22] x86: ivybridge: Drop support for ROM caching
` [U-Boot] [PATCH v2 14/22] x86: Add support for MTRRs
` [U-Boot] [PATCH v2 15/22] x86: ivybridge: Set up an MTRR for the video frame buffer
` [U-Boot] [PATCH v2 16/22] x86: board_f: Adjust x86 boot order for performance
` [U-Boot] [PATCH v2 17/22] x86: ivybridge: Request MTRRs for DRAM regions
` [U-Boot] [PATCH v2 18/22] x86: Commit the current MTRRs before relocation
` [U-Boot] [PATCH v2 19/22] x86: ivybridge: Add a way to turn off the CAR
` [U-Boot] [PATCH v2 20/22] x86: Disable CAR before relocation on platforms that need it
` [U-Boot] [PATCH v2 21/22] x86: ivybridge: Update microcode early in boot
` [U-Boot] [PATCH v2 22/22] x86: Add an 'mtrr' command to list and adjust MTRRs
[U-Boot] Some ARM builds fail due to float ABI mismatch
2015-01-04 2:04 UTC
[U-Boot] [PATCH 00/12] arm: socfpga: Arria V support and fixes
2015-01-03 20:34 UTC (40+ messages)
` [U-Boot] [PATCH 01/12] arm: socfpga: Minor coding style fix
` [U-Boot] [PATCH 02/12] arm: socfpga: Sync Cyclone V DK pinmux configuration
` [U-Boot] [PATCH 03/12] arm: socfpga: Sync Cyclone V DK PLL configuration
` [U-Boot] [PATCH 04/12] arm: socfpga: Add USB and UDC support for Cyclone V DK
` [U-Boot] [PATCH 05/12] arm: socfpga: Drop cyclone5 suffix from board file name
` [U-Boot] [PATCH 06/12] arm: socfpga: Add Altera Arria V DK support
` [U-Boot] [PATCH 07/12] dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssi
` [U-Boot] [PATCH 08/12] dt: socfpga: Replace num-chipselect with num-cs
` [U-Boot] [PATCH 09/12] dt: socfpga: Import and enable Cyclone V DK DTS
` [U-Boot] [PATCH 10/12] dt: socfpga: Import and enable Arria "
` [U-Boot] [PATCH 11/12] arm: socfpga: Zap checkboard()
` [U-Boot] [PATCH 12/12] arm: socfpga: Zap board_early_init_f()
[U-Boot] [PATCH 0/6] sunxi: video: Add hdmi output fmt support + misc fixes
2015-01-03 16:43 UTC (7+ messages)
` [U-Boot] [PATCH 5/6] sunxi: video: Give hotplug-detect (hpd) signal some time to show up
[U-Boot] [PATCH v1 0/5] SHEEVAPLUG : REFRESH 201412
2015-01-03 16:08 UTC (7+ messages)
` [U-Boot] [PATCH v3 0/6] "
[U-Boot] [PATCH 1/1] marvell: kirkwood: guruplug refresh for newer kernel
2015-01-03 16:07 UTC (4+ messages)
` [U-Boot] [PATCH v2 "
[U-Boot] [PATCH v2 1/1] ARM: kirkwood: mvebu_mmc: Speed up access time
2015-01-03 16:06 UTC (7+ messages)
` [U-Boot] [PATCH v3 0/6] "
[U-Boot] coreboot uboot qemu x86
2015-01-03 14:45 UTC (16+ messages)
` [U-Boot] Fwd: "
` [U-Boot] Fwd: "
[U-Boot] [PATCH 0/2] select default commands in Kconfig
2015-01-03 13:20 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] common: mark commands as default to match "config_cmd_default.h"
` [U-Boot] [PATCH 2/2] config_cmd_default.h: wrap each definition in "ifndef"
[U-Boot] [PATCH] mtd: nand: omap_gpmc: fix error handling
2015-01-03 6:02 UTC (2+ messages)
[U-Boot] [PATCH] sunxi: axp221: correct ALDO2 description for sun6i
2015-01-03 2:17 UTC
[U-Boot] [PATCH 1/9] [v4] rsa: Split the rsa-verify to separate the modular exponentiation
2015-01-02 22:24 UTC (14+ messages)
` [U-Boot] [PATCH 2/9] [v4] FIT: Modify option FIT_SIGNATURE in Kconfig
` [U-Boot] [PATCH 3/9] [v4] DM: crypto/rsa: Add rsa Modular Exponentiation DM driver
` [U-Boot] [PATCH 5/9] [v4] lib/rsa: Modify rsa to use "
` [U-Boot] [PATCH 7/9] [v4] lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation
` [U-Boot] [PATCH 8/9] [v4] hash: Add function to find hash_algo struct with progressive hash
` [U-Boot] [PATCH 9/9] [v4] rsa: Use checksum algorithms from struct hash_algo
[U-Boot] [PATCH] WIP: Use hash.c in mkimage
2015-01-02 22:23 UTC
[U-Boot] [PATCH v2] x86: ahci: Make sure interface is not busy after enabling the port
2015-01-02 21:08 UTC (2+ messages)
[U-Boot] [PATCH v4] sun6i: Add basic axp221 driver
2015-01-02 5:17 UTC (2+ messages)
[U-Boot] [PATCH 0/2] Make devkit8000 inherit ti_omap3_common config
2015-01-01 23:35 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] arm: omap3: devkit8000: inherit from ti_armv7_common.h
` [U-Boot] [PATCH 2/2] arm: omap3: devkit8000: inherit from ti_omap3_common.h
[U-Boot] Pull request: u-boot-spi/master
2015-01-01 20:45 UTC
[U-Boot] [PATCH v2 1/2] sunxi: video: Add lcd output support
2015-01-01 20:21 UTC (2+ messages)
[U-Boot] (resending) Please pull u-boot-tegra.git/master
2015-01-01 18:31 UTC
[U-Boot] [PULL] u-boot-usb/master
2015-01-01 14:56 UTC (2+ messages)
[U-Boot] [PULL] u-boot-socfpga/master
2015-01-01 14:55 UTC (2+ messages)
[U-Boot] [PULL] Please pull u-boot-imx
2015-01-01 14:55 UTC (2+ messages)
[U-Boot] Pull request: u-boot-uniphier
2015-01-01 14:55 UTC (2+ messages)
[U-Boot] please pull u-boot-samsung master
2015-01-01 14:55 UTC (2+ messages)
[U-Boot] [PATCH 1/2] RFC: dm: Kconfig: Move all driver model CONFIGs to Kconfig
2015-01-01 0:39 UTC (3+ messages)
[U-Boot] [PATCH] x86: Simplify the fsp hob access functions
2015-01-01 0:16 UTC (4+ messages)
[U-Boot] [PATCH v4 0/4] x86: Support pci based uart as the U-Boot serial console
2014-12-31 18:24 UTC (11+ messages)
` [U-Boot] [PATCH v4 1/4] fdt: Add several apis to decode pci device node
` [U-Boot] [PATCH v4 2/4] serial: ns16550: Support ns16550 compatible pci uart devices
` [U-Boot] [PATCH v4 3/4] x86: Use ePAPR defined properties for x86-uart
` [U-Boot] [PATCH v4 4/4] x86: crownbay: Add pci devices in the dts file
[U-Boot] Make "usb start" only start / scan usb once ?
2014-12-31 18:05 UTC (2+ messages)
[U-Boot] [PATCH] arm: omap3: cm-t35: convert to generic board
2014-12-31 14:10 UTC (2+ messages)
[U-Boot] [PATCH v3 0/4] sun7i: PSCI enhancements
2014-12-31 12:46 UTC (4+ messages)
` [U-Boot] [PATCH v3 2/4] sun7i: Add PSCI v0.2 support
` [U-Boot] [PATCH v3 3/4] sun7i: Move psci_arch_init close to text_end
` [U-Boot] [PATCH v3 4/4] sun7i: Implement PSCI v0.2 AFFINITY_INFO
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