From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 06 Nov 2015 13:38:04 +0800 Subject: [U-Boot] Pull request: u-boot-nios/master Message-ID: <87a8qrbscj.fsf@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please pull, The following changes since commit ed02c532be690b3d0c3e15c81531785a788fd949: Merge branch 'master' of git://git.denx.de/u-boot-video (2015-11-05 07:47:21 -0500) are available in the git repository at: git://git.denx.de/u-boot-nios.git master for you to fetch changes up to 75199d6f722a0f711628194240ee5bf724e31101: net: altera_tse: get numbers of fdt address and size cells (2015-11-06 12:56:47 +0800) ---------------------------------------------------------------- Thomas Chou (28): nios2: fix map_physmem to do real cache mapping nios2: remove the useless parenthesis in asm/io.h nios2: change virt_to_phys to use physaddr_mask in global data nios2: use dram bank in board info nios2: use common sequence for reserve_uboot nios2: clean up macros that do not need a value in board header nios2: enable setexpr command in defconfig serial: altera_jtag_uart: use BIT macro serial: altera_jtag_uart: minor clean up serial: altera_uart: use BIT macro serial: altera_uart: minor clean up timer: altera_timer: use BIT macro timer: altera_timer: minor clean up misc: altera_sysid: minor clean up spi: altera_spi: minor clean up nios2: remove CONFIG_SYS_MALLOC_BASE macro nios2: remove CONFIG_SYS_INIT_SP macro nios2: fix cached mode in clearing the BSS altera_jtag_uart: Adjust the declaration of debug_uart_init() altera_uart: Adjust the declaration of debug_uart_init() nios2: trim CONFIG_SYS_MALLOC_LEN nios2: trim CONFIG_SYS_MEMTEST_END net: altera_tse: remove unused macro and regs def net: altera_tse: use data type u32 for regs and desc net: altera_tse: fix packed and aligned attribute net: altera_tse: remove the useless parenthesis net: altera_tse: use BIT macro net: altera_tse: get numbers of fdt address and size cells arch/nios2/cpu/cpu.c | 4 +- arch/nios2/cpu/start.S | 5 +- arch/nios2/include/asm/global_data.h | 2 + arch/nios2/include/asm/io.h | 19 +-- common/board_f.c | 4 +- common/cmd_bdinfo.c | 9 +- configs/nios2-generic_defconfig | 1 - drivers/misc/altera_sysid.c | 4 +- drivers/net/altera_tse.c | 30 ++--- drivers/net/altera_tse.h | 234 ++++++++++------------------------- drivers/serial/altera_jtag_uart.c | 33 +++-- drivers/serial/altera_uart.c | 23 ++-- drivers/spi/altera_spi.c | 4 +- drivers/timer/altera_timer.c | 14 +-- include/configs/nios2-generic.h | 19 +-- 15 files changed, 158 insertions(+), 247 deletions(-)