public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-01-14 13:33:13 to 2017-01-16 14:04:00 UTC [more...]

[U-Boot] [PATCH v3 00/62] x86: Add initial support for 64-bit U-Boot
 2017-01-16 14:04 UTC  (36+ messages)
` [U-Boot] [PATCH v3 01/62] console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
` [U-Boot] [PATCH v3 02/62] spl: spi: Add a debug message if loading fails
` [U-Boot] [PATCH v3 03/62] spl: Makefile: Define SPL_ earlier
` [U-Boot] [PATCH v3 04/62] spl: Allow CPU drivers to be used in SPL
` [U-Boot] [PATCH v3 05/62] spl: Allow PCI "
` [U-Boot] [PATCH v3 06/62] spl: Allow RTC "
` [U-Boot] [PATCH v3 07/62] spl: Allow timer "
` [U-Boot] [PATCH v3 08/62] spl: Allow PCH "
` [U-Boot] [PATCH v3 09/62] spl: Don't create a BSS padding when it is separate
` [U-Boot] [PATCH v3 10/62] x86: Use unsigned long for address in table generation
` [U-Boot] [PATCH v3 11/62] x86: Update mpspec to build on 64-bit machines
` [U-Boot] [PATCH v3 12/62] x86: ivybridge: Declare global data where it is used
` [U-Boot] [PATCH v3 13/62] x86: ivybridge: Add more debugging for failures
` [U-Boot] [PATCH v3 14/62] x86: ivybridge: Fix types for 64-bit compilation
` [U-Boot] [PATCH v3 15/62] x86: dts: Mark serial as needed before relocation
` [U-Boot] [PATCH v3 16/62] x86: fsp: Fix cast for 64-bit compilation
` [U-Boot] [PATCH v3 17/62] x86: lib: Fix types and casts "
` [U-Boot] [PATCH v3 18/62] x86: Add Kconfig options to build 64-bit U-Boot
` [U-Boot] [PATCH v3 19/62] x86: Kconfig: Add location options for 16/32-bit init
` [U-Boot] [PATCH v3 20/62] x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
` [U-Boot] [PATCH v3 21/62] x86: Use X86_32BIT_INIT "
` [U-Boot] [PATCH v3 22/62] x86: ivybridge: Allow 32-bit init to move to SPL
` [U-Boot] [PATCH v3 23/62] x86: Add 64-bit start-up code
` [U-Boot] [PATCH v3 24/62] x86: board_f: Update init sequence for 64-bit startup
` [U-Boot] [PATCH v3 25/62] board_f/r: Use static const for the init sequences
` [U-Boot] [PATCH v3 26/62] x86: board_r: Set the global data pointer after relocation
` [U-Boot] [PATCH v3 27/62] x86: Do relocation before clearing BSS
` [U-Boot] [PATCH v3 28/62] x86: Refactor relocation to prepare for 64-bit
` [U-Boot] [PATCH v3 29/62] x86: Add support for 64-bit relocation
` [U-Boot] [PATCH v3 30/62] x86: Tidy up use of size_t in relocation
` [U-Boot] [PATCH v3 31/62] x86: Add an SPL implementation
` [U-Boot] [PATCH v3 32/62] x86: Move the i386 code into its own directory
` [U-Boot] [PATCH v3 33/62] x86: Add cpu code for x86_64
` [U-Boot] [PATCH v3 34/62] x86: Support global_data on x86_64
` [U-Boot] [PATCH v3 35/62] x86: Fix up CONFIG_X86_64 check

[U-Boot] [PATCH 0/3] arc: introduce timer driver and update device tree
 2017-01-16 13:49 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] drivers: timer: Introduce ARC timer driver
` [U-Boot] [PATCH 2/3] arc: dts: separate single axs10x.dts file
` [U-Boot] [PATCH 3/3] arc: use timer driver for ARC boards

[U-Boot] [PATCH v4 00/26] sunxi: Allwinner A64: SPL support
 2017-01-16 13:41 UTC  (7+ messages)
` [U-Boot] [PATCH v4 26/26] sunxi: A64: add 32-bit "

[U-Boot] ARM - cache and alignment
 2017-01-16 13:29 UTC 

[U-Boot] DMA bounce buffer in FAT code
 2017-01-16 13:13 UTC  (3+ messages)

[U-Boot] [PATCH v2] armv8: aarch64: Fix the warning about x1-x3 nonzero issue
 2017-01-16 13:02 UTC  (3+ messages)

[U-Boot] [PATCH] spl: Add missing line ending to SPL print
 2017-01-16 12:06 UTC 

[U-Boot] [PATCHv2 1/4] kconfig: armv8: move armv8 sec_firmware CONFIG_* to Kconfig
 2017-01-16  9:31 UTC  (4+ messages)
` [U-Boot] [PATCHv2 2/4] ARMv8/sec_firmware: relocated and renamed the config FSL_PPA_ARMV8_PSCI
` [U-Boot] [PATCHv2 3/4] kconfig: fsl PPA: move CONFIG_* to Kconfig
` [U-Boot] [PATCHv2 4/4] fsl PPA: enable PPA for ls1043ardb and ls1046ardb

[U-Boot] Booting kernel/dtb with FIT image
 2017-01-16  9:10 UTC  (3+ messages)

[U-Boot] [linux-sunxi] Re: [PATCH 08/12] sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
 2017-01-16  8:44 UTC 

[U-Boot] [PATCH 00/12] sunxi: Allwinner H5 and OrangePi PC2 support
 2017-01-16  8:01 UTC  (22+ messages)
` [U-Boot] [PATCH 01/12] sunxi: fix ACTLR.SMP assembly routine
` [U-Boot] [PATCH 02/12] sunxi: simplify ACTLR.SMP bit set #ifdef
    ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 03/12] sunxi: configs: merge sun9i and sun50i SPL memory definitions
` [U-Boot] [PATCH 04/12] sunxi: Kconfig: introduce CONFIG_SUNXI_HIGH_SRAM
` [U-Boot] [PATCH 05/12] sunxi: provide ARMv8 mem_map for every ARM64 board
` [U-Boot] [PATCH 06/12] SPI: SPL: sunxi: fix 64-bit build
` [U-Boot] [PATCH 07/12] sunxi: DRAM: add Allwinner H5 support
` [U-Boot] [PATCH 08/12] sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
` [U-Boot] [PATCH 09/12] sunxi: H5: add COUNTER_FREQUENCY

[U-Boot] [PATCH] binman: add tools directory to the python path
 2017-01-16  7:14 UTC 

[U-Boot] [PATCH] build: Always build the libfdt python module
 2017-01-16  7:07 UTC 

[U-Boot] Rockchip RK3288 boot trouble
 2017-01-16  6:46 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: aarch64: Fix the warning about x1-x3 nonzero issue
 2017-01-16  6:31 UTC  (7+ messages)

[U-Boot] Enabling Watchdog Service on Variscite VAR-SOM-MX6 Solo
 2017-01-16  5:53 UTC 

[U-Boot] U-Boot of-platdata issue
 2017-01-16  4:15 UTC  (2+ messages)

[U-Boot] [PATCH] dtoc: Replace dot with underscore to avoid compiler errors
 2017-01-16  4:09 UTC 

[U-Boot] Pull request: u-boot-spi/master
 2017-01-16  4:02 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-sunxi/master
 2017-01-16  4:01 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] DRA7XX: HW_DATA: Provide dpll_params definitions for PCIe DPLL
 2017-01-16  3:44 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] CLK: OMAP: PCIE: Provide support for PCIE DPLL configuration
` [U-Boot] [PATCH 3/3] CLK: OMAP: PCIE: Registers definitions necessary for PCIe clock generation

[U-Boot] u-boot.git or u-boot-x86.git for x86_64 u-boots?
 2017-01-16  2:50 UTC  (6+ messages)

[U-Boot] [PATCH] Kconfig: CONFIG_OF_PLATDATA doesn't really exist
 2017-01-16  2:50 UTC  (3+ messages)

[U-Boot] [PATCH RESEND v2] at91: video: Support driver-model for the HLCD driver
 2017-01-16  2:44 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: fix #if around spin-table code in start.S
 2017-01-16  1:19 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] SPL: Add spl_early_board_init() generic function
 2017-01-16  1:19 UTC  (3+ messages)

[U-Boot] [PATCH] MAINTAINERS: DFU: Change e-mail address of DFU maintanier
 2017-01-15 23:04 UTC 

[U-Boot] [PATCH v2 00/10] imx6ul: Add Engicam Is.IoT MX6UL support
 2017-01-15 22:06 UTC  (11+ messages)
` [U-Boot] [PATCH v2 01/10] configs: imx6: Don't define USDHC2_BASE_ADDR
` [U-Boot] [PATCH v2 02/10] arm: imx6ul: Add Engicam Is.IoT MX6UL Starter Kit initial support
` [U-Boot] [PATCH v2 03/10] arm: dts: imx6ul-isiot: Add I2C nodes
` [U-Boot] [PATCH v2 04/10] imx6: isiotmx6ul: Add I2C support
` [U-Boot] [PATCH v2 05/10] arm: dts: imx6ul-isiot: Add FEC node
` [U-Boot] [PATCH v2 06/10] imx6: isiotmx6ul: Add FEC support
` [U-Boot] [PATCH v2 07/10] arm: dts: imx6ul-isiot: Add eMMC node
` [U-Boot] [PATCH v2 08/10] imx6: isiotmx6ul: Add NAND support
` [U-Boot] [PATCH v2 09/10] imx6: isiotmx6ul: Add nandboot env support
` [U-Boot] [PATCH v2 10/10] imx6ul: isiotmx6ul: Enable I2C support

[U-Boot] [PATCH v3] odroid-c2: Enable distro boot
 2017-01-15 21:02 UTC  (2+ messages)

[U-Boot] [PATCH] igep00x0: enable CONFIG_FDT_FIXUP_PARTITIONS
 2017-01-15 20:57 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "
` [U-Boot] "

[U-Boot] [PATCH v2] odroid-c2: Enable distro boot
 2017-01-15 19:46 UTC  (4+ messages)

[U-Boot] [PATCH] MAINTAINERS: Add maintainer for TI security related files
 2017-01-15 18:53 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] meson: misc_init_r is board-specific
 2017-01-15 18:53 UTC 

[U-Boot] [PATCH v2] odroid-c2: Enable distro boot
 2017-01-15 18:47 UTC 

[U-Boot] [PATCH] ti_armv7_common: env: Use FIT image configs by default
 2017-01-15 18:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: omap-common: add secure ROM signature verify index for AM33xx
 2017-01-15 18:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd: sata: fix init command return value
 2017-01-15 18:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rtc: pcf2127: Update Kconfig and code style
 2017-01-15 18:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] igep00x0: Remove IGEP0020_NAND BOARD entry from MAINTAINERS
 2017-01-15 18:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] omap-gpmc: use SECTOR_BYTES instead of hardcoded value
 2017-01-15 18:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] omapl138_lcdk: remove empty ifdef block
 2017-01-15 18:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH 2/3] omapl138_lcdk: enable SPL MMC support
 2017-01-15 18:31 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/3] "

[U-Boot] [PATCH 1/3] davinci: spl: use bootcfg to select boot device
 2017-01-15 18:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] Avoid non-portable sed construct
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] am335x: configs: Use ISW_ENTRY_ADDR to set SPL_TEXT_BASE
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Makefile: Make EFI build quiet
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] mkimage: Add support for signing with pkcs11
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ti: am335x: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: omap3_logic: Use DEFAULT_LINUX_BOOT_ENV from ti_armv7_common
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 2/2] lib: net_utils: enforce '.' as octet separator in string_to_ip
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/2] lib: net_utils: make string_to_ip stricter
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] Kconfig: Refactoring of top-level Kconfig file
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] armv8: release slave cores from CPU_RELEASE_ADDR
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 5/5] iopoll: import include/linux/iopoll.h from Linux 4.9
 2017-01-15 18:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/5] time: import time_after, time_before and friends from Linux
 2017-01-15 18:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/5] typecheck: import include/linux/typecheck.h from Linux 4.9
 2017-01-15 18:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/5] time: move timer APIs to include/time.h
 2017-01-15 18:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/5] delay: collect {m, n, u}delay declarations to include/linux/delay.h
 2017-01-15 18:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v3 2/2] spl: move RAM boot support in separate file
 2017-01-15 18:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/2] Convert CONFIG_SPL_RAM_DEVICE to defconfig
 2017-01-15 18:29 UTC  (4+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH 0/2] sunxi: OrangePi Zero fixes
 2017-01-15 17:25 UTC  (8+ messages)
` [U-Boot] [PATCH 1/2] sunxi: dts: OrangePi Zero: add Ethernet node
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 2/2] sunxi: OrangePi Zero: defconfig: enable SPI flash

[U-Boot] mmc: fsl_esdhc: eMMC boot: CMD_ERR (-ECOMM) in u-boot while accessing SD
 2017-01-15 16:40 UTC 

[U-Boot] [PATCH] rockchip: rename miniarm to tinker board
 2017-01-15 14:36 UTC 

[U-Boot] [PATCH 0/9] ARM: uniphier: UniPhier changes for v2017.03-rc1
 2017-01-15  5:59 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] ARM: uniphier: remove unneeded argument of uniphier_ld20_pll_init()
` [U-Boot] [PATCH 2/9] ARM: uniphier: split out UMC clock enable
` [U-Boot] [PATCH 3/9] ARM: uniphier: refactor MEMCONF init code
` [U-Boot] [PATCH 4/9] ARM: uniphier: refactor SBC "
` [U-Boot] [PATCH 5/9] ARM: uniphier: refactor Support Card "
` [U-Boot] [PATCH 6/9] ARM: uniphier: make BCU init into void function
` [U-Boot] [PATCH 7/9] ARM: uniphier: refactor board_init()
` [U-Boot] [PATCH 8/9] ARM: uniphier: refactor spl_init_board()
` [U-Boot] [PATCH 9/9] ARM: uniphier: move SBC and Support Card init code to U-Boot proper

[U-Boot] [PATCH 4/4] arm: Re-sync asm/mach-types.h with Linux Kernel v4.9
 2017-01-14 20:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/4] arm: Remove unregister MACH_TYPE_xxx uses
 2017-01-14 20:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/4] omap3_igep00x0: Rework MACH_TYPE and status LED logic slightly
 2017-01-14 20:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] omap3_logic: Rework MACH_TYPE and fdtfile logic
 2017-01-14 20:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] Please pull u-boot-fdt
 2017-01-14 20:57 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARM: uniphier: enable Cadence eMMC controller for LD11/LD20
 2017-01-14 19:22 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: dts: uniphier: add UniPhier specific compatible to eMMC node

[U-Boot] [PATCH] rockchip: Correct MAINTAINER entry for chromebook_minnie
 2017-01-14 17:26 UTC 

[U-Boot] [PATCH v2] cmd/fdt: Make fdt get value endian-safe for single-cell properties
 2017-01-14 17:14 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] libfdt: overlay: Fix missing symbols condition
 2017-01-14 17:14 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] cmd: fdt: Print error message when fdt application fails

[U-Boot] [PATCH v2 1/2] libfdt: Correct fdt handling of overlays without fixups and base trees without symbols
 2017-01-14 17:14 UTC  (3+ messages)

[U-Boot] [PATCH 00/12] arm: aspeed: Basic support for Aspeed AST2500 part and eval board
 2017-01-14 17:14 UTC  (29+ messages)
` [U-Boot] [PATCH 01/12] aspeed: Add mach-aspeed directory and basic Kconfig
` [U-Boot] [PATCH 02/12] aspeed: Add support for Watchdot Timer
` [U-Boot] [PATCH 03/12] aspeed: Add Timer Support
` [U-Boot] [PATCH 04/12] aspeed: Add sysreset driver
` [U-Boot] [PATCH 05/12] aspeed/ast2500: Device Tree and bindings for some of the clocks
` [U-Boot] [PATCH 06/12] aspeed/ast2500: Add Clock Driver
` [U-Boot] [PATCH 07/12] aspeed/ast2500: Helper function to get access to SCU
` [U-Boot] [PATCH 08/12] aspeed/ast2500: Add SDRAM MC driver
` [U-Boot] [PATCH 09/12] aspeed/ast2500: Common board init functions for ast2500 based boards
` [U-Boot] [PATCH 10/12] aspeed: Common configuration parameters for aspeed boards
` [U-Boot] [PATCH 11/12] aspeed: Device Tree for ast2500 Eval Board
` [U-Boot] [PATCH 12/12] aspeed: Configuration for ast2500 eval board

[U-Boot] [PATCH V3 0/7] dm: universal_c210: support the DM_PMIC
 2017-01-14 17:13 UTC  (3+ messages)
  ` [U-Boot] [PATCH V3 2/7] ARM: dts: exnyos4210-universl_c210: add i2c_5 and pmic nodes

[U-Boot] [PATCH V2 0/7] dm: universal_c210: support the DM_PMIC
 2017-01-14 17:13 UTC  (3+ messages)
  ` [U-Boot] [PATCH V2 4/7] ARM: dts: exnyos4210-universl_c210: add i2c_5 and pmic nodes

[U-Boot] [PATCH] armv8: fsl-layerscape: Fix SECURE_BOOT config
 2017-01-14 17:13 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] common/image.c: prefixes for binary multiples
 2017-01-14 17:13 UTC 

[U-Boot] Rockchip RK3288 regulator device table problem
 2017-01-14 17:13 UTC  (2+ messages)

[U-Boot] [PATCH v6 11/13] sunxi: Use binman for sunxi boards
 2017-01-14 15:03 UTC  (8+ messages)
` [U-Boot] [U-Boot,v6,11/13] "

[U-Boot] [PATCH v2 00/63] x86: Add initial support for 64-bit U-Boot
 2017-01-14 13:33 UTC  (7+ messages)
` [U-Boot] [PATCH v2 61/63] x86: link: Add build options for SPL
` [U-Boot] [PATCH v2 62/63] x86: Update compile/link flags to support 64-bit U-Boot
` [U-Boot] [PATCH v2 63/63] x86: link: Add a config for "


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