messages from 2015-07-31 15:31:49 to 2015-08-02 09:28:22 UTC [more...]
[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 (32+ 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] [PULL] Please pull u-boot-imx
2015-08-02 9:23 UTC
[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 12/12] kconfig: add config option for shell prompt
2015-08-02 8:53 UTC (5+ messages)
` [U-Boot] [PATCH V2 "
[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 (13+ messages)
` [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports
[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 v3 0/4] sunxi: nand: Basic NAND driver for SPL
2015-08-01 19:22 UTC (11+ messages)
` [U-Boot] [PATCH v3 2/4] sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support
[U-Boot] [PATCH] drivers: hierarchize drivers Kconfig menu
2015-08-01 18:38 UTC (8+ messages)
[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] [PATCH 1/3] sunxi: usb-phy: Never power off the usb ports
2015-08-01 12:50 UTC (3+ 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] [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] patman: Don't run patman when it is imported as a module
2015-08-01 9:32 UTC (4+ messages)
[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] lib: fdt: fix indent of #ifdef..#endif conditional
2015-08-01 7:03 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)
[U-Boot] [PATCH][v2] mpc85xx/T104xRDB: Remove vbank check redundant code
2015-07-31 15:56 UTC (2+ messages)
[U-Boot] [PATCH] powerpc/t1023rdb: eMMC boot without external SD card
2015-07-31 15:55 UTC (2+ messages)
[U-Boot] [PATCH][v2] powerpc/t4: update serdes table
2015-07-31 15:54 UTC (2+ messages)
[U-Boot] [PATCH v2] board/t1023rdb: add support for T1023RDB RevC
2015-07-31 15:53 UTC (2+ messages)
[U-Boot] [PATCH 3/3][v7] powerpc/mpc85xx: SECURE BOOT-Copy Boot Script on RAM
2015-07-31 15:53 UTC (2+ messages)
[U-Boot] [PATCH 2/3][[v7] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P5020 and P5040
2015-07-31 15:52 UTC (2+ messages)
[U-Boot] [PATCH 1/3][v7] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
2015-07-31 15:51 UTC (2+ messages)
[U-Boot] [PATCH 1/1] T102xRDB: Enable ifc nand ecc encode and decode
2015-07-31 15:46 UTC (2+ messages)
[U-Boot] [RFC PATCH] efi: Another way to create u-boot payload for EFI
2015-07-31 15:45 UTC (2+ messages)
[U-Boot] [PATCH] powerpc: mpc85xx: Correct CONFIG_USB_MAX_CONTROLLER_COUNT for p1025
2015-07-31 15:45 UTC (2+ messages)
[U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application
2015-07-31 15:45 UTC (28+ messages)
` [U-Boot] [PATCH 05/48] Add a way to skip relocation
` [U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY
` [U-Boot] [PATCH 18/48] efi: Add start-up library code
` [U-Boot] [PATCH 22/48] efi: Support building a u-boot.efi executable
` [U-Boot] [PATCH 23/48] x86: Support skipping relocation for EFI
` [U-Boot] [PATCH 30/48] x86: Set up tool chain flags for running as EFI application
` [U-Boot] [PATCH 37/48] x86: Add a way to call 32-bit code from 64-bit mode
` [U-Boot] [PATCH 41/48] efi: Add functions for decoding the EFI tables
` [U-Boot] [PATCH 43/48] x86: Handle running as EFI payload
[U-Boot] [PATCH][v3] powerpc/b4860qds:Update README for DIP switch information
2015-07-31 15:44 UTC (2+ messages)
[U-Boot] [PATCH] powerpc/t1024: update fman liodn for mac1
2015-07-31 15:44 UTC (2+ messages)
[U-Boot] [PATCH] mpc85xx/t104x, t102x: Update CPC debug register value in PBI commands
2015-07-31 15:43 UTC (2+ messages)
[U-Boot] [PATCH] powerpc/t4rdb: fix cpld reset altbank
2015-07-31 15:42 UTC (2+ messages)
[U-Boot] [PATCH v2] board/p2020rdb: fix the FDT_ERR_NOTFOUND issue
2015-07-31 15:41 UTC (2+ messages)
[U-Boot] [PATCH] T104xD4: Add Secure boot support for T104xD4RDB platforms
2015-07-31 15:40 UTC (2+ messages)
[U-Boot] [PATCH][v7] mpc85xx/T104xD4RDB: Add T104xD4RDB boards support
2015-07-31 15:38 UTC (2+ messages)
[U-Boot] [PATCH 1/4][v8] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
2015-07-31 15:33 UTC (3+ messages)
[U-Boot] [PATCH v2 00/47] Add support for running U-Boot as an EFI payload/application
2015-07-31 15:32 UTC (17+ messages)
` [U-Boot] [PATCH v2 32/47] x86: Add definitions for the x86-efi board and plumb it in
` [U-Boot] [PATCH v2 33/47] x86: Add relocation and link script for a 64-bit EFI application
` [U-Boot] [PATCH v2 34/47] efi: Add support for loading U-Boot through an EFI stub
` [U-Boot] [PATCH v2 35/47] x86: Support building the "
` [U-Boot] [PATCH v2 36/47] x86: Add an enum for some commonly-used GDT bits
` [U-Boot] [PATCH v2 37/47] x86: Add a way to call 32-bit code from 64-bit mode
` [U-Boot] [PATCH v2 38/47] efi: Add 64-bit payload support
` [U-Boot] [PATCH v2 39/47] x86: Add support for passing tables into U-Boot
` [U-Boot] [PATCH v2 40/47] efi: Add functions for decoding the EFI tables
` [U-Boot] [PATCH v2 41/47] efi: Add a command to display the memory map
` [U-Boot] [PATCH v2 42/47] x86: Handle running as EFI payload
` [U-Boot] [PATCH v2 43/47] x86: Add helper code for running from EFI
` [U-Boot] [PATCH v2 44/47] x86: baytrail: Support operation as an EFI payload
` [U-Boot] [PATCH v2 45/47] x86: qemu: "
` [U-Boot] [PATCH v2 46/47] x86: Gracefully disable the vesa driver when running from EFI
` [U-Boot] [PATCH v2 47/47] efi: Add a README to explain how things work
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