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
/
microblaze
/
lib
Age
Commit message (
Expand
)
Author
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
2011-10-23
microblaze: Use getenv_ulong() in place of getenv(), strtoul
Simon Glass
2011-10-10
microblaze: Copy bootfile from variables
Michal Simek
2011-10-10
microblaze: Initialize jumptable and console
Michal Simek
2011-10-10
microblaze: Support flashes on lower addresses
Michal Simek
2011-10-10
microblaze: Call common console_init_f initialization function
Michal Simek
2011-07-28
unify version_string
Andreas Bießmann
2011-01-19
Replace "FLASH" strings with "Flash" or "flash"
Peter Tyser
2011-01-10
microblaze: Fix bd_info pointer
Michal Simek
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-10-26
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-18
FDT: only call boot_get_fdt from generic code
John Rigby
2010-10-18
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
Wolfgang Denk
2010-10-12
microblaze: Add support for NET_MULTI api
Michal Simek
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-04-16
microblaze: Consolidate cache code
Michal Simek
2010-04-16
microblaze: Flush cache before jumping to kernel
Michal Simek
2010-04-16
microblaze: Support system with WB cache
Michal Simek
2010-04-16
microblaze: Change initialization sequence
Michal Simek
2010-04-16
microblaze: Change cache report messages
Michal Simek
2010-04-16
microblaze: Move FSL initialization to board.c
Michal Simek
2010-04-16
microblaze: Move timer initialization to board.c
Michal Simek
2010-04-16
microblaze: Add FDT support
Arun Bhanu
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser