public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-10-09 16:06:24 to 2017-10-11 13:07:51 UTC [more...]

[U-Boot] [PATCH v5 00/18] rockchip: back-to-bootrom: replace assembly-implementation with C-code
 2017-10-11 13:07 UTC  (20+ messages)
` [U-Boot] [PATCH v5 01/18] arm: boot0 hook: move boot0 hook before '_start'
` [U-Boot] [PATCH v5 02/18] rockchip: boot0: align to 0x20 for armv7 '_start'
` [U-Boot] [PATCH v5 03/18] rockchip: enable boot0-hook for all Rockchip SoCs
` [U-Boot] [PATCH v5 04/18] rockchip: mkimage: use spl_boot0 "
` [U-Boot] [PATCH v5 05/18] rockchip: rk3288: use aligned address for SPL_TEXT_BASE
` [U-Boot] [PATCH v5 06/18] rockchip: rk3036: "
` [U-Boot] [PATCH v5 07/18] socfpga: boot0 hook: adjust to unified boot0 semantics
` [U-Boot] [PATCH v5 08/18] bcm235xx: "
` [U-Boot] [PATCH v5 09/18] bcm281xx: "
` [U-Boot] [PATCH v5 10/18] rockchip: boot0 hook: support early return for RK3188/RK3066-style BROM
` [U-Boot] [PATCH v5 11/18] arm: make save_boot_params_ret prototype visible for AArch64
` [U-Boot] [PATCH v5 12/18] arm: mark save_boot_params_ret as a function
` [U-Boot] [PATCH v5 13/18] arm: provide a PCS-compliant setjmp implementation
` [U-Boot] [PATCH v5 14/18] rockchip: back-to-bootrom: replace assembly-implementation with C-code
` [U-Boot] [PATCH v5 15/18] rockchip: rk3188: use boot0 hook to load up SPL in 2 steps
` [U-Boot] [PATCH v5 16/18] rockchip: back-to-bootrom: allow passing a cmd to the bootrom
` [U-Boot] [PATCH v5 17/18] rockchip: rk3188: move CONFIG_SPL_* entries from rk3188_common.h to Kconfig
` [U-Boot] [PATCH v5 18/18] rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied)

[U-Boot] [PATCH v2] armv8: ls1088: Move CONFIG_ENV_IS_IN_SPI_FLASH to defconfig
 2017-10-11 13:07 UTC 

[U-Boot] [PATCH RESEND] DW SPI: Get clock value from Device Tree
 2017-10-11 12:48 UTC  (4+ messages)

[U-Boot] Please pull u-boot-sh/rmobile branch
 2017-10-11 12:37 UTC  (2+ messages)

[U-Boot] fsl_esdhc driver is broken with DM
 2017-10-11 10:17 UTC  (9+ messages)

[U-Boot] [PATCH 0/4] Drop unused legacy DataFlash code
 2017-10-11  9:34 UTC  (6+ messages)
` [U-Boot] [PATCH 1/4] env: Drop CONFIG_ENV_IS_IN_DATAFLASH
` [U-Boot] [PATCH 2/4] spi: Drop CONFIG_ATMEL_DATAFLASH_SPI
` [U-Boot] [PATCH 3/4] Drop CONFIG_HAS_DATAFLASH
` [U-Boot] [PATCH 4/4] common: Remove genimg_get_image()

[U-Boot] [PATCH v2 00/14] Enable Stratix10 SoC support
 2017-10-11  9:33 UTC  (22+ messages)
` [U-Boot] [PATCH v2 01/14] arm: socfpga: stratix10: Add base address map for Statix10 SoC
` [U-Boot] [PATCH v2 02/14] arm: socfpga: stratix10: Add Clock Manager driver for Stratix10 SoC
` [U-Boot] [PATCH v2 03/14] arm: socfpga: stratix10: Add Reset "
` [U-Boot] [PATCH v2 04/14] arm: socfpga: stratix10: Add pinmux support "
` [U-Boot] [PATCH v2 05/14] arm: socfpga: stratix10: Add misc "
` [U-Boot] [PATCH v2 06/14] arm: socfpga: stratix10: Add mailbox "
` [U-Boot] [PATCH v2 08/14] arm: dts: Add dts "
` [U-Boot] [PATCH v2 09/14] arm: socfpga: Restructure the SPL file
` [U-Boot] [PATCH v2 10/14] arm: socfpga: stratix10: Add SPL driver for Stratix10 SoC
` [U-Boot] [PATCH v2 11/14] arm: socfpga: stratix10: Add timer support "

[U-Boot] Please pull from u-boot-i2c
 2017-10-11  9:02 UTC 

[U-Boot] [PATCH] dwc: ep0: Allocate and flush dwc->ep0_trb in a cache aligned manner
 2017-10-11  8:58 UTC  (16+ messages)

[U-Boot] [PATCH] drivers: pci: imx: fix imx_pcie_remove function
 2017-10-11  8:18 UTC  (3+ messages)

[U-Boot] [PATCH 00/11] efi_loader: patches for Shell.efi
 2017-10-11  7:22 UTC  (21+ messages)
` [U-Boot] [PATCH 01/11] efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL
` [U-Boot] [PATCH 02/11] efi_loader: Initial HII protocols
` [U-Boot] [PATCH 03/11] efi_loader: Initial EFI_UNICODE_COLLATION_PROTOCOL
` [U-Boot] [PATCH 04/11] efi_loader: SIMPLE_TEXT_INPUT_EX plus wire up objects properly
` [U-Boot] [PATCH 05/11] efi_loader: console support for color attributes
` [U-Boot] [PATCH 06/11] efi_loader: Decouple EFI input/output from stdin/stdout
` [U-Boot] [PATCH 07/11] efi_loader: fix events
` [U-Boot] [PATCH 08/11] efi_loader: implement SetWatchdogTimer
` [U-Boot] [PATCH 09/11] efi_loader: Fix disk dp's for pre-DM/legacy devices
` [U-Boot] [PATCH 10/11] efi_loader: Add mem-mapped for fallback
` [U-Boot] [PATCH 11/11] efi_loader: exclude openrd devices

[U-Boot] [PATCH v3 0/3] Most rockchip platform based boards use a key to instruct
 2017-10-11  7:01 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] rockchip: make boot_mode related codes reused across all platforms
` [U-Boot] [PATCH v3 2/3] rockchip: add support for enter to bootrom download mode
` [U-Boot] [PATCH v3 3/3] rockchip: check download key before bootup

[U-Boot] [PATCH v3 1/5] arm64: layerscape: Move CONFIG_HAS_FSL_XHCI_USB to Kconfig
 2017-10-11  5:30 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/5] usb: host: Move CONFIG_XHCI_FSL "
` [U-Boot] [PATCH v3 3/5] arm: layerscape: Remove CONFIG_USB_MAX_CONTROLLER_COUNT
` [U-Boot] [PATCH v3 4/5] ls1088ardb: Enable USB command RDB qspi-boot
` [U-Boot] [PATCH v3 5/5] ls1088aqds: Enable USB command on QDS for qspi-boot

[U-Boot] [PATCH 1/2] mx6slevk: Call gpio_request()
 2017-10-11  4:18 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mx6slevk: Remove some DM drivers

[U-Boot] [PATCH][v4] driver: fsl-mc: use calloc instead malloc
 2017-10-11  3:21 UTC 

[U-Boot] [XHCI] Maintainer split
 2017-10-11  1:30 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] cmd: Toggle the default value of CONFIG_CMD_IMLS
 2017-10-11  0:12 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] configs: Re-sync CONFIG_CMD_IMLS with moveconfig

[U-Boot] Please pull u-boot-dm (take 2)
 2017-10-10 21:37 UTC  (2+ messages)

[U-Boot] [PATCH V2] ARM: imx6: Add DHCOM i.MX6 PDK board support
 2017-10-10 18:25 UTC  (6+ messages)

[U-Boot] [PATCH] sun50i: h5: Add NanoPi Neo Plus2 DT initial support
 2017-10-10 17:30 UTC  (18+ messages)
` [U-Boot] [PATCH v3] "
` [U-Boot] [PATCH v4 1/2] arm64: sun50i-h5.dtsi : add h5 & a64 compatible to mmc[0-2]
` [U-Boot] [PATCH v4 2/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

[U-Boot] Broadwell-DE bare metal
 2017-10-10 16:47 UTC  (11+ messages)

[U-Boot] [PATCH] fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"
 2017-10-10 16:42 UTC 

[U-Boot] [PATCH] efi_loader: don't increment part twice per loop
 2017-10-10 16:14 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 1/3] test/py: gpt: update test_gpt
 2017-10-10 15:59 UTC  (4+ messages)

[U-Boot] [PATCH] Enable HDMI on i.MX6 without VPU
 2017-10-10 14:27 UTC 

[U-Boot] [PATCH] jffs2: ECC corrected nand data is ignored
 2017-10-10 14:20 UTC 

[U-Boot] [PATCH] efi_loader: search all possible disk partitions
 2017-10-10 12:38 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 00/18] rockchip: back-to-bootrom: replace assembly-implementation with C-code
 2017-10-10 11:42 UTC  (7+ messages)
` [U-Boot] [PATCH v4 10/18] rockchip: boot0 hook: support early return for RK3188/RK3066-style BROM

[U-Boot] [PATCH] Powerpc: Make pcie link state judge more specific
 2017-10-10 10:34 UTC  (6+ messages)

[U-Boot] [PATCH] imx: mx7: spl: remove redundant SATA definitionas
 2017-10-10 10:27 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: Decouple EFI input/output from stdin/stdout
 2017-10-10  8:12 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: ls1088: Move CONFIG_ENV_IS_IN_SPI_FLASH for platform header files to defconfig
 2017-10-10  6:54 UTC 

[U-Boot] [PATCH] ARM: zynq: Add support for SYZYGY Hub board
 2017-10-10  5:45 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] armv8: configs: ls1012a: correct the generic timer frequency issue
 2017-10-10  4:42 UTC  (4+ messages)

[U-Boot] [PATCH] moveconfig: Fix error message for a missing toolchain
 2017-10-10  3:00 UTC  (2+ messages)

[U-Boot] Please pull u-boot-video/master
 2017-10-10  0:09 UTC  (2+ messages)

[U-Boot] [PATCH] fs/fat: fix unaligned access regression
 2017-10-09 22:38 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: imx6: Add DHCOM i.MX6 PDK board support
 2017-10-09 19:49 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] efi_loader: MAX_UTF8_PER_UTF16 = 3
 2017-10-09 19:09 UTC  (5+ messages)
  ` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH] efi_loader: Fix disk dp's for pre-DM/legacy devices
 2017-10-09 18:36 UTC  (14+ messages)

[U-Boot] [PATCH 7/7] configs: stm32h743-eval: enable filesystem related flags
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 6/7] configs: stm32h743-disco: enable filesystem related flags
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 5/7] configs: stm32h743-disco: enable SDMMC support
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/7] configs: stm32h743-eval: enable SDMMC support
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/7] dm: mmc: remove DM_MMC_OPS for STM32_SDMMC
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/7] ARM: DTS: stm32: add SDMMC support fo stm32h743-eval
 2017-10-09 17:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/7] ARM: DTS: stm32: add SDMMC support for stm32h743 disco
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] configs: stm32: update SRAM address for STM32H7 disco and eval
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: stm32f7: fix prescaler calculation of timer
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 2/2] fs/fat: Check malloc return values and fix memory leaks
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/2] fs/fat: Fix 'CACHE: Misaligned operation at range' warnings
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTI
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 6/6] serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flag
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v1 5/6] serial: stm32x7: add STM32F4 support
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot,v1,5/6] "

[U-Boot] [PATCH v1 4/6] serial: stm32x7: add fifo support for STM32H7
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v1 3/6] serial: stm32x7: prepare the ground to STM32F4 support
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v1 2/6] serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatible
 2017-10-09 17:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v1 1/6] serial: stm32x7: cleanup code
 2017-10-09 17:00 UTC  (2+ messages)
` [U-Boot] [U-Boot,v1,1/6] "

[U-Boot] [PATCH 1/1] ARMv8: make master CPU checking logic more clear
 2017-10-09 17:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v3 3/3] board: STiH410-B2260: set ramdisk_addr_r to 0x48000000
 2017-10-09 17:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 2/3] board: STiH410-B2260: fix sdram size
 2017-10-09 17:00 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,2/3] "

[U-Boot] [PATCH v3 1/3] board: STiH410-B2260: update environment variable
 2017-10-09 17:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH 1/1] ARMv8: fix error in freeing stack frame
 2017-10-09 17:00 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[U-Boot] [PATCH 1/1] ARMv8: get new GD address from gd->new_gd directly
 2017-10-09 17:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 0/2] STM32H7 clock fixes
 2017-10-09 16:59 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] dm: clk: remove CLK() macro for clk_stm32h7
` [U-Boot] [PATCH 2/2] dm: clk: fix PWR_CR3 register's bit 2 name

[U-Boot] [PATCH] ARM: Add documentation for the qemu-arm board
 2017-10-09 16:42 UTC 


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