messages from 2015-07-31 16:19:25 to 2015-08-02 21:28:15 UTC [more...]
[U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver
2015-08-02 21:28 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DWAPB "
[U-Boot] [PATCH] dm: core: Allow simple-bus driver in SPL
2015-08-02 21:28 UTC (2+ messages)
[U-Boot] [PATCH] fdt: Fix fdtdec_get_addr_size() for 64-bit
2015-08-02 21:27 UTC (3+ messages)
[U-Boot] [PATCH] integrator: switch to DM serial port
2015-08-02 21:27 UTC (2+ messages)
[U-Boot] [PATCH] patman: Don't run patman when it is imported as a module
2015-08-02 21:26 UTC (5+ messages)
[U-Boot] [PATCH 1/2] gitignore: Add defconfig and fdtgrep
2015-08-02 21:26 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] common: Print nothing in the __weak checkboard()
[U-Boot] [PATCH] common: command add '\n' for debug msg
2015-08-02 21:25 UTC (2+ messages)
[U-Boot] [PATCH 1/5] dm: pci: Allow scan bridge child devices before relocation
2015-08-02 21:24 UTC (4+ messages)
` [U-Boot] [PATCH 5/5] doc: dm: Update pci-info.txt for pci support
[U-Boot] [PATCH 1/2] x86: Add a 'pause' instruction in __udelay() for QEMU target
2015-08-02 21:24 UTC (2+ messages)
[U-Boot] [PATCH 2/2] x86: qemu: Add MP initialization
2015-08-02 21:23 UTC (2+ messages)
[U-Boot] [PATCH 0/7] x86: Add Intel Bayley Bay board support
2015-08-02 21:21 UTC (5+ messages)
` [U-Boot] [PATCH 7/7] x86: bayleybay: Configure PCI IRQ
[U-Boot] [PATCH] lib: fdt: fix indent of #ifdef..#endif conditional
2015-08-02 21:21 UTC (2+ messages)
[U-Boot] [PATCH] drivers: hierarchize drivers Kconfig menu
2015-08-02 21:21 UTC (9+ messages)
[U-Boot] [PATCH 1/3] sunxi: usb-phy: Never power off the usb ports
2015-08-02 18:57 UTC (8+ messages)
` [U-Boot] [PATCH 2/3] sunxi: Add CONFIG_USB0_ID_DET setting to 2 more tablets
` [U-Boot] [PATCH 3/3] sunxi: Do not add a stdout-path alias to dts on boards without a serial port
[U-Boot] [PATCH RESEND] tools/imximage: set DCD pointer to NULL when its length is 0
2015-08-02 18:45 UTC (5+ messages)
[U-Boot] [PULL] Please pull u-boot-imx
2015-08-02 15:58 UTC (4+ messages)
` [U-Boot] [PATCH] fsl_esdhc.c: Always make check_and_invalidate_dcache_range available
[U-Boot] [PATCH v2 00/47] Add support for running U-Boot as an EFI payload/application
2015-08-02 15:55 UTC (25+ messages)
` [U-Boot] [PATCH v2 01/47] Support removing default assembler flags
` [U-Boot] [PATCH v2 02/47] dm: core: Check for empty list in uclass_find_device()
` [U-Boot] [PATCH v2 04/47] elf: Add a few definitions for 64-bit relocation
` [U-Boot] [PATCH v2 05/47] Add a way to skip relocation
` [U-Boot] [PATCH v2 07/47] Bring in __aligned_u64 and friends to linux/types.h
` [U-Boot] [PATCH v2 10/47] Reserve the top 16 flag bits for architecture-specific use
` [U-Boot] [PATCH v2 11/47] x86: Tidy up global_data flags
` [U-Boot] [PATCH v2 15/47] x86: Tidy up a few minor issues with interrupts
` [U-Boot] [PATCH v2 17/47] pci: Fix up code for CONFIG_PCI_ENUM_ONLY
` [U-Boot] [PATCH v2 18/47] x86: Allow use of global_data with EFI
` [U-Boot] [PATCH v2 19/47] efi: Add start-up library code
` [U-Boot] [PATCH v2 20/47] efi: Avoid using non-existent text base
[U-Boot] [PATCH 01/13][v4] power: pmic: add pfuze3000 support
2015-08-02 15:48 UTC (5+ messages)
` [U-Boot] [PATCH 02/13][v4] imx: iomux-v3: add imx7d support for iomuxc
[U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application
2015-08-02 15:03 UTC (5+ messages)
` [U-Boot] [PATCH 18/48] efi: Add start-up library code
[U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL
2015-08-02 12:56 UTC (12+ messages)
` [U-Boot] [PATCH v3 2/4] sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support
[U-Boot] [PATCH 12/12] kconfig: add config option for shell prompt
2015-08-02 11:40 UTC (6+ messages)
` [U-Boot] [PATCH V2 "
[U-Boot] [PATCH v2 00/15] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
2015-08-02 9:28 UTC (34+ messages)
` [U-Boot] [PATCH v2 01/15] kbuild: fixdep: optimize code slightly
` [U-Boot] [PATCH v2 02/15] kbuild: add a makefile macro useful with per-image config options
` [U-Boot] [PATCH v2 03/15] linux/kconfig.h: add CPP macros useful for "
` [U-Boot] [PATCH v2 04/15] spl: move SPL driver entries to driver/Makefile
` [U-Boot] [PATCH v2 05/15] dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entries
` [U-Boot] [PATCH v2 06/15] clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK
` [U-Boot] [PATCH v2 07/15] clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entries
` [U-Boot] [PATCH v2 08/15] ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM
` [U-Boot] [PATCH v2 09/15] ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries
` [U-Boot] [PATCH v2 10/15] led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
` [U-Boot] [PATCH v2 11/15] led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entries
` [U-Boot] [PATCH v2 12/15] dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
` [U-Boot] [PATCH v2 13/15] fdtdec: fix OF_CONTROL switch
` [U-Boot] [PATCH v2 14/15] of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
` [U-Boot] [PATCH v2 15/15] of: clean up OF_CONTROL ifdef conditionals
[U-Boot] [PATCH v3 00/15] imx: Add i.MX6UL and basic board support
2015-08-02 9:18 UTC (33+ messages)
` [U-Boot] [PATCH v3 01/15] imx: mx6ul: Add i.MX6UL CPU type
` [U-Boot] [PATCH v3 02/15] imx: mx6ul: Add pins IOMUX head file
` [U-Boot] [PATCH v3 03/15] imx: mx6ul: Update imx registers "
` [U-Boot] [PATCH v3 04/15] imx: mx6ul Add CONFIG_SYS_CACHELINE_SIZE for i.MX6UL
` [U-Boot] [PATCH v3 05/15] imx-common: timer: add i.MX6UL support
` [U-Boot] [PATCH v3 06/15] imx: mx6ul remove errata for i.MX6UL
` [U-Boot] [PATCH v3 07/15] imx:mx6ul add clock support
` [U-Boot] [PATCH v3 08/15] imx: mx6ul select SYS_L2CACHE_OFF
` [U-Boot] [PATCH v3 09/15] imx: mx6ul update soc related settings
` [U-Boot] [PATCH v3 10/15] imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL
` [U-Boot] [PATCH v3 11/15] mxc: gpio add i.MX6UL support
` [U-Boot] [PATCH v3 12/15] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL
` [U-Boot] [PATCH v3 13/15] imx:mx6ul add dram spl configuration and header file
` [U-Boot] [PATCH v3 14/15] imx: imx6_spl add mx6ul support
` [U-Boot] [PATCH v3 15/15] imx: mx6ul_14x14_evk add basic board support
[U-Boot] [PATCH 00/12] cm-fx6 and kconfig updates
2015-08-02 8:54 UTC (21+ messages)
` [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly
` [U-Boot] [PATCH 02/12] arm: mx6: cm-fx6: make it possible to not init display
` [U-Boot] [PATCH 03/12] arm: mx6: cm-fx6: add support for displaytype env var
` [U-Boot] [PATCH 04/12] arm: mx6: cm-fx6: setup hdmi only on hdmi enable
` [U-Boot] [PATCH 05/12] arm: mx6: cm-fx6: move CMD configs to defconfig
` [U-Boot] [PATCH 06/12] arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6
` [U-Boot] [PATCH 07/12] arm: mx6: kconfig: don't select CPU_V7 per board
` [U-Boot] [PATCH 08/12] arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option
` [U-Boot] [PATCH 09/12] usb: kconfig: usb keyboard kconfig
` [U-Boot] [PATCH 11/12] sf: kconfig: add kconfig options for spi flashes
[U-Boot] [PATCH V5 1/6] imx: add cpu type for i.MX6QP/DP
2015-08-02 8:47 UTC (12+ messages)
` [U-Boot] [PATCH V5 2/6] imx: mx6: ccm: Change the clock settings for i.MX6QP
` [U-Boot] [PATCH V5 3/6] imx: mx6: hab : Remove the cache issue workaroud in hab "
` [U-Boot] [PATCH V5 4/6] imx: mx6qp Enable PRG clock for IPU
` [U-Boot] [PATCH V5 5/6] imx: mx6sabresd/sabreauto runtime setting fdt_file
` [U-Boot] [PATCH V5 6/6] imx: mx6qpsabreauto: Add MX6QP SABREAUTO CPU3 board support
[U-Boot] [PATCH] armv8: ls2085a: Update bootargs as per default target console
2015-08-02 3:41 UTC
[U-Boot] [PATCH resend V2 1/3] mtd: nand: mxs support oobsize bigger than 512
2015-08-02 3:18 UTC (11+ messages)
[U-Boot] [Reproducible-builds] [U-Boot, v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH
2015-08-01 22:04 UTC (5+ messages)
` [U-Boot] [RFC PATCH] Makefile: Add SOURCE_DATE_TZ
[U-Boot] [PATCH 00/28] socfpga: sdram.c cleanups
2015-08-01 21:34 UTC (29+ messages)
` [U-Boot] [PATCH 01/28] ddr: altera: sdram: Switch to generic_hweight32()
` [U-Boot] [PATCH 02/28] ddr: altera: sdram: Clean up compute_errata_rows() part 1
` [U-Boot] [PATCH 03/28] ddr: altera: sdram: Clean up compute_errata_rows() part 2
` [U-Boot] [PATCH 04/28] ddr: altera: sdram: Clean up set_sdr_ctrlcfg()
` [U-Boot] [PATCH 05/28] ddr: altera: sdram: Clean up set_sdr_dram_timing*()
` [U-Boot] [PATCH 06/28] ddr: altera: sdram: Clean up set_sdr_addr_rw()
` [U-Boot] [PATCH 07/28] ddr: altera: sdram: Clean up set_sdr_static_cfg()
` [U-Boot] [PATCH 08/28] ddr: altera: sdram: Clean up set_sdr_fifo_cfg()
` [U-Boot] [PATCH 09/28] ddr: altera: sdram: Clean up set_sdr_mp_weight()
` [U-Boot] [PATCH 10/28] ddr: altera: sdram: Clean up set_sdr_mp_pacing()
` [U-Boot] [PATCH 11/28] ddr: altera: sdram: Clean up set_sdr_mp_threshold()
` [U-Boot] [PATCH 12/28] ddr: altera: sdram: Introduce socfpga_sdram_config() structure
` [U-Boot] [PATCH 13/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 1
` [U-Boot] [PATCH 14/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 2
` [U-Boot] [PATCH 15/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 3
` [U-Boot] [PATCH 16/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 4
` [U-Boot] [PATCH 17/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 5
` [U-Boot] [PATCH 18/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 6
` [U-Boot] [PATCH 19/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 7
` [U-Boot] [PATCH 20/28] ddr: altera: sdram: Clean up sdram_mmr_init_full() part 8
` [U-Boot] [PATCH 21/28] ddr: altera: sdram: Introduce socfpga_sdram_get_config()
` [U-Boot] [PATCH 22/28] ddr: altera: sdram: Clean up sdram_calculate_size() part 1
` [U-Boot] [PATCH 23/28] ddr: altera: sdram: Clean up sdram_calculate_size() part 2
` [U-Boot] [PATCH 24/28] ddr: altera: sdram: Clean up sdram_write_verify()
` [U-Boot] [PATCH 25/28] ddr: altera: sdram: Add missing kerneldoc
` [U-Boot] [PATCH 26/28] ddr: altera: sdram: Minor cleanup in sdram_set_rule()
` [U-Boot] [PATCH 27/28] ddr: altera: sdram: Minor cleanup in sdram_get_rule()
` [U-Boot] [PATCH 28/28] ddr: altera: sdram: Make sdram_start and sdram_end into u32
[U-Boot] [PATCH 00/16] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
2015-08-01 16:36 UTC (6+ messages)
` [U-Boot] [PATCH 01/16] ARM: remove vpac270 board support
[U-Boot] [PATCH] dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port
2015-08-01 16:05 UTC (2+ messages)
[U-Boot] [PATCH] arm: Correct comments in crt0.S for the recent SPL improvements
2015-08-01 14:55 UTC
[U-Boot] Please pull u-boot-mpc85xx master
2015-08-01 14:47 UTC (2+ messages)
[U-Boot] Please pull u-boot-x86
2015-08-01 14:47 UTC (2+ messages)
[U-Boot] Pull request: u-boot-arm/master
2015-08-01 14:47 UTC (2+ messages)
[U-Boot] [U-Boot, v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH
2015-08-01 9:43 UTC (5+ messages)
` [U-Boot] [PATCH] Makefile: Use correct timezone for U_BOOT_TZ
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH v2 1/2] kconfig: Make board selection choices optional
2015-08-01 7:46 UTC (7+ messages)
` [U-Boot] [PATCH v3 1/2] arch: "
[U-Boot] [PATCH] ARM: zynq: drop "optional" from board select in favor of Zedboard
2015-08-01 7:39 UTC
[U-Boot] [PATCH] ARM: drop "optional" from target select in favor of ARCH_VERSATILE
2015-08-01 7:39 UTC
[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
2015-08-01 3:10 UTC (12+ messages)
[U-Boot] [PATCH 1/5] am33xx: Update DT files, add am335x_gp_evm_config target
2015-07-31 23:55 UTC (5+ messages)
` [U-Boot] [PATCH 2/5] gpio: omap: Drop 'method' parameter
` [U-Boot] [PATCH 3/5] ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DM
` [U-Boot] [PATCH 4/5] dra7xx: Move CONS_INDEX to Kconfig and enable CONFIG_SPL_STACK_ADDR
` [U-Boot] [PATCH 5/5] dra7xx: Add dra72_evm_defconfig using CONFIG_DM
[U-Boot] [PATCH V3 1/2] ARM: tegra: Add e2220-1170 board
2015-07-31 23:21 UTC (2+ messages)
` [U-Boot] [PATCH V3 2/2] ARM: tegra: Add p2371-0000 board
[U-Boot] [PATCH 2/3] Data types defined for 64 bit physical address
2015-07-31 18:56 UTC (6+ messages)
[U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries
2015-07-31 17:15 UTC (2+ messages)
[U-Boot] GUID/UUID string representation
2015-07-31 16:19 UTC (3+ 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