| /rk3399_rockchip-uboot/arch/arm/mach-imx/mx7ulp/ |
| H A D | soc.c | 130 char cause[18]; in print_cpuinfo() local 139 printf("Reset cause: %s\n", get_reset_cause(cause)); in print_cpuinfo() 178 u32 cause1, cause = 0, srs = 0; in get_reset_cause() local 191 cause = cause1 & (CMC_SRS_POR | CMC_SRS_WUP | CMC_SRS_WARM); in get_reset_cause() 193 switch (cause) { in get_reset_cause() 201 cause = cause1 & (CMC_SRS_WDG | CMC_SRS_SW | in get_reset_cause() 203 switch (cause) { in get_reset_cause()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/ |
| H A D | generic.c | 283 u32 cause; in get_reset_cause() local 286 cause = readl(&src_regs->srsr); in get_reset_cause() 287 writel(cause, &src_regs->srsr); in get_reset_cause() 289 if (cause & SRC_SRSR_POR_RST) in get_reset_cause() 291 else if (cause & SRC_SRSR_WDOG_A5) in get_reset_cause() 293 else if (cause & SRC_SRSR_WDOG_M4) in get_reset_cause() 295 else if (cause & SRC_SRSR_JTAG_RST) in get_reset_cause() 297 else if (cause & SRC_SRSR_SW_RST) in get_reset_cause() 299 else if (cause & SRC_SRSR_RESETB) in get_reset_cause()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/ |
| H A D | generic.c | 187 u32 cause = readl(&ccm->rcsr) & 0x0f; in get_reset_cause() local 189 if (cause == 0) in get_reset_cause() 191 else if (cause == 1) in get_reset_cause() 193 else if ((cause & 2) == 2) in get_reset_cause() 195 else if ((cause & 4) == 4) in get_reset_cause() 197 else if ((cause & 8) == 8) in get_reset_cause()
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | cpu.c | 33 u32 cause; in get_reset_cause() local 36 cause = readl(&src_regs->srsr); in get_reset_cause() 37 writel(cause, &src_regs->srsr); in get_reset_cause() 38 reset_cause = cause; in get_reset_cause() 40 switch (cause) { in get_reset_cause()
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | traps.c | 24 unsigned int cause = regs->cp0_cause; in show_regs() local 59 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in show_regs() 60 printf("Cause : %08x (ExcCode %02x)\n", cause, exccode); in show_regs()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.unaligned-memory-access.txt | 9 unaligned accesses, why you need to write code that doesn't cause them, 67 platforms and will cause performance problems on others. 70 Code that does not cause unaligned access 89 not be unreasonable to expect that accessing field2 would cause an unaligned 105 will never cause an unaligned access, because all memory addresses are evenly 133 the memory access in a way that does not cause unaligned access. Of course, 134 the extra instructions obviously cause a loss in performance compared to the 143 that can cause an unaligned memory access. The following function taken 177 Here is another example of some code that could cause unaligned accesses: 185 This code will cause unaligned accesses every time the data parameter points
|
| H A D | README.memory-test | 1 The most frequent cause of problems when porting U-Boot to new 38 will happily "test" all such areas, which of course will cause 84 compile a Linux kernel on the system) - this will cause enough context
|
| H A D | README.log | 29 LOGL_CRIT - Indicates a critical error that will cause boot failure 30 LOGL_ERR - Indicates an error that may cause boot failure
|
| H A D | README.POST | 106 may cause system rebooting (e.g. watchdog test). For such tests, the 124 #define POST_REBOOT 0x800 /* test may cause rebooting */ 215 can cause system rebooting or not. 350 Some tests may cause system rebooting during their execution. For 355 implemented. All the tests that may cause system rebooting will have 513 +7]. The test cases will be composed so that they will not cause
|
| H A D | README.usb | 24 frame pointer. This may cause to crash the OS during boot. So the USB 206 Another way of doing this is to issue a tftp command, which will cause the
|
| H A D | README.nokia_rx51 | 90 ONENAND support is disabled because not working yet and cause linux kernel to
|
| H A D | README.pxe | 204 the linux-2.6.38 label, which will cause /tftpboot/kernels/linux-2.6.38.bin 236 - in U-Boot's pxe, the localboot command doesn't necessarily cause a local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/ |
| H A D | generic.c | 189 u32 cause = readl(&ccm->rcsr) & 0x07; in get_reset_cause() local 191 switch (cause) { in get_reset_cause()
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ |
| H A D | xor_regs.h | 101 #define XEICR_CAUSE_MASK(chan, cause) (1 << (cause + XEICR_CAUSE_OFFS(chan))) argument
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/s32v234/ |
| H A D | generic.c | 293 u32 cause = readl(MC_RGM_BASE_ADDR + 0x300); in get_reset_cause() local 295 switch (cause) { in get_reset_cause()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3288-evb-rk1608.dts | 27 /* Add a dummy value to cause of-platdata think this is bytes */
|
| H A D | rk3288-firefly.dts | 32 /* Add a dummy value to cause of-platdata think this is bytes */
|
| /rk3399_rockchip-uboot/board/bosch/shc/ |
| H A D | board.c | 594 static void hang_bosch(const char *cause, int code) in hang_bosch() argument 605 puts(cause); in hang_bosch()
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | LICENCE | 23 files, these files do not by themselves cause the resulting work to be
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/ |
| H A D | generic.c | 405 u32 cause = readl(&ccm->rcsr) & 0x0F; in get_reset_cause() local 407 switch (cause) { in get_reset_cause()
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | eCos-2.0.txt | 27 file does not by itself cause the resulting work to be covered by the
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-parser.tab.h_shipped | 26 special exception, which will cause the skeleton and the resulting
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/mtd/ |
| H A D | mtd-physmap.txt | 21 On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause
|
| /rk3399_rockchip-uboot/board/keymile/km_arm/ |
| H A D | kwbimage.cfg | 41 # If not it could cause KW Exceptions during boot in Fast Corners/High Voltage
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | pci-info.txt | 26 The call to uclass_get_device() will cause the PCI bus to be probed.
|