summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/altera-socdk/lowlevel.c
blob: 36dbc55b96446f6a7cf36d9778450eabeffd887e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define SECT(name) __attribute__((section("socfpga_socdk_" #name))) name

#include "sdram_config.h"
#include "pinmux_config.c"
#include "pll_config.h"
#include "sequencer_defines.h"
#include "sequencer_auto.h"
#include "sequencer_auto_inst_init.c"
#include "sequencer_auto_ac_init.c"
#include "iocsr_config_cyclone5.c"

#include <mach/lowlevel.h>

SOCFPGA_C5_ENTRY(start_socfpga_socdk, socfpga_cyclone5_socdk, SZ_1G);
SOCFPGA_C5_XLOAD_ENTRY(start_socfpga_socdk_xload, SZ_1G);