index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib_ppc
/
board.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser
1
-1084
/
+0
2010-03-11
PPC: Record U-Boot's relocated address in RAM and show in bdinfo.
Richard Retanubun
1
-4
/
+2
2010-01-24
mpc512x: Add display of reset status register
Detlev Zundel
1
-3
/
+4
2009-12-15
mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation
Peter Tyser
1
-0
/
+8
2009-10-16
mpc85xx: Fix booting on various boards
Anton Vorontsov
1
-5
/
+3
2009-10-10
Add bb_miiphy_init call before any ethernet bring-up code.
Luigi 'Comio' Mantellini
1
-0
/
+7
2009-10-03
ppc: Remove board.c relocation fixups
Peter Tyser
1
-50
/
+0
2009-09-22
ppc: Clean up calling of phy_reset() during init
Peter Tyser
1
-16
/
+1
2009-09-22
ppc: Clean up calling of misc_init_r() during init
Peter Tyser
1
-11
/
+1
2009-09-08
ppc/8xxx: relocate cpu pointer in global data
Kumar Gala
1
-0
/
+4
2009-09-04
Consolidate arch-specific mem_malloc_init() implementations
Peter Tyser
1
-13
/
+1
2009-09-04
Standardize mem_malloc_init() implementation
Peter Tyser
1
-11
/
+10
2009-09-04
Consolidate arch-specific sbrk() implementations
Peter Tyser
1
-19
/
+0
2009-08-28
8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
Poonam Aggrwal
1
-0
/
+3
2009-07-26
Revert "ppc: Unlock cache-as-ram in a consistent manner"
Wolfgang Denk
1
-3
/
+3
2009-07-23
ppc: Unlock cache-as-ram in a consistent manner
Peter Tyser
1
-3
/
+3
2009-07-18
stdio/device: rework function naming convention
Jean-Christophe PLAGNIOL-VILLARD
1
-3
/
+3
2009-06-12
83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
Peter Tyser
1
-4
/
+4
2009-06-12
make MODEM SUPPORT generic instead of duplicate it
Jean-Christophe PLAGNIOL-VILLARD
1
-97
/
+0
2009-06-12
lib_arch/board.c: Move malloc initialization before flash_init()
Stefan Roese
1
-4
/
+4
2009-04-05
Update CHANGELOG, coding style cleanup.
Wolfgang Denk
1
-1
/
+1
2009-04-01
85xx/86xx: Ensure MP boot page is not used
Kumar Gala
1
-0
/
+15
2009-03-20
powerpc: Only use eth_getenv_enetaddr() if networking is enabled
Stefan Roese
1
-0
/
+2
2009-03-20
powerpc: Fix compilation warning in board.c
Stefan Roese
1
-2
/
+1
2009-03-20
ppc: mark global bi_enet*addr as legacy
Mike Frysinger
1
-47
/
+7
2009-03-20
boards: get mac address from env and move load_sernum_ethaddr() to board init
Mike Frysinger
1
-6
/
+0
2009-03-20
boards: move board_get_enetaddr() into board-specific init
Mike Frysinger
1
-28
/
+0
2009-03-20
nx823: get mac address from environment
Mike Frysinger
1
-4
/
+0
2009-03-18
8xx, icache: enabling ICache not before running from RAM
Heiko Schocher
1
-2
/
+1
2009-03-02
i2c, dtt: move dtt_init () to board_init_r ()
Heiko Schocher
1
-3
/
+3
2009-02-16
Add MMC Framework
Andy Fleming
1
-0
/
+9
2009-02-10
ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
Kumar Gala
1
-3
/
+0
2009-02-10
mpc86xx: Add support to populate addr map based on BATs
Becky Bruce
1
-1
/
+1
2009-01-27
SATA: do not auto-initialize during boot
Mike Frysinger
1
-20
/
+0
2008-12-19
85xx: Add support to populate addr map based on TLB settings
Kumar Gala
1
-0
/
+8
2008-11-10
lib_ppc: Move trap_init to occur earlier
Becky Bruce
1
-5
/
+5
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-49
/
+49
2008-10-18
Adds two more ethernet interface to 83xx
richardretanubun
1
-0
/
+30
2008-10-15
Fix compiler warning in lib_ppc/board.c
Heiko Schocher
1
-2
/
+2
2008-10-14
Do not init SATA when disabled on 8536DS.
Jason Jin
1
-2
/
+14
2008-09-10
rename CFG_ENV macros to CONFIG_ENV
Jean-Christophe PLAGNIOL-VILLARD
1
-4
/
+4
2008-09-10
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+2
2008-09-10
rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-09-10
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-09-10
cmd_mac: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-08-21
Consolidate strmhz() implementation
Haavard Skinnemoen
1
-13
/
+0
2008-07-14
Fix printf() format issues with sizeof_t types by using %zu
Wolfgang Denk
1
-2
/
+2
2008-07-10
Fix some more print() format errors.
Wolfgang Denk
1
-1
/
+1
2008-07-06
ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
Michal Simek
1
-1
/
+1
2008-07-01
Move conditional compilation of MPC8XXX SPI driver to Makefile
Ben Warren
1
-2
/
+0
[next]