public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-09-02 22:26:55 to 2016-09-06 10:03:20 UTC [more...]

[U-Boot] [PATCH v2 00/11] Add support for Stratix 10 SoC
 2016-09-06 10:03 UTC  (3+ messages)
` [U-Boot] [PATCH v2 01/11] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address
` [U-Boot] [PATCH v2 02/11] arm: socfpga: rstmgr: Add Reset Manager for Stratix 10

[U-Boot] [PATCH 0/7] add pwm regulator driver
 2016-09-06  9:52 UTC  (16+ messages)
` [U-Boot] [PATCH 1/7] rockchip: rk3399: update PPLL and pmu_pclk frequency
` [U-Boot] [PATCH 2/7] rockchip: rkpwm: fix the register sequence
` [U-Boot] [PATCH 3/7] power: regulator: add pwm regulator
` [U-Boot] [PATCH 4/7] rockchip: evb_rk3399: init vdd_center regulator
` [U-Boot] [PATCH 5/7] Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
` [U-Boot] [PATCH 6/7] dts: evb-rk3399: add init voltage node for vdd-center
` [U-Boot] [PATCH 7/7] config: evb-rk3399: enable pwm regulator

[U-Boot] [PATCH 00/11] Add support for Stratix 10 SoC
 2016-09-06  9:41 UTC  (27+ messages)
` [U-Boot] [PATCH 01/11] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address
` [U-Boot] [PATCH 02/11] arm: socfpga: rstmgr: Add Reset Manager for Stratix 10
` [U-Boot] [PATCH 03/11] arm: socfpga: rstmgr: Segregate the "
` [U-Boot] [PATCH 04/11] arm: socfpga: clkmgr: Segregate the Clock "
` [U-Boot] [PATCH 05/11] arm: socfpga: fpgamgr: Segregate the FPGA "
` [U-Boot] [PATCH 06/11] arm: socfpga: misc: Segregate the misc.c "
` [U-Boot] [PATCH 07/11] arm: socfpga: sysmgr: Fix casting warning when enabling ARM64
` [U-Boot] [PATCH 09/11] arm: socfpga: stratix10: Add board folder for Stratix 10 socdk
` [U-Boot] [PATCH 10/11] arm: dts: socfpga: Add dts "
` [U-Boot] [PATCH 11/11] arm: socfpga: Add support for Stratix 10 SoC dev kit

[U-Boot] [PATCH] eth: asix88179: Reset device during probe with DM_ETH enabled
 2016-09-06  9:33 UTC  (4+ messages)

[U-Boot] [PATCH] treewide: compress lines for immediate return
 2016-09-06  9:25 UTC  (10+ messages)

[U-Boot] ZynqMP breakage
 2016-09-06  9:09 UTC  (5+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2016-09-06  8:51 UTC 

[U-Boot] [PATCH v4 1/4] mx6: ddr: Allow changing REFSEL and REFR fields
 2016-09-06  8:36 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/4] mx6ul_14x14_evk: Pass refsel and refr fields to avoid hang

[U-Boot] [PATCH 1/3] pico-imx6ul: Directly write to register LDOGCTL
 2016-09-06  8:20 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] mx7dsabresd: "
` [U-Boot] [PATCH 3/3] "

[U-Boot] [PATCH] ARM: board: cm_fx6: fix mtd partition fixup
 2016-09-06  8:18 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] warp7: Add a secure mode target
 2016-09-06  8:09 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] warp7: Use PARTUUID to specify the rootfs location

[U-Boot] [PATCH] net: write enetaddr down to hardware on env_callback
 2016-09-06  7:56 UTC  (8+ messages)
            ` [U-Boot] Antwort: Re: Re: "

[U-Boot] [PATCH] ARMv8/sec-firmware: fix a compile error
 2016-09-06  6:23 UTC 

[U-Boot] [PATCH 0/2] spi: ti_qspi: Increase write speed
 2016-09-06  5:09 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] spi: ti_qspi: use 128 bit transfer mode when writing to flash
` [U-Boot] [PATCH 2/2] spi: ti_qspi: Remove unnecessary udelay for AM437x

[U-Boot] [PATCH] net: asix: Fix AX88772B when used with DriverModel
 2016-09-06  4:03 UTC 

[U-Boot] [PATCH] board: ks2: README: Update to add K2G support
 2016-09-06  3:40 UTC 

[U-Boot] [PATCH v5 01/16] ext4: fix possible crash on directory traversal, ignore deleted entries
 2016-09-06  2:36 UTC  (16+ messages)
` [U-Boot] [PATCH v5 02/16] ext4: propagate error if creation of directory entry fails
` [U-Boot] [PATCH v5 03/16] ext4: Do not crash when trying to grow a directory using extents
` [U-Boot] [PATCH v5 04/16] ext4: Scan all directory blocks for space when inserting a new entry
` [U-Boot] [PATCH v5 05/16] ext4: Avoid corruption of directories with hash tree indexes
` [U-Boot] [PATCH v5 06/16] ext4: Scan all directory blocks when looking up an entry
` [U-Boot] [PATCH v5 07/16] ext4: Only update number of of unused inodes if GDT_CSUM feature is set
` [U-Boot] [PATCH v5 08/16] ext4: Do not clear zalloc'ed buffers a second time
` [U-Boot] [PATCH v5 09/16] ext4: After completely filled group, scan next group from the beginning
` [U-Boot] [PATCH v5 10/16] ext4: Avoid out-of-bounds access of block bitmap
` [U-Boot] [PATCH v5 11/16] ext4: Fix memory leak in case of failure
` [U-Boot] [PATCH v5 12/16] ext4: Use correct value for inode size even on revision 0 filesystems
` [U-Boot] [PATCH v5 13/16] ext4: initialize full inode for inodes bigger than 128 bytes
` [U-Boot] [PATCH v5 14/16] ext4: remove duplicated block release code for extents
` [U-Boot] [PATCH v5 15/16] ext4: Correct block number handling, empty block vs. error code
` [U-Boot] [PATCH v5 16/16] ext4: Fix memory leak of journal buffer if block is updated multiple times

[U-Boot] [PATCH v5 00/16] Fix several possible crashes/corruptions in ext4
 2016-09-06  2:36 UTC 

[U-Boot] [PATCH v2 0/7] Clean-up: squash lines for immediate return
 2016-09-06  2:03 UTC  (12+ messages)
` [U-Boot] [PATCH v2 1/7] mmc: "
` [U-Boot] [PATCH v2 2/7] video: "
` [U-Boot] [PATCH v2 3/7] usb: "
` [U-Boot] [PATCH v2 4/7] x86: "
` [U-Boot] [PATCH v2 5/7] samsung: "
` [U-Boot] [PATCH v2 6/7] power: "
` [U-Boot] [PATCH v2 7/7] libfdt: simplify fdt_del_mem_rsv()

[U-Boot] [PATCH] x86: conga-qeval20-qa3: Add README to explain the console UART options
 2016-09-06  1:57 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] clean rkpwm driver
 2016-09-06  1:05 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] clk: rk3399: add pmucru controller support
` [U-Boot] [PATCH 2/5] clk: rk3288: add PWM clock get rate

[U-Boot] [PATCH PATCH v1] watchdog: Fix Watchdog Reset while in U-Boot Prompt
 2016-09-06  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v2 00/44] Kconfig: Move CONFIG_SPL_..._SUPPORT to Kconfig
 2016-09-06  1:04 UTC  (11+ messages)
` [U-Boot] [PATCH v2 01/44] Correct defconfigs using savedefconfig
` [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

[U-Boot] [PATCH v1 0/2] clk: at91: Fix the wrong used class ID
 2016-09-06  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] clk: at91: Fix at91-pmc and at91-sckc's "

[U-Boot] [PATCH] Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL
 2016-09-06  1:04 UTC  (3+ messages)

[U-Boot] [PATCH v1 0/4] board: sama5d2_xplained: Convert to use device tree and drivers with DM
 2016-09-06  1:04 UTC  (5+ messages)
` [U-Boot] [PATCH v1 2/4] board: sama5d2_xplained: Clean up code
` [U-Boot] [PATCH v1 4/4] board: sama5d2_xplained: Enable an early debug UART

[U-Boot] [PATCH v1 0/2] serial: atmel_usart: Support to enable an early debug UART
 2016-09-06  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH v1 2/2] serial: atmel_usart: Support "

[U-Boot] [PATCH v1] i2c: at91_i2c: Fix the wrong include file
 2016-09-06  1:04 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mmc: dw_mmc: change the read/write order under fifo mode
 2016-09-06  1:03 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] rockchip: add usb mass storage feature support for rk3036
` [U-Boot] [PATCH 3/3] rockchip: use rockchip linux partitions map

[U-Boot] [PATCH] rockchip: rk3288-firefly: enable boot from eMMC
 2016-09-06  1:03 UTC  (6+ messages)

[U-Boot] [PATCH 0/5] mmc: uniphier: migrate to CONFIG_DM_MMC_OPS and CONFIG_BLK
 2016-09-06  1:03 UTC  (5+ messages)
` [U-Boot] [PATCH 1/5] mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS
` [U-Boot] [PATCH 5/5] mmc: uniphier-sd: migrate to CONFIG_BLK

[U-Boot] [PATCH] sf: fix sf probe
 2016-09-06  1:03 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] rockchip: i2c: fix >32 byte writes
 2016-09-06  1:03 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] rockchip: i2c: use named constant when appropriate
` [U-Boot] [PATCH 2/3] rockchip: i2c: move register write out of inner loop
` [U-Boot] [PATCH 3/3] rockchip: i2c: fix >32 byte writes

[U-Boot] [PATCH v3 0/2] With this change the SPL binary shrinks from 32k to 23k when
 2016-09-06  1:02 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/2] Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled
` [U-Boot] [PATCH v3 2/2] Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board

[U-Boot] [PATCH v3 13/13] ext4: initialize full inode for inodes bigger than 128 bytes
 2016-09-05 23:56 UTC 

[U-Boot] [PATCH v4 0/4] rk3399: enable dwc3 gadget and fastboot
 2016-09-05 23:17 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/4] rk3399: add a empty "sys_proto.h" header file

[U-Boot] [RFC PATCH] rockchip: rk3288: skip lowlevel_init process
 2016-09-05 23:17 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/7] rk3399: enable host controllers
 2016-09-05 23:16 UTC  (17+ messages)
` [U-Boot] [PATCH v3 1/7] usb: xhci-rockchip: add rockchip dwc3 controller driver
` [U-Boot] [PATCH v3 2/7] rockchip: select DM_USB for rockchip SoC
` [U-Boot] [PATCH v3 3/7] config: rk3399: add usb related configs
` [U-Boot] [PATCH v3 4/7] dts: rk3399: add dwc3_typec node for rk3399
` [U-Boot] [PATCH v3 5/7] dts: rk3399-evb: add regulator-fixed for usb host vbus
` [U-Boot] [PATCH v3 6/7] board: evb-rk3399: enable usb 2.0 host vbus power on board_init
` [U-Boot] [PATCH v3 7/7] config: evb-rk3399: enable fixed regulator

[U-Boot] [PATCH] efi_loader: provide efi_mem_desc version
 2016-09-05 21:59 UTC 

[U-Boot] ext4 delete file fails when ext4 extents enabled in filesystem
 2016-09-05 14:37 UTC  (4+ messages)

[U-Boot] [PATCHv5 0/4] Add Avionic Design Meerkat/Tegra K1 support
 2016-09-05 13:29 UTC  (5+ messages)
` [U-Boot] [PATCHv5 1/4] Revert "tegra: Add support for setting up a as3722 PMIC"
` [U-Boot] [PATCHv5 2/4] power: as3722: Allow using on any i2c bus with any address
` [U-Boot] [PATCHv5 3/4] ARM: tegra124: Add an option to disable CoreSight
` [U-Boot] [PATCHv5 4/4] Add support the Avionic Design Meerkat COM and Kein Baseboard

[U-Boot] usb start on a specific instance
 2016-09-05 12:21 UTC 

[U-Boot] [Patch v4 0/8] Add LS1046ARDB&QDS board support
 2016-09-05 10:21 UTC  (9+ messages)
` [U-Boot] [Patch v4 1/8] ddr: fsl: fix a compile issue
` [U-Boot] [Patch v4 2/8] armv8: fsl-layerscape: Increase L2 Data RAM latency and L2 Tag RAM latency
` [U-Boot] [Patch v4 3/8] Export memset for standalone AQ FW load apps
` [U-Boot] [Patch v4 4/8] armv8: fsl-layerscape: add define CONFIG_STANDALONE_LOAD_ADDR for standalone app
` [U-Boot] [Patch v4 5/8] armv8: ls1046a: Enable DDR erratum for ls1046a
` [U-Boot] [Patch v4 6/8] armv8: ls1046a: disable SATA ECC in DCSR
` [U-Boot] [Patch v4 7/8] armv8: ls1046ardb: Add LS1046ARDB board support
` [U-Boot] [Patch v4 8/8] armv8: ls1046aqds: Add LS1046AQDS "

[U-Boot] [PATCH 0/4] sunxi: Pine64 fixes
 2016-09-05  8:32 UTC  (10+ messages)
` [U-Boot] [PATCH 1/4] Revert "sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80"
` [U-Boot] [PATCH 2/4] Revert "sunxi: Downclock AHB1 to 100MHz on Allwinner A64"
` [U-Boot] [PATCH 3/4] sunxi: Kconfig: rename non-existent SUN50I_A64 config symbol
` [U-Boot] [PATCH 4/4] sunxi: fix 64-bit compiler warning for SPL header parsing

[U-Boot] [PATCH] armv8: Remove the codes about switching to EL1 before jumping to kernel
 2016-09-05  8:24 UTC  (8+ messages)

[U-Boot] [PATCH] cmd/fdt: add possibilty to have 'extrasize' on fdt resize
 2016-09-05  8:00 UTC 

[U-Boot] Passing squashfs of unknown size to linux
 2016-09-05  6:54 UTC 

[U-Boot] [PATCH] ARM: Respect CONFIG_SPL_STACK define in lowlevel_init.S
 2016-09-05  3:36 UTC 

[U-Boot] [PATCH 1/2] Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand
 2016-09-05  2:30 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] pbl: use "wait" command instead of "flush" command

[U-Boot] [PATCH] rockchip: rk3288: sdram: fix DDR address range
 2016-09-05  1:39 UTC 

[U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model
 2016-09-04 18:22 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/4] usb: host: ehci-vf: Migrate Vybrid USB "
` [U-Boot] [PATCH v2 2/4] ARM: dts: vf: Add device tree node for USB on Vybrid
` [U-Boot] [PATCH v2 3/4] ARM: dts: vf-colibri: Enable USB device tree node for Colibri Vybrid
` [U-Boot] [PATCH v2 4/4] configs: colibri_vf_defconfig: Enable USB driver model "

[U-Boot] [PATCH 1/5] imx: mx6ul: Refactor common code as mx6ul
 2016-09-04 14:47 UTC  (17+ messages)
` [U-Boot] [PATCH 2/5] configs: mx6ul: Update comment in license notes
` [U-Boot] [PATCH 3/5] spi: Kconfig: Move FSL_QSPI entry to non-dm place
` [U-Boot] [PATCH 4/5] configs: mx6ul: Move SPI/SPI-FLASH configs to defconfig
` [U-Boot] [PATCH RFC 5/5] imx: mx6ul: Add initial board support for Engicam GEAM6UL

[U-Boot] [PATCH] spi: zynq: Use variable to remove u32 to u64 conversions
 2016-09-04 13:55 UTC  (2+ messages)

[U-Boot] Building u-boot.imx and SPL simultaneously
 2016-09-04  8:53 UTC  (8+ messages)

[U-Boot] [PATCH v2 0/7] Adds support for secure boot on Keystone SoCs (K2E)
 2016-09-03 17:23 UTC  (5+ messages)

[U-Boot] [PATCH V2] board: am57xx: Fix missing check for beagle_x15
 2016-09-03 16:54 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] sunxi: Sync h3-orangepi dts files with kernel
 2016-09-03 11:12 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sunxi: Enable emac on H3 orangepi boards
` [U-Boot] [PATCH 3/3] sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC

[U-Boot] Please pull u-boot-sunxi master (v2016.09 fixes)
 2016-09-03 11:10 UTC 

[U-Boot] [PATCH v2] sunxi: Add support for A33-OLinuXino board
 2016-09-03  8:42 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Fix H3 EMAC syscon register address
 2016-09-03  8:35 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] imx6ul: Board updates
 2016-09-03  8:21 UTC 

[U-Boot] [U-Boot-DM] FPGA driver over PCI bus
 2016-09-02 22:52 UTC 

[U-Boot] [PATCH] image-fit: switch ENOLINK to ENOENT
 2016-09-02 22:30 UTC 

[U-Boot] [PATCH] compiler.h: use system endian macros on OpenBSD
 2016-09-02 22:26 UTC 


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