Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
19ed7b4ecf6bdcf991d0a63aac3faa80b6df43cb
/
arch
/
nios2
9b6e2c3
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· 11 years ago
afea2c9
nios2: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
93e1459
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
1a05b5f
nios2: fix missing comment terminator from SPDX License commit
by Thomas Chou
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
b8eee43
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· 11 years ago
2cb0e55
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
by Andreas Bießmann
· 11 years ago
983c72f
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
d2eae43
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
63495ad
nios2: fix style in board.c.
by Andreas Bießmann
· 12 years ago
0ce033d
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
1865286
Introduce generic link section.h symbol files
by Simon Glass
· 12 years ago
3929fb0
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
ef123c5
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
58864dd
Clean up libfdt.h includes
by Gerald Van Baren
· 12 years ago
1f7559e
nios2: Use generic global_data
by Simon Glass
· 12 years ago
5cb4858
Add architecture-specific global data
by Simon Glass
· 12 years ago
db71964
nios2: remove asm/status_led.h
by Thomas Chou
· 12 years ago
8b493a5
common: Discard the __u_boot_cmd section
by Marek Vasut
· 12 years ago
5567514
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
7fffe2f
nios2: Change bi_baudrate and global data baudrate to int
by Simon Glass
· 12 years ago
47fde91
global_data: unify global flag defines
by Mike Frysinger
· 13 years ago
7dfb060
nios2: move gd and bd into BSS
by Thomas Chou
· 13 years ago
50a47d0
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
7bd7b31
nios2: implement get_ticks and get_tbclk
by Alex Hornung
· 13 years ago
8875833
nios2: add flush_dcache_range function
by Stefan Kristiansson
· 13 years ago
4279c53
nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().
by Joachim Foerster
· 13 years ago
03d67e1
gpio: Add driver for Altera's PIO core
by Joachim Foerster
· 13 years ago
f956ad9
nios2: Pseudo implement dcache_status/enable/disable()
by Joachim Foerster
· 13 years ago
6fa6035
nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment
by Anton Staaf
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
476af29
image: push default arch values to arch headers
by Mike Frysinger
· 13 years ago
7984395
POST: add post_log_res field for post results in global data
by Valentin Longchamp
· 13 years ago
9558b48
console: Implement pre-console buffer
by Graeme Russ
· 13 years ago
09c2e90
unify version_string
by Andreas Bießmann
· 13 years ago
5c8404a
Timer: Remove set_timer completely
by Graeme Russ
· 13 years ago
e09e083
nios2: Make STANDALONE_LOAD_ADDR configurable per board
by Thomas Chou
· 14 years ago
83b7e2a
Handle most LDSCRIPT setting centrally
by Scott Wood
· 14 years ago
44c6e65
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
6dc1eceb
Introduce a new linker flag LDFLAGS_FINAL
by Haiying Wang
· 14 years ago
d8a593c
nios2: add gpio_is_valid
by Thomas Chou
· 14 years ago
85debef
nios2: use long for ssize_t
by Thomas Chou
· 14 years ago
e91d545
nios2: add gpio_free
by Thomas Chou
· 14 years ago
8aba9dc
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
by Nobuhiro Iwamatsu
· 14 years ago
263d5c2
Remove redundant config.mk files
by Wolfgang Denk
· 14 years ago
882b7d7
do_reset: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
2e5167c
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
25ddd1f
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
5a75e12
FDT: only call boot_get_fdt from generic code
by John Rigby
· 14 years ago
ea882ba
New implementation for internal handling of environment variables.
by Wolfgang Denk
· 14 years ago
91a7675
Make getenv() work before relocation.
by Wolfgang Denk
· 14 years ago
7a6a7d1
nios2: fix out of reach case for do_reset
by Thomas Chou
· 14 years ago
62a0557
nios2: fix bootm error on fdt args
by Thomas Chou
· 14 years ago
6db6c18
nios2: add gpio_request
by Thomas Chou
· 14 years ago
06c5d30
nios2: add fdt support
by Thomas Chou
· 14 years ago
cb2da50
nios2: use gc sections to reduce image size
by Thomas Chou
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
6803336
nios2: allow STANDALONE_LOAD_ADDR overriding
by Thomas Chou
· 14 years ago
8d52ea6
nios2: fix div64 issue for gcc4
by Thomas Chou
· 14 years ago
0df01fd3
nios2: fix r15 issue for gcc4
by Thomas Chou
· 14 years ago
cedd341
nios2: add gpio support
by Thomas Chou
· 15 years ago
441cac1
nios2: fix no flash, add nand and mmc init in board.c
by Thomas Chou
· 15 years ago
fd2712d
nios2: consolidate reset initialization
by Thomas Chou
· 15 years ago
7e812f2
nios2: add dma_alloc_coherent
by Thomas Chou
· 15 years ago
0dc1c7f
nios2: add 64 bits swab support
by Thomas Chou
· 15 years ago
dd168ef
nios2: allow link script overriding from boards
by Thomas Chou
· 15 years ago
254ab7b
nios2: Move individual board linker scripts to common script in cpu tree.
by Scott McNutt
· 15 years ago
37e4daf
nios2: Move cpu/nios2/* to arch/nios2/cpu/*
by Peter Tyser
· 15 years ago
819833a
Move architecture-specific includes to arch/$ARCH/include/asm
by Peter Tyser
· 15 years ago
ea0364f
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago