summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
...
* sandbox: Make u-boot-sandbox.h a private headerSimon Glass2017-06-051-1/+1
* arc: Make u-boot-arc.h a private headerSimon Glass2017-06-051-1/+1
* samsung: usb: Drop ohci-s3c24xx driverSimon Glass2017-06-051-2/+1
* api: Add a header for api_init()Simon Glass2017-06-051-3/+0
* common: Move get_OPB_freq() and get_PCI_freq() to PPC headerSimon Glass2017-06-051-4/+0
* common: Move pcie_setup_hoses() to PPC headerSimon Glass2017-06-051-8/+0
* common: Drop pci_master_init()Simon Glass2017-06-051-3/+0
* common: Move pci_target_init() to PPC headerSimon Glass2017-06-051-3/+0
* common: Drop pci_pre_init() and is_pci_host()Simon Glass2017-06-051-5/+0
* common: Drop inclusion of pci.hSimon Glass2017-06-051-3/+0
* i2c: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-151-0/+10
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-3/+0
* powerpc: Move setup_board_extra() into a PPC fileSimon Glass2017-04-051-0/+7
* Move dram_init_banksize() to a common headerSimon Glass2017-04-051-0/+17
* board_f: Drop return value from initdram()Simon Glass2017-04-051-1/+1
* board_f: Drop board_type parameter from initdram()Simon Glass2017-04-051-1/+1
* board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() privateSimon Glass2017-04-051-6/+1
* board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass2017-04-051-2/+0
* board_f: powerpc: Use timer_init() instead of init_timebase()Simon Glass2017-04-051-1/+0
* board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass2017-04-051-1/+0
* board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass2017-04-051-1/+0
* board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass2017-04-051-1/+0
* board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass2017-04-051-0/+9
* Blackfin: RemoveTom Rini2017-04-051-3/+0
* dm: Add callback to modify the device treemario.six@gdsys.cc2017-03-231-0/+1
* Drop CONFIG_CMD_DOCSimon Glass2017-01-251-3/+0
* Drop the static inline print_cpuinfo()Simon Glass2017-01-251-7/+0
* powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass2017-01-251-1/+11
* status_led: Kconfig migrationUri Mashiach2017-01-211-1/+1
* time: move timer APIs to include/time.hMasahiro Yamada2017-01-141-7/+1
* delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2017-01-141-5/+1
* move UL() macro from armv8/mmu.h into common.hAndre Przywara2017-01-041-1/+12
* Use separate options for TPL supportSimon Glass2016-09-161-6/+9
* Add warn_non_spl() to show a message in U-Boot properSimon Glass2016-07-141-0/+10
* Add comments for debug() and pr_fmtSimon Glass2016-07-141-0/+2
* common: Always include errno.h in common.hJoe Hershberger2016-07-061-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-141-1/+1
|\
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* | fdt: Allow libfdt to be used in SPLSimon Glass2016-03-141-8/+2
|/
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-3/+0
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-20/+14
* dm: pci: Convert 'pci' command to driver modelSimon Glass2015-12-011-1/+0
* eeprom: Add bus argument to eeprom_init()Marek Vasut2015-11-211-1/+1
* eeprom: Zap eeprom_probe()Marek Vasut2015-11-211-3/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-191-17/+0
* armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu2015-10-291-0/+3
* armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-291-0/+3
* Add support for LZ4 decompression algorithmJulius Werner2015-10-111-0/+3
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-87/+0
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-9/+0