public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-05-06 13:06:59 to 2016-05-07 22:32:07 UTC [more...]

[U-Boot] [PATCH 00/60] ARM: tegra: cleanup part 1
 2016-05-07 22:32 UTC  (17+ messages)
` [U-Boot] [PATCH 40/60] ARM: tegra: remove gp_padctrl.h
` [U-Boot] [PATCH 41/60] ARM: tegra: remove tegra_get_sku_info()
` [U-Boot] [PATCH 42/60] ARM: tegra: move EMC code to tegra20/ directory
` [U-Boot] [PATCH 43/60] ARM: tegra: move PLLX configuration into SoC directories
` [U-Boot] [PATCH 44/60] ARM: tegra: remove tegra_get_chip_sku()
` [U-Boot] [PATCH 45/60] ARM: tegra: move custom pinmux.h to <mach/>
` [U-Boot] [PATCH 46/60] ARM: tegra: add pinmux APIs to replace funcmux
` [U-Boot] [PATCH 47/60] ARM: tegra: provide API for SPL code to init UART

[U-Boot] [PATCH v2 00/24] dm: mmc: Add driver-model block-device support to MMC
 2016-05-07 21:31 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/44] dm: blk: Add more driver-model support for block devices
 2016-05-07 21:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model
 2016-05-07 21:25 UTC  (7+ messages)

[U-Boot] [PATCH] dm: gpio: handle GPIO_ACTIVE_LOW flag in DT
 2016-05-07 19:03 UTC  (12+ messages)
` [U-Boot] [RESEND PATCH 0/6] Handle GPIO_ACTIVE_LOW in gpio-uclass
  ` [U-Boot] [RESEND PATCH V2 2/6] gpio: intel_broadwell: remove gpio_xlate routine
  ` [U-Boot] [RESEND PATCH V2 3/6] gpio: omap: "
  ` [U-Boot] [RESEND PATCH V2 4/6] gpio: pic32: "
  ` [U-Boot] [RESEND PATCH V2 5/6] gpio: rk: "
  ` [U-Boot] [RESEND PATCH V2 6/6] gpio: exynos(s5p): "

[U-Boot] [RESEND PATCH V3 1/6] dm: gpio: add a default gpio xlate routine
 2016-05-07 19:03 UTC  (4+ messages)
` [U-Boot] [PATCH V4, "

[U-Boot] [PATCH 1/1] drivers: usb: common: add common code for usb drivers to use
 2016-05-07 19:03 UTC  (4+ messages)

[U-Boot] [PATCH V4 1/4] dm: spi: soft_spi bug fix
 2016-05-07 19:03 UTC  (8+ messages)
` [U-Boot] [PATCH V4 2/4] dm: spi: soft_spi: switch to use linux compatible string
` [U-Boot] [PATCH V4 3/4] dm: spi: introduce dm api
` [U-Boot] [PATCH V4 4/4] dm: gpio: introduce 74x164 driver

[U-Boot] [PATCH V4 1/4] dm: spi: soft_spi bug fix
 2016-05-07 19:03 UTC  (2+ messages)

[U-Boot] [PATCH] fdt: fix dev_get_addr_name node offset
 2016-05-07 19:03 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] dm: core: allow drivers to refuse to bind
 2016-05-07 19:03 UTC  (11+ messages)
` [U-Boot] [PATCH 2/2] video: tegra: refuse to bind to disabled dcs

[U-Boot] [PATCH V2] buildman: allow more incremental building
 2016-05-07 19:02 UTC  (8+ messages)

[U-Boot] [PATCH v2 00/28] x86: Initial ACPI support for Intel BayTrail
 2016-05-07 18:47 UTC  (57+ messages)
` [U-Boot] [PATCH v2 01/28] x86: Drop asm/acpi.h
` [U-Boot] [PATCH v2 02/28] x86: Fix build warning in tables.c when CONFIG_SEABIOS
` [U-Boot] [PATCH v2 03/28] x86: acpi: Fix compiler warnings in write_acpi_tables()
` [U-Boot] [PATCH v2 04/28] x86: irq: Reserve IRQ9 for ACPI in PIC mode
` [U-Boot] [PATCH v2 05/28] x86: irq: Enable SCI on IRQ9
` [U-Boot] [PATCH v2 06/28] x86: dts: Update to include ACTL register details
` [U-Boot] [PATCH v2 07/28] acpi: Change build log for ASL files
` [U-Boot] [PATCH v2 08/28] acpi: Explicitly spell out dsdt.c in the make rule
` [U-Boot] [PATCH v2 09/28] acpi: Specify U-Boot include path for ASL files
` [U-Boot] [PATCH v2 10/28] acpi: Output all errors/warnings/remarks when compiling ASL
` [U-Boot] [PATCH v2 11/28] x86: acpi: Remove unused codes
` [U-Boot] [PATCH v2 12/28] x86: acpi: Various changes to acpi_table.h
` [U-Boot] [PATCH v2 13/28] x86: acpi: Reorder code in acpi_table.h
` [U-Boot] [PATCH v2 14/28] x86: acpi: Remove acpi_create_ssdt_generator()
` [U-Boot] [PATCH v2 15/28] x86: acpi: Change fill_header()
` [U-Boot] [PATCH v2 16/28] x86: acpi: Adjust order in acpi_table.c
` [U-Boot] [PATCH v2 17/28] x86: acpi: Use u32 in table write routines
` [U-Boot] [PATCH v2 18/28] x86: acpi: Align FACS table to a 64 byte boundary
` [U-Boot] [PATCH v2 19/28] x86: acpi: Clean up table header revisions
` [U-Boot] [PATCH v2 20/28] x86: acpi: Add some generic ASL libraries
` [U-Boot] [PATCH v2 21/28] x86: acpi: Return table length in acpi_create_madt_lapics()
` [U-Boot] [PATCH v2 22/28] x86: baytrail: Add platform ASL files
` [U-Boot] [PATCH v2 23/28] x86: baytrail: Generate ACPI FADT/MADT tables
` [U-Boot] [PATCH v2 24/28] x86: baytrail: Enable ACPI table generation for all boards
` [U-Boot] [PATCH v2 25/28] x86: baytrail: Add .gitignore for ACPI enabled boards
` [U-Boot] [PATCH v2 26/28] x86: Remove acpi=off boot parameter when ACPI is on
` [U-Boot] [PATCH v2 27/28] x86: doc: Minor update for accuracy
` [U-Boot] [PATCH v2 28/28] x86: doc: Document ACPI support

[U-Boot] [PATCH 00/26] x86: Initial ACPI support for Intel BayTrail
 2016-05-07 18:46 UTC  (14+ messages)
` [U-Boot] [PATCH 05/26] x86: irq: Enable SCI on IRQ9
` [U-Boot] [PATCH 21/26] x86: baytrail: Generate ACPI FADT/MADT tables

[U-Boot] Partition UUIDs in U-Boot and Linux (blkid vs 'part list')
 2016-05-07 18:38 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] armv8: s32v234: Introduce basic support for s32v234evb
 2016-05-07 16:22 UTC  (6+ messages)
        ` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH] dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
 2016-05-07 15:40 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] serial: Introduce linflex uart support
 2016-05-07 14:56 UTC  (4+ messages)
  ` [U-Boot] [PATCH v2 "

[U-Boot] ARM64: How to protect spin-table code from U-Boot?
 2016-05-07 11:30 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2016-05-07  1:42 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2016-05-07  1:41 UTC 

[U-Boot] [PATCH 0/4] ath79: fix some minor defects
 2016-05-06 23:26 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] arm64: Pine64 fixes and updates
 2016-05-06 21:35 UTC  (14+ messages)
` [U-Boot] [PATCH 3/6] arm64: sunxi: reserve space for boot0 header
` [U-Boot] [PATCH 6/6] Pine64: rename defconfig

[U-Boot] [PATCH] imx: imx-common: print i.MX 7 SoC names consistently
 2016-05-06 21:26 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/7] efi_loader: PXE boot support
 2016-05-06 19:28 UTC  (14+ messages)
` [U-Boot] [PATCH v2 1/7] efi_loader: Add network access support
` [U-Boot] [PATCH v2 2/7] bootp: Move vendor class identifier set to function
` [U-Boot] [PATCH v2 3/7] net: Move the VCI and client arch values to Kconfig
` [U-Boot] [PATCH v2 4/7] net: Fix client identifiers for ARM
` [U-Boot] [PATCH v2 5/7] net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig
` [U-Boot] [PATCH v2 6/7] net: Optionally use pxe client arch from variable
` [U-Boot] [PATCH v2 7/7] distro: Add efi pxe boot code

[U-Boot] mkimage: spl address computation seems weird in PBL
 2016-05-06 18:14 UTC 

[U-Boot] [PATCH 1/9] mips: Add MIPS 74Kc tune
 2016-05-06 18:10 UTC  (9+ messages)
` [U-Boot] [PATCH 2/9] mips: ath79: Fix ar71xx_regs.h indent
` [U-Boot] [PATCH 3/9] mips: ath79: Fix compiler warning on const assignment
` [U-Boot] [PATCH 4/9] mips: ath79: dts: Add generic-ehci node
` [U-Boot] [PATCH V2 5/9] mips: ath79: Add support for ungating USB on ar933x and ar934x
` [U-Boot] [PATCH V2 6/9] mips: ath79: dts: Add ethernet MAC nodes for ar933x
` [U-Boot] [PATCH V2 7/9] mips: ath79: Add support for ungating ethernet on ar933x and ar934x
` [U-Boot] [PATCH V2 8/9] mips: ath79: Add AR934x support
` [U-Boot] [PATCH 9/9] mips: ath79: Add support for TPLink WDR4300

[U-Boot] [PATCH 1/7] usb: Don't init pointer to zero, but NULL
 2016-05-06 18:04 UTC  (5+ messages)
` [U-Boot] [PATCH 3/7] usb: dwc2: Throttle the setup packet resending

[U-Boot] [PATCH v3 00/12] Convert davinci_spi to DM
 2016-05-06 17:49 UTC  (3+ messages)
` [U-Boot] [PATCH v3 02/12] spi: davinci_spi: Convert to driver to adapt "

[U-Boot] [PATCH 0/4] ARM: DRA7xx: Enable FIT
 2016-05-06 17:49 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] ARM: DRA7: configs: Rename dra7xx_evm to dra7xx_evm_nodt defconfig
` [U-Boot] [PATCH 2/4] board: dra7: fit: add support for selecting dtb dynamically
` [U-Boot] [PATCH 3/4] ARM: DRA7: Enable FIT
` [U-Boot] [PATCH 4/4] ARM: DRA7: configs: Remove obsolete configs

[U-Boot] [PATCH v2 00/15] Support for boot image creation for TI secure devices
 2016-05-06 17:49 UTC  (17+ messages)
` [U-Boot] [PATCH v2 03/15] arm: Kconfig: Add support for AM43xx SoC specific Kconfig
` [U-Boot] [PATCH v2 08/15] ti: AM43xx: board: Detect AM43xx HS EVM
` [U-Boot] [PATCH v2 09/15] defconfig: Add a config for AM43xx secure part
` [U-Boot] [PATCH v2 10/15] ti_omap5_common: Update SPL start address on secure parts
` [U-Boot] [PATCH v2 12/15] ARM: omap-common: Add device type to CPU string
` [U-Boot] [PATCH v2 13/15] ARM: omap5: add hooks for cpu/SoC fdt fixups
` [U-Boot] [PATCH v2 14/15] ARM: omap5: add ft_board_setup for dra7xx/am57xx
` [U-Boot] [PATCH v2 15/15] defconfig: ti: Add configs for OMAP5-class secure parts

[U-Boot] [PATCH 0/4] efi_loader: PXE boot support
 2016-05-06 17:48 UTC  (10+ messages)
` [U-Boot] [PATCH 2/4] bootp: Move vendor class identifier set to function
` [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

[U-Boot] [RFC PATCH] spl: Setup default value for OF_LIST
 2016-05-06 17:48 UTC  (2+ messages)

[U-Boot] [PATCH] spl: fit: Print error message when FDT is not present
 2016-05-06 17:48 UTC  (2+ messages)

[U-Boot] [PATCH] test/py: dfu: wait for USB device to go away at boot
 2016-05-06 17:48 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: am33xx: Fix DDR initialization delays
 2016-05-06 17:48 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: fix ifdefs in ARMv8 lowlevel_init()
 2016-05-06 17:47 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v5 0/3] spl: Add support to load FIT from Filesystem
 2016-05-06 17:47 UTC  (7+ messages)
` [U-Boot] [PATCH v5 1/3] spl: fit: Fix the number of bytes read when reading fdt from fit
` [U-Boot] [PATCH v5 2/3] spl: Allow to load a FIT containing U-Boot from FS
` [U-Boot] [PATCH v5 3/3] spl: Support loading a FIT from FAT FS

[U-Boot] [PATCH] Fix various typos, scattered over the code
 2016-05-06 17:47 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: Fix error in RPMB code
 2016-05-06 17:47 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Re-enabled DuoVero platform
 2016-05-06 17:47 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] omap4: load files for legacy boot
` [U-Boot] [PATCH 2/2] omap4: duovero: Disable EFI booting

[U-Boot] [PATCH] usb: ehci-mx6: allow board_ehci_hcd_init to fail
 2016-05-06 17:18 UTC  (7+ messages)

[U-Boot] [PATCH 1/8] mips: ath79: Fix ar71xx_regs.h indent
 2016-05-06 17:12 UTC  (7+ messages)
` [U-Boot] [PATCH 4/8] mips: ath79: Add support for ungating USB on ar933x and ar934x
` [U-Boot] [PATCH 7/8] mips: ath79: Add AR934x support

[U-Boot] [GIT] Pull request: u-boot-dfu
 2016-05-06 16:41 UTC  (2+ messages)

[U-Boot] [PATCH] usb: xhci: add struct devrequest declaration
 2016-05-06 16:40 UTC  (4+ messages)

[U-Boot] [PATCH] socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled
 2016-05-06 16:31 UTC  (2+ messages)

[U-Boot] [PATCH v3 01/12] dm: core: implement dev_map_phsymem()
 2016-05-06 16:30 UTC  (5+ messages)
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH] spi: spi-uclass: fix typo in debug output
 2016-05-06 15:39 UTC  (2+ messages)

[U-Boot] [PATCH] test/py: fix NameError exception if bdi cmd is not supported
 2016-05-06 15:25 UTC  (2+ messages)

[U-Boot] [PATCH v2] x86: qemu: Move qfw command over to cmd and add Kconfig entry
 2016-05-06 14:40 UTC 

[U-Boot] [RFC] fastboot: sparse image handling and sessionId
 2016-05-06 14:30 UTC  (3+ messages)

[U-Boot] [PATCH] usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA
 2016-05-06 13:28 UTC  (2+ messages)

[U-Boot] U-BOOT NETCONSOLE SCRIPT
 2016-05-06 13:15 UTC 


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