public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-09-25 00:19:54 to 2016-09-26 04:33:33 UTC [more...]

[U-Boot] [PATCH 00/82] x86: Add initial support for 64-bit U-Boot
 2016-09-26  4:33 UTC  (84+ 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 43/82] x86: Add 64-bit start-up code
` [U-Boot] [PATCH 44/82] x86: board_f: Update init sequence for 64-bit startup
` [U-Boot] [PATCH 45/82] x86: board_r: Set the global data pointer after relocation
` [U-Boot] [PATCH 46/82] x86: Do relocation before clearing BSS
` [U-Boot] [PATCH 47/82] x86: Refactor relocation to prepare for 64-bit
` [U-Boot] [PATCH 48/82] x86: Add support for 64-bit relocation
` [U-Boot] [PATCH 49/82] x86: Tidy up use of size_t in relocation
` [U-Boot] [PATCH 50/82] x86: Add an SPL implementation
` [U-Boot] [PATCH 51/82] x86: Move the i386 code into its own directory
` [U-Boot] [PATCH 52/82] x86: Add cpu code for x86_64
` [U-Boot] [PATCH 53/82] x86: Support global_data on x86_64
` [U-Boot] [PATCH 54/82] x86: Fix up CONFIG_X86_64 check
` [U-Boot] [PATCH 55/82] x86: Add a link script for 64-bit x86
` [U-Boot] [PATCH 56/82] x86: Add a link script for SPL
` [U-Boot] [PATCH 57/82] x86: Add SPL build rules for start-up code
` [U-Boot] [PATCH 58/82] x86: Fix up byteorder.h for x86_64
` [U-Boot] [PATCH 59/82] x86: Drop flag_is_changable() on x86_64
` [U-Boot] [PATCH 60/82] x86: Fix up type sizes for 64-bit
` [U-Boot] [PATCH 61/82] x86: Mention the MRC region in the README
` [U-Boot] [PATCH 62/82] x86: ivybridge: Only do graphics init in 32-bit mode
` [U-Boot] [PATCH 63/82] x86: ivybridge: Skipt SATA init in SPL
` [U-Boot] [PATCH 64/82] x86: ivybridge: Provide a dummy SDRAM init for 64-bit
` [U-Boot] [PATCH 65/82] x86: Don't try to run the VGA BIOS in 64-bit mode
` [U-Boot] [PATCH 66/82] x86: Don't build call64 and setjmp on 64-bit
` [U-Boot] [PATCH 67/82] x86: Don't build cpu files which are not supported "
` [U-Boot] [PATCH 68/82] x86: Don't try to boot Linux from SPL
` [U-Boot] [PATCH 69/82] x86: Drop interrupt support in 64-bit mode
` [U-Boot] [PATCH 70/82] x86: Support jumping from SPL to U-Boot
` [U-Boot] [PATCH 71/82] x86: Move pirq_routing_table to global_data
` [U-Boot] [PATCH 72/82] x86: Move turbo_state "
` [U-Boot] [PATCH 73/82] x86: Change irq_already_routed to a local variable
` [U-Boot] [PATCH 74/82] x86: Move call64 to the i386 directory
` [U-Boot] [PATCH 75/82] x86: Move setjmp "
` [U-Boot] [PATCH 76/82] x86: Add a dummy setjmp implementation for x86_64
` [U-Boot] [PATCH 77/82] x86: link: Add a text base for 64-bit U-Boot
` [U-Boot] [PATCH 78/82] x86: link: Add SPL declarations to the binman image
` [U-Boot] [PATCH 79/82] x86: link: Set up device tree for SPL
` [U-Boot] [PATCH 80/82] x86: link: Add build options "
` [U-Boot] [PATCH 81/82] x86: Update compile/link flags to support 64-bit U-Boot
` [U-Boot] [PATCH 82/82] x86: link: Switch to "

[U-Boot] [PATCH] ARM: uniphier: do not setup pins for System Bus on NAND boot mode
 2016-09-26  4:13 UTC 

[U-Boot] [PATCH 0/5] Refactor makefiles for u-boot.cfg rules
 2016-09-26  4:05 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] check-config: fix wrong comment about how to build whitelist
` [U-Boot] [PATCH 2/5] kbuild: move no_new_adhoc_configs_check to "all" target command
` [U-Boot] [PATCH 3/5] kbuild: make dependencies in scripts/Makefile.autoconf more readable
` [U-Boot] [PATCH 4/5] kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mk
` [U-Boot] [PATCH 5/5] check-config: allow to complete build even with ad-hoc CONFIG options

[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  (25+ messages)
` [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


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