index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
cpu
/
mpc5xxx
Age
Commit message (
Expand
)
Author
2013-10-31
powerpc: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-20
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-18
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-15
Replace __bss_end__ with __bss_end
Simon Glass
2013-03-12
Refactor linker-generated arrays
Albert ARIBAUD
2013-03-09
mpc5200: spl_boot.c: Change init oder to first enable printf
Stefan Roese
2013-02-08
Clean up libfdt.h includes
Gerald Van Baren
2013-02-04
ppc: Move mpc5xxx clocks to arch_global_data
Simon Glass
2012-12-05
mpc5200: Add SPL support
Stefan Roese
2012-11-20
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
2012-11-04
arch/powerpc/lib/board.c, *traps.c: sparse fixes
Kim Phillips
2012-10-22
common: Discard the __u_boot_cmd section
Marek Vasut
2012-10-22
common: Add .u_boot_list into all linker files
Marek Vasut
2012-10-15
usb: lowlevel interface change to support multiple controllers
Lucas Stach
2012-10-15
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
Marek Vasut
2012-10-15
serial: Properly spell out the structure member names of serial_driver
Marek Vasut
2012-09-01
mpc5xxx: add GPIO port configuration
Anatolij Gustschin
2012-03-19
usb: replace wait_ms() with mdelay()
Mike Frysinger
2011-11-07
arch/powerpc/cpu/mpc5xxx/usb_ohci.c: fix GCC 4.6 build warnings
Wolfgang Denk
2011-11-07
arch/powerpc/cpu/mpc5xxx/i2c.c: fix GC 4.6 build warnings
Wolfgang Denk
2011-10-22
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-01
console: Squelch pre-console output in console functions
Graeme Russ
2011-07-28
unify version_string
Andreas Bießmann
2011-07-26
serial: drop useless ctlr field
Mike Frysinger
2011-07-26
serial: push default_serial_console to drivers
Mike Frysinger
2011-04-20
Revert "PowerPC: Add support for -msingle-pic-base"
Wolfgang Denk
2011-04-11
PowerPC: Add support for -msingle-pic-base
Joakim Tjernlund
2011-04-11
PowerPC: Move -fPIC flag to common place
Joakim Tjernlund
2011-03-27
rename _end to __bss_end__
Po-Yu Chuang
2010-12-17
PowerPC: Add relocation support for -fpic
Joakim Tjernlund
2010-11-27
5xxx: Cleanup for partial linking and --gc-sections
Wolfgang Denk
2010-11-26
arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings work
Wolfgang Denk
2010-11-19
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Wolfgang Denk
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
i2c, mpc5xxx: add multibus support
Heiko Schocher
2010-11-14
PowerPC: Don't destroy fixup table while doing fixups
Joakim Tjernlund
2010-10-26
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-18
powerpc: do not fixup NULL ptrs
Joakim Tjernlund
2010-10-18
powerpc: Cleanup BOOTFLAG_* references
Peter Tyser
2010-10-12
powerpc: Remove warm reset entry point
Peter Tyser
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-06-29
MPC512x: workaround data corruption for unaligned local bus accesses
Wolfgang Denk
2010-06-23
MPC5200: workaround data corruption for unaligned local bus accesses
Wolfgang Denk
2010-05-06
powerpc: Consolidate bootcount_{store|load} for PowerPC
Stefan Roese
2010-04-24
serial: struct serial_device: add uninit() entry for drivers
Anatolij Gustschin
2010-04-21
Move arch/ppc to arch/powerpc
Stefan Roese