Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8b2141c66d40b38512aa033d7cda31b70125177f
/
arch
/
powerpc
/
cpu
/
mpc83xx
/
start.S
8b2141c
mpc83xx: Migrate HID config to Kconfig
by Mario Six
· 6 years ago
a861ea6
mpc83xx: Migrate BATS config to Kconfig
by Mario Six
· 6 years ago
9486710
mpc83xx: Kconfig: Migrate HRCW to Kconfig
by Mario Six
· 6 years ago
f14554d
mpc83xx: Add support for -msingle-pic-base
by Joakim Tjernlund
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
ad0ac4b
powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
3d97f8e
powerpc: move get_pvr() and get_svr() into C
by Christophe Leroy
· 7 years ago
71cb3e9
powerpc, 8260: remove support for mpc8260
by Heiko Schocher
· 7 years ago
85df7b4
powerpc: mpc83xx: Enable pre-relocation malloc
by mario.six@gdsys.cc
· 8 years ago
d4f4a54
powerpc: mpc83xx: Minimize r1 modification
by mario.six@gdsys.cc
· 8 years ago
809438d
Kconfig: Move config IDENT_STRING to Kconfig
by Siva Durga Prasad Paladugu
· 8 years ago
e91e10a
powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f()
by Valentin Longchamp
· 10 years ago
4cdede6
ppc: Zap Hymod board
by Marek Vasut
· 10 years ago
227f0a5
Remove obsolete _LINUX_CONFIG_H macro
by Masahiro Yamada
· 11 years ago
7cad207
powerpc/83xx: Add support for get_svr() for 83xx devices
by Ramneek Mehresh
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
ed70c8f
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
2b36fbb
powerpc/mpc83xx: add support for new SPL
by Scott Wood
· 12 years ago
61d0195
unify version_string
by Andreas Bießmann
· 13 years ago
b2d36ea
Revert "PowerPC: Add support for -msingle-pic-base"
by Wolfgang Denk
· 14 years ago
5d98e16
PowerPC: Add support for -msingle-pic-base
by Joakim Tjernlund
· 14 years ago
cedbf4b
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
b168d63
mpc83xx: Make it boot again
by Joakim Tjernlund
· 14 years ago
401b592
PowerPC: Don't destroy fixup table while doing fixups
by Joakim Tjernlund
· 14 years ago
0191e47
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
1c2e98e
Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE
by Wolfgang Denk
· 14 years ago
c61b25a
powerpc: do not fixup NULL ptrs
by Joakim Tjernlund
· 14 years ago
3a1362d
powerpc: Cleanup BOOTFLAG_* references
by Peter Tyser
· 14 years ago
0c44caf
powerpc: Remove warm reset entry point
by Peter Tyser
· 14 years ago
4565e04
Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.
by Horst Kronstorfer
· 15 years ago
52ac6b7
mpc83xx: fix NAND bootstrap too big error
by Kim Phillips
· 15 years ago
88fbf93
Move arch/ppc to arch/powerpc
by Stefan Roese
· 15 years ago
[Renamed (99%) from arch/ppc/cpu/mpc83xx/start.S]
29514c7
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
by Peter Tyser
· 15 years ago
[Renamed from cpu/mpc83xx/start.S]
3fbaa4d
ppc: Use r12 instead of r14 as GOT pointer.
by Joakim Tjernlund
· 15 years ago
4ff6bc0
ppc: Loose GOT access in IRQ
by Joakim Tjernlund
· 15 years ago
4f2fdac
relocation: Do not relocate NULL pointers.
by Joakim Tjernlund
· 15 years ago
838450e
83xx: Use the proper sequence for updating IMMR.
by Scott Wood
· 16 years ago
787b61d
mpc83xx: Size optimization of start.S
by Ron Madrid
· 16 years ago
6294850
Update U-Boot's build timestamp on every compile
by Peter Tyser
· 16 years ago
4216d75
Merge 'next' branch
by Wolfgang Denk
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
7ed421f
83xx NAND boot: wait for LTESR[CC]
by Lepcha Suchit
· 16 years ago
7c20aef
mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
by Nick Spence
· 16 years ago
56fd3c2
mpc83xx: Store and display Arbiter Event Register values
by Nick Spence
· 16 years ago
b89d6fb
mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
by Nick Spence
· 16 years ago
b71689b
NAND boot: MPC8313ERDB support
by Scott Wood
· 16 years ago
03ea1be
PPC: Create and use CONFIG_HIGH_BATS
by Becky Bruce
· 17 years ago
ea3503a
lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
by Kim Phillips
· 17 years ago
8bd4dff
Make MPC83xx one step closer to full relocation.
by Joakim Tjernlund
· 17 years ago
86a28e9
ppc: Refactor cache routines, so there is only one common set.
by Rafal Jaworowski
· 17 years ago
6dfb2e5
Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
by Heiko Schocher
· 17 years ago
06244e4
[ppc] Fix build breakage for all non-4xx PowerPC variants.
by Rafal Jaworowski
· 17 years ago
93eb931
mpc83xx: Put the version (and magic) after the HRCW.
by Jerry Van Baren
· 18 years ago
386a280
mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
by Timur Tabi
· 18 years ago
8c84e47
mpc83xx: Fix the incorrect dcbz operation
by Dave Liu
· 18 years ago
53b4617
mpc83xx: Add support for variable flash memory sizes on 83xx systems
by Timur Tabi
· 18 years ago
af03ecb
Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.
by Marian Balakowicz
· 19 years ago
758e5d3
Correct shift offsets in icache_status and dcache_status for MPC83xx.
by Marian Balakowicz
· 19 years ago
d5d94d6
Enable address translation on MPC83xx Patch by Kumar Gala, 10 Feb 2006
by Kumar Gala
· 19 years ago
b42751c
Only disable the MPC83xx watchdog if its enabled out of reset.
by Kumar Gala
· 19 years ago
ebc7224
Fix style issues primarily in 85xx and 83xx boards.
by Jon Loeliger
· 19 years ago
9095d4a
* Patch by Eran Liberty Add support for the Freescale MPC8349ADS board.
by Eran Liberty
· 19 years ago