messages from 2017-03-29 19:26:24 to 2017-04-01 01:59:53 UTC [more...]
[U-Boot] [PATCH v1] x86: Remove unused option
2017-04-01 1:59 UTC (3+ messages)
[U-Boot] [PATCH] spl: armv7m: keep ARM v7M in thumb mode while jumping to entry point
2017-03-31 23:34 UTC
[U-Boot] [PATCH v3 00/19] SPL: extend FIT loading support
2017-03-31 23:21 UTC (22+ messages)
` [U-Boot] [PATCH v3 01/19] SPL: FIT: refactor FDT loading
` [U-Boot] [PATCH v3 02/19] SPL: FIT: rework U-Boot image loading
` [U-Boot] [PATCH v3 03/19] SPL: FIT: improve error handling
` [U-Boot] [PATCH v3 04/19] SPL: FIT: factor out spl_load_fit_image()
` [U-Boot] [PATCH v3 05/19] SPL: FIT: allow loading multiple images
` [U-Boot] [PATCH v3 06/19] Kconfig: fix SPL_FIT dependency
` [U-Boot] [PATCH v3 07/19] tools: mksunxiboot: allow larger SPL binaries
` [U-Boot] [PATCH v3 08/19] armv8: SPL: only compile GIC code if needed
` [U-Boot] [PATCH v3 09/19] armv8: fsl: move ccn504 code into FSL Makefile
` [U-Boot] [PATCH v3 10/19] sunxi: A64: move SPL stack to end of SRAM A2
` [U-Boot] [PATCH v3 11/19] sunxi: SPL: store RAM size in gd
` [U-Boot] [PATCH v3 12/19] sunxi: SPL: add FIT config selector for Pine64 boards
` [U-Boot] [PATCH v3 13/19] Makefile: add rules to generate SPL FIT images
` [U-Boot] [PATCH v3 14/19] sunxi: 64-bit SoCs: introduce FIT generator script
` [U-Boot] [PATCH v3 15/19] sunxi: defconfig: add supported DT list for Pine64 and OrangePi PC 2
` [U-Boot] [PATCH v3 16/19] sunxi: enable automatic FIT build for 64-bit SoCs
` [U-Boot] [PATCH v3 17/19] sunxi: Store the device tree name in the SPL header
` [U-Boot] [PATCH v3 18/19] sunxi: use SPL header DT name for FIT board matching
` [U-Boot] [PATCH v3 19/19] sunxi: update Pine64 README
[U-Boot] [PATCH 0/4] Switch odroid to use distro_bootcmd
2017-03-31 21:20 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] Fix default console on odroid to only specify the device, as "console=" is redundant with the boot environment
` [U-Boot] [PATCH 2/4] Increase the default environment size on odroid, as config_distro_bootcmd requires a more space for the environment
` [U-Boot] [PATCH 3/4] Switch odroid to use config_distro_bootcmd
` [U-Boot] [PATCH 4/4] Inherit default value for bootdelay from distro_bootcmd on odroid
[U-Boot] [PATCH] Set console speed to 115200 on mx6cuboxi
2017-03-31 21:04 UTC (2+ messages)
[U-Boot] [PATCH] Inherit default value for bootdelay from distro_bootcmd on odroid-xu3
2017-03-31 20:41 UTC
[U-Boot] [PATCH 3/3][v3] [RESEND] arm: ls1046ardb: Add SD secure boot target
2017-03-31 20:13 UTC (5+ messages)
[U-Boot] Please pull ARC changes
2017-03-31 19:12 UTC
[U-Boot] [PATCH 0/8] dm: led: Expand the LED interface and add a command
2017-03-31 17:55 UTC (9+ messages)
` [U-Boot] [PATCH 1/8] sandbox: Add some test LEDs
` [U-Boot] [PATCH 2/8] dm: led: Rename struct led_uclass_plat
` [U-Boot] [PATCH 3/8] dm: led: Adjust the LED uclass
` [U-Boot] [PATCH 4/8] dm: led: Add support for getting the state of an LED
` [U-Boot] [PATCH 5/8] dm: led: Support toggling LEDs
` [U-Boot] [PATCH 6/8] dm: led: Add support for blinking LEDs
` [U-Boot] [PATCH 7/8] led: Mark existing driver as legacy
` [U-Boot] [PATCH 8/8] dm: led: Add a new 'led' command
[U-Boot] [PATCH 1/3] x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenames
2017-03-31 15:45 UTC (6+ messages)
` [U-Boot] [PATCH 2/3] x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi
` [U-Boot] [PATCH 3/3] binman: Remove hard-coded file name for x86 flash-descriptor & intel-me
[U-Boot] [PATCH 1/2][v3] armv8: ls2080a: Reorganise NAND_BOOT code in config flag
2017-03-31 15:43 UTC (4+ messages)
[U-Boot] Python Version
2017-03-31 15:02 UTC
[U-Boot] [PATCH 00/16] Clean up board_f sequence a little more
2017-03-31 14:40 UTC (17+ messages)
` [U-Boot] [PATCH 01/16] board_f: Drop board_type parameter from initdram()
` [U-Boot] [PATCH 02/16] board_f: Drop return value "
` [U-Boot] [PATCH 03/16] board_f: Rename initdram() to dram_init()
` [U-Boot] [PATCH 04/16] xtensa: Place relocated U-Boot in the normal place
` [U-Boot] [PATCH 05/16] board_f: Use a single condition for reserve_logbuffer()
` [U-Boot] [PATCH 06/16] board_f: Move the extra #ifdef condition into reserve_mmu()
` [U-Boot] [PATCH 07/16] board_f: Put video memory reservation in one function
` [U-Boot] [PATCH 08/16] board_f: Drop CONFIG_SPL_BUILD check
` [U-Boot] [PATCH 09/16] board_f: Drop setup_dram_config() wrapper
` [U-Boot] [PATCH 10/16] Move dram_init_banksize() to a common header
` [U-Boot] [PATCH 11/16] board_f: Drop unused headers
` [U-Boot] [PATCH 12/16] board_f: Move errno.h down to the bottom
` [U-Boot] [PATCH 13/16] powerpc: Move setup_board_extra() into a PPC file
` [U-Boot] [PATCH 14/16] board_f: Make init_helpers generic
` [U-Boot] [PATCH 15/16] board_f: Make relocation functions generic
` [U-Boot] [PATCH 16/16] board_f: powerpc: Drop unused headers
[U-Boot] [PATCH] ARM: socfpga: boot0 hook: remove macro from boot0 header file
2017-03-31 11:14 UTC (5+ messages)
[U-Boot] [PATCH v3 00/19] Add Intel Arria 10 SoC support
2017-03-31 10:33 UTC (27+ messages)
` [U-Boot] [PATCH v3 01/19] arm: socfpga: Restructure clock manager driver
` [U-Boot] [PATCH v3 02/19] arm: socfpga: Restructure reset "
` [U-Boot] [PATCH v3 03/19] arm: socfpga: Restructure system manager
` [U-Boot] [PATCH v3 04/19] arm: socfpga: Restructure misc driver
` [U-Boot] [PATCH v3 05/19] arm: socfpga: Add A10 macros
` [U-Boot] [PATCH v3 06/19] arm: socfpga: Add reset driver support for Arria 10
` [U-Boot] [PATCH v3 07/19] arm: socfpga: Add clock driver "
` [U-Boot] [PATCH v3 08/19] arm: socfpga: Add system manager "
` [U-Boot] [PATCH v3 09/19] arm: socfpga: Add sdram header file "
` [U-Boot] [PATCH v3 10/19] arm: socfpga: Add misc support "
` [U-Boot] [PATCH v3 11/19] arm: socfpga: Add pinmux "
` [U-Boot] [PATCH v3 12/19] fdt: Add compatible strings "
` [U-Boot] [PATCH v3 13/19] arm: dts: Add dts and dtsi "
` [U-Boot] [PATCH v3 14/19] arm: socfpga: Add SPL support "
` [U-Boot] [PATCH v3 15/19] drivers: fpga: Add compile switch for Gen5 only registers
` [U-Boot] [PATCH v3 16/19] arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig
` [U-Boot] [PATCH v3 17/19] arm: socfpga: Add config and defconfig for Arria 10
` [U-Boot] [PATCH v3 18/19] arm: socfpga: Add board files for the Arria10
` [U-Boot] [PATCH v3 19/19] arm: socfpga: Enable build for Arria 10
[U-Boot] [PATCH] net: eth_common: Don't use %pM when USE_TINY_PRINTF is enabled
2017-03-31 9:47 UTC
[U-Boot] [PATCH] arcv2: Halt non-master cores
2017-03-31 9:19 UTC
[U-Boot] [PATCH 0/2] axs103: Add support of v1.1 firmware
2017-03-31 9:01 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] axs103: Clean-up smp_kick_all_cpus()
` [U-Boot] [PATCH 2/2] axs103: Support slave core kick-start on axs103 v1.1 firmware
[U-Boot] [PATCH 0/3] STiH410-B2260: update environment/configuration settings
2017-03-31 8:48 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] board: STiH410-B2260: update environment variable
` [U-Boot] [PATCH 2/3] board: STiH410-B2260: fix sdram size
` [U-Boot] [PATCH 3/3] board: STiH410-B2260: set ramdisk_addr_r to 0x48000000
[U-Boot] [PATCH] x86: bootm: Fix FIT image booting on x86
2017-03-31 6:09 UTC
[U-Boot] [PATCH] T1042RDB: Remove nand secure boot compilation error
2017-03-31 5:26 UTC (3+ messages)
[U-Boot] [PATCH][v2][RESEND] T1042RDB SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL compilation
2017-03-31 5:20 UTC
[U-Boot] [PATCH] T1042RDB SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL compilation
2017-03-31 5:16 UTC
[U-Boot] [PATCH v2] fdt: allow address translation in case of SPL_OF_TRANSLATE
2017-03-31 0:21 UTC
[U-Boot] sf: Remove spansion_s25fss_disable_4KB_erase
2017-03-31 0:19 UTC (7+ messages)
[U-Boot] [PATCH 1/3] config: am335x_evm: detect Black Wireless using BWA
2017-03-30 19:32 UTC (4+ messages)
` [U-Boot] [PATCH 2/3] config: am335x_evm: detect Green Wireless using GW1
` [U-Boot] [PATCH 3/3] config: am335x_evm: detect BeagleBone Blue using BLA
[U-Boot] Compile v2017.03 on a system where Python 3 is default
2017-03-30 18:55 UTC (3+ messages)
[U-Boot] [PATCH] ARM: keystone: Pass SPI MTD partition table via kernel command line
2017-03-30 17:17 UTC (12+ messages)
[U-Boot] [PATCH v4 0/2] add armv7m cache support
2017-03-30 16:43 UTC (7+ messages)
` [U-Boot] [PATCH v4 1/2] armv7m: add instruction & data "
[U-Boot] [PATCH] fdt: allow address translation in case of SPL_OF_TRANSLATE
2017-03-30 16:39 UTC (4+ messages)
[U-Boot] [PATCH 00/31] ARM: k2g: Add support for new K2G ICE EVM
2017-03-30 16:22 UTC (6+ messages)
` [U-Boot] [PATCH 12/31] board_f: Add new function to allow runtime DTB selection
[U-Boot] [PATCH 0/5] Add support for NAND flash to A7K/A8K SoC family
2017-03-30 15:46 UTC (6+ messages)
` [U-Boot] [PATCH 2/5] arm64: mvebu: a8k: Add support for NAND clock get
` [U-Boot] [PATCH 4/5] arm64: a8k: dts: Add support for NAND devices on A8K platform
[U-Boot] [PATCH v2 0/6] Introduce DCU support for Vybrid
2017-03-30 15:34 UTC (8+ messages)
` [U-Boot] [PATCH v2 1/6] Convert CONFIG_FSL_DCU_FB to Kconfig
` [U-Boot] [PATCH v2 2/6] video: fsl_dcu_fb: fix framebuffer to the end of memory
` [U-Boot] [PATCH v2 3/6] video: fsl_dcu_fb: Enable pixel clock after initialization
` [U-Boot] [PATCH v2 4/6] video: fsl_dcu_fb: Update DCU layers for Vybrid
` [U-Boot] [PATCH v2 5/6] video: fsl_dcu_fb: add additional modes for DCU
` [U-Boot] [PATCH v2 6/6] board: toradex: colibri_vf: Add DCU support for Colibri Vybrid
[U-Boot] env_init() for mmc
2017-03-30 15:19 UTC (5+ messages)
[U-Boot] [PATCH 1/2] patman: Convert byte arrays to strings
2017-03-30 14:44 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] dtoc: Decode val if it's a byte string
[U-Boot] U-boot multi-file format
2017-03-30 14:19 UTC (3+ messages)
[U-Boot] [PATCH 0/3] Marvell A7K/A8K PCIe fixes and extensions
2017-03-30 13:58 UTC (8+ messages)
` [U-Boot] [PATCH 1/3] arm64: mvebu: Trigger PCI devices scan at early init stage
` [U-Boot] [PATCH 2/3] fix: mvebu: pcie_dw: Allow probing empty PCIe slots
` [U-Boot] [PATCH 3/3] mvebu: dts: a80x0: Sync the DB DTS with standard config A
[U-Boot] [PATCH 0/6] trats: convert to driver model
2017-03-30 13:09 UTC (8+ messages)
` [U-Boot] [PATCH 1/6] configs: trats: enable the CONFIG_DM_PMIC and PMIC_MAX8997
` [U-Boot] [PATCH 2/6] board: samsung: trats: remove the unnecessary codes
` [U-Boot] [PATCH 3/6] board: samsung: trats: convert to driver model for controlling phy
` [U-Boot] [PATCH 4/6] arm: dts: trats: add i2c_fg node for fuelgauge
` [U-Boot] [PATCH 5/6] board: samsung: trats: remove the i2c_init function
` [U-Boot] [PATCH 6/6] configs: trats: enable the CONFIG_DM_I2C_GPIO
[U-Boot] [PATCH 0/3] RFC: Patches to reduce TPL code size
2017-03-30 11:14 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] string: Provide a slimmed-down memset()
` [U-Boot] [PATCH v2] "
[U-Boot] Cache issue on armv7
2017-03-30 10:27 UTC
[U-Boot] [PATCH 0/5] arm: i.MX6: SabreSD: Add initial dts support
2017-03-30 9:59 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] arm: dts: i.MX6: Add imx6qdl-sabresd.dtsi
` [U-Boot] [PATCH 2/5] arm: dts: imx6qdl-sabresd: Add imx6q-sabresd.dts
` [U-Boot] [PATCH 3/5] arm: imx6q: sabresd: Add initial devicetree support
` [U-Boot] [PATCH 4/5] arm: dts: imx6qdl-sabresd: Add imx6qp-sabresd.dts
` [U-Boot] [PATCH 5/5] arm: imx6qp: sabresd: Add initial devicetree support
[U-Boot] [PATCH] odroid: dts: change the buck8 min-microvolt value
2017-03-30 9:58 UTC
[U-Boot] [PATCH v3 0/2] rockchip: Add support for MiQi board
2017-03-30 7:05 UTC (7+ messages)
` [U-Boot] [PATCH v3 1/2] rockchip: cosmetic: Sort RK3288 boards
` [U-Boot] [PATCH v3 2/2] rockchip: Add support for MiQi rk3288 board
[U-Boot] [PATCH v2] rockchip: mmc: rk3399: work around DMA issue in SPL
2017-03-30 6:30 UTC (7+ messages)
[U-Boot] [GIT PULL] Please pull u-boot-mmc master
2017-03-30 5:21 UTC
[U-Boot] [PATCH 01/17] board_f: sandbox: Move setup_ram_buf() to private code
2017-03-30 4:40 UTC (4+ messages)
` [U-Boot] [PATCH 17/17] i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS
[U-Boot] [PATCH 0/4] mmc: omap_hsmmc: add support for CONFIG_BLK
2017-03-30 4:36 UTC (9+ messages)
` [U-Boot] [PATCH 1/4] drivers: omap_hsmmc: use an accessor to get the private data
` [U-Boot] [PATCH 2/4] drivers: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc
` [U-Boot] [PATCH 3/4] drivers: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used
` [U-Boot] [PATCH 4/4] drivers: omap_hsmmc: add support for CONFIG_BLK
[U-Boot] [PATCH v5] mmc: gen_atmel_mci: add driver model support for mci
2017-03-30 4:30 UTC (2+ messages)
[U-Boot] [PATCH v5] ls1046ardb: SPL size reduction
2017-03-30 4:23 UTC
[U-Boot] [PATCH v5] ls1043ardb: SPL size reduction
2017-03-30 4:22 UTC
[U-Boot] [PATCH v3 1/2] spl: rk3399: disable DDR security regions for SPL (for DMA in dw_mmc)
2017-03-30 3:22 UTC (2+ messages)
[U-Boot] [PATCH v4] ls1046ardb: SPL size reduction in case of non-xip boot
2017-03-30 0:01 UTC
[U-Boot] [PATCH v4] ls1043ardb: SPL size reduction in case of non-xip boot
2017-03-30 0:00 UTC
[U-Boot] Please pull u-boot-dm
2017-03-29 23:51 UTC
[U-Boot] [PATCH v2 00/10] sunxi: Remove SYS_EXTRA_OPTIONS
2017-03-29 20:48 UTC (4+ messages)
` [U-Boot] [PATCH v2 10/10] sunxi: Convert CONS_INDEX to Kconfig
[U-Boot] [PATCH 0/3] imx: bootaux elf firmware support
2017-03-29 19:58 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] imx: imx-common: move aux core image parsing to common code
` [U-Boot] [PATCH 2/3] imx: imx-common: add elf firmware support
` [U-Boot] [PATCH 3/3] ARM: vf610: add auxiliary core boot support
[U-Boot] [PATCH] libfdt: fix build with Python 3
2017-03-29 19:41 UTC
[U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL
2017-03-29 19:33 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