Lines Matching full:rtas
9 * /proc/powerpc/rtas/firmware_flash interface
13 * firmware image and flash it as it reboots (see rtas.c).
23 #include <asm/rtas.h>
33 /* General RTAS Status Codes */
39 #define FLASH_AUTH -9002 /* RTAS Not Service Authority Partition */
47 #define MANAGE_AUTH -9002 /* RTAS Not Service Authority Partition */
48 #define MANAGE_ACTIVE_ERR -9001 /* RTAS Cannot Overwrite Active Img */
50 #define MANAGE_PARAM_ERR -3 /* RTAS Parameter Error */
51 #define MANAGE_HW_ERR -1 /* RTAS Hardware Error */
54 #define VALIDATE_AUTH -9002 /* RTAS Not Service Authority Partition */
58 #define VALIDATE_PARAM_ERR -3 /* RTAS Parameter Error */
59 #define VALIDATE_HW_ERR -1 /* RTAS Hardware Error */
95 /* Quirk - RTAS requires 4k list length and block size */
105 * that needed by the rtas flash update.
106 * All we need to do for rtas is rewrite num_blocks
667 .filename = "powerpc/rtas/" FIRMWARE_FLASH_NAME,
676 .filename = "powerpc/rtas/" FIRMWARE_UPDATE_NAME,
685 .filename = "powerpc/rtas/" VALIDATE_FLASH_NAME,
694 .filename = "powerpc/rtas/" MANAGE_FLASH_NAME,