messages from 2015-03-05 21:47:57 to 2015-03-09 15:34:49 UTC [more...]
[U-Boot] Question about board-specific Makefile actions
2015-03-09 15:34 UTC (2+ messages)
[U-Boot] MinnowBoard Max uboot
2015-03-09 15:08 UTC
[U-Boot] Basic A33 support including dram init available in my personal repo
2015-03-09 14:52 UTC (9+ messages)
` [U-Boot] [linux-sunxi] "
[U-Boot] [PATCH] mx6: soc: Switch to cold reset
2015-03-09 13:48 UTC
[U-Boot] [PATCH V2 1/2] usb: dwc2: fix aligned buffer usage
2015-03-09 12:46 UTC (3+ messages)
` [U-Boot] [PATCH V2 2/2] usb: dwc2: remove restriction on buffer length
[U-Boot] [PATCH 1/5] usb: dwc2: unify waiting for transfer completion
2015-03-09 12:45 UTC (7+ messages)
` [U-Boot] [PATCH 2/5] usb: dwc2: refactor submit_bulk_msg to be common
` [U-Boot] [PATCH 3/5] usb: dwc2: usb chunk_msg() for control transfers too
` [U-Boot] [PATCH 4/5] usb: dwc2: remove control_data_toggle[]
` [U-Boot] [PATCH 5/5] usb: dwc2: simplify wait_for_chhltd
[U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot
2015-03-09 12:14 UTC (3+ messages)
[U-Boot] [PATCH] common: cmd_elf: Add support to disable start of application
2015-03-09 11:46 UTC
[U-Boot] [PATCH 4/4 v4] armv8/vexpress64: make multientry conditional
2015-03-09 9:53 UTC
[U-Boot] [PATCH] ls102xa: ddr4: Use LPUART as console output to verify DCU driver
2015-03-09 9:23 UTC
[U-Boot] [PATCH] powerpc/t2080: enable erratum_a007186 for t2080 rev1.1
2015-03-09 9:12 UTC
[U-Boot] [PATCH v2 0/22] Add driver model support for PCI
2015-03-09 9:09 UTC (14+ messages)
` [U-Boot] [PATCH v2 01/22] sandbox: Update device tree 'reg' properties for I2C and SPI
` [U-Boot] [PATCH v2 02/22] fdt: Export fdtdec_get_number() for general use
` [U-Boot] [PATCH v2 04/22] dm: Add a new CPU init function which can use driver model
` [U-Boot] [PATCH v2 05/22] x86: Split up arch_cpu_init()
` [U-Boot] [PATCH v2 06/22] Correct map_sysmem() logic in do_mem_mw()
` [U-Boot] [PATCH v2 07/22] fdt: Tighten up error handling in fdtdec_get_pci_addr()
[U-Boot] [PATCH 0/3] sunxi: Ippo_q8h: Enable OTG VBUS detection using AXP223
2015-03-09 7:44 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] sunxi: axp221: Add VBUS detection support
` [U-Boot] [PATCH 2/3] sunxi: musb: Support checking VBUS using AXP221 PMIC
` [U-Boot] [PATCH 3/3] sunxi: Ippo_q8h defconfigs: Enable otg vbus detection using AXP223 PMIC
[U-Boot] [PATCH 0/14] sandbox: exynos: Move some (mostly) sandbox CONFIG options to Kconfig
2015-03-09 7:28 UTC (16+ messages)
` [U-Boot] [PATCH 01/14] sandbox: Move GPIO CONFIGs "
` [U-Boot] [PATCH 02/14] sandbox: Move CONFIG_SYS_VSNPRINTF "
` [U-Boot] [PATCH 03/14] sandbox: Move CONFIG_SANDBOX_SERIAL "
` [U-Boot] [PATCH 04/14] sandbox: Move CONFIG_SYS_I2C_SANDBOX "
` [U-Boot] [PATCH 05/14] sandbox: Move CONFIG_SANDBOX_SPI "
` [U-Boot] [PATCH 06/14] sandbox: Move CONFIG_SPI_FLASH_SANDBOX "
` [U-Boot] [PATCH 07/14] sandbox: Move CONFIG_TPM_TIS_SANDBOX "
` [U-Boot] [PATCH 08/14] sandbox: exynos: Move CONFIG_SOUND "
` [U-Boot] [PATCH 09/14] sandbox: exynos: Move CONFIG_CMD_SOUND "
` [U-Boot] [PATCH 10/14] sandbox: exynos: Move CONFIG_I2S "
` [U-Boot] [PATCH 11/14] sandbox: exynos: Move CONFIG_I2S_SAMSUNG "
` [U-Boot] [PATCH 12/14] sandbox: exynos: Move CONFIG_SOUND_MAX98095 "
` [U-Boot] [PATCH 13/14] sandbox: exynos: Move CONFIG_SOUND_WM8994 "
` [U-Boot] [PATCH 14/14] sandbox: exynos: Move CONFIG_SOUND_SANDBOX "
[U-Boot] [PATCH v5 00/14] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
2015-03-09 7:00 UTC (15+ messages)
` [U-Boot] [PATCH v5 01/14] sun7i: Remove duplicate call to psci_arch_init
` [U-Boot] [PATCH v5 02/14] ARM: Factor out common psci_get_cpu_id
` [U-Boot] [PATCH v5 03/14] ARM: Factor out reusable psci_cpu_off_common
` [U-Boot] [PATCH v5 04/14] ARM: Factor out reusable psci_cpu_entry
` [U-Boot] [PATCH v5 05/14] ARM: Factor out reusable psci_get_cpu_stack_top
` [U-Boot] [PATCH v5 06/14] ARM: Put target PC for PSCI CPU_ON on per-CPU stack
` [U-Boot] [PATCH v5 07/14] tegra124: Add more registers to struct mc_ctlr
` [U-Boot] [PATCH v5 08/14] virt-dt: Allow reservation of secure region when in a RAM carveout
` [U-Boot] [PATCH v5 09/14] tegra: Make tegra_powergate_power_on public
` [U-Boot] [PATCH v5 10/14] tegra: Add ap_pm_init hook
` [U-Boot] [PATCH v5 11/14] tegra124: Add PSCI support for Tegra124
` [U-Boot] [PATCH v5 12/14] jetson-tk1: Add PSCI configuration options and reserve secure code
` [U-Boot] [PATCH v5 13/14] tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0
` [U-Boot] [PATCH v5 14/14] tegra: Set CNTFRQ for secondary CPUs
[U-Boot] [PATCH v4 00/14] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
2015-03-09 6:52 UTC (3+ messages)
[U-Boot] [PATCH] common/board_r: Restore non-cached memory setup
2015-03-09 6:51 UTC (2+ messages)
[U-Boot] [PATCH v2] dm: spi: Convert Freescale DSPI driver to driver model
2015-03-09 6:35 UTC
[U-Boot] [RFC PATCH 0/7] RFC: dm: Add USB support
2015-03-09 6:32 UTC (4+ messages)
` [U-Boot] [RFC PATCH 1/7] dm: usb: Add a uclass for USB controllers
[U-Boot] [PATCH 0/4] samsung: dwc3: usb: Samsung specific code to handle dwc3
2015-03-08 23:05 UTC (5+ messages)
` [U-Boot] [PATCH 3/4] arm: exynos5420: Adding support for board_usb_{init|cleanup}() functions
[U-Boot] [PATCH v6 0/6] Clean out SPL and enable driver model
2015-03-08 21:00 UTC (4+ messages)
` [U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver
[U-Boot] [PATCH 2/4] sun7i: Add support for the Wits Pro A20 DKT board
2015-03-08 9:08 UTC (3+ messages)
` [U-Boot] [PATCH 1/4] sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default
[U-Boot] [PATCH] sun6i: Add support for the Mele I7 board
2015-03-08 9:05 UTC (3+ messages)
` [U-Boot] [PATCH] sunxi: Add support for the Forfun Q88DB tablet
[U-Boot] [PATCH] usb: dwc2: fix aligned buffer usage
2015-03-08 6:16 UTC (2+ messages)
[U-Boot] [linux-sunxi] [UBOOT] Both Linux-Sunxi and Mainline Uboot have issues
2015-03-08 1:49 UTC
[U-Boot] [PATCH 3/3] m68k: add generic-board support
2015-03-07 8:00 UTC (3+ messages)
` [U-Boot] [U-Boot,3/3] "
[U-Boot] [PATCH v1 1/4] ARM: DRA7XX: Add config file for Android with fastboot support
2015-03-07 7:00 UTC (3+ messages)
` [U-Boot] [PATCH v3 3/4] ARM: DRA7: Set serial number environment variable
[U-Boot] [PATCH] qemu-ppce500: Add support for 64bit CCSR map
2015-03-07 1:10 UTC
[U-Boot] Driver model 'next' tree
2015-03-06 21:47 UTC (2+ messages)
[U-Boot] [PATCH V5 00/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
2015-03-06 21:28 UTC (17+ messages)
` [U-Boot] [PATCH V5 01/11] ARM: Introduce erratum workaround for 798870
` [U-Boot] [PATCH V5 02/11] ARM: Introduce erratum workaround for 454179
` [U-Boot] [PATCH V5 03/11] ARM: Introduce erratum workaround for 430973
` [U-Boot] [PATCH V5 04/11] ARM: Introduce erratum workaround for 621766
` [U-Boot] [PATCH V5 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic
` [U-Boot] [PATCH V5 06/11] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
` [U-Boot] [PATCH V5 07/11] ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
` [U-Boot] [PATCH V5 08/11] ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870
` [U-Boot] [PATCH V5 09/11] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration
` [U-Boot] [PATCH V5 10/11] ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766
` [U-Boot] [PATCH V5 11/11] ARM: OMAP3: rx51: "
[U-Boot] [PATCH] m68k: Add generic board support for MCF547X/8X and MCF5445X
2015-03-06 21:23 UTC (3+ messages)
` [U-Boot] "
[U-Boot] [PATCH V4 00/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
2015-03-06 21:02 UTC (10+ messages)
` [U-Boot] [PATCH V4 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic
[U-Boot] Please pull u-boot-dm
2015-03-06 20:04 UTC
[U-Boot] [PATCH] README: remove description about driver model configuration options
2015-03-06 20:03 UTC (3+ messages)
[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
2015-03-06 19:58 UTC (21+ messages)
` [U-Boot] [PATCH v2 00/12] "
` [U-Boot] [PATCH v2 02/12] dm: device: add function device_get_first_child_by_uclass_id()
` [U-Boot] [PATCH v2 03/12] dm: pmic: add implementation of driver model pmic uclass
` [U-Boot] [PATCH v2 04/12] dm: pmic: add implementation of driver model regulator uclass
` [U-Boot] [PATCH v2 05/12] dm: pmic: new commands: pmic and regulator
` [U-Boot] [PATCH v2 07/12] dm: regulator: add max77686 regulator driver
` [U-Boot] [PATCH v2 08/12] doc: driver-model: pmic and regulator uclass documentation
` [U-Boot] [PATCH v2 10/12] odroid: board: add support to dm pmic api
` [U-Boot] [PATCH v2 12/12] odroid: config: enable dm pmic, dm regulator and max77686 driver
[U-Boot] [PATCH] ARM: PSCI: Rework the DT handler slightly
2015-03-06 17:49 UTC (2+ messages)
[U-Boot] [PATCH] lib: div64: syncronize to current kernel version
2015-03-06 16:49 UTC (3+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2] mmc: fsl_esdhc: Add support for DDR mode
2015-03-06 16:08 UTC (4+ messages)
[U-Boot] [PATCH] fixdep: remove multiple .config support code
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] common/board_f: implement type casting for gd structure
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] spl: fix calling "spl export .." more than once
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 1/2] vexpress64: juno: add NOR flash detection
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] omap: gpmc: 'nandecc sw' can use HAM1 or BCH8
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2] mtd: nand: omap_gpmc: Make ready/busy pins configurable
2015-03-06 15:47 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] fs: ext4 write: return file len on success
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] vexpress64: juno: support SMC9118 ethernet
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/3] m68k: add mcf5307 cpu support
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] [U-Boot,2/3] "
[U-Boot] [PATCH] Adding Support for BAV335x boards
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2] omap3: add support for QUIPOS Cairo board
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] cmd_yaffs: Clean up command usage messages
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2 21/24] board/BuR/kwb: Support modify bootcmd through reset-controller
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 20/24] board/BuR/kwb: Form a bootline for vxWorks
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 19/24] board/BuR/kwb: Redesign default-environment
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 18/24] board/BuR/kwb: Support booting Linux
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 17/24] board/BuR/kwb: switch to board HW-Rev3
2015-03-06 15:46 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 16/24] board/BuR/tseries: cosmetic changes
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,16/24] "
[U-Boot] [PATCH v2 15/24] board/BuR/tseries: Rework default-environment settings
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 14/24] board/BuR/common: Add support for displaying BMP on LCD
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 13/24] board/BuR/common: Enable CONFIG_CMD_TIME
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 12/24] board/BuR/common: Introduce Network Console and common environment for it
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 11/24] board/BuR/tseries: Chg Pinmux - enable UART1 pins
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 10/24] board/BuR/tseries: Chg pinmux - use free NAND Pins in non NAND-config as GPIO
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 09/24] board/BuR/tseries: Change pinmux for GPIO2_28 from GPIO to PWM-Timeroutput
2015-03-06 15:45 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 08/24] board/BuR/tseries: Enable EXT4 support
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 07/24] board/BuR/tseries: Enable U-Boot BOOTCOUNT feature
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 06/24] board/BuR/tseries: Enable HW-Watchdog
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 05/24] board/BuR/common: try to setup cpsw mac-address from the devicetree
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 04/24] board/BuR/common: Take usage of am335x LCD-Display
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 03/24] common/lcd: Add command for writing to lcd-display
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 02/24] common/lcd: Add command for setting cursor within lcd-console
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 01/24] drivers/video/am335x-fb: Add possibility to wait for stable power/picture
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH] arm: spear: Move to generic board support
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] common: Move dram_init() declaration to common location
2015-03-06 15:44 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] net: Support DMA threshold mode in DWMAC driver
2015-03-06 15:43 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v3] net: configure DWMAC DMA by default AXI burst length
2015-03-06 15:43 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] checkstack.pl
2015-03-06 15:43 UTC (2+ messages)
[U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables
2015-03-06 15:43 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] gpt: fix error reporting on partition table write failures
2015-03-06 15:43 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PULL] u-boot-socfpga/master
2015-03-06 15:43 UTC (4+ messages)
[U-Boot] Please pull u-boot-marvell master
2015-03-06 15:43 UTC (2+ messages)
[U-Boot] Please pull u-boot-mpc85xx master
2015-03-06 15:43 UTC (2+ messages)
[U-Boot] 4K padding of ARM DT blob
2015-03-06 15:12 UTC (4+ messages)
[U-Boot] [PATCH] am33xx, spl, siemens: enable debug uart output again
2015-03-06 12:15 UTC (11+ messages)
[U-Boot] [PATCH v3] armv8/vexpress64: make multientry conditional
2015-03-06 12:14 UTC (3+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH V2 1/2] spi: Add Designware SPI controller Kconfig entry
2015-03-06 10:47 UTC (8+ messages)
` [U-Boot] [PATCH V2 2/2] spi: Add Cadence QSPI "
[U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size
2015-03-06 10:21 UTC (15+ messages)
[U-Boot] [PATCH] travis.yml: some adaptions
2015-03-06 8:06 UTC (4+ messages)
[U-Boot] ARMv8 targets are broken on 2015.04-rc3
2015-03-06 0:59 UTC (6+ messages)
[U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command
2015-03-06 0:10 UTC (2+ messages)
[U-Boot] Please pull u-boot-x86 branch 'buildman'
2015-03-05 23:20 UTC
[U-Boot] [PATCH] buildman: Correct toolchain download feature
2015-03-05 23:18 UTC (3+ messages)
[U-Boot] [PATCH 0/6] buildman: Support comparison of CONFIG options between commits
2015-03-05 23:18 UTC (3+ messages)
` [U-Boot] [PATCH 2/6] buildman: Add a space before the list of boards
[U-Boot] Hi Simon, Problems about RSA public exponents for verified boot
2015-03-05 21:47 UTC (5+ 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