messages from 2014-12-30 11:25:55 to 2015-01-03 11:03:07 UTC [more...]
[U-Boot] [PATCH 00/12] arm: socfpga: Arria V support and fixes
2015-01-03 11:03 UTC (19+ 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] Nokia RX-51 (N900) board broken
2015-01-03 10:47 UTC
[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] coreboot uboot qemu x86
2015-01-02 16:42 UTC (15+ messages)
` [U-Boot] Fwd: "
` [U-Boot] Fwd: "
[U-Boot] sunxi: video: Add LCD output and A13-Olinuxino VGA output support
2015-01-02 11:02 UTC (23+ messages)
` [U-Boot] [PATCH 09/17] sunxi: video: Add lcd "
` [U-Boot] [PATCH 10/17] sunxi: video: Add suppport SoCs without HDMI, e.g. the A13 and A23
` [U-Boot] [PATCH 15/17] sunxi: Ippo_q8h defconfigs: Enable the LCD panel found on these tablets
[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] [PATCH v2 0/22] x86: Add support for MTRRs
2015-01-01 23:18 UTC (23+ 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] [PATCH 0/22] x86: Add support for MTRRs
2015-01-01 22:37 UTC (30+ messages)
` [U-Boot] [PATCH 02/22] x86: Drop RAMTOP Kconfig
` [U-Boot] [PATCH 03/22] x86: Correct ifdtool microcode calculation
` [U-Boot] [PATCH 08/22] x86: video: Add debug option to time the BIOS copy
` [U-Boot] [PATCH 09/22] x86: ivybridge: Only run the Video BIOS when video is enabled
` [U-Boot] [PATCH 12/22] x86: pci: Display vesa modes in hex
` [U-Boot] [PATCH 14/22] x86: Add support for MTRRs
` [U-Boot] [PATCH 15/22] x86: ivybridge: Set up an MTRR for the video frame buffer
` [U-Boot] [PATCH 16/22] x86: board_f: Adjust x86 boot order for performance
` [U-Boot] [PATCH 19/22] x86: ivybridge: Add a way to turn off the CAR
` [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] [PATCH 22/22] x86: Add an 'mtrr' command to list and adjust MTRRs
[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 (3+ messages)
` [U-Boot] [PATCH v2 2/2] sunxi: video: Enable video on sun8i, which supports LCD but not HDMI
[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 (5+ messages)
` [U-Boot] [PATCH v3 1/4] sun7i: Add support for taking CPUs offline via PSCI
` [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
[U-Boot] Bug in buildman?
2014-12-31 12:44 UTC
[U-Boot] [PATCH 0/9] Remove use of gdata for global_data
2014-12-31 12:25 UTC (10+ messages)
` [U-Boot] [PATCH 1/9] arm: Add warnings about using gdata
` [U-Boot] [PATCH 6/9] imx: cm_fx6: Remove reference to gdata
` [U-Boot] [PATCH 7/9] imx: woodburn: "
[U-Boot] [PATCH] devkit8000: convert to use generic board code
2014-12-31 12:04 UTC (3+ messages)
[U-Boot] [PATCH v2 0/5] sun7i: PSCI enhancements
2014-12-31 11:57 UTC (8+ messages)
` [U-Boot] [PATCH v2 1/5] sunxi: Align PSCI stack calculation to comment
` [U-Boot] [PATCH v2 2/5] sun7i: Add support for taking CPUs offline via PSCI
` [U-Boot] [PATCH v2 3/5] sun7i: Add PSCI v0.2 support
` [U-Boot] [PATCH v2 4/5] sun7i: Move psci_arch_init close to text_end
` [U-Boot] [PATCH v2 5/5] sun7i: Implement PSCI v0.2 AFFINITY_INFO
[U-Boot] [PATCH 0/2] sun7i: PSCI enhancements
2014-12-31 11:57 UTC (7+ messages)
` [U-Boot] [PATCH 1/2] sun7i: Add support for taking CPUs offline via PSCI
` [U-Boot] [PATCH 2/2] sun7i: Add PSCI v0.2 support
[U-Boot] [PATCH] sun7i: Add new Bananapro board / defconfig
2014-12-31 11:31 UTC (4+ messages)
[U-Boot] [PATCH v4 0/5] qspi: qspi support for mx6sxsabresd
2014-12-31 9:58 UTC (8+ messages)
` [U-Boot] [PATCH v4 1/5] QuadSPI: use QSPI_CMD_xx instead of flash opcodes
` [U-Boot] [PATCH v4 2/5] QuadSPI: use correct amba_base
` [U-Boot] [PATCH v4 3/5] arm:mx6sx add QSPI support
` [U-Boot] [PATCH v4 4/5] imx:qspi add 4K erase support
` [U-Boot] [PATCH v4 5/5] imx:mx6sxsabresd add qspi support
[U-Boot] [PATCH] imx:mx6slevk add spi nor boot support
2014-12-31 9:31 UTC (4+ messages)
[U-Boot] [PATCH v3 0/7] x86: Support pci based uart as the U-Boot serial console
2014-12-31 7:43 UTC (14+ messages)
` [U-Boot] [PATCH v3 1/7] x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c
` [U-Boot] [PATCH v3 2/7] x86: Support pci bus scan in the early phase
` [U-Boot] [PATCH v3 3/7] pci: Make pci apis usable before relocation
` [U-Boot] [PATCH v3 4/7] fdt: Add several apis to decode pci device node
` [U-Boot] [PATCH v3 5/7] serial: ns16550: Support ns16550 compatible pci uart devices
` [U-Boot] [PATCH v3 6/7] x86: Use ePAPR defined properties for x86-uart
` [U-Boot] [PATCH v3 7/7] x86: crownbay: Add pci devices in the dts file
[U-Boot] [PATCH v2 1/2] arm:mx6sx add QSPI support
2014-12-31 3:10 UTC (10+ messages)
[U-Boot] [PATCH 0/10] Add support for caching Memory Reference Code data
2014-12-30 23:18 UTC (4+ messages)
` [U-Boot] [PATCH 04/10] x86: spi: Add device tree support
[U-Boot] [PATCH 1/1] cmd, fdt: fix working_fdt is set to wrong value
2014-12-30 22:10 UTC (5+ messages)
[U-Boot] [PATCH 1/8] imx: i2c: Zap unnecessary malloc() calls
2014-12-30 15:34 UTC (17+ messages)
` [U-Boot] [PATCH 2/8] arm: mx6: gw_ventana: Define CONFIG_SYS_MALLOC_F_LEN
` [U-Boot] [PATCH 3/8] arm: mx6: novena: "
` [U-Boot] [PATCH 4/8] arm: mx6: novena: Minor coding style fix
` [U-Boot] [PATCH 5/8] arm: mx6: novena: Minor config file fix
` [U-Boot] [PATCH 6/8] arm: mx6: novena: Pull GPIO definitions into header
` [U-Boot] [PATCH 7/8] arm: mx6: novena: Pull video handling into separate file
` [U-Boot] [PATCH 8/8] arm: mx6: novena: Add proper LVDS display support
[U-Boot] [PATCH v2 0/7] x86: Support pci based uart as the U-Boot serial console
2014-12-30 14:45 UTC (4+ messages)
` [U-Boot] [PATCH v2 4/7] fdt: Add several apis to decode pci device node
[U-Boot] v2015.01-rc4 REGRESSION: "scripts: fix binutils-version.sh" breaks things for non Linaro toolchains
2014-12-30 13:50 UTC (2+ messages)
[U-Boot] [PATCH] mx6slevk: Remove get_board_rev()
2014-12-30 13:37 UTC (2+ messages)
[U-Boot] [PATCH 2/2] embestmx6boards: convert to use config_distro_bootcmd.h
2014-12-30 13:34 UTC (2+ messages)
[U-Boot] [PATCH 1/2] embestmx6boards: convert to use config_distro_defaults.h
2014-12-30 13:34 UTC (2+ messages)
[U-Boot] [PATCH] imx SPL: enable boot from eMMC boot partitions
2014-12-30 13:33 UTC (2+ messages)
[U-Boot] [PATCH 0/3] ARM: UniPhier: add DDR PHY init code and utility command
2014-12-30 12:21 UTC (2+ 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