public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-01-17 23:11:26 to 2016-01-19 03:28:29 UTC [more...]

[U-Boot] [PATCH V4 1/8] test/py: Implement pytest infrastructure
 2016-01-19  3:28 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/8] dm: x86: Convert ICH driver fully to driver model PCI API
 2016-01-19  3:27 UTC  (14+ messages)
` [U-Boot] [PATCH v5 1/8] dm: pci: Move pci_bus_to_hose() to compatibility
` [U-Boot] [PATCH v5 2/8] dm: pci: Add a function to write a BAR
` [U-Boot] [PATCH v5 3/8] dm: pci: Avoid using pci_bus_to_hose() in the uclass
` [U-Boot] [PATCH v5 4/8] dm: Expand the uclass for Platform Controller Hubs (PCH)
` [U-Boot] [PATCH v5 5/8] dm: x86: Add a driver for Intel PCH7
` [U-Boot] [PATCH v5 6/8] dm: x86: Add a driver for Intel PCH9
` [U-Boot] [PATCH v5 7/8] spi: ich: Separate out the read/write trace from normal debugging
` [U-Boot] [PATCH v5 8/8] dm: x86: spi: Convert ICH SPI driver to driver model PCI API

[U-Boot] [PATCH v4 0/8] dm: x86: Convert ICH driver fully to driver model PCI API
 2016-01-19  3:11 UTC  (15+ messages)
` [U-Boot] [PATCH v4 2/8] dm: pci: Add a function to write a BAR
` [U-Boot] [PATCH v4 4/8] dm: Expand the uclass for Platform Controller Hubs (PCH)
` [U-Boot] [PATCH v4 5/8] dm: x86: Add a driver for Intel PCH7
` [U-Boot] [PATCH v4 6/8] dm: x86: Add a driver for Intel PCH9
` [U-Boot] [PATCH v4 8/8] dm: x86: spi: Convert ICH SPI driver to driver model PCI API

[U-Boot] [PATCH] arm: use common instructions applicable to armv7m & other arm archs
 2016-01-19  3:11 UTC  (2+ messages)

[U-Boot] [PATCH] x86: quark: Fix boot breakage
 2016-01-19  3:08 UTC  (3+ messages)

[U-Boot] [PATCH] pci_rom.c: Fix may be used uninitialized warning
 2016-01-19  3:01 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/14] dm: video: Introduce initial driver-model video support
 2016-01-19  2:57 UTC  (17+ messages)
` [U-Boot] [PATCH v2 01/14] dm: video: Add a video uclass
` [U-Boot] [PATCH v2 02/14] dm: lcd: Avoid using the lcd.h header file with driver model
` [U-Boot] [PATCH v2 03/14] dm: video: Add a uclass for the text console
` [U-Boot] [PATCH v2 04/14] dm: video: Add a 'normal' text console driver
` [U-Boot] [PATCH v2 05/14] dm: video: Add a driver for a rotated text console
` [U-Boot] [PATCH v2 06/14] common: Move LCD and video memory reservation together
` [U-Boot] [PATCH v2 07/14] dm: common: Add memory reservation for the video uclass
` [U-Boot] [PATCH v2 08/14] dm: video: Implement the bmp command for driver model
` [U-Boot] [PATCH v2 09/14] dm: stdio: video: Plumb the video uclass into stdio
` [U-Boot] [PATCH v2 10/14] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig
` [U-Boot] [PATCH v2 11/14] dm: video: sandbox: Convert sandbox to use driver model for video
` [U-Boot] [PATCH v2 12/14] dm: video: test: Add tests for the video uclass
` [U-Boot] [PATCH v2 13/14] dm: video: test: Add tests for rotated consoles
` [U-Boot] [PATCH v2 14/14] dm: video: test: Test that bitmap display works correctly

[U-Boot] [PATCH 00/50] rockchip: Add support for cros_ec keyboard
 2016-01-19  2:53 UTC  (10+ messages)
` [U-Boot] [PATCH 01/50] dm: clk: Add support for decoding clocks from the device tree
` [U-Boot] [PATCH 43/50] rockchip: pinctrl: Reduce the size for SPL

[U-Boot] [PATCH 0/4] add support for loading ACPI tables from QEMU
 2016-01-19  2:48 UTC  (10+ messages)
` [U-Boot] [PATCH 2/4] x86: qemu: setup PM IO base for ACPI in southbridge
` [U-Boot] [PATCH 3/4] x86: qemu: add the ability to load and link ACPI tables from QEMU
` [U-Boot] [PATCH 4/4] x86: qemu: loading ACPI table "

[U-Boot] [PATCH v2 01/50] dm: clk: Add support for decoding clocks from the device tree
 2016-01-19  2:27 UTC 

[U-Boot] [REGRESSION] Ethernet broken on Colibri T20/T30
 2016-01-19  2:13 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] tegra: Move tegra20 towards the 'new' display bindings
 2016-01-19  2:08 UTC  (15+ messages)
` [U-Boot] [PATCH 1/4] tegra: dts: Sync seaboard device tree file with Linux
` [U-Boot] [PATCH 2/4] video: tegra: Move to using simple-panel and pwm-backlight
` [U-Boot] [PATCH 3/4] tegra: video: Always use write-through cache on LCD

[U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model
 2016-01-19  2:02 UTC  (4+ messages)
` [U-Boot] [PATCH 02/23] dm: video: Flush the cache after a puts()

[U-Boot] [PATCH v2 00/26] dm: Conversion of code to the new driver model PCI API
 2016-01-19  1:59 UTC  (8+ messages)
` [U-Boot] [PATCH v2 16/26] dm: tegra: net: Convert tegra boards to driver model for Ethernet

[U-Boot] [PATCH 0/9] ARM: ARMv7: PSCI: add PSCI v1.0 support
 2016-01-18 23:01 UTC  (13+ messages)
` [U-Boot] [PATCH 1/9] ARM: PSCI: Change function ID base value
` [U-Boot] [PATCH 2/9] ARM: PSCI: Change PSCI related macro definition style
` [U-Boot] [PATCH 3/9] ARM: ARMv7: PSCI: move target PC in each CPU stack no longer is shared
` [U-Boot] [PATCH 4/9] ARM: ARMv7: PSCI: Factor out reusable psci_cpu_on_common
` [U-Boot] [PATCH 5/9] ARM: ARMv7: PSCI: Pass contextID to target CPU
` [U-Boot] [PATCH 6/9] ARM: ARMv7: PSCI: ls102xa: Verify CPU ID for CPU_ON
` [U-Boot] [PATCH 7/9] ARM: ARMv7: PSCI: Add PSCI 1.0 version support
` [U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention
` [U-Boot] [PATCH 9/9] ARM: ARMv7: PSCI: ls102xa: put secure text section into OCRAM

[U-Boot] dm: pci: Avoid a memory leak when allocating the ROM
 2016-01-18 22:55 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Convert omap24xx-i2c driver to Driver Model
 2016-01-18 21:22 UTC  (12+ messages)
` [U-Boot] [PATCH 1/5] i2c: omap24xx: Convert to DM
` [U-Boot] [PATCH 2/5] i2c: omap24xx: Fix waitdelay value for I2C HS
` [U-Boot] [PATCH 3/5] i2c: omap24xx: Remove unused I2C_WAIT macro
` [U-Boot] [PATCH 4/5] i2c: omap24xx: Fix high speed trimming calculation
` [U-Boot] [PATCH 5/5] i2c: omap24xx: Convert fully to DM_I2C

[U-Boot] [PATCH] ARM: tegra: rm Jetson TK1 PMIC GPIO programming
 2016-01-18 19:16 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] usb: dwc2: Add support for SPLIT transactions
 2016-01-18 17:21 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/power/regulator/max77686.c: Don't use switch() on bools
 2016-01-18 16:41 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY
 2016-01-18 13:49 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] x86: x86-common.h: Add generic FS commands

[U-Boot] [PATCH] bug.h: move BUILD_BUG_* defines to include/linux/bug.h
 2016-01-18 12:12 UTC 

[U-Boot] [PATCH] x86: baytrail: Add documentation for FSP memory-down values
 2016-01-18 10:55 UTC 

[U-Boot] [PATCH 1/3] misc: Add simple driver to enable the legacy UART on Winbond Super IO chips
 2016-01-18  9:56 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART
` [U-Boot] [PATCH 3/3] x86: fsp: Disable legacy internal UART if necessary

[U-Boot] [PATCH v2 0/9] arm: ls1021atwr: Convert to driver model and enable serial support
 2016-01-18  9:39 UTC  (3+ messages)
` [U-Boot] [PATCH v2 9/9] arm: ls1021atwr: Enable driver model lpuart serial driver

[U-Boot] [PATCH 0/6] driver model bring-up of sata device on dra72 and dra74 evm
 2016-01-18  9:23 UTC  (8+ messages)
` [U-Boot] [PATCH 1/6] arm: omap: sata: move enable sata clocks to enable_basic_clocks()
` [U-Boot] [PATCH 2/6] dm: implement a SATA uclass
` [U-Boot] [PATCH 3/6] arm: omap-common: sata: prepare driver for DM conversion
` [U-Boot] [PATCH 4/6] drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device
` [U-Boot] [PATCH 5/6] defconfig: dra74_evm: enable sata driver model
` [U-Boot] [PATCH 6/6] defconfig: dra72_evm: "

[U-Boot] AM335x SPI boot not working
 2016-01-18  9:02 UTC  (3+ messages)

[U-Boot] [PATCH] x86: WIP: Various dts fixes
 2016-01-18  8:44 UTC 

[U-Boot] [PATCH 0/2] Move commands into their own directory
 2016-01-18  8:29 UTC  (11+ messages)
` [U-Boot] [PATCH 1/2] Move all command code into its "
` [U-Boot] [PATCH 2/2] Remove the cmd_ prefix from command files

[U-Boot] x86: Bay Trail support with W83627DHG
 2016-01-18  8:24 UTC  (6+ messages)

[U-Boot] [v2] mmc: fsl_esdhc: fix mmc read/write error on T4080
 2016-01-18  7:18 UTC  (6+ messages)

[U-Boot] [PATCH] ARMv8:ls2-2080a: Implement core ERRATA 829520, 833471
 2016-01-18  7:15 UTC 

[U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB
 2016-01-18  6:24 UTC  (3+ messages)

[U-Boot] [PATCH v3] Enable snooping on transactions from CAAM block
 2016-01-18  6:13 UTC 

[U-Boot] [PATCH 00/17] arm: ls1021atwr: Convert to use driver model TSEC driver
 2016-01-18  5:16 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] net: Split out the Ethernet uclass into its own file
 2016-01-18  4:41 UTC  (17+ messages)
` [U-Boot] [PATCH 2/8] net: Don't call board/cpu_eth_init() with driver model
` [U-Boot] [PATCH 3/8] net: Move common init into a new eth_common.c file
` [U-Boot] [PATCH 4/8] net: Move environment functions to the common file
` [U-Boot] [PATCH 5/8] net: Move remaining common functions to eth_common.c
` [U-Boot] [PATCH 6/8] net: Move driver-model code into its own file
` [U-Boot] [PATCH 7/8] net: Rename eth.c to eth_lecacy.c
` [U-Boot] [PATCH 8/8] net: Probe PCI before looking for ethernet devices

[U-Boot] [PATCH 00/11] imx: introduce rdc and boot auxiliary core
 2016-01-18  4:14 UTC  (8+ messages)
` [U-Boot] [PATCH 06/11] imx: imx-common: introduce "

[U-Boot] [PATCH v3 02/19] dm: timer: uclass: add timer init to add timer device
 2016-01-18  3:58 UTC  (6+ messages)
` [U-Boot] [PATCH v4 02/19] dm: timer: uclass: add timer init in uclass driver "

[U-Boot] [PATCH v7 4/7] mips: ath79: add serial driver for ar933x SOC
 2016-01-18  3:58 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] clk: some fixes, device tree support, new features
 2016-01-18  3:58 UTC  (5+ messages)
` [U-Boot] [PATCH v2 4/6] clk: change the type of return value to long
` [U-Boot] [PATCH v2 5/6] clk: add API to enable clock

[U-Boot] [PATCH v2] patman: Add --thread option
 2016-01-18  3:58 UTC  (3+ messages)

[U-Boot] [PATCH v2] ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined
 2016-01-18  3:02 UTC 

[U-Boot] [PATCH] ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined
 2016-01-18  3:02 UTC  (9+ messages)

[U-Boot] [PATCH v2 00/55] dm: x86: Convert ivybridge code to use driver model
 2016-01-18  0:53 UTC  (38+ messages)
` [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller
` [U-Boot] [PATCH v2 21/55] x86: ivybridge: Drop the dead MTRR code
` [U-Boot] [PATCH v2 22/55] x86: ivybridge: Move early init code into northbridge.c
` [U-Boot] [PATCH v2 23/55] x86: Make x86_init_cpus() static
` [U-Boot] [PATCH v2 24/55] x86: Don't show an error when the MRC cache is up to date
` [U-Boot] [PATCH v2 25/55] x86: Bring up northbridge, pch and lpc after the CPUs
` [U-Boot] [PATCH v2 26/55] x86: ivybridge: Move northbridge and PCH init into drivers
` [U-Boot] [PATCH v2 27/55] x86: ivybridge: Use driver model PCI API in bd82x6x.c
` [U-Boot] [PATCH v2 28/55] x86: ivybridge: Drop unnecessary northbridge setup
` [U-Boot] [PATCH v2 29/55] ahci: Add a disk-controller uclass
` [U-Boot] [PATCH v2 30/55] x86: ivybridge: Do the SATA init before relocation
` [U-Boot] [PATCH v2 31/55] x86: ivybridge: Drop the unused bd82x6x_init_extra()
` [U-Boot] [PATCH v2 32/55] x86: ivybridge: Use the SATA driver to do the init
` [U-Boot] [PATCH v2 33/55] x86: ivybridge: Use driver model PCI API in sata.c
` [U-Boot] [PATCH v2 34/55] x86: ivybridge: Move lpc_enable() into gma.c
` [U-Boot] [PATCH v2 35/55] x86: ivybridge: Move LPC init into the LPC probe() method
` [U-Boot] [PATCH v2 36/55] x86: ivybridge: Drop the special PCI driver
` [U-Boot] [PATCH v2 37/55] x86: ivybridge: Convert lpc init code to DM PCI API
` [U-Boot] [PATCH v2 38/55] x86: Enable DM_USB for link and panther
` [U-Boot] [PATCH v2 39/55] x86: i2c: Add a stub driver for Intel I2C/SMbus
` [U-Boot] [PATCH v2 40/55] x86: ivybridge: Use the I2C driver to perform SMbus init
` [U-Boot] [PATCH v2 41/55] x86: ivybridge: Convert enable_usb_bar() to use DM PCI API
` [U-Boot] [PATCH v2 42/55] x86: ivybridge: Convert dram_init() "
` [U-Boot] [PATCH v2 43/55] x86: ivybridge: Convert sdram_initialise() "
` [U-Boot] [PATCH v2 44/55] x86: chromebook_link: Enable the syscon uclass
` [U-Boot] [PATCH v2 45/55] x86: ivybridge: Convert SDRAM init to use driver model
` [U-Boot] [PATCH v2 46/55] x86: ivybridge: Convert report_platform to DM PCI API
` [U-Boot] [PATCH v2 47/55] x86: ivybridge: Convert pch.c to use "
` [U-Boot] [PATCH v2 48/55] x86: ivybridge: Move code from pch.c to bd82x6x.c
` [U-Boot] [PATCH v2 49/55] x86: ivybridge: Sort out the calls to bridge_silicon_revision()
` [U-Boot] [PATCH v2 50/55] x86: ivybridge: Drop special EHCI init
` [U-Boot] [PATCH v2 51/55] x86: ivybridge: Drop XHCI support
` [U-Boot] [PATCH v2 52/55] x86: ivybridge: Drop the SMM-locking code
` [U-Boot] [PATCH v2 53/55] x86: Set up a shared syscon numbering schema
` [U-Boot] [PATCH v2 54/55] x86: ivybridge: Use syscon for the GMA device
` [U-Boot] [PATCH v2 55/55] x86: fdt: Drop the unused compatible strings in fdtdec

[U-Boot] [PATCH 00/18] dm: video: Introduce initial driver-model video support
 2016-01-18  0:26 UTC  (19+ messages)
` [U-Boot] [PATCH 10/18] common: Move LCD and video memory reservation together
` [U-Boot] [PATCH 11/18] dm: common: Add memory reservation for the video uclass
` [U-Boot] [PATCH 12/18] dm: video: Implement the bmp command for driver model
` [U-Boot] [PATCH 13/18] dm: stdio: video: Plumb the video uclass into stdio
` [U-Boot] [PATCH 14/18] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig
` [U-Boot] [PATCH 15/18] dm: video: sandbox: Convert sandbox to use driver model for video
` [U-Boot] [PATCH 16/18] dm: video: test: Add tests for the video uclass
` [U-Boot] [PATCH 17/18] dm: video: test: Add tests for rotated consoles
` [U-Boot] [PATCH 18/18] dm: video: test: Test that bitmap display works correctly

[U-Boot] Board specific hook for performing pre-os tweaks
 2016-01-17 23:36 UTC 


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