aboutsummaryrefslogtreecommitdiff
path: root/common/board_r.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-2/+2
2016-03-17dm: timer: Correct timer init ordering after relocationSimon Glass1-1/+3
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf1-0/+3
2016-03-15efi_loader: Add runtime servicesAlexander Graf1-0/+4
2016-02-26timer: Set up the real timer after driver model is availableSimon Glass1-2/+12
2016-02-08board_r: fix a typo in comment blockMasahiro Yamada1-1/+1
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini1-0/+1
2015-12-05common: board: Dont relocate FDT incase of CONFIG_OF_EMBEDSiva Durga Prasad Paladugu1-0/+8
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief1-0/+7
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief1-1/+2
2015-12-01dm: timer: Avoid using timer before it is readySimon Glass1-1/+9
2015-11-19console: Add a console bufferSimon Glass1-0/+10
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini1-0/+21
2015-11-13x86: Move timer_init() call a bit earlierBin Meng1-2/+1
2015-11-13sparc: Kconfig: Move the CMD_AMBAPP command to KconfigFrancois Retief1-0/+21
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini1-0/+3
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann1-3/+6
2015-10-23env: export fdt_blob to the environment variableThomas Chou1-0/+3
2015-10-23timer: start a new timer after relocationThomas Chou1-0/+3
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang1-1/+3
2015-05-10ppc4xx: Remove sc3 boardStefan Roese1-14/+0
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass1-1/+1
2015-04-23armv8/fsl-lsch3: Update early MMU tableYork Sun1-0/+6
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-3/+0
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-04-16dm: pci: Add a uclass for PCISimon Glass1-0/+2
2015-03-09common/board_r: Restore non-cached memory setupJan Kiszka1-0/+11
2015-03-05m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang1-1/+1
2015-03-05m68k: add generic-board supportangelo@sysam.it1-15/+8
2015-02-17avr32: add generic board supportAndreas Bießmann1-3/+10
2015-02-17common/board_r: allocate bootparamsAndreas Bießmann1-0/+15
2015-02-09microblaze: Move architecture to use generic board initMichal Simek1-1/+1
2015-02-09common/board_r: manual relocation for cmd tableAndreas Bießmann1-0/+12
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada1-17/+1
2014-12-18ARM: Implement non-cached memory supportThierry Reding1-0/+11
2014-12-08Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-15/+3
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada1-24/+0
2014-12-08flash: do not fail even if flash_size is zeroMasahiro Yamada1-15/+3
2014-11-25x86: Remove unnecessary call to initr_enable_interrupts()Bin Meng1-1/+1
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng1-1/+1
2014-11-25x86: Remove board_early_init_r()Simon Glass1-3/+0
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass1-1/+2
2014-10-25common: board_r: make local functions staticJeroen Hofstee1-4/+4
2014-10-24common: board: use __weakJeroen Hofstee1-8/+2
2014-10-22dm: Remove spi_init() from board_r.c when using driver modelSimon Glass1-1/+1
2014-10-10common/board_r: remove warning in initr_mem for 64-bit phys_size_tValentin Longchamp1-1/+1
2014-10-10common/board_r: Fix booting issue on T4240QDSYork Sun1-3/+3
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-8/+11