summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-05common: Drop determine_sysper() and determine_pci_clock_per()Simon Glass1-6/+0
2017-06-05common: Drop cpu_init_f() declarationsSimon Glass1-11/+0
2017-06-05arm: Remove include files from common.hSimon Glass1-6/+0
2017-06-05nds32: Remove include files from common.hSimon Glass1-5/+0
2017-06-05x86: Don't include asm/u-boot.h in commonSimon Glass1-3/+0
2017-06-05sandbox: Don't include asm/u-boot.h in commonSimon Glass1-3/+0
2017-06-05mips: Don't include asm/u-boot.h in commonSimon Glass1-3/+0
2017-06-05arc: Don't include asm/u-boot.h in commonSimon Glass1-3/+0
2017-06-05nds32: Make u-boot-nds32.h a private headerSimon Glass1-1/+1
2017-06-05mips: Make u-boot-mips.h a private headerSimon Glass1-1/+1
2017-06-05arm: Make u-boot-arm.h a private headerSimon Glass1-1/+1
2017-06-05x86: Make u-boot-x86.h a private headerSimon Glass1-2/+2
2017-06-05sandbox: Make u-boot-sandbox.h a private headerSimon Glass1-1/+1
2017-06-05arc: Make u-boot-arc.h a private headerSimon Glass1-1/+1
2017-06-05samsung: usb: Drop ohci-s3c24xx driverSimon Glass1-2/+1
2017-06-05api: Add a header for api_init()Simon Glass1-3/+0
2017-06-05common: Move get_OPB_freq() and get_PCI_freq() to PPC headerSimon Glass1-4/+0
2017-06-05common: Move pcie_setup_hoses() to PPC headerSimon Glass1-8/+0
2017-06-05common: Drop pci_master_init()Simon Glass1-3/+0
2017-06-05common: Move pci_target_init() to PPC headerSimon Glass1-3/+0
2017-06-05common: Drop pci_pre_init() and is_pci_host()Simon Glass1-5/+0
2017-06-05common: Drop inclusion of pci.hSimon Glass1-3/+0
2017-05-15i2c: Drop use of CONFIG_I2C_HARDSimon Glass1-0/+10
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-3/+0
2017-04-05powerpc: Move setup_board_extra() into a PPC fileSimon Glass1-0/+7
2017-04-05Move dram_init_banksize() to a common headerSimon Glass1-0/+17
2017-04-05board_f: Drop return value from initdram()Simon Glass1-1/+1
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2017-04-05board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() privateSimon Glass1-6/+1
2017-04-05board_f: powerpc: Move prt_83xx_rsr() to private codeSimon Glass1-2/+0
2017-04-05board_f: powerpc: Use timer_init() instead of init_timebase()Simon Glass1-1/+0
2017-04-05board_f: Remove adjust_sdram_tbs_8xx() from the init sequenceSimon Glass1-1/+0
2017-04-05board_f: Remove sdram_adjust_866() from the init sequenceSimon Glass1-1/+0
2017-04-05board_f: powerpc: Rename get_clocks_866() to get_clocks()Simon Glass1-1/+0
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-0/+9
2017-04-05Blackfin: RemoveTom Rini1-3/+0
2017-03-23dm: Add callback to modify the device treemario.six@gdsys.cc1-0/+1
2017-01-26Drop CONFIG_CMD_DOCSimon Glass1-3/+0
2017-01-26Drop the static inline print_cpuinfo()Simon Glass1-7/+0
2017-01-26powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-1/+11
2017-01-21status_led: Kconfig migrationUri Mashiach1-1/+1
2017-01-15time: move timer APIs to include/time.hMasahiro Yamada1-7/+1
2017-01-15delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada1-5/+1
2017-01-04move UL() macro from armv8/mmu.h into common.hAndre Przywara1-1/+12
2016-09-17Use separate options for TPL supportSimon Glass1-6/+9
2016-07-15Add warn_non_spl() to show a message in U-Boot properSimon Glass1-0/+10
2016-07-15Add comments for debug() and pr_fmtSimon Glass1-0/+2
2016-07-06common: Always include errno.h in common.hJoe Hershberger1-0/+1
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass1-8/+2