messages from 2016-09-30 00:03:59 to 2016-10-02 08:53:40 UTC [more...]
[U-Boot] [PATCH v3 1/7] efi_loader: Update description of internal efi_mem_carve_out
2016-10-02 8:53 UTC (9+ messages)
` [U-Boot] [PATCH v3 2/7] efi_loader: Fix memory map size check to avoid out-of-bounds access
` [U-Boot] [PATCH v3 3/7] efi_loader: Move efi_allocate_pool implementation to efi_memory.c
` [U-Boot] [PATCH v3 4/7] efi_loader: Track size of pool allocations to allow freeing
` [U-Boot] [PATCH v3 5/7] efi_loader: Readd freed pages to memory pool
` [U-Boot] [PATCH v3 6/7] efi_loader: Keep memory mapping sorted when splitting an entry
` [U-Boot] [PATCH v3 7/7] efi_loader: Do not leak memory when unlinking a mapping
[U-Boot] [bug report] sunxi: booting from eMMC
2016-10-02 7:37 UTC
[U-Boot] is there any issue with creating and using more than one hashtable?
2016-10-02 7:19 UTC (7+ messages)
[U-Boot] [PATCH 00/27] Clean up address mapping functions & CONFIG_SYS_SDRAM_BASE
2016-10-02 6:49 UTC (30+ messages)
` [U-Boot] [PATCH 01/27] Provide a generic io.h & address mapping functions
` [U-Boot] [PATCH 02/27] arc: Use asm-generic/io.h
` [U-Boot] [PATCH 03/27] arm: "
` [U-Boot] [PATCH 04/27] blackfin: "
` [U-Boot] [PATCH 05/27] m68k: "
` [U-Boot] [PATCH 06/27] microblaze: "
` [U-Boot] [PATCH 07/27] nds32: "
` [U-Boot] [PATCH 08/27] openrisc: "
` [U-Boot] [PATCH 09/27] sh: "
` [U-Boot] [PATCH 10/27] sparc: "
` [U-Boot] [PATCH 11/27] x86: "
` [U-Boot] [PATCH 12/27] xtensa: "
` [U-Boot] [PATCH 13/27] mips: "
` [U-Boot] [PATCH 14/27] mips: Fix map_physmem for cached mappings
` [U-Boot] [PATCH 15/27] nios2: Use asm-generic/io.h
` [U-Boot] [PATCH 16/27] powerpc: "
` [U-Boot] [PATCH 17/27] sandbox: "
` [U-Boot] [PATCH 18/27] board_f: Account for CONFIG_SYS_SDRAM_BASE being physical
` [U-Boot] [PATCH 19/27] image: "
` [U-Boot] [PATCH 20/27] image: Use ram_top, not bi_memsize, in getenv_bootm_size
` [U-Boot] [PATCH 21/27] mips: Use ram_top, not bi_memsize, in arch_lmb_reserve
` [U-Boot] [PATCH 22/27] mips: Ensure stack is at a virtual address
` [U-Boot] [PATCH 23/27] boston: Provide physical CONFIG_SYS_SDRAM_BASE
` [U-Boot] [PATCH 24/27] malta: Use a "
` [U-Boot] [PATCH 25/27] xilfpga: "
` [U-Boot] [PATCH 26/27] mips: Use a physical CONFIG_SYS_SDRAM_BASE for remaining boards
` [U-Boot] [PATCH 27/27] mips: Remove virt_to_phys call on bi_memstart
[U-Boot] [PATCH] ARM: sun7i: dts: add support for Sinovoip/Bananapi BPI-R1
2016-10-02 4:36 UTC (2+ messages)
[U-Boot] [PATCH v2 1/3] rockchip: rk3036: Move rockchip_get_cru() out of the driver
2016-10-02 2:04 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/3] rockchip: rk3399: "
` [U-Boot] [PATCH v2 3/3] rockchip: rk3288: "
[U-Boot] [PATCH v2 00/12] binman: A tool for creating firmware images
2016-10-02 0:46 UTC (7+ messages)
` [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board
[U-Boot] [PATCH 0/4] boot-mode support in rockchip platform
2016-10-02 0:40 UTC (13+ messages)
` [U-Boot] [PATCH 1/4] rockchip: move partitons define from 3036-kylin to 3036-common
` [U-Boot] [PATCH 2/4] rockchip: rename board.c to rk3288-board.c
` [U-Boot] [PATCH 3/4] rockchip: move common function from board-file to rk3036-board.c
` [U-Boot] [PATCH 4/4] rockchip: add boot-mode support for rk3288, rk3036
[U-Boot] [PATCH v2] cros_ec: Fix issue with cros_ec_flash_write command
2016-10-02 0:34 UTC (3+ messages)
[U-Boot] [PATCH 1/2] cros_ec: Add function to read back flash parameters
2016-10-02 0:34 UTC (6+ messages)
` [U-Boot] [PATCH 2/2] cros_ec: Add crosec flashinfo command
[U-Boot] [PATCH 00/13] buildman: Threading and output improvements
2016-10-02 0:29 UTC (20+ messages)
` [U-Boot] [PATCH 05/13] patman: Flush output when there is no newline
` [U-Boot] [PATCH 06/13] buildman: Tidy up the 'cloning' message
` [U-Boot] [PATCH 07/13] buildman: Print a message when removing old directories
` [U-Boot] [PATCH 08/13] buildman: Print a message indicating the build is starting
` [U-Boot] [PATCH 09/13] buildman: Put our local libraries first in the path
` [U-Boot] [PATCH 10/13] buildman: Allow builds to terminate cleanly
` [U-Boot] [PATCH 11/13] buildman: Drop the 'active' flag in the builder
` [U-Boot] [PATCH 12/13] buildman: Don't show a stacktrace on Ctrl-C
` [U-Boot] [PATCH 13/13] buildman: Drop the 'alive' flag in BuilderThread
[U-Boot] [PATCH v2 0/6] efi_loader: implement BS.FreePages()/BS.FreePool, some cleanup
2016-10-01 21:32 UTC
[U-Boot] [PATCH v3 0/3] dm: mmc: Default to DM_MMC_OPS and BLK
2016-10-01 20:43 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/3] dm: mmc: Support erase
` [U-Boot] [PATCH v3 2/3] dm: blk: Enable CONFIG_BLK if DM_MMC is enabled
` [U-Boot] [PATCH v3 3/3] dm: mmc: Enable DM_MMC_OPS by default with DM_MMC
[U-Boot] [PATCH] sandbox: Use the address in readl/writel() functions
2016-10-01 20:42 UTC
[U-Boot] [PATCH v3 00/29] Kconfig: Move console options to Kconfig
2016-10-01 18:46 UTC (60+ messages)
` [U-Boot] [PATCH v3 01/29] Remove some merge markers
` [U-Boot] [PATCH v3 02/29] Convert SILENT_CONSOLE options to Kconfig
` [U-Boot] [PATCH v3 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER "
` [U-Boot] [PATCH v3 04/29] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV et al "
` [U-Boot] [PATCH v3 05/29] config: Drop CONFIG_CONSOLE
` [U-Boot] [PATCH v3 06/29] config: Drop CONFIG_CONSOLE_DEV
` [U-Boot] [PATCH v3 07/29] Convert CONFIG_VIDEO to Kconfig
` [U-Boot] [PATCH v3 08/29] Convert CONFIG_CFB_CONSOLE "
` [U-Boot] [PATCH v3 09/29] Convert CONFIG_CFB_CONSOLE_ANSI "
` [U-Boot] [PATCH v3 10/29] Convert CONFIG_VIDEO_CT69000 "
` [U-Boot] [PATCH v3 11/29] Convert CONFIG_SYS_CONSOLE_BG_COL et al "
` [U-Boot] [PATCH v3 12/29] video: Drop the smiLynxEM driver
` [U-Boot] [PATCH v3 13/29] video: Drop the imx25lcdc driver
` [U-Boot] [PATCH v3 14/29] video: Drop the s3c-fb driver
` [U-Boot] [PATCH v3 15/29] video: Drop the sed13806 driver
` [U-Boot] [PATCH v3 16/29] Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig
` [U-Boot] [PATCH v3 17/29] video: Drop CONFIG_VIDEO_HW_CURSOR
` [U-Boot] [PATCH v3 18/29] Convert CONFIG_VIDEO_SW_CURSOR to Kconfig
` [U-Boot] [PATCH v3 20/29] Convert CONFIG_CONSOLE_EXTRA_INFO "
` [U-Boot] [PATCH v3 21/29] video: Move video_get_info_str() prototype to a header file
` [U-Boot] [PATCH v3 22/29] video: Drop CONFIG_CONSOLE_INFO_QUIET
` [U-Boot] [PATCH v3 23/29] Convert CONFIG_LCD to Kconfig
` [U-Boot] [PATCH v3 26/29] Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE "
` [U-Boot] [PATCH v3 27/29] Convert CONFIG_SYS_CONSOLE_INFO_QUIET "
` [U-Boot] [PATCH v3 28/29] Convert CONFIG_USB_KEYBOARD "
` [U-Boot] [PATCH v3 29/29] Convert CONFIG_SYS_STDIO_DEREGISTER "
[U-Boot] [PATCH 1/5] sandbox/fs: Free memory allocated by os_dirent_ls
2016-10-01 18:41 UTC (5+ messages)
` [U-Boot] [PATCH 2/5] sandbox/fs: Make linking of nodes in os_dirent_ls more obvious
` [U-Boot] [PATCH 3/5] sandbox/fs: Use correct size path name buffer
` [U-Boot] [PATCH 4/5] sandbox/fs: Set correct filetype for unknown filetype
` [U-Boot] [PATCH 5/5] sandbox/fs: Use readdir instead of deprecated readdir_r
[U-Boot] [PATCH 0/5] Fix some trivial issues in sandbox/fs
2016-10-01 18:41 UTC
[U-Boot] [PATCH v2 1/6] efi_loader: Update description of internal efi_mem_carve_out
2016-10-01 17:50 UTC (8+ messages)
` [U-Boot] [PATCH v2 2/6] efi_loader: Fix memory map size check to avoid out-of-bounds access
` [U-Boot] [PATCH v2 3/6] efi_loader: Track size of pool allocations to allow freeing
` [U-Boot] [PATCH v2 4/6] efi_loader: Readd freed pages to memory pool
` [U-Boot] [PATCH v2 5/6] efi_loader: Keep memory mapping sorted when splitting an entry
` [U-Boot] [PATCH v2 6/6] efi_loader: Do not leak memory when unlinking a mapping
[U-Boot] [PATCH v2 0/6] efi_loader: implement BS.FreePages()/BS.FreePool, some cleanup
2016-10-01 17:31 UTC
[U-Boot] [PATCH 00/23] MIPS Boston fixes, ethernet support & cleanup
2016-10-01 14:26 UTC (7+ messages)
` [U-Boot] [PATCH 14/23] gpio: Provide dummy get/request & is_valid functions
` [U-Boot] [PATCH 07/23] pci: Handle MIPS systems with virtual CONFIG_SYS_SDRAM_BASE
[U-Boot] [PATCH v3 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig
2016-10-01 13:54 UTC
[U-Boot] Uboot send pull request
2016-10-01 12:58 UTC (2+ messages)
[U-Boot] [PULL] u-boot-usb/master
2016-10-01 12:58 UTC (2+ messages)
[U-Boot] Please pull u-boot-85xx master
2016-10-01 12:57 UTC (2+ messages)
[U-Boot] S5PV210 boot problem
2016-10-01 11:25 UTC
[U-Boot] x86: Booting Linux v4.7+ broken
2016-10-01 8:31 UTC (3+ messages)
[U-Boot] [RFC] Rearrange CONFIG_* macros
2016-10-01 2:24 UTC (8+ messages)
[U-Boot] [PATCH v6 0/6] power: pmic: Add support for Palmas family of PMICs
2016-10-01 2:17 UTC (8+ messages)
` [U-Boot] [PATCH v6 1/6] power: regulator: Add ctrl_reg and volt_reg fields for pmic
` [U-Boot] [PATCH v6 2/6] power: pmic: Palmas: Add the base pmic support
` [U-Boot] [PATCH v6 3/6] power: regulator: palmas: Add regulator support
` [U-Boot] [PATCH v6 4/6] configs: dra7xx_evm_defconfig: Enable PALMAS options
` [U-Boot] [PATCH v6 5/6] configs: am57xx_evm_defconfig: "
` [U-Boot] [PATCH v6 6/6] configs: am57xx_evm_defconfig: Enable CMD_REG option
[U-Boot] [PATCH v5 0/6] power: pmic: Add support for Palmas family of PMICs
2016-10-01 2:17 UTC (9+ messages)
` [U-Boot] [PATCH v5 2/6] power: pmic: Palmas: Add the base pmic support
` [U-Boot] [PATCH v5 6/6] configs: am57xx_evm_defconfig: Enable CMD_REG option
[U-Boot] U-Boot DFU test and Ctrl+C
2016-10-01 1:56 UTC (4+ messages)
[U-Boot] [PATCH v2 0/6] toradex: config block handling
2016-09-30 22:28 UTC (9+ messages)
` [U-Boot] [PATCH v2 2/6] apalis/colibri_t20/t30: deactivate displaying board info
` [U-Boot] [PATCH v2 3/6] toradex: config block handling
` [U-Boot] [PATCH v2 5/6] apalis/colibri_t30: move environment location
[U-Boot] [RFC PATCH 0/6] Move some config macros to Kconfig
2016-09-30 21:19 UTC (7+ messages)
` [U-Boot] [RFC PATCH 1/6] arm: Fix Kconfig for proper display menu
` [U-Boot] [RFC PATCH 2/6] arm: Move FSL_LSCH2 FSL_LSCH3 to Kconfig
` [U-Boot] [RFC PATCH 3/6] arm: Move MAX_CPUS "
` [U-Boot] [RFC PATCH 4/6] arm: Move SYS_FSL_IFC_BANK_COUNT "
` [U-Boot] [RFC PATCH 5/6] arm: Move FSL_HAS_DP_DDR and NUM_DDR_CONTROLLERS "
` [U-Boot] [RFC PATCH 6/6] arm: Move SYS_FSL_SRDS_* and SYS_HAS_SERDES "
[U-Boot] [PATCH] sunxi: Fix H3 DRAM impedance calibration on rev. A chips
2016-09-30 20:46 UTC (6+ messages)
[U-Boot] [PATCH] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc
2016-09-30 17:29 UTC (3+ messages)
[U-Boot] [PATCH 2/6] efi_loader: Fix memory map size check to avoid out-of-bounds access
2016-09-30 14:22 UTC (12+ messages)
` [U-Boot] [PATCH 3/6] efi_loader: Track size of pool allocations to allow freeing
` [U-Boot] [PATCH 4/6] efi_loader: Readd freed pages to memory pool
` [U-Boot] [PATCH 5/6] efi_loader: Keep memory mapping sorted when splitting an entry
` [U-Boot] [PATCH 6/6] efi_loader: Do not leak memory when unlinking a mapping
[U-Boot] imx7 u-boot nand update from u-boot
2016-09-30 11:01 UTC (3+ messages)
[U-Boot] [PATCH v2] mmc: sdhci: Add the programmable clock mode support
2016-09-30 10:48 UTC (3+ messages)
[U-Boot] [PATCH] serial: ns16550: Fix serial output on Tegra186
2016-09-30 10:32 UTC (5+ messages)
[U-Boot] [PATCH] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc
2016-09-30 9:32 UTC
[U-Boot] [PATCH] arch: powerpc: Remove unused dts frequency fixup for lbc_clk
2016-09-30 8:57 UTC
[U-Boot] [PATCH] serial: ns16550: Handle -ENOENT when requesting clock
2016-09-30 8:54 UTC (2+ messages)
[U-Boot] Display output in LCD
2016-09-30 8:46 UTC
[U-Boot] [PATCH v2] x86: Fix Linux v4.7+ zimage booting (update bootparam.h)
2016-09-30 7:15 UTC
[U-Boot] [PATCH] x86: Fix Linux v4.7+ zimage booting (update bootparam.h)
2016-09-30 6:59 UTC (2+ messages)
[U-Boot] [PATCH v5 00/21] imx6: Add Engicam i.CoreM6 QDL support
2016-09-30 6:44 UTC (2+ messages)
[U-Boot] [PATCH] Add support for the topic-miami system-on-modules and carrier boards
2016-09-30 6:13 UTC
[U-Boot] [PATCH 0/2] Enable DM support for USB in LS1043
2016-09-30 5:36 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] armv8: ls1043: Enable CONFIG_DM_USB in defconfigs
` [U-Boot] [PATCH 2/2] armv8: ls1043: Add USB node in dts for ls1043
[U-Boot] Patch for OLinuXino Lime boards: default DRAM settings
2016-09-30 5:19 UTC
[U-Boot] [PATCH 0/6] at91: at91sam9g15 improvements
2016-09-30 5:14 UTC (2+ messages)
[U-Boot] [PATCH v3 0/2] power: pmic: Add support for LP873X family of PMICs
2016-09-30 4:04 UTC (3+ messages)
` [U-Boot] [PATCH v3 1/2] power: pmic: lp873x: Add the base pmic support
` [U-Boot] [PATCH v3 2/2] power: regulator: lp873x: Add regulator support
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