public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-08-02 15:04:39 to 2015-08-03 14:19:25 UTC [more...]

[U-Boot] [PATCH v2 00/19] dm: exynos: Driver model improvements leading to spring support
 2015-08-03 14:19 UTC  (8+ messages)
` [U-Boot] [PATCH v2 01/19] exynos: dts: Correct LDO and BUCK naming
` [U-Boot] [PATCH v2 02/19] video: Work around lack of pinctrl
` [U-Boot] [PATCH v2 03/19] dm: i2c: Add support for multiplexed I2C buses
` [U-Boot] [PATCH v2 04/19] i2c: Add a mux for GPIO-based I2C bus arbitration
` [U-Boot] [PATCH v2 05/19] dm: cros_ec: Convert the I2C tunnel code to use driver model
` [U-Boot] [PATCH v2 06/19] cros_ec: Support the LDO access method used by spring
` [U-Boot] [PATCH v2 07/19] dm: pmic: max77686: Support all BUCK regulators

[U-Boot] [PATCH] udoo: Switch to SPL support
 2015-08-03 14:09 UTC 

[U-Boot] [PATCH v2 00/15] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
 2015-08-03 14:06 UTC  (34+ messages)
` [U-Boot] [PATCH v2 01/15] kbuild: fixdep: optimize code slightly
` [U-Boot] [PATCH v2 02/15] kbuild: add a makefile macro useful with per-image config options
` [U-Boot] [PATCH v2 03/15] linux/kconfig.h: add CPP macros useful for "
` [U-Boot] [PATCH v2 04/15] spl: move SPL driver entries to driver/Makefile
` [U-Boot] [PATCH v2 05/15] dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entries
` [U-Boot] [PATCH v2 06/15] clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK
` [U-Boot] [PATCH v2 07/15] clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entries
` [U-Boot] [PATCH v2 08/15] ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM
` [U-Boot] [PATCH v2 09/15] ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries
` [U-Boot] [PATCH v2 10/15] led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
` [U-Boot] [PATCH v2 11/15] led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entries
` [U-Boot] [PATCH v2 12/15] dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
` [U-Boot] [PATCH v2 13/15] fdtdec: fix OF_CONTROL switch
` [U-Boot] [PATCH v2 14/15] of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
` [U-Boot] [PATCH v2 15/15] of: clean up OF_CONTROL ifdef conditionals

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-08-03 14:05 UTC  (11+ messages)
` [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits
` [U-Boot] [PATCH 28/55] dm: pmic: max77686: Support all BUCK regulators

[U-Boot] [PATCH 00/15] x86: minnowmax: Add interrupt support
 2015-08-03 14:04 UTC  (31+ messages)
` [U-Boot] [PATCH 01/15] pci: Add a constant for an invalid interrupt
` [U-Boot] [PATCH 02/15] pci: Indicate prefetchable memory allocate when debugging
` [U-Boot] [PATCH 03/15] dm: Add a return value comment to device_get_child()
` [U-Boot] [PATCH 04/15] dm: pci: Provide friendly config access functions
` [U-Boot] [PATCH 06/15] x86: Move Chrome OS options to defconfig
` [U-Boot] [PATCH 07/15] x86: Move CONFIG_X86_SERIAL to Kconfig
` [U-Boot] [PATCH 09/15] x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file
` [U-Boot] [PATCH 10/15] x86: dts: Fix typo in intel,irq-router.txt
  ` [U-Boot] [PATCH 10/15] x86: dts: Fix typo in intel, irq-router.txt
` [U-Boot] [PATCH 13/15] x86: minnowmax: Drop the old PCI settings
` [U-Boot] [PATCH 15/15] x86: Update README to explain booting Ubuntu on Minnowmax

[U-Boot] [PATCH] ARM: zynq: drop "optional" from board select in favor of Zedboard
 2015-08-03 14:01 UTC  (2+ messages)

[U-Boot] [PATCH] udoo: Switch to SPL support
 2015-08-03 13:59 UTC  (4+ messages)

[U-Boot] [PATCH 1/4] imx: clock support enet2 anatop clock support
 2015-08-03 12:50 UTC  (11+ messages)
` [U-Boot] [PATCH 2/4] net: fec: do not access reserved register for i.MX6UL
` [U-Boot] [PATCH 3/4] comment: net: Add CMD_MII in Kconfig
` [U-Boot] [PATCH 4/4] imx: mx6ul_14x14_evk add ENET support

[U-Boot] [PATCH 0/2] ARM: exynos: reorganize SoC code
 2015-08-03 12:28 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: exynos: move SoC sources to mach-exynos
` [U-Boot] [PATCH 2/2] ARM: exynos: fix regression for Origen4210

[U-Boot] [PATCH] configs: zynqmp: Enable networking by default for EP108
 2015-08-03 11:40 UTC 

[U-Boot] [PATCH v2 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-08-03 11:22 UTC  (18+ messages)
` [U-Boot] [PATCH v2 1/9] doc: dfu: tftp: README entry for TFTP extension of DFU
` [U-Boot] [PATCH v2 3/9] tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set
` [U-Boot] [PATCH v2 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH v2 5/9] dfu: tftp: update: Add dfu_write_from_mem_addr() function
` [U-Boot] [PATCH v2 6/9] update: tftp: dfu: Extend update_tftp() function to support DFU
` [U-Boot] [PATCH v2 7/9] dfu: command: Extend "dfu" command to handle receiving data via TFTP
` [U-Boot] [PATCH v2 8/9] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black
` [U-Boot] [PATCH v2 9/9] dfu:tests: Modify dfu_gadget_test.sh to accept USB device major:minor number

[U-Boot] [PATCH V3] kconfig: add config option for shell prompt
 2015-08-03  9:36 UTC 

[U-Boot] [PATCH 1/3] sunxi: usb-phy: Never power off the usb ports
 2015-08-03  7:44 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] sunxi: Add CONFIG_USB0_ID_DET setting to 2 more tablets
` [U-Boot] [PATCH 3/3] sunxi: Do not add a stdout-path alias to dts on boards without a serial port

[U-Boot] [PATCH 01/13][v4] power: pmic: add pfuze3000 support
 2015-08-03  6:54 UTC  (5+ messages)
` [U-Boot] [PATCH 02/13][v4] imx: iomux-v3: add imx7d support for iomuxc

[U-Boot] [PATCH RESEND] tools/imximage: set DCD pointer to NULL when its length is 0
 2015-08-03  6:50 UTC  (6+ messages)

[U-Boot] [PATCH v2 1/3] common: Display >=4GiB memory bank size
 2015-08-03  3:33 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] pci: Remove DEBUG from pci_compat.c
` [U-Boot] [PATCH v2 3/3] x86: Document how to write PIRQ information in the device tree

[U-Boot] target TQM834x giving build error with gcc v4.9
 2015-08-03  3:00 UTC 

[U-Boot] [PATCH v2] armv8: fsl-lsch3: Rewrite MMU translation table entries
 2015-08-03  2:48 UTC 

[U-Boot] [PATCH] arm:ls1021a: Reserve secure code into RAM instead of OCRAM
 2015-08-03  2:29 UTC  (4+ messages)

[U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries
 2015-08-03  2:23 UTC  (3+ messages)

[U-Boot] board_pci_pre_scan() and board_pci_post_scan()
 2015-08-03  2:03 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] dm: pci: Allow scan bridge child devices before relocation
 2015-08-03  1:54 UTC  (15+ messages)
` [U-Boot] [PATCH 2/5] x86: fsp: Reserve different malloc size "
` [U-Boot] [PATCH 3/5] x86: queensbay: Support pre-relocation dm pci
` [U-Boot] [PATCH 4/5] x86: Explicitly trigger pci bus configuration with driver model
` [U-Boot] [PATCH 5/5] doc: dm: Update pci-info.txt for pci support

[U-Boot] [PATCH 0/5] Power: pfuze100: support driver model and regulator
 2015-08-03  0:38 UTC  (13+ messages)
` [U-Boot] [PATCH 1/5] power: pfuze100 correct SWBST macro definition
` [U-Boot] [PATCH 2/5] power: regulator use node name when no regulator-name
` [U-Boot] [PATCH 3/5] power: pmic: pfuze100 support driver model
` [U-Boot] [PATCH 4/5] power: regulator: add pfuze100 support
` [U-Boot] [PATCH 5/5] fsl: common: pfuze: no use original pfuze code if DM_PMIC

[U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver
 2015-08-03  0:16 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DWAPB "

[U-Boot] [PATCH v2 1/3] x86: Convert minnowmax to use CONFIG_DM_NET
 2015-08-03  0:15 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] x86: Convert minnowmax to use CONFIG_DM_USB
` [U-Boot] [PATCH v2 3/3] x86: Show the un-relocated IP address in exceptions

[U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"
 2015-08-03  0:13 UTC 

[U-Boot] [PATCH 0/5] x86: Move x86 to use board_init_f_mem() instead of assembler
 2015-08-03  0:10 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] x86: Remove init_gd() function
` [U-Boot] [PATCH 2/5] Align global_data to a 16-byte boundary
` [U-Boot] [PATCH 3/5] Allow arch-specific setting of global_data in board_init_f_mem()
` [U-Boot] [PATCH 4/5] x86: Move the GDT into global_data
` [U-Boot] [PATCH 5/5] x86: Switch to using generic global_data setup

[U-Boot] [PATCH v2] x86: Enable debug UART for Minnowmax
 2015-08-03  0:07 UTC 

[U-Boot] [PATCH] dm: core: Add Kconfig for simple bus driver
 2015-08-02 23:58 UTC  (4+ messages)

[U-Boot] [PATCH v2 00/47] Add support for running U-Boot as an EFI payload/application
 2015-08-02 23:37 UTC  (52+ messages)
` [U-Boot] [PATCH v2 01/47] Support removing default assembler flags
` [U-Boot] [PATCH v2 02/47] dm: core: Check for empty list in uclass_find_device()
` [U-Boot] [PATCH v2 03/47] dm: serial: Correct logic in serial_find_console_or_panic()
` [U-Boot] [PATCH v2 04/47] elf: Add a few definitions for 64-bit relocation
` [U-Boot] [PATCH v2 06/47] Allow objcopy to work without filling gaps with 0xff
` [U-Boot] [PATCH v2 07/47] Bring in __aligned_u64 and friends to linux/types.h
` [U-Boot] [PATCH v2 08/47] x86: Add various minor tidy-ups to the 32-bit startup code
` [U-Boot] [PATCH v2 09/47] x86: Use CR0 constants in CPU init
` [U-Boot] [PATCH v2 10/47] Reserve the top 16 flag bits for architecture-specific use
` [U-Boot] [PATCH v2 11/47] x86: Tidy up global_data flags
` [U-Boot] [PATCH v2 12/47] x86: Drop unused copy_fdt_to_ram()
` [U-Boot] [PATCH v2 13/47] x86: Tidy up the 64-bit calling code
` [U-Boot] [PATCH v2 14/47] x86: Add some missing global_data declarations in files that use gd
` [U-Boot] [PATCH v2 15/47] x86: Tidy up a few minor issues with interrupts
` [U-Boot] [PATCH v2 16/47] pci: Use debug() instead of DEBUGF() in pci_auto.c
` [U-Boot] [PATCH v2 17/47] pci: Fix up code for CONFIG_PCI_ENUM_ONLY
` [U-Boot] [PATCH v2 18/47] x86: Allow use of global_data with EFI
` [U-Boot] [PATCH v2 19/47] efi: Add start-up library code
` [U-Boot] [PATCH v2 20/47] efi: Avoid using non-existent text base
` [U-Boot] [PATCH v2 21/47] efi: Display the correct initcall pre-relocation values

[U-Boot] [PATCH] common: command add '\n' for debug msg
 2015-08-02 23:36 UTC  (3+ messages)

[U-Boot] [PATCH] lib: fdt: fix indent of #ifdef..#endif conditional
 2015-08-02 23:36 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] gitignore: Add defconfig and fdtgrep
 2015-08-02 23:36 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] common: Print nothing in the __weak checkboard()

[U-Boot] [PATCH 0/7] x86: Add Intel Bayley Bay board support
 2015-08-02 23:36 UTC  (21+ messages)
` [U-Boot] [PATCH 2/7] x86: Sanity test on vesa parameters before setting up kernel screen_info
` [U-Boot] [PATCH 3/7] x86: minnowmax: Remove smsc47x superio codes
` [U-Boot] [PATCH 4/7] x86: baytrail: Update UPD setting for FSP Gold4 release
` [U-Boot] [PATCH 5/7] x86: Add microcode for BayTrail-I B0 stepping
` [U-Boot] [PATCH 6/7] x86: Add Intel Bayley Bay board support
` [U-Boot] [PATCH 7/7] x86: bayleybay: Configure PCI IRQ

[U-Boot] [PATCH 2/2] x86: qemu: Add MP initialization
 2015-08-02 23:36 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] x86: Add a 'pause' instruction in __udelay() for QEMU target
 2015-08-02 23:35 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] am33xx: Update DT files, add am335x_gp_evm_config target
 2015-08-02 23:32 UTC  (7+ messages)
` [U-Boot] [PATCH 5/5] dra7xx: Add dra72_evm_defconfig using CONFIG_DM

[U-Boot] [PATCH] sf: Make 4K sector support configurable
 2015-08-02 23:28 UTC 

[U-Boot] [PATCH 00/15] socfpga: sequencer.c cleanups
 2015-08-02 23:22 UTC  (16+ messages)
` [U-Boot] [PATCH 01/15] ddr: altera: sequencer: Move qts-generated files to board dir
` [U-Boot] [PATCH 02/15] ddr: altera: sequencer: Clean up mach/sdram.h
` [U-Boot] [PATCH 03/15] ddr: altera: sequencer: Zap unused params and macros
` [U-Boot] [PATCH 04/15] ddr: altera: sequencer: Zap bogus redefinition of RW_MGR_MEM_NUMBER_OF_RANKS
` [U-Boot] [PATCH 05/15] ddr: altera: sequencer: Wrap ac_rom_init and inst_rom_init
` [U-Boot] [PATCH 06/15] ddr: altera: sequencer: Wrap RW_MGR_* macros
` [U-Boot] [PATCH 07/15] ddr: altera: sequencer: Pluck out RW_MGR_* macros from code
` [U-Boot] [PATCH 08/15] ddr: altera: sequencer: Wrap IO_* macros
` [U-Boot] [PATCH 09/15] ddr: altera: sequencer: Pluck out IO_* macros from code
` [U-Boot] [PATCH 10/15] ddr: altera: sequencer: Wrap misc remaining macros
` [U-Boot] [PATCH 11/15] ddr: altera: sequencer: Zap VFIFO_SIZE
` [U-Boot] [PATCH 12/15] ddr: altera: sequencer: Zap SEQ_T(INIT|RESET)_CNTR._VAL
` [U-Boot] [PATCH 13/15] ddr: altera: sequencer: Pluck out misc macros from code
` [U-Boot] [PATCH 14/15] ddr: altera: sequencer: Clean data types
` [U-Boot] [PATCH 15/15] ddr: altera: sequencer: Clean checkpatch issues

[U-Boot] [PATCH] dm: core: Allow simple-bus driver in SPL
 2015-08-02 23:16 UTC  (3+ messages)

[U-Boot] [PATCH] power: regulator: max77686 correct variable type
 2015-08-02 22:31 UTC  (2+ messages)

[U-Boot] [Patch v2] lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef
 2015-08-02 22:30 UTC  (2+ messages)

[U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision
 2015-08-02 21:29 UTC  (4+ messages)

[U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer
 2015-08-02 21:29 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] ARM: tegra: Initialize timer earlier
  ` [U-Boot] [PATCH 2/2] ARM: tegra: Use architected timer on ARMv8

[U-Boot] [PATCH] env_mmc: avoid stack allocation for env
 2015-08-02 21:29 UTC  (11+ messages)

[U-Boot] [PATCH] fdt: Fix fdtdec_get_addr_size() for 64-bit
 2015-08-02 21:27 UTC  (3+ messages)

[U-Boot] [PATCH] integrator: switch to DM serial port
 2015-08-02 21:27 UTC  (2+ messages)

[U-Boot] [PATCH] patman: Don't run patman when it is imported as a module
 2015-08-02 21:26 UTC  (5+ messages)

[U-Boot] [PATCH] drivers: hierarchize drivers Kconfig menu
 2015-08-02 21:21 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2015-08-02 15:58 UTC  (4+ messages)
` [U-Boot] [PATCH] fsl_esdhc.c: Always make check_and_invalidate_dcache_range available


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