messages from 2015-08-02 23:21:53 to 2015-08-03 17:20:16 UTC [more...]
[U-Boot] SPL with DM for serial
2015-08-03 17:20 UTC (2+ messages)
[U-Boot] [PATCH v2] armv8: fsl-lsch3: Rewrite MMU translation table entries
2015-08-03 16:48 UTC (2+ messages)
[U-Boot] [PATCH] arm: socfpga: Add temporary workaround for missing SD/MMC patches
2015-08-03 16:48 UTC
[U-Boot] [PATCH 000/172] socfpga: SPL and DDR init
2015-08-03 16:23 UTC (3+ messages)
[U-Boot] [PATCH 00/15] socfpga: sequencer.c cleanups
2015-08-03 16:23 UTC (32+ 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 1/2] net: designware: Add SoCFPGA GMAC DT compatible string
2015-08-03 16:06 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] net: designware: Rename the driver var name to eth_designware
[U-Boot] [PATCH] arm: dts: socfpga: Fix SPI aliases
2015-08-03 15:58 UTC (2+ messages)
[U-Boot] [PATCH 0/5] x86: Move x86 to use board_init_f_mem() instead of assembler
2015-08-03 15:58 UTC (7+ 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] arm: dts: socfpga: Add mmc alias
2015-08-03 15:58 UTC (2+ messages)
[U-Boot] [PATCH] arm: socfpga: Fix FPGA bitstream programming routine
2015-08-03 15:58 UTC (2+ messages)
[U-Boot] [PATCH] arm: socfpga: Move generated files into qts subdir
2015-08-03 15:57 UTC (2+ messages)
[U-Boot] [Patch v2] lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef
2015-08-03 15:54 UTC (3+ messages)
[U-Boot] [PATCH] dm: usb: fix missing errno include regression
2015-08-03 15:53 UTC (3+ messages)
[U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"
2015-08-03 15:52 UTC (4+ messages)
[U-Boot] [PATCH v2 00/47] Add support for running U-Boot as an EFI payload/application
2015-08-03 15:51 UTC (58+ 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 v2 22/47] efi: Add a serial driver
` [U-Boot] [PATCH v2 24/47] x86: Set up toolchain flags for running as EFI application
` [U-Boot] [PATCH v2 25/47] efi: Support building a u-boot.efi executable
[U-Boot] CONFIG_DM_ETH USB_ETHER_ASIX Reception Issue on Tegra
2015-08-03 15:45 UTC
[U-Boot] [ANN] U-Boot v2015.10-rc1 released
2015-08-03 15:22 UTC
[U-Boot] [PATCH 0/5] Power: pfuze100: support driver model and regulator
2015-08-03 15:01 UTC (10+ messages)
` [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] dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression
2015-08-03 14:54 UTC
[U-Boot] [PATCH 1/6] arm: socfpga: scan: Clean up scan_chain_engine_is_idle()
2015-08-03 14:22 UTC (6+ messages)
` [U-Boot] [PATCH 2/6] arm: socfpga: scan: Introduce generic JTAG accessor
` [U-Boot] [PATCH 3/6] arm: socfpga: scan: Clean up horrible macros
` [U-Boot] [PATCH 4/6] arm: socfpga: scan: Factor out IO chain programming
` [U-Boot] [PATCH 5/6] arm: socfpga: scan: Add code to get FPGA ID
` [U-Boot] [PATCH 6/6] arm: socfpga: misc: Add support for printing FPGA type
[U-Boot] [PATCH v2 00/19] dm: exynos: Driver model improvements leading to spring support
2015-08-03 14:19 UTC (20+ 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 v2 08/19] exynos: dts: Drop the old TPS65090 I2C node
` [U-Boot] [PATCH v2 09/19] exynos: Add common board code for exynos5 boards that use device tree
` [U-Boot] [PATCH v2 10/19] exynos: Enable new features for exynos5 boards
` [U-Boot] [PATCH v2 11/19] exynos: config: Move common options to the common headers and tidy up
` [U-Boot] [PATCH v2 12/19] exynos: Drop old exynos5420-specific board code
` [U-Boot] [PATCH v2 13/19] exynos: Drop old exynos5250-specific "
` [U-Boot] [PATCH v2 14/19] power: Remove old TPS65090 drivers
` [U-Boot] [PATCH v2 15/19] cros_ec: Remove the old tunnel code
` [U-Boot] [PATCH v2 16/19] video: Remove the old parade driver
` [U-Boot] [PATCH v2 17/19] dts: Drop unused compatible ID for the NXP video bridge
` [U-Boot] [PATCH v2 18/19] exynos: video: Remove non-device-tree code
` [U-Boot] [PATCH v2 19/19] exynos: Add support for spring
[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 (4+ messages)
` [U-Boot] [PATCH v2 1/9] doc: dfu: tftp: README entry for TFTP extension of DFU
[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 (6+ messages)
` [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] 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 1/2] gpio: Add DW APB GPIO driver
2015-08-03 0:16 UTC (5+ messages)
[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 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] 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox