public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-11-14 11:46:16 to 2019-11-15 12:46:40 UTC [more...]

[U-Boot] [PATCH v4 00/42] common: Further reduce common.h
 2019-11-15 12:46 UTC  (44+ 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 1/5] env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
 2019-11-15 12:43 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 5/5] env: Finish migration of common ENV options

[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] RK3399 boards (rockpi4 and rockpro64) kernel SError using upstream U-boot
 2019-11-15 11:57 UTC  (6+ messages)

[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  (9+ messages)
` [U-Boot] [PATCH v4 1/5] net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity
` [U-Boot] [PATCH v4 2/5] net: mdio-uclass: add dm_eth_phy_connect helper function
` [U-Boot] [PATCH v4 3/5] net: mdio-uclass: Add helper functions for scanning the MDIO bus
` [U-Boot] [PATCH v4 4/5] doc: bindings: add mdio-handle property to ethernet nodes
` [U-Boot] [PATCH v4 5/5] drivers: net: fsl_enetc: use the new MDIO DM helper functions

[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  (12+ messages)
` [U-Boot] [PATCH v3 01/11] include: phy: define XFI and USXGMII interface types
` [U-Boot] [PATCH v3 02/11] include: phy: add data field for private driver data
` [U-Boot] [PATCH v3 03/11] drivers: net: aquantia: use XFI, USXGMII interface types
` [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

[U-Boot] [PATCH 0/4] omapl138_lcdk: fix MMC boot
 2019-11-14 15:10 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] mmc: davinci: drop support for ti,dm6441-mmc
` [U-Boot] [PATCH 2/4] mmc: davinci: drop struct davinci_mmc_plat
` [U-Boot] [PATCH 3/4] board: omapl138_lcdk: add the mmc device to SPL
` [U-Boot] [PATCH 4/4] mmc: davinci: fix mmc boot in SPL

[U-Boot] [PATCH v3 00/42] common: Further reduce common.h
 2019-11-14 13:44 UTC  (4+ messages)
` [U-Boot] [PATCH v3 01/42] common: Move legacy CPU functions to their own header

[U-Boot] [PATCH v3 1/4] fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()
 2019-11-14 13:43 UTC  (13+ messages)
` [U-Boot] [PATCH v3 2/4] fdtdec: only create phandle if caller wants it "
` [U-Boot] [PATCH v3 3/4] image: fdt: copy possible optee nodes to a loaded devicetree
` [U-Boot] [PATCH v3 4/4] tests: add OP-TEE test suite

[U-Boot] [PATCH 00/13] dm: add support of new binding in gpio and pincontrol
 2019-11-14 13:43 UTC  (4+ messages)
` [U-Boot] [PATCH 01/13] pinctrol: dm: remove the function pinctrl_decode_pin_config

[U-Boot] [PATCH 1/1] sandbox: use correct type reading /proc/self/maps
 2019-11-14 13:43 UTC  (6+ messages)

[U-Boot] [PATCH] patman: fix some typos in comments
 2019-11-14 13:43 UTC  (5+ messages)

[U-Boot] [PATCH] patman: fix coverletter cc list with nulls
 2019-11-14 13:42 UTC  (5+ messages)

[U-Boot] [PATCH] rockchip: Fix spl boot order path of booting device
 2019-11-14 13:18 UTC  (3+ messages)

[U-Boot] [PATCH 00/11] ti: k3-udma: Add support for J721e
 2019-11-14 13:18 UTC  (4+ messages)
` [U-Boot] [PATCH 05/11] dma: ti: k3-udma: Get SYSFW reference from DT phandle

[U-Boot] [PATCH] spl: ymodem: Fix loading of fit image
 2019-11-14 13:03 UTC 

[U-Boot] [PATCH 1/3] tools: dumpimage: Provide more feedback on internal errors
 2019-11-14 11:46 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] tools: fit_image: Use fit_image_get_data_and_size for getting offset/size
` [U-Boot] [PATCH 3/3] tools: dumpimage: Fall-though to print usage for help command


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