Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9d95358f8e4556e53f2d751d2e5c4d66f2bad3d1
/
board
/
amcc
7d8a7ba
powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk
by Masahiro Yamada
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
aec5818
ocotea: Drop
by Tom Rini
· 9 years ago
13cbde0
taishan: Drop
by Tom Rini
· 9 years ago
691317e
ebony: Drop
by Tom Rini
· 9 years ago
8fa437d
taihu: Remove
by Tom Rini
· 9 years ago
f069960
arch: Make board selection choices optional
by Joe Hershberger
· 10 years ago
5ef5ccc
dm: select CONFIG_DM* options
by Masahiro Yamada
· 10 years ago
659845a
powerpc: ppc4xx: convert AMCC boards to generic board
by Anatolij Gustschin
· 10 years ago
c698824
malloc_f: enable SYS_MALLOC_F by default if DM is on
by Masahiro Yamada
· 10 years ago
27162d5
malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
by Masahiro Yamada
· 10 years ago
6120bed
powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO
by Stefan Roese
· 10 years ago
36742de
dm: powerpc: ppc4xx: Move glacier to use driver model for serial
by Simon Glass
· 10 years ago
10f2135
powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boards
by Simon Glass
· 10 years ago
a873427
powerpc: ppc4xx: Add ramboot config for glacier
by Simon Glass
· 10 years ago
627234d
powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to Kconfig
by Simon Glass
· 10 years ago
0dd57a5
powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mk
by Simon Glass
· 10 years ago
2aec3cc
fdt: Allow ft_board_setup() to report failure
by Simon Glass
· 10 years ago
e168aae
powerpc: ppc4xx: remove board support for bluestone
by Masahiro Yamada
· 10 years ago
5cd6ded
MAINTAINERS: comment out blank M: field
by Masahiro Yamada
· 10 years ago
ba0debf
MAINTAINERS: comment out invalid maintainers
by Masahiro Yamada
· 10 years ago
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
9799f26
Add board MAINTAINERS files
by Masahiro Yamada
· 10 years ago
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
be6aafc
Add cli_ prefix to readline functions
by Simon Glass
· 11 years ago
dec3c01
move CLI prototypes to cli.h and add comments
by Simon Glass
· 11 years ago
d3efa97
nand_spl: remove unused linker scripts u-boot-nand.lds
by Masahiro Yamada
· 11 years ago
b3859f2
ppc4xx: Remove 4xx NAND booting support
by Stefan Roese
· 11 years ago
c54b77e
board: powerpc: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
de8ae7b
usb: rename board_usb_init_type to usb_init_type
by Troy Kisky
· 11 years ago
d862f89
usb: new board-specific USB init interface
by Mateusz Zalega
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
4a59809
Consolidate bool type
by York Sun
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
ed70c8f
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
efd76dad
common: Discard the __u_boot_cmd section
by Marek Vasut
· 12 years ago
607092a
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
e75d563
doc: cleanup - move board READMEs into respective board directories
by Wolfgang Denk
· 13 years ago
d751279
board/amcc/taihu/flash.c: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
e18ce06
board/amcc/yucca/flash.c: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
00da08e
board/amcc/common/flash.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
269cbef
common: move extern char console_buffer[] to common.h
by Igor Grinberg
· 13 years ago
589c2ff
consolidate mdelay by providing a common function for all users
by Anatolij Gustschin
· 13 years ago
ab2b7e1
punt unused clean/distclean targets
by Mike Frysinger
· 13 years ago
5c1cfee
Fix incorrect use of getenv() before relocation
by Wolfgang Denk
· 14 years ago
34c6dd2
Handle most LDSCRIPT setting centrally
by Scott Wood
· 14 years ago
cedbf4b
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
1935020
PPC4xx: Reduce NAND TLB window size on Canyonlands
by Felix Radensky
· 14 years ago
99f2be6
ppc4xx: Fix missing linker scripts for partial linking
by Stefan Roese
· 14 years ago
fe33e6e
ppc4xx: Cleanup for partial linking and --gc-sections
by Wolfgang Denk
· 14 years ago
40263b2
ppc4xx: Fix build problems of IBM DDR2 NAND booting targets
by Stefan Roese
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
0191e47
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
99c744f
ppc4xx: Enable NOR flash support in sequoia_ramboot target
by Stefan Roese
· 14 years ago
291ba1b
Makefile: move all Power Architecture boards into boards.cfg
by Wolfgang Denk
· 14 years ago
0708bc6
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
4010376
ppc44x: config GPIOs for USB on canyonlands board
by Rupjyoti Sarmah
· 14 years ago
b97b4c4
ppc4xx: Small whitespace cleanup in canyonlands.c
by Stefan Roese
· 14 years ago
6583ef4
APM821xx: Add bluestone board support
by Tirumala Marri
· 14 years ago
7b899b5
Merge branch 'next' of /home/wd/git/u-boot/next
by Wolfgang Denk
· 14 years ago
3ddce57
ppc4xx: Use common NS16550 driver for PPC4xx UART
by Stefan Roese
· 14 years ago
8cb251a
ppc4xx: Big header cleanup part 2, mostly PPC405 related
by Stefan Roese
· 14 years ago
95ca5fa
ppc4xx: Big header cleanup, mostly PPC440 related
by Stefan Roese
· 14 years ago
de21eab
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
by Stefan Roese
· 14 years ago
247e9d7
ppc4xx: Move ppc4xx headers to powerpc include directory
by Stefan Roese
· 14 years ago
412a71a
ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size
by Stefan Roese
· 14 years ago
c558225
4xx: adjust TEXT_BASE to increase U-Boot image size
by Wolfgang Denk
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
4e23bff
ppc4xx/Canyonlands added USB board callbacks
by Rupjyoti Sarmah
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
ec88cd6
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 15 years ago
88fbf93
Move arch/ppc to arch/powerpc
by Stefan Roese
· 15 years ago
94b6270
ppc4xx: TLB init file cleanup
by Stefan Roese
· 15 years ago
29514c7
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
by Peter Tyser
· 15 years ago
133c0fe
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
by Peter Tyser
· 15 years ago
0feec6a
ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration
by Stefan Roese
· 15 years ago
62825a5
PCIe, USB: Replace 'end point' references with 'endpoint'
by Peter Tyser
· 15 years ago
f0a15c5
POST: Remove duplicated post_hotkey_pressed() functions
by Stefan Roese
· 15 years ago
2ea8b71
ppc4xx: Consolidate pci_master_init() function
by Stefan Roese
· 15 years ago
5d8033e
ppc4xx: Consolidate pci_pre_init() function
by Stefan Roese
· 15 years ago
8e538be
ppc4xx: Consolidate pci_target_init() function
by Stefan Roese
· 15 years ago
5716308
ppc4xx: Katmai: Add chip_config command
by Stefan Roese
· 15 years ago
92c058e
ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
by Stefan Roese
· 15 years ago
4698fc9
ppc4xx: Remove duplicated is_pci_host() functions
by Stefan Roese
· 15 years ago
e53b5cd
ppc4xx: Consolidate 4xx PCIe board specific configuration
by Stefan Roese
· 15 years ago
6e1861c
ppc4xx: Remove board specific linker scripts from most PPC4xx boards
by Stefan Roese
· 15 years ago
ef28e73
ppc4xx: Sequoia: Add chip_config command
by Stefan Roese
· 15 years ago
3559a87
ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock
by Stefan Roese
· 15 years ago
e7f3092
ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock
by Stefan Roese
· 15 years ago
c8f071a
Merge branch 'reloc'
by Wolfgang Denk
· 15 years ago
728bd0a
ppc_4xx: Apply new HW register names
by Niklaus Giger
· 15 years ago
14fd12f
ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan
by Stefan Roese
· 15 years ago
f48fabc
ppc: Enable full relocation to RAM
by Peter Tyser
· 15 years ago
6987e65
ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
by Stefan Roese
· 15 years ago
707fd36
ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
by Stefan Roese
· 15 years ago
50e4920
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 15 years ago
1248628
board/amcc/common/flash.c: Fix compile warning
by Wolfgang Denk
· 15 years ago
5eb1f33
board/amcc/yucca/flash.c: Fix compile warning
by Wolfgang Denk
· 15 years ago
Next »