public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-05-20 17:08:29 to 2016-05-23 10:35:52 UTC [more...]

[U-Boot] [PATCH V2 01/15] imx-common: introduce simpler macros for runtime dection
 2016-05-23 10:35 UTC 

[U-Boot] [PATCH] lib/libfdt/: General aesthetic/style fixes
 2016-05-23  9:40 UTC 

[U-Boot] [PATCH] driver/ddr/fsl: Force enabling parity for A-009803
 2016-05-23  9:18 UTC  (3+ messages)

[U-Boot] [PATCH] gpio: pca953x: Fix register reading past 8th GPIO
 2016-05-23  9:15 UTC  (2+ messages)

[U-Boot] [PATCH 00/15] x86: Various updates and fixes
 2016-05-23  8:19 UTC  (47+ messages)
` [U-Boot] [PATCH 01/15] acpi: Clean IASL generated intermediate files
` [U-Boot] [PATCH 02/15] x86: crownbay: Disable boot stage support
` [U-Boot] [PATCH 03/15] x86: Add some notes for MRC cache with Intel FSP
` [U-Boot] [PATCH 04/15] x86: baytrail: Update to latest microcode
` [U-Boot] [PATCH 05/15] x86: Use latest microcode for all BayTrail boards
` [U-Boot] [PATCH 06/15] x86: galileo: Enable CPU driver
` [U-Boot] [PATCH 07/15] x86: Don't touch IA32_APIC_BASE MSR on Intel Quark
` [U-Boot] [PATCH 08/15] x86: Remove SMP limitation in lapic_setup()
` [U-Boot] [PATCH 09/15] x86: Call lapic_setup() in interrupt_init()
` [U-Boot] [PATCH 10/15] x86: quark: Assign a unique I/O APIC ID
` [U-Boot] [PATCH 11/15] x86: broadwell: Correct "
` [U-Boot] [PATCH 12/15] x86: galileo: Enable MP table generation
` [U-Boot] [PATCH 13/15] x86: kconfig: Add two options for SMBIOS manufacturer and product name
` [U-Boot] [PATCH 14/15] x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables
` [U-Boot] [PATCH 15/15] x86: galileo: Override SMBIOS product name

[U-Boot] Please pull u-boot-x86
 2016-05-23  8:17 UTC 

[U-Boot] [PATCH] i2c: fsl: Fix driver initialization
 2016-05-23  8:12 UTC 

[U-Boot] [PATCH] ARM: OMAP4+: Fix DPLL programming sequence
 2016-05-23  8:01 UTC 

[U-Boot] [PATCH 0/3] Multiple FSL Security Engine RNG instantation
 2016-05-23  7:34 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/4] dm: gpio: Add driver for MPC85xx GPIO controller
 2016-05-23  7:08 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] dm: gpio: Add driver for MPC85XX "
` [U-Boot] [PATCH v4 2/4] dm: gpio: Add methods for open drain setting
` [U-Boot] [PATCH v4 3/4] dm: gpio: Implement open drain for MPC85XX GPIO
` [U-Boot] [PATCH v4 4/4] dm: test: Add GPIO open drain tests

[U-Boot] [PATCH v2 00/18] x86: acpi: Support installation of Ubuntu/Windows and boot Windows
 2016-05-23  7:02 UTC  (55+ messages)
` [U-Boot] [PATCH v2 01/18] x86: minnowmax: Adjust U-Boot environment address in SPI flash
` [U-Boot] [PATCH v2 02/18] x86: Call board_final_cleanup() in last_stage_init()
` [U-Boot] [PATCH v2 03/18] x86: Fix up PIRQ routing table checksum earlier
` [U-Boot] [PATCH v2 04/18] x86: Compile coreboot_table.c only for SeaBIOS
` [U-Boot] [PATCH v2 05/18] x86: Prepare configuration tables in dedicated high memory region
` [U-Boot] [PATCH v2 06/18] x86: Unify reserve_arch() for all x86 boards
` [U-Boot] [PATCH v2 07/18] x86: Reserve configuration tables in high memory
` [U-Boot] [PATCH v2 08/18] x86: Use high_table_malloc() for tables passing to SeaBIOS
` [U-Boot] [PATCH v2 09/18] x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM
` [U-Boot] [PATCH v2 10/18] x86: acpi: Remove the unnecessary checksum calculation of DSDT
` [U-Boot] [PATCH v2 11/18] x86: acpi: Remove header length check when writing tables
` [U-Boot] [PATCH v2 12/18] x86: doc: Update information about IGD with SeaBIOS
` [U-Boot] [PATCH v2 13/18] x86: baytrail: Enable SeaBIOS on all boards
` [U-Boot] [PATCH v2 14/18] x86: doc: Mention Ubuntu/Windows installation and boot support
` [U-Boot] [PATCH v2 15/18] acpi: Quieten IASL output when 'make -s' is used
` [U-Boot] [PATCH v2 16/18] x86: baytrail: Add internal UART ASL description
` [U-Boot] [PATCH v2 17/18] x86: baytrail: Add GPIO "
` [U-Boot] [PATCH v2 18/18] x86: doc: Add porting hints for ACPI with Windows

[U-Boot] [PATCH] sunxi: Olimex A20 boards: Enable LDO3 and LDO4 regulators
 2016-05-23  6:55 UTC 

[U-Boot] [PATCH v3 00/13] cleanup QEMU fw_cfg code
 2016-05-23  6:25 UTC  (28+ messages)
` [U-Boot] [PATCH v3 01/13] x86: qemu: fix ACPI Kconfig options
` [U-Boot] [PATCH v3 02/13] cmd: qfw: add API to iterate firmware list
` [U-Boot] [PATCH v3 03/13] cmd: qfw: remove qemu_fwcfg_free_files()
` [U-Boot] [PATCH v3 04/13] cmd: qfw: make fwcfg_present and fwcfg_dma_present public
` [U-Boot] [PATCH v3 05/13] x86: qemu: split qfw command interface and qfw core
` [U-Boot] [PATCH v3 06/13] x86: qemu: move x86 specific operations out of "
` [U-Boot] [PATCH v3 07/13] x86: qemu: add comment about qfw register endianness
` [U-Boot] [PATCH v3 08/13] cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]
` [U-Boot] [PATCH v3 09/13] cmd: qfw: do not require default macros when building qfw command
` [U-Boot] [PATCH v3 10/13] cmd: qfw: do not depend on x86
` [U-Boot] [PATCH v3 11/13] cmd: qfw: bring ACPI generation code into qfw core
` [U-Boot] [PATCH v3 12/13] x86: qemu: rename qemu/acpi_table.c
` [U-Boot] [PATCH v3 13/13] config: sandbox: enable qfw and cmd_qfw for testing

[U-Boot] can the last traces of "bcopy" be removed?
 2016-05-22 18:54 UTC 

[U-Boot] a couple notes on kernel-doc in u-boot
 2016-05-22 18:02 UTC 

[U-Boot] how to buy the lwmon5 board ?
 2016-05-22 15:39 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] sh: Convert generic board
 2016-05-22 13:10 UTC  (4+ messages)

[U-Boot] [PATCH] kernel-doc: Adjust "/**" comment for non-kernel-doc content
 2016-05-22 12:58 UTC 

[U-Boot] whoops, never mind that last kernel-doc patch
 2016-05-22 12:52 UTC 

[U-Boot] [PATCH] kernel-doc: Fix broken kernel-doc in linker_lists.h
 2016-05-22 12:28 UTC 

[U-Boot] [PATCH V2 2/7] mips: ath79: ar933x: Fix ethernet PHY mismatch
 2016-05-22 12:23 UTC  (17+ messages)
` [U-Boot] [PATCH 3/7] mips: ath79: Use uniform header for reset
` [U-Boot] [PATCH 4/7] mips: ath79: Rename get_bootstrap into ath79_get_bootstrap
` [U-Boot] [PATCH 5/7] mips: ath79: Unify DDR initialization entry for ar934x
` [U-Boot] [PATCH 6/7] mips: ath79: Unify PLL initialization entry
` [U-Boot] [PATCH 7/7] mips: ath79: ap121: Enable ethernet

[U-Boot] [PATCH V2 1/7] mips: ath79: ar933x: Avoid warning with gcc5
 2016-05-22 11:25 UTC  (3+ messages)

[U-Boot] [PATCH] tools: Add entry for generated tools/bin2header to tools/.gitignore
 2016-05-22  9:46 UTC 

[U-Boot] couple questions re: special processing in image_setup_libfdt() for keystone
 2016-05-22  9:23 UTC 

[U-Boot] [PATCH] tools/genboardscfg.py: remove bogus import subprocess
 2016-05-22  6:16 UTC 

[U-Boot] [U-BOOT] [PATCH] net: Add EMAC driver for H3/A83T/A64
 2016-05-22  5:29 UTC  (3+ messages)

[U-Boot] [PATCH 1/9] mips: Add MIPS 74Kc tune
 2016-05-22  2:14 UTC  (11+ messages)
` [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 2/2] mips: ath79: ar933x: Fix probe error for kernel driver ag71xx
 2016-05-22  2:06 UTC  (4+ messages)

[U-Boot] [PATCH] m68k: code reformatting for all start.S files
 2016-05-21 22:31 UTC 

[U-Boot] [PATCH v2 0/5] Malta UART using device model & device tree
 2016-05-21 16:50 UTC  (11+ messages)
` [U-Boot] [PATCH v2 3/5] dm: ns16550: Don't map_physmem for I/O ports

[U-Boot] [PATCH 1/2] mips: ath79: ar933x: Avoid warning with gcc5
 2016-05-21 11:58 UTC 

[U-Boot] [PATCH] net: Add ag7xxx driver for Atheros MIPS
 2016-05-21 11:37 UTC  (11+ messages)

[U-Boot] [PATCH] dm: add manual relocation for devices
 2016-05-21 10:05 UTC 

[U-Boot] for MPC8260, should fdt_fixup_ethernet() be called twice?
 2016-05-21  9:49 UTC 

[U-Boot] [PATCH] image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro
 2016-05-21  9:06 UTC 

[U-Boot] Azalia verb table from DT with Baytrail FSP
 2016-05-21  5:41 UTC  (2+ messages)

[U-Boot] style issue: ft_board_setup() versus ft_verify_fdt()?
 2016-05-21  3:28 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller
 2016-05-21  2:28 UTC  (7+ messages)

[U-Boot] Sharing code between Linux and bootloader (U-boot) ?
 2016-05-21  1:41 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Update fastboot sparse image handling
 2016-05-21  1:05 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] fastboot: sparse: remove session-id logic
` [U-Boot] [PATCH 2/5] fastboot: sparse: resync common/image-sparse.c (part 1)
` [U-Boot] [PATCH 3/5] fastboot: sparse: resync common/image-sparse.c (part 2)
` [U-Boot] [PATCH 4/5] fastboot: sparse: implement reserve()
` [U-Boot] [PATCH 5/5] fastboot: sparse: improve CHUNK_TYPE_FILL write performance

[U-Boot] [PATCH 1/3] SPL: Let spl_parse_image_header() return value
 2016-05-21  0:22 UTC  (3+ messages)

[U-Boot] [GIT PULL] u-boot-mips/next
 2016-05-20 23:48 UTC 

[U-Boot] [PATCH 2/4] board: ti: am57xx: Fix USB configuration
 2016-05-20 22:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/4] "

[U-Boot] [PATCH] ts4800: add CONFIG_SYS_FSL_ERRATUM_ESDHC_A001
 2016-05-20 21:40 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] efi_loader: Implement exit
 2016-05-20 21:28 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] arm: Introduce setjmp/longjmp
` [U-Boot] [PATCH 2/2] efi_loader: Add exit support

[U-Boot] Please pull u-boot-dm
 2016-05-20 20:49 UTC  (9+ messages)

[U-Boot] [PATCH 01/13] imx-common: introduce simpler macros for runtime dection
 2016-05-20 20:39 UTC  (5+ messages)
` [U-Boot] [PATCH 03/13] imx-common: use simpler runtime cpu dection macros

[U-Boot] [PATCH v1 00/12] am335x: add support for the am335x based bosch shc board
 2016-05-20 19:49 UTC  (15+ messages)
` [U-Boot] [PATCH v1 03/12] power, tps65217: add some defines
` [U-Boot] [PATCH v1 04/12] arm, am335x: add some missing GPIO register definitions
` [U-Boot] [PATCH v1 05/12] am335x: add some missing CM_CLKMODE_DPLL_SSC macros
` [U-Boot] [PATCH v1 06/12] arm, am335x: Enable Spread Spectrum for the MPU
` [U-Boot] [PATCH v1 09/12] mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx
` [U-Boot] [PATCH v1 11/12] doc, spl, am335x: update am335x-network
` [U-Boot] [PATCH v1 12/12] am335x, shc: add support for the am335x based bosch shc board

[U-Boot] [PATCH] cosmetic: mx6slevk: Minor coding-style fix
 2016-05-20 18:19 UTC 

[U-Boot] uboot xHCI driver crash sometimes when endpoint stalls
 2016-05-20 17:43 UTC 

[U-Boot] why so little use of ft_system_setup()?
 2016-05-20 17:43 UTC  (3+ messages)


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