public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-09-24 02:29:02 to 2016-09-26 03:33:45 UTC [more...]

[U-Boot] [PATCH 00/82] x86: Add initial support for 64-bit U-Boot
 2016-09-26  3:33 UTC  (43+ messages)
` [U-Boot] [PATCH 01/82] WIP: x86: Fix up types in smbios code
` [U-Boot] [PATCH 02/82] Add _image_binary_end section declaration
` [U-Boot] [PATCH 03/82] bios_emulator: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 04/82] board_f: Drop the extra fdtdec_prepare_fdt()
` [U-Boot] [PATCH 05/82] console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
` [U-Boot] [PATCH 06/82] elf: Add the Elf64_Rela type
` [U-Boot] [PATCH 07/82] mmc: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 08/82] rtc: Use CONFIG_X86 instead of __I386__
` [U-Boot] [PATCH 09/82] spl: spi: Add a debug message if loading fails
` [U-Boot] [PATCH 10/82] spl: Makefile: Define SPL_ earlier
` [U-Boot] [PATCH 11/82] spl: Allow CPU drivers to be used in SPL
` [U-Boot] [PATCH 12/82] spl: Allow PCI "
` [U-Boot] [PATCH 13/82] spl: Allow RTC "
` [U-Boot] [PATCH 14/82] spl: Allow timer "
` [U-Boot] [PATCH 15/82] spl: Allow PCH "
` [U-Boot] [PATCH 16/82] spl: Don't create a BSS padding when it is separate
` [U-Boot] [PATCH 17/82] tpm: Tidy up use of size_t
` [U-Boot] [PATCH 18/82] usb: pci: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 19/82] video: Use ulong for video frame buffer address
` [U-Boot] [PATCH 20/82] x86: Allow interrupts to be disabled in 64-bit mode
` [U-Boot] [PATCH 21/82] x86: Correct address casts in cpu code
` [U-Boot] [PATCH 22/82] x86: Correct address casts in interrupt code
` [U-Boot] [PATCH 23/82] x86: Use unsigned long for address in table generation
` [U-Boot] [PATCH 24/82] WIP: x86: Update mpspec to build on 64-bit machines
` [U-Boot] [PATCH 25/82] x86: Add basic support for U-Boot as a 64-bit EFI application
` [U-Boot] [PATCH 26/82] x86: ivybridge: Declare global data where it is used
` [U-Boot] [PATCH 27/82] x86: i2c: Fix cast of address to 32-bit value
` [U-Boot] [PATCH 28/82] x86: Don't export interrupt handlers with x86_64
` [U-Boot] [PATCH 29/82] x86: ivybridge: Add more debugging for failures
` [U-Boot] [PATCH 30/82] x86: ivybridge: Fix types for 64-bit compilation
` [U-Boot] [PATCH 31/82] x86: ivybridge: Fix PCH power setup
` [U-Boot] [PATCH 32/82] x86: ivybridge: Tidy up enable_clock_gating() for 64-bit
` [U-Boot] [PATCH 33/82] x86: dts: Mark serial as needed before relocation
` [U-Boot] [PATCH 34/82] x86: fsp: Fix cast for 64-bit compilation
` [U-Boot] [PATCH 35/82] x86: Drop unused init_helper functions
` [U-Boot] [PATCH 36/82] x86: lib: Fix types and casts for 64-bit compilation
` [U-Boot] [PATCH 37/82] x86: mrccache: Fix error handling in mrccache_get_region()
` [U-Boot] [PATCH 38/82] x86: Add Kconfig options to build 64-bit U-Boot
` [U-Boot] [PATCH 39/82] x86: Kconfig: Add location options for 16/32-bit init
` [U-Boot] [PATCH 40/82] x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
` [U-Boot] [PATCH 41/82] x86: Use X86_32BIT_INIT "
` [U-Boot] [PATCH 42/82] x86: ivybridge: Allow 32-bit init to move to SPL

[U-Boot] [PATCH v3 0/3] config whitelist: tool update and sync
 2016-09-26  2:52 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] build-whitelist: do not add new options to whitelist when update
` [U-Boot] [PATCH v3 2/3] config_whitelist: sync by tool
` [U-Boot] [PATCH v3 3/3] config_whitelist: remove bogus options

[U-Boot] [PATCH v2 1/2] mmc: sdhci: use the host version value in sdhci_setup_cfg
 2016-09-26  1:10 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2 2/2] mmc: sdhci: use the generic error number

[U-Boot] [PATCH v2 00/12] binman: A tool for creating firmware images
 2016-09-25 21:52 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/12] dtoc: Fix bug in GetProp()
` [U-Boot] [PATCH v2 02/12] dtoc: Adjust GetProps() in fdt_normal to use the node path
` [U-Boot] [PATCH v2 03/12] dtoc: Add a way for tests to request the fallback library
` [U-Boot] [PATCH v2 04/12] binman: Introduce binman, a tool for building binary images
` [U-Boot] [PATCH v2 05/12] binman: Add basic entry types for U-Boot
` [U-Boot] [PATCH v2 06/12] binman: Add support for building x86 ROMs
` [U-Boot] [PATCH v2 07/12] binman: Add support for u-boot.img as an input binary
` [U-Boot] [PATCH v2 08/12] binman: Add support for building x86 ROMs with SPL
` [U-Boot] [PATCH v2 09/12] binman: Add a build rule for binman
` [U-Boot] [PATCH v2 10/12] binman: Allow configuration options to be used in .dts files
` [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board
` [U-Boot] [PATCH v2 12/12] RFC: Use binman for an x86 board

[U-Boot] [PATCH 00/12] sh: change arch and boards code to generic board
 2016-09-25 21:41 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/8] x86: Add implementations of setjmp() and longjmp()
 2016-09-25 21:27 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/8] efi: Use asmlinkage for EFIAPI
` [U-Boot] [PATCH v2 3/8] efi: Fix missing EFIAPI specifiers
` [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub
` [U-Boot] [PATCH v2 5/8] arm: efi: Add a hello world test program
` [U-Boot] [PATCH v2 6/8] x86: efi: Add EFI loader support for x86
` [U-Boot] [PATCH v2 7/8] x86: efi: Add a hello world test program
` [U-Boot] [PATCH v2 8/8] x86: Enable EFI loader support

[U-Boot] [PATCH 1/2] mmc: sdhci: use the host version value in sdhci_setup_cfg
 2016-09-25 21:18 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mmc: sdhci: use the generic error number

[U-Boot] [PATCH v4 00/17] sf:Updates on flash detection
 2016-09-25 19:53 UTC  (18+ messages)
` [U-Boot] [PATCH v4 01/17] sf: Adopt flash table INFO macro from Linux
` [U-Boot] [PATCH v4 02/17] sf: Simplify lock ops detection code
` [U-Boot] [PATCH v4 03/17] sf: sandbox: Use JEDEC_MFR|ID in id exctract
` [U-Boot] [PATCH v4 04/17] sf: Cleanup spi_flash_info{}
` [U-Boot] [PATCH v4 05/17] sf: Cleanup sf_params
` [U-Boot] [PATCH v4 06/17] sf: nr_sectors -> n_sectors
` [U-Boot] [PATCH v4 07/17] sf: Add SPI_FLASH_MAX_ID_LEN
` [U-Boot] [PATCH v4 08/17] sf: Increase max id length by 1 byte
` [U-Boot] [PATCH v4 09/17] sf: Add INFO6 flash_info macro
` [U-Boot] [PATCH v4 10/17] sf: params: Add S25FS256S_64K spi flash support
` [U-Boot] [PATCH v4 11/17] sf: Remove legacy idcode detection code
` [U-Boot] [PATCH v4 12/17] sf: Remove non-meaningful comments
` [U-Boot] [PATCH v4 13/17] sf: Rename sf_params.c to spi_flash_ids
` [U-Boot] [PATCH v4 14/17] sf: ids: Use small letter's with flash name
` [U-Boot] [PATCH v4 15/17] sf: ids: Use small letter in ext_jedec
` [U-Boot] [PATCH v4 16/17] sf: Rename few local functions
` [U-Boot] [PATCH v4 17/17] spi: Remove dual flash code

[U-Boot] [PATCH v4 01/17] serial: Kconfig: Add MXC_UART entry
 2016-09-25 19:43 UTC  (17+ messages)
` [U-Boot] [PATCH v4 02/17] thermal: Kconfig: Add IMX_THERMAL entry
` [U-Boot] [PATCH v4 03/17] Kconfig: Add DEFAULT_FDT_FILE entry
` [U-Boot] [PATCH v4 04/17] arm: imx: Add Engicam i.CoreM6 QDL Starter Kit initial support
` [U-Boot] [PATCH v4 05/17] net: Kconfig: Add FEC_MXC entry
` [U-Boot] [PATCH v4 06/17] imx6: icorem6: Add ENET support
` [U-Boot] [PATCH v4 07/17] imx: s/docs\/README.imximage/doc\/README.imximage/g
` [U-Boot] [PATCH v4 08/17] arm: dts: Add devicetree for i.MX6DL
` [U-Boot] [PATCH v4 09/17] arm: dts: Add devicetree for i.MX6DQL
` [U-Boot] [PATCH v4 10/17] arm: dts: imx6dl: Add pinctrl defines
` [U-Boot] [PATCH v4 11/17] dt-bindings: clock: imx6qdl: Add clock defines
` [U-Boot] [PATCH v4 12/17] arm: imx6q: Add devicetree support for Engicam i.CoreM6 DualLite/Solo
` [U-Boot] [PATCH v4 13/17] imx6q: icorem6: Enable pinctrl driver
` [U-Boot] [PATCH v4 14/17] engicam: icorem6: Add DM_GPIO, DM_MMC support
` [U-Boot] [PATCH v4 15/17] arm: dts: Add devicetree for i.MX6Q
` [U-Boot] [PATCH v4 16/17] arm: dts: imx6q: Add pinctrl defines
` [U-Boot] [PATCH v4 17/17] arm: imx6q: Add devicetree support for Engicam i.CoreM6 Quad/Dual

[U-Boot] [PATCH v4 00/17] imx6: Add Engicam i.CoreM6 QDL support
 2016-09-25 19:41 UTC 

[U-Boot] [PATCH 0/9] MIPS: improve start.S and add exception support
 2016-09-25 18:05 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] MIPS: make inclusion of ROM exception vectors configurable
` [U-Boot] [PATCH 2/9] MIPS: fix ROM exception vectors
` [U-Boot] [PATCH 3/9] MIPS: fix iand optimize setup of CP0 registers
` [U-Boot] [PATCH 4/9] MIPS: factor out code for initial stack and global data
` [U-Boot] [PATCH 5/9] MIPS: add possibility to setup initial stack and global data in SRAM
` [U-Boot] [PATCH 6/9] MIPS: add asm-offsets for struct pt_regs
` [U-Boot] [PATCH 7/9] MIPS: reserve space for exception vectors
` [U-Boot] [PATCH 8/9] MIPS: add handling for generic and EJTAG exceptions
` [U-Boot] [PATCH 9/9] common/board_f: enable initr_trap for MIPS

[U-Boot] [PATCH v4] drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller
 2016-09-25 13:17 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-coldfire/master
 2016-09-25 12:56 UTC 

[U-Boot] [PATCH v2] mx6sabresd: Make SPL DDR configuration to match the DCD table
 2016-09-25 12:07 UTC 

[U-Boot] [PATCH v3 0/6] power: pmic: Add support for Palmas family of PMICs
 2016-09-25 12:06 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/6] power: regulator: Add ctrl_reg and volt_reg fields for pmic
` [U-Boot] [PATCH v3 3/6] power: pmic: Palmas: Add the base pmic support

[U-Boot] [PATCH] Cash flash correction of do_load()
 2016-09-25  3:10 UTC 

[U-Boot] [PATCH 1/2] fastboot: more support for reboot-bootloader command
 2016-09-25  1:01 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] bcm: fastboot: implement 'reboot-bootloader'

[U-Boot] [PATCH] Kconfig: update FASTBOOT_FLASH_MMC_DEV
 2016-09-25  0:58 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/27] spl: Use linker list and parameters for SPL image loading
 2016-09-25  0:20 UTC  (28+ messages)
` [U-Boot] [PATCH v2 01/27] spl: Move spl_board_load_image() into a generic header
` [U-Boot] [PATCH v2 02/27] spl: Add a parameter to spl_set_header_raw_uboot()
` [U-Boot] [PATCH v2 03/27] spl: Add a parameter to spl_parse_image_header()
` [U-Boot] [PATCH v2 04/27] spl: Add a parameter to jump_to_image_linux()
` [U-Boot] [PATCH v2 05/27] spl: Add function comments to spl_start_uboot()
` [U-Boot] [PATCH v2 06/27] spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig
` [U-Boot] [PATCH v2 07/27] spl: Convert boot_device into a struct
` [U-Boot] [PATCH v2 08/27] spl: Add a way to declare an SPL image loader
` [U-Boot] [PATCH v2 09/27] spl: Convert spl_ram_load_image() to use linker list
` [U-Boot] [PATCH v2 10/27] spl: Convert spl_mmc_load_image() "
` [U-Boot] [PATCH v2 11/27] spl: Convert spl_ubi_load_image() "
` [U-Boot] [PATCH v2 12/27] spl: Convert spl_nand_load_image() "
` [U-Boot] [PATCH v2 13/27] spl: Convert spl_onenand_load_image() "
` [U-Boot] [PATCH v2 14/27] spl: Convert spl_nor_load_image() "
` [U-Boot] [PATCH v2 15/27] spl: Convert spl_ymodem_load_image() "
` [U-Boot] [PATCH v2 16/27] spl: Convert spl_usb_load_image() "
` [U-Boot] [PATCH v2 17/27] spl: Convert spl_sata_load_image() "
` [U-Boot] [PATCH v2 18/27] spl: spi: Move the generic SPI loader into common/spl
` [U-Boot] [PATCH v2 19/27] spl: Convert spl_spi_load_image() to use linker list
` [U-Boot] [PATCH v2 20/27] spi: Move freescale-specific code into a private header
` [U-Boot] [PATCH v2 21/27] spl: Convert spl_net_load_image() to use linker list
` [U-Boot] [PATCH v2 22/27] spl: Convert spl_board_load_image() "
` [U-Boot] [PATCH v2 23/27] spl: Pass spl_image as a parameter to load_image() methods
` [U-Boot] [PATCH v2 24/27] spl: Update ext functions to take an spl_image parameter
` [U-Boot] [PATCH v2 25/27] spl: Update fat "
` [U-Boot] [PATCH v2 26/27] spl: Update spl_load_simple_fit() to take an spl_image param
` [U-Boot] [PATCH v2 27/27] spl: Make spl_boot_list a local variable

[U-Boot] [PATCH v2 00/29] Kconfig: Move console options to Kconfig
 2016-09-25  0:17 UTC  (30+ messages)
` [U-Boot] [PATCH v2 01/29] Remove some merge markers
` [U-Boot] [PATCH v2 02/29] Convert SILENT_CONSOLE options to Kconfig
` [U-Boot] [PATCH v2 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER "
` [U-Boot] [PATCH v2 04/29] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV et al "
` [U-Boot] [PATCH v2 05/29] config: Drop CONFIG_CONSOLE
` [U-Boot] [PATCH v2 06/29] config: Drop CONFIG_CONSOLE_DEV
` [U-Boot] [PATCH v2 07/29] Convert CONFIG_VIDEO to Kconfig
` [U-Boot] [PATCH v2 08/29] Convert CONFIG_CFB_CONSOLE "
` [U-Boot] [PATCH v2 09/29] Convert CONFIG_CFB_CONSOLE_ANSI "
` [U-Boot] [PATCH v2 10/29] Convert CONFIG_VIDEO_CT69000 "
` [U-Boot] [PATCH v2 11/29] Convert CONFIG_SYS_CONSOLE_BG_COL et al "
` [U-Boot] [PATCH v2 12/29] video: Drop the smiLynxEM driver
` [U-Boot] [PATCH v2 13/29] video: Drop the imx25lcdc driver
` [U-Boot] [PATCH v2 14/29] video: Drop the s3c-fb driver
` [U-Boot] [PATCH v2 15/29] video: Drop the sed13806 driver
` [U-Boot] [PATCH v2 16/29] Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig
` [U-Boot] [PATCH v2 17/29] video: Drop CONFIG_VIDEO_HW_CURSOR
` [U-Boot] [PATCH v2 18/29] Convert CONFIG_VIDEO_SW_CURSOR to Kconfig
` [U-Boot] [PATCH v2 19/29] video: Drop CONFIG_VIDEO_SW_CURSOR
` [U-Boot] [PATCH v2 20/29] Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig
` [U-Boot] [PATCH v2 21/29] video: Move video_get_info_str() prototype to a header file
` [U-Boot] [PATCH v2 22/29] video: Drop CONFIG_CONSOLE_INFO_QUIET
` [U-Boot] [PATCH v2 23/29] Convert CONFIG_LCD to Kconfig
` [U-Boot] [PATCH v2 24/29] Convert CONFIG_CONSOLE_SCROLL_LINES "
` [U-Boot] [PATCH v2 25/29] Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE "
` [U-Boot] [PATCH v2 26/29] Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE "
` [U-Boot] [PATCH v2 27/29] Convert CONFIG_SYS_CONSOLE_INFO_QUIET "
` [U-Boot] [PATCH v2 28/29] Convert CONFIG_USB_KEYBOARD "
` [U-Boot] [PATCH v2 29/29] Convert CONFIG_SYS_STDIO_DEREGISTER "

[U-Boot] [PATCH] mx6sabresd: Make SPL DDR configuration to match the DCD table
 2016-09-24 23:36 UTC 

[U-Boot] [RFC PATCH 1/2] dm: Add support for scsi/sata based devices
 2016-09-24 17:26 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 2/2] block: Move ceva driver to DM

[U-Boot] Please pull u-boot-marvell/master
 2016-09-24 16:04 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] arm: mvebu: create generic 88F6820 config option
 2016-09-24  8:10 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] arm: mvebu: add DB-88F6820-AMC board
` [U-Boot] [PATCH v2 3/3] arm: mvebu: NAND support for DB-88F6820-AMC

[U-Boot] [PATCH] arm: mvebu: theadorable: Configure board for PCIe 2.0 capability
 2016-09-24  8:08 UTC  (2+ messages)

[U-Boot] [PATCH 02/15] spi: Add driver for Marvell Armada 3700 SoC
 2016-09-24  7:52 UTC  (4+ messages)
` [U-Boot] [PATCH 02/15 v3] "

[U-Boot] [PATCH] Cash flash correction of do_load()
 2016-09-24  2:55 UTC 

[U-Boot] [RESEND PATCH 10/10] usb: ehci-generic: support reset control for generic EHCI
 2016-09-24  2:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, RESEND, "

[U-Boot] [RESEND PATCH 09/10] reset: add no-op stubs for optional reset control
 2016-09-24  2:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, RESEND, "

[U-Boot] [RESEND PATCH 08/10] errno.h: sync error macros with linux 4.8-rc7
 2016-09-24  2:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, RESEND, "


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