Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
46193c3c109b12f8ffd0adc9c6355e1549430370
/
arch
/
arm
/
lib
/
board.c
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· Sun Mar 22 17:09:06 2015 -0500
74a08bc
leds: missing include
by Jeroen Hofstee
· Wed Oct 08 22:57:53 2014 +0200
dca7d08
arm: board: use __weak
by Jeroen Hofstee
· Wed Oct 08 22:57:21 2014 +0200
7c3f130
arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y
by Masahiro Yamada
· Fri Apr 25 21:51:09 2014 +0900
197c720
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· Fri Apr 04 20:09:58 2014 +0900
1934996
ahci-plat: Provide a weak scsi_init hook
by Ian Campbell
· Fri Mar 07 01:20:56 2014 +0000
f343378
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Wed Feb 26 16:49:58 2014 -0500
6e29472
arm: remove unneeded symbol offsets and _TEXT_BASE
by Albert ARIBAUD
· Sat Feb 22 17:53:43 2014 +0100
863e8d8
common: Add get_effective_memsize() to memsize.c
by York Sun
· Tue Feb 11 11:57:26 2014 -0800
81a689e
Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee
by Masahiro Yamada
· Thu Feb 13 18:30:26 2014 +0900
43c0893
dts: re-write dts/Makefile more simply with Kbuild
by Masahiro Yamada
· Wed Feb 05 11:28:25 2014 +0900
85fd5f1
arm64: core support
by David Feng
· Sat Dec 14 11:47:35 2013 +0800
1559ee7
Revert "ARM: move interrupt_init to before relocation"
by Albert ARIBAUD
· Fri Nov 08 22:37:33 2013 +0100
315c12a
Merge branch 'u-boot/master' into u-boot-arm/master
by Albert ARIBAUD
· Thu Jul 25 17:57:46 2013 +0200
ca7d59b
ARM: move interrupt_init to before relocation
by Rob Herring
· Wed Jun 12 22:24:45 2013 -0500
5959746
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· Wed Jul 24 09:22:28 2013 -0400
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
479a4cf
i2c, soft-i2c: switch to new multibus/multiadapter support
by Heiko Schocher
· Tue Jan 29 08:53:15 2013 +0100
e0e55bc
i2c: common changes for multibus/multiadapter support
by Heiko Schocher
· Mon Jan 16 21:12:24 2012 +0000
d7a886b
lib: consolidate hang()
by Andreas Bießmann
· Thu Apr 18 22:48:50 2013 +0000
e0e641e
arm: Use sections header to obtain link symbols
by Simon Glass
· Tue Mar 05 14:39:38 2013 +0000
6b4ee15
arm: Move tlb_addr and tlb_size to arch_global_data
by Simon Glass
· Thu Dec 13 20:48:39 2012 +0000
97ec739
arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README
by Lucas Stach
· Tue Jan 22 00:15:49 2013 +0000
d84d60f
arm: Tabify code for MMC initialization
by Taylor Hutt
· Fri Nov 30 13:01:23 2012 +0000
25d0227
arm: Move bootstage record for board_init_f() to after arch_cpu_init()
by Simon Glass
· Fri Nov 30 13:01:22 2012 +0000
e882201
arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD
by Simon Glass
· Fri Nov 30 13:01:19 2012 +0000
6b8d5fd
arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading
by Simon Glass
· Fri Nov 30 13:01:17 2012 +0000
7d5c036
arm: Move fdt check earlier so that board_early_init_f() can use it
by Simon Glass
· Fri Nov 30 13:01:16 2012 +0000
72866c7
arm: Keep track of the tlb size as well as its location
by Gabe Black
· Fri Nov 30 13:01:15 2012 +0000
facdae5
arm: move C runtime setup code in crt0.S
by Albert ARIBAUD
· Tue Jan 08 10:18:02 2013 +0000
864ec56
env: Use getenv_yesno() more generally
by Joe Hershberger
· Tue Dec 11 22:16:22 2012 -0600
3636a34
pmic: Introduce power_init_board() method at ./lib/board.c file
by Łukasz Majewski
· Tue Nov 13 03:21:56 2012 +0000
734165a
ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96
by Ashok
· Mon Oct 15 07:00:14 2012 +0000
d467823
arm: fdt: Relocate fdt along with other data
by Simon Glass
· Thu Sep 27 15:41:55 2012 +0000
52039da
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
by Marek Vasut
· Fri Sep 14 23:45:51 2012 +0200
3c92e0e
arm: Adds board_postclk_init to the init_sequence.
by Markus Hubig
· Thu Aug 16 08:22:08 2012 +0000
3f703e8
ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency
by Fabio Estevam
· Thu Mar 01 04:02:38 2012 +0000
4310ecc
ARM: introduce arch_early_init_r()
by Fabio Estevam
· Mon Apr 02 11:19:45 2012 +0000
36fe7db
net: move bootfile init into eth_initialize
by Mike Frysinger
· Wed Apr 04 18:53:41 2012 +0000
04b63f2
net: punt bd->bi_ip_addr
by Mike Frysinger
· Wed Apr 04 18:53:40 2012 +0000
d3842c4
arm: Check for valid FDT after console is up
by Simon Glass
· Wed Mar 28 10:08:25 2012 +0000
ef980a7
bootstage: arm: Add bootstage calls in board and bootm
by Simon Glass
· Mon Feb 13 13:51:21 2012 +0000
0dfccbe
davinci: add support for printing clock frequency
by Hadli, Manjunath
· Mon Feb 06 00:30:44 2012 +0000
d2a9424
net: rtl8109: drop unused !NET_MULTI driver
by Mike Frysinger
· Wed Oct 26 00:17:15 2011 +0000
dae82aa
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· Fri Oct 28 00:15:19 2011 +0200
d5a184b
cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
by Helmut Raiger
· Thu Oct 20 04:19:47 2011 +0000
9026d68
arm, logbuffer: make it compileclean
by Heiko Schocher
· Wed Oct 12 01:13:38 2011 +0000
dc6fa64
fdt: ARM: Add fdtcontroladdr to set device tree address in environment
by Simon Glass
· Mon Oct 24 19:15:34 2011 +0000
3433dd7
fdt: ARM: Implement and verify embedded and separate device tree
by Simon Glass
· Mon Oct 24 19:15:33 2011 +0000
1712b56
arm: Correct build error introduced by getenv_ulong() patch
by Simon Glass
· Sun Oct 23 17:44:35 2011 +0000
706c234
arm: Use getenv_ulong() in place of getenv(), strtoul
by Simon Glass
· Thu Oct 13 14:43:06 2011 +0000
bff3b82
arch/arm/lib/board.c: fix warning: variable ... set but not used
by Wolfgang Denk
· Wed Oct 05 22:44:43 2011 +0200
a23230c
net: drop !NET_MULTI code
by Mike Frysinger
· Sun Oct 02 10:01:27 2011 +0000
e3c4c94
POST/arm: adaptations needed for POST on ARM to work
by Valentin Longchamp
· Fri Sep 02 04:59:03 2011 +0000
aff0aa8
led: remove camel casing of led identifiers globally
by Jason Kridner
· Sun Sep 04 14:40:16 2011 -0400
fffbb97
arm: do not force d-cache enable on all boards
by Aneesh V
· Tue Aug 16 04:33:05 2011 +0000
fa94c28
arm: fix bd pointer dereference prior initialization
by Igor Grinberg
· Tue Aug 16 23:48:23 2011 +0000
b852aaf
arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize
by Heiko Schocher
· Thu Jun 02 22:11:37 2011 +0000
417e073
cosmetic: arm: lib/board.c: Coding Style cleanup
by Heiko Schocher
· Fri Jul 15 19:36:36 2011 +0000
61d0195
unify version_string
by Andreas Bießmann
· Mon Jul 18 20:24:04 2011 +0200
552a319
replace CONFIG_PRELOADER with CONFIG_SPL_BUILD
by Aneesh V
· Wed Jul 13 05:11:07 2011 +0000
0689067
arm: add CONFIG_MACH_TYPE setting and documentation
by Igor Grinberg
· Thu Jul 14 05:45:07 2011 +0000
3e3bc1e
armv7: integrate cache maintenance support
by Aneesh V
· Thu Jun 16 23:30:49 2011 +0000
ecee9c8
armv7: rename cache related CONFIG flags
by Aneesh V
· Thu Jun 16 23:30:48 2011 +0000
ae74ec6
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· Thu Jun 23 15:37:33 2011 +0200
24599de
run arm_pci_init after relocation
by Michael Schwingen
· Mon May 23 00:00:13 2011 +0200
8f399b3
ARM: drop unsupported 'trab' board
by Wolfgang Denk
· Sun May 01 20:44:23 2011 +0200
50777c4
Don't grab memory for LCD if FB address is defined
by Minkyu Kang
· Sun Apr 24 22:22:34 2011 +0000
a346ba9
ARM: fix stack pointer adjustment in board_init_f()
by Eric Cooper
· Thu Apr 14 12:32:37 2011 +0000
1864b00
arm: fix incorrect monitor protection region in FLASH
by Po-Yu Chuang
· Tue Mar 01 23:02:04 2011 +0000
0b5a263
Replace "FLASH" strings with "Flash" or "flash"
by Peter Tyser
· Tue Dec 28 18:12:05 2010 -0600
17f288a
arm: add 8-byte alignment for ABI compliance before board_init_f
by Heiko Schocher
· Fri Nov 12 07:53:55 2010 +0100
627857d
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
by Wolfgang Denk
· Thu Oct 28 20:35:36 2010 +0200
d0813e5
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· Thu Oct 28 20:00:11 2010 +0200
aac7359
ARM: fix relocation support for onenand device.
by Enric Balletbo i Serra
· Tue Oct 19 11:13:22 2010 +0200
2185646
Merge branch 'elf_reloc'
by Wolfgang Denk
· Tue Oct 19 21:07:52 2010 +0200
a93ec57
env_mmc: Fix crashing bug encountered after enabling ARM relocation
by Steve Sakoman
· Mon Oct 11 05:51:39 2010 -0700
6d1fcb1
arm: implement ELF relocations
by Albert Aribaud
· Mon Oct 11 13:13:28 2010 +0200
1fb49e3
davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr
by Ben Gardiner
· Thu Sep 23 09:58:43 2010 -0400
aeb2991
ARM: add relocation support
by Heiko Schocher
· Fri Sep 17 13:10:39 2010 +0200
b4eceac
Save environment data to mmc.
by Terry Lv
· Mon May 17 10:57:01 2010 +0800
76af278
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· Sat Jul 24 21:55:43 2010 +0200
cede5d8
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· Mon Apr 12 22:28:04 2010 -0500
[Renamed from lib_arm/board.c]
ff7a5ca
fsl_esdhc: add support for mx51 processor
by Stefano Babic
· Fri Feb 05 15:11:27 2010 +0100
27c6e0b
ARM Don't inline weak symbols
by Ron Lee
· Wed Aug 05 20:14:01 2009 +0200
01db155
Add bb_miiphy_init call before any ethernet bring-up code.
by Luigi 'Comio' Mantellini
· Sat Oct 10 12:42:21 2009 +0200
781c9b8
Consolidate arch-specific mem_malloc_init() implementations
by Peter Tyser
· Fri Aug 21 23:05:21 2009 -0500
ed52770
Standardize mem_malloc_init() implementation
by Peter Tyser
· Fri Aug 21 23:05:20 2009 -0500
a78ded6
Consolidate arch-specific sbrk() implementations
by Peter Tyser
· Fri Aug 21 23:05:19 2009 -0500
3bf5d83
Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
by Ben Warren
· Tue Aug 25 13:09:37 2009 -0700
2a7a031
stdio/device: rework function naming convention
by Jean-Christophe PLAGNIOL-VILLARD
· Sat May 16 12:14:54 2009 +0200
50ff6df
arm: add support for CONFIG_GENERIC_MMC
by Ilya Yanok
· Mon Jun 08 04:12:50 2009 +0400
beb957c
make MODEM SUPPORT generic instead of duplicate it
by Jean-Christophe PLAGNIOL-VILLARD
· Sat Apr 25 14:57:52 2009 +0200
9819670
arch_misc_init support for ARM architectures
by Prafulla Wadaskar
· Sun May 31 14:53:20 2009 +0200
de510ba
arm: remove cpu_init
by Jean-Christophe PLAGNIOL-VILLARD
· Sat May 09 13:21:19 2009 +0200
225bb68
ARM Add blue colour LED to status_led.
by Tom Rix
· Fri May 15 23:47:12 2009 +0200
8c9fc00
arm: timer and interrupt init rework
by Jean-Christophe PLAGNIOL-VILLARD
· Fri May 15 23:47:02 2009 +0200
b81464e
lib_arch/board.c: Move malloc initialization before flash_init()
by Stefan Roese
· Mon May 11 15:50:12 2009 +0200
afd16e2
lib_arm/board.c: remove misleading "test-only" comment.
by Wolfgang Denk
· Sun Apr 26 20:39:26 2009 +0200
23164f1
at91sam9/at91cap: improve clock framework
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Apr 16 21:30:44 2009 +0200
Next »