U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-14 16:28:31 to 2019-11-16 11:09:30 UTC [more...]

[U-Boot] [PATCH v1] arm: socfpga: Enable Stratix10 SMMU access
 2019-11-16 11:09 UTC  (2+ messages)

[U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a
 2019-11-16 10:11 UTC  (13+ messages)

[U-Boot] [PATCH] travis: split 32bit sun8i job
 2019-11-16  6:58 UTC 

[U-Boot] [PATCH] travis: split NXP ARM32 job
 2019-11-16  6:56 UTC 

[U-Boot] [RESEND PATCH] net: tftp: Fix tftp store address check in store_block()
 2019-11-16  6:20 UTC 

[U-Boot] [PATCH] net: tftp: Fix tftp store address check in store_block()
 2019-11-16  6:19 UTC  (2+ messages)

[U-Boot] RK3399 boards (rockpi4 and rockpro64) kernel SError using upstream U-boot
 2019-11-16  5:39 UTC  (11+ messages)

[U-Boot] [PATCH 1/9] m68k: add fec base node to devicetrees
 2019-11-15 22:54 UTC  (9+ messages)
` [U-Boot] [PATCH 2/9] m68k: add fec fdt overrides to all boards
` [U-Boot] [PATCH 3/9] configs: add eth dm support for all ColdFire boards
` [U-Boot] [PATCH 4/9] configs: purge unneeded fec defines
` [U-Boot] [PATCH 5/9] m68k: add dm fec support
` [U-Boot] [PATCH 6/9] drivers: net: add mcf fec dm Kconfig support
` [U-Boot] [PATCH 7/9] drivers: mcffec: conversion to dm
` [U-Boot] [PATCH 8/9] drivers: fsl_mcdmafec: "
` [U-Boot] [PATCH 9/9] drivers: mcfmii: add dm support

[U-Boot] [PATCH] drivers: optee: rpmb: fix returning CID to TEE
 2019-11-15 21:37 UTC 

[U-Boot] [PATCH V4 1/2] rockchip: dts: tinker: Move u-boot dmc initialization to specific section
 2019-11-15 21:07 UTC  (2+ messages)
` [U-Boot] [PATCH V4 2/2] rockchip: dts: tinker: Add tinker-s board support

[U-Boot] [PATCH V3 0/5] aes: add support for aes192 and aes256
 2019-11-15 18:10 UTC  (6+ messages)
` [U-Boot] [PATCH V3 1/5] aes: add a define for the size of a block
` [U-Boot] [PATCH V3 2/5] aes: add support of aes192 and aes256
` [U-Boot] [PATCH V3 3/5] tegra20: crypto: update code to use new aes api
` [U-Boot] [PATCH V3 4/5] aes: add test unit for aes128
` [U-Boot] [PATCH V3 5/5] aes: add test unit for aes196 and aes256

[U-Boot] [PATCH] gpio: at91_gpio: Add bank names
 2019-11-15 17:35 UTC 

[U-Boot] [RFC PATCH v3 0/3] Felix Eth switch driver and questions on DSA switches
 2019-11-15 17:27 UTC  (6+ messages)
` [U-Boot] [RFC PATCH v3 1/3] drivers: net: Add a driver for the Felix Ethernet switch on NXP LS1028A
` [U-Boot] [RFC PATCH v3 2/3] arm: dts: ls1028a: add node for the integrated Ethernet switch
` [U-Boot] [RFC PATCH v3 3/3] configs: ls1028a: enable FSL_FELIX switch driver

[U-Boot] [PATCH] board: Remove unnecessary inclusion of micrel.h from boards
 2019-11-15 17:11 UTC 

[U-Boot] [PATCH v2 1/3] rockchip: fix ordering of DRAM init
 2019-11-15 16:48 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] rockchip: allow DRAM init in SPL
` [U-Boot] [PATCH v2 3/3] rockchip: imply instead of selecting SPL_SYS_MALLOC_SIMPLE

[U-Boot] [PATCH v4 00/42] common: Further reduce common.h
 2019-11-15 16:46 UTC  (46+ messages)
` [U-Boot] [PATCH v4 01/42] common: Move older CPU functions to their own header
` [U-Boot] [PATCH v4 02/42] Drop CONFIG_SHOW_ACTIVITY
` [U-Boot] [PATCH v4 03/42] common: Drop global inclusion of status_led.h
` [U-Boot] [PATCH v4 04/42] status_led: Tidy up the code style
` [U-Boot] [PATCH v4 05/42] common: Move random-number functions into their own header
` [U-Boot] [PATCH v4 06/42] common: Drop linux/crc8.h
` [U-Boot] [PATCH v4 07/42] crc: Fix code style with crc functions
` [U-Boot] [PATCH v4 08/42] crc32: Use the crc.h header for "
` [U-Boot] [PATCH v4 09/42] spl: bootcount: Move code out of header file
` [U-Boot] [PATCH v4 10/42] common: Move bootcount functions to their "
` [U-Boot] [PATCH v4 11/42] common: Move sorting functions to their own "
` [U-Boot] [PATCH v4 12/42] Move strtomhz() to vsprintf.h
` [U-Boot] [PATCH v4 13/42] common: Move env_get_ip() to net.h
` [U-Boot] [PATCH v4 14/42] serial: usb: Correct the usbtty_...() prototypes
` [U-Boot] [PATCH v4 15/42] common: Move serial_printf() to the serial header
` [U-Boot] [PATCH v4 16/42] common: Move serial functions out of common.h
` [U-Boot] [PATCH v4 17/42] common: Add a new lz4.h header file
` [U-Boot] [PATCH v4 18/42] common: Move some time functions out of common.h
` [U-Boot] [PATCH v4 19/42] common: Move wait_ticks "
` [U-Boot] [PATCH v4 20/42] arm: pxa: Drop pxa_wait_ticks()
` [U-Boot] [PATCH v4 21/42] common: Move timer_get_us() function out of common.h
` [U-Boot] [PATCH v4 22/42] common: Move get_ticks() "
` [U-Boot] [PATCH v4 23/42] common: Move mii_init() "
` [U-Boot] [PATCH v4 24/42] common: Move some CPU functions "
` [U-Boot] [PATCH v4 25/42] common: Drop cpu_init()
` [U-Boot] [PATCH v4 26/42] common: Move checkcpu() out of common.h
` [U-Boot] [PATCH v4 27/42] common: Move some SMP functions "
` [U-Boot] [PATCH v4 28/42] arm: powerpc: Tidy up code style for cache functions
` [U-Boot] [PATCH v4 29/42] common: Move some cache and MMU functions out of common.h
` [U-Boot] [PATCH v4 30/42] common: Drop checkicache() and checkdcache()
` [U-Boot] [PATCH v4 31/42] common: Move ARM cache operations out of common.h
` [U-Boot] [PATCH v4 32/42] arm: powerpc: Tidy up code style for interrupt functions
` [U-Boot] [PATCH v4 33/42] common: Move interrupt functions into a new header
` [U-Boot] [PATCH v4 34/42] common: Move enable/disable_interrupts out of common.h
` [U-Boot] [PATCH v4 35/42] common: Move command functions "
` [U-Boot] [PATCH v4 36/42] common: Drop board_show_dram()
` [U-Boot] [PATCH v4 37/42] common: Move board_get_usable_ram_top() out of common.h
` [U-Boot] [PATCH v4 38/42] common: Move some board functions "
` [U-Boot] [PATCH v4 39/42] common: Move pci_init_board() "
` [U-Boot] [PATCH v4 40/42] common: Move trap_init() "
` [U-Boot] [PATCH v4 41/42] common: Drop get_endaddr()
` [U-Boot] [PATCH v4 42/42] common: Move old EEPROM functions into a new header

[U-Boot] [PATCH v2 6/6] config: enable DFU over USB on Raspberry Pi4 boards
 2019-11-15 13:47 UTC  (2+ messages)
  ` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH 1/5] env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
 2019-11-15 13:21 UTC  (9+ messages)
` [U-Boot] [PATCH 2/5] fsl: layerscape: guard *env_sf_get_env_addr() on CONFIG_ENV_IS_IN_SPI_FLASH
` [U-Boot] [PATCH 3/5] smart-gateway-mt7688: Correct build time check for overwriting factory data
` [U-Boot] [PATCH 4/5] T1042RDB_PI_NAND_SECURE_BOOT: SECURE_BOOT means environment is nowhere

[U-Boot] [PATCH 1/4] arm64: dts: rk3399-rock960: add vdd_log and its init value
 2019-11-15 13:17 UTC  (2+ messages)

[U-Boot] [PATCH] configs: ls1028a: enable OF_LIBFDT_OVERLAY
 2019-11-15 12:43 UTC  (2+ messages)

[U-Boot] [PATCH 01/42] configs: ls1012a: enable CONFIG_DM_I2C
 2019-11-15 12:43 UTC  (14+ messages)
` [U-Boot] [PATCH 02/42] include/configs: arm: ls1012a: fix compilation error
` [U-Boot] [PATCH 05/42] configs: ls1012a: enable CONFIG_DM_GPIO to "
` [U-Boot] [PATCH 06/42] gpio: do not include <asm/arch/gpio.h> for ARCH_LS1012A
` [U-Boot] [PATCH 07/42] configs: ls1012a: enable CONFIG_DM_RTC
` [U-Boot] [PATCH 08/42] board: freescale: ls1012aqds: support dm_i2c_* API
` [U-Boot] [PATCH 09/42] include/configs: ls1012a_common: define default i2c bus

[U-Boot] [PATCH 0/4] dma-mapping: Add cache flush/invalidation to dma_{un}map_single
 2019-11-15 12:19 UTC  (8+ messages)
` [U-Boot] [PATCH 1/4] asm: dma-mapping.h: Fix dma mapping functions
` [U-Boot] [PATCH 2/4] mmc: tmio-common: Drop custom "
` [U-Boot] [PATCH 3/4] mtd: denali: "
` [U-Boot] [PATCH 4/4] net: macb: Drop local cache flush

[U-Boot] [PATCH 1/2] Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA
 2019-11-15 11:30 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] dma: Add stub of dma_memcpy and dma_get_device

[U-Boot] Sense of soc bus? (was: [PATCH] base: soc: Export soc_device_to_device() helper)
 2019-11-15 11:15 UTC 

[U-Boot] [PATCH] configs: stih410-b2260: Enable DM_ETH flag
 2019-11-15 10:57 UTC 

[U-Boot] Most appropriate and scriptable way of creating partition image files
 2019-11-15 10:39 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2019-11-15  9:52 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/9] Enablement of PCIe controller for lx2160a rev2
 2019-11-15  9:23 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] drivers/pci : enable pcie_layerscape code "
` [U-Boot] [PATCH v3 2/9] pci: layerscape: Add stream_id_cur field to ls_pcie structure
` [U-Boot] [PATCH v3 3/9] pci: layerscape: Suffix API names with _ls
` [U-Boot] [PATCH v3 4/9] pci: layerscape_gen4: Suffix API names with _ls_gen4
` [U-Boot] [PATCH v3 5/9] armv8: lx2160a: Add FSL_PEX_STREAM_ID_END for LX2160A
` [U-Boot] [PATCH v3 6/9] pci: layerscape: Common device tree fixup for NXP SoCs
` [U-Boot] [PATCH v3 7/9] pci: layerscape: Move streamId allocation to common device tree fixup
` [U-Boot] [PATCH v3 8/9] pci: layerscape: device tree fixup based on SoC and Version
` [U-Boot] [PATCH v3 9/9] configs: lx2160a: enable CONFIG_OF_BOARD_FIXUP for SECURE_BOOT defconfig

[U-Boot] [PATCH] zynq: Add jtag distro boot support
 2019-11-15  9:06 UTC 

[U-Boot] [PATCH] drivers: pci: layerscape: Add EP compatible as CONFIG
 2019-11-15  8:23 UTC 

[U-Boot] [PATCH] bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC
 2019-11-15  8:21 UTC 

[U-Boot] [PATCH v2 0/2] env: Access Environment in SPI flashes before relocation
 2019-11-15  7:27 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] env: split env_import_redund() into 2 functions
` [U-Boot] [PATCH v2 2/2] env: Access Environment in SPI flashes before relocation

[U-Boot] [PATCH 1/2] rockchip: dts: tinker: Move u-boot dmc initialization to specific section
 2019-11-15  7:15 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] rockchip: dts: tinker: Add tinker-s board support

[U-Boot] [v2] include/configs: ls1012a: add pfe stop command
 2019-11-15  7:11 UTC  (3+ messages)

[U-Boot] [v3] include/configs: ls1012a: add pfe stop command
 2019-11-15  7:10 UTC 

[U-Boot] U-Boot: problems with travis build
 2019-11-15  6:48 UTC 

[U-Boot] [PATCH v3 0/5] rockchip: Add Binman support
 2019-11-15  6:34 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/5] Makefile: Rename idbloader.img with u-boot-spl-rockchip.bin

[U-Boot] [v2] armv8: ls1028a: disable multimedia feature when not supported
 2019-11-15  5:00 UTC  (2+ messages)

[U-Boot] [v2] armv8: ls1043aqds: modify the qspi_bootcmd definition
 2019-11-15  4:57 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2019-11-15  3:08 UTC 

[U-Boot] [PATCH v3 00/22] rockchip: ram: add common code for sdram driver
 2019-11-15  3:04 UTC  (23+ messages)
` [U-Boot] [PATCH v3 01/22] ram: rockchip: rename sdram.h to sdram_rk3288.h
` [U-Boot] [PATCH v3 02/22] ram: rockchip: rename sdram_common.c/h to sdram.c
` [U-Boot] [PATCH v3 03/22] rockchip: sdram: move cap structure and debug function to sdram_common.h
` [U-Boot] [PATCH v3 04/22] rockchip: sdram: extend to use sys_reg3 for capacity info
` [U-Boot] [PATCH v3 05/22] rockchip: sdram: update the sys_reg to sys_reg2
` [U-Boot] [PATCH v3 06/22] ram: rockchip: add common code for sdram driver
` [U-Boot] [PATCH v3 07/22] ram: rockchip: move sdram_debug function into sdram_common
` [U-Boot] [PATCH v3 08/22] ram: rockchip: Default enable DRAM debug info
` [U-Boot] [PATCH v3 09/22] ram: rockchip: add controller code for PX30
` [U-Boot] [PATCH v3 10/22] ram: rockchip: add phy driver "
` [U-Boot] [PATCH v3 11/22] ram: rockchip: add common msch reg definition
` [U-Boot] [PATCH v3 12/22] ram: px30: add sdram driver
` [U-Boot] [PATCH v3 13/22] ram: rk3328: use common "
` [U-Boot] [PATCH v3 14/22] ram: rk3399: migrate to use common code
` [U-Boot] [PATCH v3 15/22] ram: rk3399: Clean up code
` [U-Boot] [PATCH v3 16/22] ram: rk3399: fix error about get_ddrc0_con reg addr
` [U-Boot] [PATCH v3 17/22] ram: rk3399: update the function of sdram_init
` [U-Boot] [PATCH v3 18/22] ram: rk3399: add support detect capacity
` [U-Boot] [PATCH v3 19/22] ram: rockchip: update lpddr4 timing for rk3399
` [U-Boot] [PATCH v3 20/22] ram: rk3399: Sync the io setting from Rockchip vendor code
` [U-Boot] [PATCH v3 21/22] ram: rk3399: update calculate_stride
` [U-Boot] [PATCH v3 22/22] ram: rk3399: Fix dram setting to make dram more stable

[U-Boot] [PATCH 1/3] rockchip: Convert to use FIT generator for optee
 2019-11-15  2:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] rockchip: lion-rk3368: Migrate to use common FIT generator
` [U-Boot] [PATCH 3/3] Kconfig: Enable building of u-boot.itb on Rockchip platform

[U-Boot] [v3] armv8: ls1028a: disable multimedia feature when not supported
 2019-11-15  2:51 UTC 

[U-Boot] [PATCH 00/16] efi_loader: add secure boot support
 2019-11-15  2:19 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] rockchip: allow DRAM init in SPL and fix ordering
 2019-11-15  1:22 UTC  (5+ messages)

[U-Boot] SPL NAND FIT support working?
 2019-11-14 23:42 UTC  (2+ messages)

[U-Boot] [RFC PATCH] rockchip: tinker: Add boot from capability
 2019-11-14 21:47 UTC  (6+ messages)

[U-Boot] [PATCH] rockchip: rk3399: Add Pinebook Pro laptop support
 2019-11-14 20:51 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/5] Add helper function for linking a DM Eth device to a PHY
 2019-11-14 19:10 UTC  (4+ messages)

[U-Boot] [PATCH] tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS
 2019-11-14 17:24 UTC  (13+ messages)

[U-Boot] [PATCH 4/8] riscv: andes_plic: Fix some wrong configurations
 2019-11-14 17:10 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] drivers: net: fsl_enetc: Add 2.5Gbps to supported link speeds
 2019-11-14 16:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] drivers: net: fsl_enetc: move PCS and PHY config to probe
` [U-Boot] [PATCH 3/3] drivers: net: fsl_enetc_mdio: return with time-out if HW is stuck

[U-Boot] [PATCH v3 00/11] Add XFI, USXGMII net protocols, use them in Aquantia driver
 2019-11-14 16:28 UTC  (9+ messages)
` [U-Boot] [PATCH v3 04/11] drivers: net: aquantia: add PHY generation information
` [U-Boot] [PATCH v3 05/11] drivers: net: aquantia: set up SI protocol based on interface type
` [U-Boot] [PATCH v3 06/11] drivers: net: aquantia: set MDI reversal based on DT property
` [U-Boot] [PATCH v3 07/11] drivers: net: aquantia: set SMBus addr "
` [U-Boot] [PATCH v3 08/11] drivers: net: aquantia: check system interface too when checking for link up
` [U-Boot] [PATCH v3 09/11] doc: bindings: add bindings document for PHY nodes
` [U-Boot] [PATCH v3 10/11] doc: bindings: Aquantia PHY node binding
` [U-Boot] [PATCH v3 11/11] drivers: net: fsl_enetc: use XFI, USXGMII interface type macros


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