public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-04-20 18:07:46 to 2015-04-21 18:26:57 UTC [more...]

[U-Boot] [U-Boot PATCH 0/8] spi: Driver cleanup series
 2015-04-21 18:26 UTC  (4+ messages)
` [U-Boot] [U-Boot PATCH 1/8] sf: Adjust tab space's
` [U-Boot] [U-Boot PATCH 2/8] spi: Zap andes_spi driver
` [U-Boot] [U-Boot PATCH 3/8] spi: Zap ftssp010_spi driver

[U-Boot] [PATCH v2 0/6] Add ARMv7M STM32F1 and STM3210E-EVAL board support
 2015-04-21 18:22 UTC  (14+ messages)
` [U-Boot] [PATCH v2 1/6] image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM
` [U-Boot] [PATCH v2 2/6] common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()
` [U-Boot] [PATCH v2 3/6] ARMv7M: add STM32F1 support
` [U-Boot] [PATCH v2 4/6] gpio: stm32: add stm32f1 support
` [U-Boot] [PATCH v2 5/6] serial: "
` [U-Boot] [PATCH v2 6/6] board: add stm3210e-eval board support

[U-Boot] [PATCH v7 00/17] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
 2015-04-21 18:10 UTC  (21+ messages)
` [U-Boot] [PATCH v7 01/17] ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions
` [U-Boot] [PATCH v7 02/17] sun7i: Remove duplicate call to psci_arch_init
` [U-Boot] [PATCH v7 03/17] ARM: Factor out common psci_get_cpu_id
` [U-Boot] [PATCH v7 04/17] ARM: Factor out reusable psci_cpu_off_common
` [U-Boot] [PATCH v7 05/17] ARM: Factor out reusable psci_cpu_entry
` [U-Boot] [PATCH v7 06/17] ARM: Factor out reusable psci_get_cpu_stack_top
` [U-Boot] [PATCH v7 07/17] ARM: Put target PC for PSCI CPU_ON on per-CPU stack
` [U-Boot] [PATCH v7 08/17] tegra124: Add more registers to struct mc_ctlr
` [U-Boot] [PATCH v7 09/17] virt-dt: Allow reservation of secure region when in a RAM carveout
` [U-Boot] [PATCH v7 10/17] tegra: Make tegra_powergate_power_on public
` [U-Boot] [PATCH v7 11/17] ARM: Add board-specific initialization hook for PSCI
` [U-Boot] [PATCH v7 12/17] tegra124: Add PSCI support for Tegra124
` [U-Boot] [PATCH v7 13/17] tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0
` [U-Boot] [PATCH v7 14/17] tegra: Set CNTFRQ for secondary CPUs
` [U-Boot] [PATCH v7 15/17] ARM: tegra: Enable SMMU when going non-secure
` [U-Boot] [PATCH v7 16/17] tegra: Boot in non-secure mode by default
` [U-Boot] [PATCH v7 17/17] jetson-tk1: Add PSCI configuration options and reserve secure code

[U-Boot] [PATCH v2 0/6] ARM: socfpga: refactoring, move files to arch/arm/mach-socfpga
 2015-04-21 17:50 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/6] ARM: socfpga: do not add board directory to header search path
` [U-Boot] [PATCH v2 2/6] ARM: socfpga: remove redundant config.mk
` [U-Boot] [PATCH v2 3/6] ARM: socfpga: move board select into mach-socfpga/Kconfig
` [U-Boot] [PATCH v2 4/6] ARM: socfpga: move SoC sources to mach-socfpga
` [U-Boot] [PATCH v2 5/6] ARM: socfpga: move SoC headers to mach-socfpga/include/mach
` [U-Boot] [PATCH v2 6/6] ARM: socfpga: abolish CONFIG_SOCFPGA

[U-Boot] [PATCH v2 0/3] ARM: zynq: include ps7_init_gpl.c/h of Zed, MicroZed, ZC702, ZC706
 2015-04-21 17:25 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/3] ARM: zynq: use separate configuration for ZC702 and ZC706

[U-Boot] [PATCH 0/5] dm: core: Fix up test failures
 2015-04-21 17:11 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] dm: core: Handle recursive unbinding of uclass devices
` [U-Boot] [PATCH 2/5] dm: usb: Add a terminator to the string destructor list
` [U-Boot] [PATCH 4/5] dm: Update the README to reflect the current test output
` [U-Boot] [PATCH 5/5] dm: test: Don't clear global_data in dm_test_uclass_before_ready()

[U-Boot] [PATCH] mpc85xx/T4240EMU: Remove T4240EMU board
 2015-04-21 17:09 UTC 

[U-Boot] [PATCH v2 0/80] dm: Add USB support
 2015-04-21 17:00 UTC  (8+ messages)
` [U-Boot] [PATCH v2 77/80] dm: usb: Add tests for the USB uclass

[U-Boot] [PATCH] spl: descend into lib/ for all the SPL boards
 2015-04-21 16:53 UTC  (2+ messages)

[U-Boot] [PATCH 00/20] dm: rtc: Add driver model support for real-time clocks
 2015-04-21 15:32 UTC  (28+ messages)
` [U-Boot] [PATCH 01/20] dm: spi: Correct the comment on spi_get_ops()
` [U-Boot] [PATCH 02/20] dm: i2c: sandbox: Add debugging to the speed limit
` [U-Boot] [PATCH 03/20] dm: i2c: Add functions to read and write a register
` [U-Boot] [PATCH 04/20] dm: i2c: Add an explicit test mode to the sandbox I2C driver
` [U-Boot] [PATCH 05/20] fdt: Correct warning in fdt_setup_simplefb_node()
` [U-Boot] [PATCH 06/20] dm: rtc: Rename gregorian day function
` [U-Boot] [PATCH 07/20] dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
` [U-Boot] [PATCH 08/20] dm: rtc: Rename mktime() and reduce the number of parameters
` [U-Boot] [PATCH 09/20] dm: Remove unnecessary types in bcd.h
` [U-Boot] [PATCH 10/20] dm: rtc: Split structure definition into its own file
` [U-Boot] [PATCH 11/20] dm: sandbox: Add os_localtime() to obtain the system time
` [U-Boot] [PATCH 12/20] dm: rtc: Add a uclass for real-time clocks
` [U-Boot] [PATCH 13/20] dm: rtc: sandbox: Add an emulated I2C RTC device
` [U-Boot] [PATCH 14/20] dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
` [U-Boot] [PATCH 15/20] dm: rtc: Convert 'date' command to support driver model
` [U-Boot] [PATCH 16/20] dm: net: rtc: Support using driver model for rtc in sntp
` [U-Boot] [PATCH 17/20] dm: sandbox: dts: Add a real-time clock attached to I2C
` [U-Boot] [PATCH 18/20] dm: rtc: sandbox: Enable real-time clock support
` [U-Boot] [PATCH 19/20] dm: test: dts: Sort the aliases in the test device tree file
` [U-Boot] [PATCH 20/20] dm: rtc: Add tests for real-time clocks

[U-Boot] Ethernet problem on A20 Lime2
 2015-04-21 14:57 UTC  (3+ messages)

[U-Boot] [PATCH] serial: pl01x: fix PL010 regression
 2015-04-21 14:06 UTC  (2+ messages)

[U-Boot] [PATCH] kconfig: remove duplicated CMD_DNS option
 2015-04-21 14:06 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2015-04-21 14:06 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] x86: Clean up arch/x86/include/asm/e820.h
 2015-04-21 13:55 UTC  (2+ messages)

[U-Boot] [PATCH] x86: galileo: Define mac addresses for the on-chip ethernet ports
 2015-04-21 13:54 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] x86: Install a default e820 table in the __weak install_e820_map()
 2015-04-21 13:52 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] integrator: switch to DM serial port
 2015-04-21 13:36 UTC 

[U-Boot] [PATCH 1/2] integrator: stop zeroing the gd flags
 2015-04-21 13:35 UTC 

[U-Boot] [PATCH 1/2] spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
 2015-04-21 13:32 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] ARM: socfpga: refactoring, move files to arch/arm/mach-socfpga
 2015-04-21 13:32 UTC  (10+ messages)
` [U-Boot] [PATCH 1/6] ARM: socfpga: do not add board directory to header search path
` [U-Boot] [PATCH 2/6] ARM: socfpga: remove redundant config.mk
` [U-Boot] [PATCH 3/6] ARM: socfpga: move board select into mach-socfpga/Kconfig
` [U-Boot] [PATCH 4/6] ARM: socfpga: move SoC sources to mach-socfpga
` [U-Boot] [PATCH 5/6] ARM: socfpga: move SoC headers to mach-socfpga/include/mach
` [U-Boot] [PATCH 6/6] ARM: socfpga: abolish CONFIG_SOCFPGA

[U-Boot] [PATCH 2/3 v2] arm: ls102xa: Enable Driver Model SPI for ls1021aqds
 2015-04-21 13:06 UTC  (2+ messages)

[U-Boot] [PATCH 3/3 v2] arm: ls102xa: Enable Driver Model SPI for ls1021atwr
 2015-04-21 13:05 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] ARM: integrator: Kconfig Clean up
 2015-04-21 12:59 UTC  (8+ messages)
` [U-Boot] [PATCH 1/5] ARM: ARM720t: remove empty asm/arch/hardware.h
` [U-Boot] [PATCH 2/5] ARM: integrator: move board select into mach-integrator/Kconfig
` [U-Boot] [PATCH 3/5] ARM: integrator: split board select into AP/CP select and CM select
` [U-Boot] [PATCH 4/5] ARM: integrator: abolish CONFIG_INTEGRATOR
` [U-Boot] [PATCH 5/5] ARM: integrator: remove CONFIG_ARCH_CINTEGRATOR

[U-Boot] [PATCH v2 0/5] ARM: integrator: Kconfig Clean up
 2015-04-21 12:59 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] ARM: ARM720t: remove empty asm/arch/hardware.h
` [U-Boot] [PATCH v2 2/5] ARM: integrator: move board select into mach-integrator/Kconfig
` [U-Boot] [PATCH v2 3/5] ARM: integrator: split board select into AP/CP select and CM select
` [U-Boot] [PATCH v2 4/5] ARM: integrator: abolish CONFIG_INTEGRATOR
` [U-Boot] [PATCH v2 5/5] ARM: integrator: move CONFIG_ARCH_CINTEGRATOR to Kconfig

[U-Boot] spi and block bits
 2015-04-21 12:58 UTC  (4+ messages)

[U-Boot] [PATCH] ti: am335x/am437x/omap5 devices: Unify network environment variables
 2015-04-21 12:51 UTC 

[U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size
 2015-04-21 12:47 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/9] sf: Update SST flash params

[U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model
 2015-04-21 12:00 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] dm: serial: Tidy up the pl01x driver

[U-Boot] [PATCH] sf: Adjust tab space's
 2015-04-21 11:55 UTC 

[U-Boot] [PATCH] spi flash: fix trivial problems
 2015-04-21 11:06 UTC  (3+ messages)

[U-Boot] [PATCH] board/t2080rdb: reset CS4315 PHY
 2015-04-21 10:40 UTC 

[U-Boot] [PATCH] arm: socfpga: spl: Add stub sdram.h
 2015-04-21 10:37 UTC 

[U-Boot] [patch] socfpga: move configuration options to config file
 2015-04-21 10:23 UTC  (9+ messages)
  ` [U-Boot] [patchv2] "

[U-Boot] [PATCH 0/1] usb: Remove unused variable in usb_setup_descriptor()
 2015-04-21 10:21 UTC  (4+ messages)
` [U-Boot] [PATCH] "

[U-Boot] [PATCH 0/5] dm: usb: Start of sunxi support
 2015-04-21 10:19 UTC  (3+ messages)
` [U-Boot] [PATCH 4/5] dm: usb: Add more debugging in ehci-hcd.c

[U-Boot] [PATCH 0/4] ARM: zynq: move sources to mach-zynq
 2015-04-21  9:47 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/9] Allow sandbox to use config_distro_bootcmd
 2015-04-21  8:13 UTC  (4+ messages)
` [U-Boot] [PATCH v4 9/9] sandbox: add config_distro_defaults and config_distro_bootcmd

[U-Boot] [PATCH] arm: ls102xa: Adjust the load address of U-Boot for NOR boot
 2015-04-21  8:04 UTC 

[U-Boot] [PATCH] SPDX: add X11 SPDX-License-Identifier
 2015-04-21  4:39 UTC 

[U-Boot] [PATCH 0/10] Make more use of board_init_f_mem()
 2015-04-21  4:30 UTC  (5+ messages)
` [U-Boot] [PATCH 02/10] board_init_f_mem(): Don't require memset()

[U-Boot] [RFC PATCH] arm: mx6: Clamp MMDC and DDR3 clocks for timing calculations
 2015-04-21  4:17 UTC  (2+ messages)

[U-Boot] [PATCH] mpc85xx/T1042D4RDB: Select DIU in cpld mux for T1042D4RDB
 2015-04-21  4:17 UTC  (2+ messages)

[U-Boot] [PATCH] mpc85xx/T1042D4RDB: Select DIU in cpld mux for T1042D4RDB
 2015-04-21  4:15 UTC 

[U-Boot] [PATCH] fdt: add new fdt_fixup_display function to configure display
 2015-04-21  4:13 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] Loopback mode on Xilinx zc702 evaluation board
 2015-04-21  3:38 UTC 

[U-Boot] [PATCH] git-mailrc: add Marek as SOCFPGA maintainer
 2015-04-21  3:08 UTC 

[U-Boot] [PATCH v2 0/8] mtd: vf610_nfc: various fixes and improvements
 2015-04-20 23:17 UTC  (3+ messages)
` [U-Boot] [PATCH v2 8/8] mtd: vf610_nfc: enable ONFI detection

[U-Boot] [PATCH] net: pch_gbe: Fix pch_gbe device name
 2015-04-20 22:55 UTC  (2+ messages)

[U-Boot] [PATCH V4 00/10] dm: core: extend API by useful functions with tests
 2015-04-20 21:24 UTC  (7+ messages)
` [U-Boot] [PATCH V5 1/3] dm: core: remove type 'static' of function uclass_get_device_tail()
  ` [U-Boot] [PATCH V5 2/3] dm: test: Add tests for get/find uclass's device by name
  ` [U-Boot] [PATCH V5 3/3] dm: core: precise comments for get/find "

[U-Boot] Please pull u-boot-mpc85xx master
 2015-04-20 21:05 UTC 

[U-Boot] [PATCH] powerpc/mpc8641hpcn: Move environment to avoid conflict
 2015-04-20 21:02 UTC  (2+ messages)

[U-Boot] [PATCH] board/t2080rdb: enable CONFIG_PHY_AQUANTIA
 2015-04-20 21:01 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] powerpc/mpc85xx: Don't relocate exception vectors
 2015-04-20 21:01 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] powerpc/mpc85xx: Remove some dead code

[U-Boot] [PATCH v2] powerpc/t2080rdb: update ddr to support 1866MT/s
 2015-04-20 21:00 UTC  (2+ messages)

[U-Boot] [PATCH] T4240RDB: Enable CONFIG_SYS_CORTINA_FW_IN_NOR config
 2015-04-20 20:58 UTC  (2+ messages)

[U-Boot] [PATCH] board/t208xrdb: VID support
 2015-04-20 20:58 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/t2080: enable erratum_a007186 for t2080 rev1.1
 2015-04-20 20:57 UTC  (2+ messages)

[U-Boot] [PATCH] qemu-ppce500: Add support for 64bit CCSR map
 2015-04-20 20:57 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register
 2015-04-20 20:56 UTC  (2+ messages)

[U-Boot] [REGRESSION] commit e04916a "SECURE_BOOT : enable esbc_validate..." breaks MX6
 2015-04-20 19:42 UTC  (3+ messages)

[U-Boot] [PATCH] Fix mxc_hab documenation
 2015-04-20 18:47 UTC 

[U-Boot] [PATCH 0/1] fdt: Fix handling of paths with options in them
 2015-04-20 18:10 UTC  (4+ messages)
` [U-Boot] [PATCH] "

[U-Boot] [PATCH v3 00/17] Power(full) framework based on Driver Model
 2015-04-20 18:07 UTC  (10+ messages)
` [U-Boot] [PATCH v4 00/16] "
  ` [U-Boot] [PATCH v4 09/16] dm: pmic: add max77686 pmic driver
  ` [U-Boot] [PATCH v4 10/16] dm: regulator: add max77686 regulator driver
  ` [U-Boot] [PATCH v4 11/16] dm: regulator: add fixed voltage "
  ` [U-Boot] [PATCH v4 12/16] doc: driver-model: pmic and regulator uclass documentation
  ` [U-Boot] [PATCH v4 13/16] dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
  ` [U-Boot] [PATCH v4 14/16] odroid: board: add support to dm pmic api
  ` [U-Boot] [PATCH v4 15/16] odroid: dts: add 'voltage-regulators' description to max77686 node
  ` [U-Boot] [PATCH v4 16/16] odroid: config: enable dm pmic, dm regulator and max77686 driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox