Lines Matching full:rtas
5 * /proc/powerpc/rtas/firmware_flash interface
9 * firmware image and flash it as it reboots (see rtas.c).
19 #include <asm/rtas.h>
29 /* General RTAS Status Codes */
35 #define FLASH_AUTH -9002 /* RTAS Not Service Authority Partition */
43 #define MANAGE_AUTH -9002 /* RTAS Not Service Authority Partition */
44 #define MANAGE_ACTIVE_ERR -9001 /* RTAS Cannot Overwrite Active Img */
46 #define MANAGE_PARAM_ERR -3 /* RTAS Parameter Error */
47 #define MANAGE_HW_ERR -1 /* RTAS Hardware Error */
50 #define VALIDATE_AUTH -9002 /* RTAS Not Service Authority Partition */
54 #define VALIDATE_PARAM_ERR -3 /* RTAS Parameter Error */
55 #define VALIDATE_HW_ERR -1 /* RTAS Hardware Error */
91 /* Quirk - RTAS requires 4k list length and block size */
101 * that needed by the rtas flash update.
102 * All we need to do for rtas is rewrite num_blocks
663 .filename = "powerpc/rtas/" FIRMWARE_FLASH_NAME,
672 .filename = "powerpc/rtas/" FIRMWARE_UPDATE_NAME,
681 .filename = "powerpc/rtas/" VALIDATE_FLASH_NAME,
690 .filename = "powerpc/rtas/" MANAGE_FLASH_NAME,