mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
WS cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
6eecaf5d0f
commit
66356b4c06
167 changed files with 1 additions and 180 deletions
|
@ -89,4 +89,3 @@ void enable_caches(void)
|
|||
dcache_enable();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -43,4 +43,3 @@ u32 __secure psci_get_context_id(int cpu)
|
|||
{
|
||||
return psci_context_id[cpu];
|
||||
}
|
||||
|
||||
|
|
|
@ -181,5 +181,3 @@ int hi6220_pinmux_config(int peripheral)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -76,4 +76,3 @@ HYPERCALL2(sched_op);
|
|||
HYPERCALL2(event_channel_op);
|
||||
HYPERCALL2(hvm_op);
|
||||
HYPERCALL2(memory_op);
|
||||
|
||||
|
|
|
@ -921,4 +921,3 @@
|
|||
#define PIN_PE7__TIOA4 PINMUX_PIN(PIN_PE7, 3, 3)
|
||||
#define PIN_PE7__ISC_D11 PINMUX_PIN(PIN_PE7, 5, 2)
|
||||
#define PIN_PE7__G1_TSUCOMP PINMUX_PIN(PIN_PE7, 7, 1)
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@
|
|||
#define _ASM_ARCH_IMXRT_H
|
||||
|
||||
#endif /* _ASM_ARCH_IMXRT_H */
|
||||
|
||||
|
|
|
@ -133,4 +133,3 @@ struct f_rockusb {
|
|||
/* init rockusb device, tell rockusb which device you want to read/write*/
|
||||
void rockusb_dev_init(char *dev_type, int dev_index);
|
||||
#endif /* _F_ROCKUSB_H_ */
|
||||
|
||||
|
|
|
@ -18,4 +18,3 @@
|
|||
void stm32_flash_latency_cfg(int latency);
|
||||
|
||||
#endif /* _ASM_ARCH_STM32F_H */
|
||||
|
||||
|
|
|
@ -12,4 +12,3 @@ extern int stv0991_pinmux_config(enum periph_id);
|
|||
extern int clock_setup(enum periph_clock);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
*/
|
||||
|
||||
extern unsigned long rom_pointer[];
|
||||
|
||||
|
|
|
@ -78,4 +78,3 @@ ENTRY(ccn504_set_aux)
|
|||
|
||||
ret
|
||||
ENDPROC(ccn504_set_aux)
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@ char *get_cpu_name(void)
|
|||
{
|
||||
return "SAMA7G5";
|
||||
}
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ void configure_ddrcfg_input_buffers(bool open)
|
|||
else
|
||||
writel(0, &sfr->ddrcfg);
|
||||
}
|
||||
|
||||
|
|
|
@ -196,4 +196,3 @@ int bcm2711_notify_vl805_reset(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -445,4 +445,3 @@ void reset_misc(void)
|
|||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -278,4 +278,3 @@ int cpu_eth_init(struct bd_info *bis)
|
|||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
# */
|
||||
|
||||
obj-y += lowlevel_init.o clock.o cpu.o
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
# */
|
||||
|
||||
obj-y += lowlevel_init.o clock.o cpu.o
|
||||
|
||||
|
|
|
@ -229,4 +229,3 @@ int phy_pipe3_power_off(struct omap_pipe3 *phy)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -97,4 +97,3 @@ int msm_fixup_memory(void *blob)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,4 +12,3 @@
|
|||
#include <asm/arch-tegra/dc.h>
|
||||
#include <asm/arch-tegra/clk_rst.h>
|
||||
#include <asm/arch-tegra/timer.h>
|
||||
|
||||
|
|
|
@ -60,4 +60,3 @@ int timer_init (void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
|
||||
extra-y = start.o
|
||||
obj-y = interrupts.o cpu.o speed.o cpu_init.o
|
||||
|
||||
|
|
|
@ -114,4 +114,3 @@ typedef struct gpio {
|
|||
} gpio_t;
|
||||
|
||||
#endif /* __IMMAP_5307__ */
|
||||
|
||||
|
|
|
@ -66,4 +66,3 @@
|
|||
#define MCFSIM_ICR_PRI3 0x03 /* Priority 3 intr */
|
||||
|
||||
#endif /* mcf5307_h */
|
||||
|
||||
|
|
|
@ -454,4 +454,3 @@ void pll_init(void);
|
|||
void sdram_init(void);
|
||||
|
||||
#endif /* __JZ4780_DRAM_H__ */
|
||||
|
||||
|
|
|
@ -399,4 +399,3 @@ const char *serdes_clock_to_string(u32 clock)
|
|||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -885,4 +885,3 @@ const char *serdes_clock_to_string(u32 clock)
|
|||
return "150";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -104,4 +104,3 @@ _GLOBAL(invalidate_dcache_range)
|
|||
sync /* wait for dcbi's to get to ram */
|
||||
#endif
|
||||
blr
|
||||
|
||||
|
|
|
@ -32,4 +32,3 @@ int timer_init(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -419,4 +419,3 @@
|
|||
|
||||
|
||||
#endif /* _XTENSA_CORE_CONFIGURATION_H */
|
||||
|
||||
|
|
|
@ -117,4 +117,3 @@
|
|||
#define XCHAL_SA_NUM_ATMPS 2
|
||||
|
||||
#endif /*_XTENSA_CORE_TIE_ASM_H*/
|
||||
|
||||
|
|
|
@ -126,4 +126,3 @@
|
|||
#define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3
|
||||
|
||||
#endif /*_XTENSA_CORE_TIE_H*/
|
||||
|
||||
|
|
|
@ -450,4 +450,3 @@
|
|||
|
||||
|
||||
#endif /* _XTENSA_CORE_CONFIGURATION_H */
|
||||
|
||||
|
|
|
@ -169,4 +169,3 @@
|
|||
#define XCHAL_SA_NUM_ATMPS 1
|
||||
|
||||
#endif /*_XTENSA_CORE_TIE_ASM_H*/
|
||||
|
||||
|
|
|
@ -126,4 +126,3 @@
|
|||
#define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3
|
||||
|
||||
#endif /*_XTENSA_CORE_TIE_H*/
|
||||
|
||||
|
|
|
@ -569,4 +569,3 @@
|
|||
|
||||
|
||||
#endif /* _XTENSA_CORE_CONFIGURATION_H */
|
||||
|
||||
|
|
|
@ -146,4 +146,3 @@
|
|||
#define XCHAL_SA_NUM_ATMPS 1
|
||||
|
||||
#endif /*_XTENSA_CORE_TIE_ASM_H*/
|
||||
|
||||
|
|
|
@ -112,4 +112,3 @@
|
|||
3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3, 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3
|
||||
|
||||
#endif /*_XTENSA_CORE_TIE_H*/
|
||||
|
||||
|
|
|
@ -91,4 +91,3 @@
|
|||
#define DEBUGCAUSE_ICOUNT_BIT 0 /* ICOUNT would incr. to zero */
|
||||
|
||||
#endif /* _XTENSA_SPECREG_H */
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ int clear_bss(void)
|
|||
memset((void *)&__bss_start, 0x00, len);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -22,4 +22,3 @@ ssize_t smc_dram_size(unsigned int node)
|
|||
|
||||
return regs.regs[0];
|
||||
}
|
||||
|
||||
|
|
|
@ -46,4 +46,3 @@ const char *read_board_name(void)
|
|||
{
|
||||
return fdt_get_board_model();
|
||||
}
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
# Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|
||||
|
||||
obj-y += armadillo-800eva.o
|
||||
|
||||
|
|
|
@ -74,4 +74,3 @@ int dram_init(void)
|
|||
CONFIG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -36,4 +36,3 @@ Boot
|
|||
====
|
||||
Set baseboard DIP switch:
|
||||
S17: 1100XXXX
|
||||
|
||||
|
|
|
@ -1431,4 +1431,3 @@ struct dram_timing_info dram_timing = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 3200, 400, 100, },
|
||||
};
|
||||
|
||||
|
|
|
@ -116,4 +116,3 @@ Note: This will upload and run the U-Boot image in memory, the SPI will not be
|
|||
5. Use one of previous descriptions to re-flash the SPI-NOR as required.
|
||||
|
||||
6. Ensure SW1 is returned to "00" to boot from the fuses once done.
|
||||
|
||||
|
|
|
@ -122,4 +122,3 @@ variable to make.
|
|||
Because this problem is easy to fall into and difficult to debug
|
||||
if one doesn't expect it, the linker script provides a link-time
|
||||
check and fatal error message if the image size exceeds 128 KB.
|
||||
|
||||
|
|
|
@ -133,4 +133,3 @@ void sdram_init(void)
|
|||
|
||||
hang();
|
||||
}
|
||||
|
||||
|
|
|
@ -1845,4 +1845,3 @@ struct dram_timing_info ucm_dram_timing_01061010 = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 2400, 400, 100, },
|
||||
};
|
||||
|
||||
|
|
|
@ -230,4 +230,3 @@ int zm_enable_wp()
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1052,4 +1052,3 @@ struct dram_timing_info dram_timing = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 2400, 1066, },
|
||||
};
|
||||
|
||||
|
|
|
@ -1054,4 +1054,3 @@ struct dram_timing_info dram_timing = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 1600, 1066, },
|
||||
};
|
||||
|
||||
|
|
|
@ -213,4 +213,3 @@ DPMAC13 -> PHY4-P0
|
|||
DPMAC14 -> PHY4-P1
|
||||
DPMAC15 -> PHY4-P2
|
||||
DPMAC16 -> PHY4-P3
|
||||
|
||||
|
|
|
@ -132,4 +132,3 @@ below:
|
|||
=> setenv bootargs 'console=ttyS1,115200 root=/dev/ram
|
||||
earlycon=uart8250,mmio,0x21c0600,115200 default_hugepagesz=2m hugepagesz=2m
|
||||
hugepages=16 mem=2048M'
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ int dram_init(void)
|
|||
gd->ram_size = imx_ddr_size();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -45,4 +45,3 @@ void cpld_write(unsigned int reg, u8 value);
|
|||
#define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
|
||||
#define CPLD_WRITE(reg, value) \
|
||||
cpld_write(offsetof(struct cpld_data, reg), value)
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@
|
|||
|
||||
obj-y := gw_ventana.o gsc.o eeprom.o common.o
|
||||
obj-$(CONFIG_SPL_BUILD) += gw_ventana_spl.o
|
||||
|
||||
|
|
|
@ -69,4 +69,3 @@ int gsc_info(int verbose);
|
|||
int gsc_boot_wd_disable(void);
|
||||
const char *gsc_get_dtb_name(int level, char *buf, int sz);
|
||||
#endif
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name,
|
|||
|
||||
return dm_gpio_request(gpio, gpio_name);
|
||||
}
|
||||
|
||||
|
|
|
@ -53,4 +53,3 @@ void check_time(void)
|
|||
else
|
||||
env_set("rtc_status", "OK");
|
||||
}
|
||||
|
||||
|
|
|
@ -92,4 +92,3 @@ struct display_info_t const displays[] = {
|
|||
};
|
||||
|
||||
size_t display_count = ARRAY_SIZE(displays);
|
||||
|
||||
|
|
|
@ -195,4 +195,3 @@ int board_init(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -290,4 +290,3 @@ int get_scl(void)
|
|||
return qrio_get_gpio(KM_I2C_DEBLOCK_PORT,
|
||||
KM_I2C_DEBLOCK_SCL);
|
||||
}
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@
|
|||
#
|
||||
|
||||
obj-y := imx6logic.o
|
||||
|
||||
|
|
|
@ -80,4 +80,3 @@ while starting.
|
|||
|
||||
Additional Support Documentation can be found at:
|
||||
https://support.logicpd.com/
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
obj-y += mt7622_rfb.o
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
/*
|
||||
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
|
||||
obj-$(CONFIG_SOC_JR2) := jr2.o
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
|
||||
obj-$(CONFIG_SOC_OCELOT) := ocelot.o
|
||||
|
||||
|
|
|
@ -289,4 +289,3 @@ int ps7_init(void)
|
|||
return ret;
|
||||
return PS7_INIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
#
|
||||
|
||||
obj-y += durian.o
|
||||
|
||||
|
|
|
@ -20,4 +20,3 @@
|
|||
#define HNF_BASE (unsigned long)(0x3A200000)
|
||||
|
||||
#endif /* _FT_DURIAN_H */
|
||||
|
||||
|
|
|
@ -113,4 +113,3 @@ int last_stage_init(void)
|
|||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@
|
|||
#include <dm.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch-rockchip/uart.h>
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
/*
|
||||
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
/*
|
||||
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
|
||||
*/
|
||||
|
||||
|
|
|
@ -12,4 +12,3 @@ enum {
|
|||
};
|
||||
|
||||
#endif /* _BOARD_SYNOPSYS_AXS10X_H */
|
||||
|
||||
|
|
|
@ -244,4 +244,3 @@ int board_ehci_hcd_init(int port)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_1gb = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 3200, 667, },
|
||||
};
|
||||
|
||||
|
|
|
@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_2gb = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 3200, 667, },
|
||||
};
|
||||
|
||||
|
|
|
@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_3gb = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 3200, 667, },
|
||||
};
|
||||
|
||||
|
|
|
@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_4gb = {
|
|||
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
|
||||
.fsp_table = { 3200, 667, },
|
||||
};
|
||||
|
||||
|
|
|
@ -81,4 +81,3 @@
|
|||
#define CONFIG_HPS_ALTERAGRP_DBGATCLK 4
|
||||
|
||||
#endif /* _PRELOADER_PLL_CONFIG_H_ */
|
||||
|
||||
|
|
|
@ -195,4 +195,3 @@ void board_cleanup_before_linux(void)
|
|||
{
|
||||
xen_fini();
|
||||
}
|
||||
|
||||
|
|
|
@ -102,4 +102,3 @@ U_BOOT_CMD(versal, 4, 1, do_versal,
|
|||
"versal sub-system",
|
||||
versal_help_text
|
||||
)
|
||||
|
||||
|
|
|
@ -12485,7 +12485,3 @@ ps7_init()
|
|||
//xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver);
|
||||
return PS7_INIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12725,7 +12725,3 @@ ps7_init()
|
|||
//xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver);
|
||||
return PS7_INIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12383,7 +12383,3 @@ ps7_init()
|
|||
//xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver);
|
||||
return PS7_INIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12565,4 +12565,3 @@ int ps7_init(void)
|
|||
return ret;
|
||||
return PS7_INIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@ U_BOOT_CMD(pvblock, 5, 1, do_pvblock,
|
|||
"pvblock write addr blk# cnt - read/write `cnt'"
|
||||
" blocks starting at block `blk#'\n"
|
||||
" to/from memory address `addr'");
|
||||
|
||||
|
|
|
@ -49,4 +49,3 @@ static char text[] =
|
|||
U_BOOT_CMD_WITH_SUBCMDS(scp03, "Secure Channel Protocol 03 control", text,
|
||||
U_BOOT_SUBCMD_MKENT(enable, 1, 1, do_scp03_enable),
|
||||
U_BOOT_SUBCMD_MKENT(provision, 1, 1, do_scp03_provision));
|
||||
|
||||
|
|
|
@ -69,4 +69,3 @@ U_BOOT_CMD(
|
|||
" - id Session ID, passed to W7 (defaults to zero)\n"
|
||||
);
|
||||
#endif
|
||||
|
||||
|
|
|
@ -258,4 +258,3 @@ U_BOOT_CMD(
|
|||
"print string on lcd-framebuffer",
|
||||
" <string>"
|
||||
);
|
||||
|
||||
|
|
|
@ -81,5 +81,3 @@ SPL_LOAD_IMAGE_METHOD("RAM", 0, BOOT_DEVICE_RAM, spl_ram_load_image);
|
|||
#if CONFIG_IS_ENABLED(DFU)
|
||||
SPL_LOAD_IMAGE_METHOD("DFU", 0, BOOT_DEVICE_DFU, spl_ram_load_image);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -59,4 +59,3 @@ PCAP status:
|
|||
|
||||
# pcap stop
|
||||
# tftpput 0xffffffff80100000 $pcapsize 10.0.2.2:capture.pcap
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ mmc0@f000a000 {
|
|||
clock-names = "biu", "ciu";
|
||||
max-frequency = <25000000>;
|
||||
};
|
||||
|
||||
|
|
|
@ -33,4 +33,3 @@ requires no compatible property for probing.
|
|||
reg = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -34,4 +34,3 @@ onewire_tm: onewire {
|
|||
compatible = "maxim,ds24xxx";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue